Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Configure Switch 1

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

  • Configure switch 1.
    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.1 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 2
    SEFOS(config-if)# shutdown
    SEFOS(config-if)# ip address 20.2.2.2 255.255.255.0
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# vlan 2
    SEFOS(config-vlan)# ports extreme-ethernet 0/2 untagged extreme-ethernet 0/2
    SEFOS(config-vlan)# exit
    SEFOS(config)# interface extreme-ethernet 0/2
    SEFOS(config-if)# switchport pvid 2
     
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit