Could anyone explain how to translate this working example config from IOS 15.x Cisco router interface to SFOS 17.0.6 MR-6 XG interface that will be replacing it for performing inter-vlan routing from an Avaya switch? I'm able to create the vlan sub interfaces in XG following How to Configure Virtual LAN but don't see any option for specifying native vlan or to configure vlan1 on a sub-interface and won't have matching equipment available for testing before deployment. Thanks
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.1
encapsulation dot1Q 1
ip address 10.0.1.1 255.255.255.0
!
interface GigabitEthernet0/0.100
encapsulation dot1Q 100
ip address 10.0.100.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.172
encapsulation dot1Q 172 native
ip address 172.30.172.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.200
encapsulation dot1Q 200
ip address 172.30.200.1 255.255.255.0
!
This thread was automatically locked due to age.