- Shut
down the spanning tree.
SEFOS# configure terminal
SEFOS(config)# shutdown spanning-tree
- Disable GVRP and GMRP.
SEFOS(config)# set gvrp disable
SEFOS(config)# set gmrp disable
- Create the interface for VLAN 3,
and enable IPv6.
SEFOS(config)# interface vlan 3
SEFOS(config-if)# shutdown
SEFOS(config-if)# ipv6 enable
SEFOS(config-if)# ipv6 address fec0::2222:0:1 96 unicast
SEFOS(config-if)# no shutdown
SEFOS(config-if)# exit
- Create the extreme-ethernet interface
for VLAN 3.
SEFOS(config)# vlan 3
SEFOS(config-vlan)# ports extreme-ethernet 0/3 untagged extreme-ethernet 0/3
SEFOS(config-vlan)# exit
- Configure the extreme-ethernet
interface.
SEFOS(config)# interface extreme-ethernet 0/3
SEFOS(config-if)# switchport pvid 3
SEFOS(config-if)# no shutdown
SEFOS(config-if)# exit
- Create the interface for VLAN 2,
and enable IPv6.
SEFOS(config)# interface vlan 2
SEFOS(config-if)# shutdown
SEFOS(config-if)# ipv6 enable
SEFOS(config-if)# ipv6 address fec0::3333:0:1 96 unicast
SEFOS(config-if)# no shutdown
SEFOS(config-if)# exit
- Create the extreme-ethernet interface
for VLAN 2.
SEFOS(config)# vlan 2
SEFOS(config-vlan)# ports extreme-ethernet 0/8 untagged extreme-ethernet 0/8
SEFOS(config-vlan)# exit
- Configure the extreme-ethernet
interface.
SEFOS(config)# interface extreme-ethernet 0/8
SEFOS(config-if)# switchport pvid 2
SEFOS(config-if)# no shutdown
SEFOS(config-if)# exit