Use the following commands and values to configure the VLAN interfaces in SEFOS1 used in the example topologies presented in this guide (VLAN 11 and VLAN 10).
SEFOS# configure terminal SEFOS(config)# interface vlan 11 SEFOS(config-if)# shutdown SEFOS(config-if)# ipv6 enable SEFOS(config-if)# ipv6 address fec0::1111:0:3/96 SEFOS(config-if)# no shutdown SEFOS(config-if)# exit SEFOS(config)# interface vlan 10 SEFOS(config-if)# shutdown SEFOS(config-if)# ipv6 enable SEFOS(config-if)# ipv6 address fec0::2856:0:1/96 SEFOS(config-if)# no shutdown SEFOS(config-if)# end