OverviewΒΆ
Turbo IPsec 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 
- 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