OverviewΒΆ

Virtual Service Router supports physical and logical network interfaces.

Interfaces are configured within the VRF they belong to. Interface names are given by the user when creating the interfaces.

The general syntax for creating an interface is as follows:

running vrf main# interface TYPE NAME

where NAME is the name of the interface and TYPE can be:

physical

to create an Ethernet interface

gre

to create a GRE interface

qos-hub

to create an QoS-hub interface

ipip

to create an IPv4 and IPv6 tunneling

vlan

to create a VLAN interface

vxlan

to create a VXLAN interface

lag

to create a LAG interface

bridge

to create a bridge interface

loopback

to create a loopback interface

system loopback

to create a system loopback (lo) interface

veth

to create a veth interface

pppoe

to create a PPPoE interface

gtp

to create a GTP interface