Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Configure Switch 2

Use the following commands to configure VLAN 1 and VLAN 3 on switch 2 in the example topologies.

  • Configure switch 2.
    SEFOS# configure terminal
    SEFOS(config)# set gvrp disable
    SEFOS(config)# set gmrp disable
    SEFOS(config)# interface vlan 1
    SEFOS(config-if)# shutdown
    SEFOS(config-if)# ip address 10.0.0.2 255.255.0.0
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# vlan 1
    SEFOS(config-vlan)# ports extreme-ethernet 0/1 untagged extreme-ethernet 0/1
    SEFOS(config-vlan)# exit
    SEFOS(config)# interface vlan 3
    SEFOS(config-if)# shutdown
    SEFOS(config-if)# ip address 30.2.2.2 255.255.255.0
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# vlan 3
    SEFOS(config-vlan)# ports extreme-ethernet 0/3 untagged extreme-ethernet 0/3
    SEFOS(config-vlan)# exit
    SEFOS(config)# interface extreme-ethernet 0/3
    SEFOS(config-if)# switchport pvid 3
     
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit