70
CSA-7400 QSG
Example
Add some ports to vlan 100 and set the vlan-interface IPv6 address.
ADLINK(fabric)# vlan add 100 xe2-xe3 untag
ADLINK(fabric)# ip -6 vlan-interface 100 address 234e:0:4567::3d/64
ADLINK(fabric)# show running-config
#Wrote on Thu Sep 29 02:12:17 2016
!
fabric
##Fabric vlan-config
vlan add 100 xe2-xe3 untag
##Fabric L3_intf-config
ip -6 vlan-interface 100 address 234e:0:4567::3d/64
!
#End
ADLINK(fabric)#
ADLINK(fabric)# vlan add 100 xe2-xe3 untag
ADLINK(fabric)# ip vlan-interface 100 address 10.10.10.1/24
ADLINK(fabric)# show running-config
#Wrote on Wed Sep 28 05:18:45 2016
!
fabric
##Fabric vlan-config
vlan add 100 xe2-xe3 untag
##Fabric L3_intf-config
ip vlan-interface 100 address 10.10.10.1/24
!
#End
ADLINK(fabric)# no ip vlan-interface 100
ADLINK(fabric)# show running-config
#Wrote on Wed Sep 28 05:18:45 2016
!
fabric
##Fabric vlan-config
vlan add 100 xe2-xe3 untag
!
#End
ADLINK(fabric)#