Sun Ethernet Fabric Operating System Uplink Port Trailing Administration Guide

Exit Print View

Updated: February 2015
 
 

Configure the ToR72

  • Configure the switch.
    ToR72p-1 SEFOS# configure terminal
    ToR72p-1 SEFOS(config)# set gvrp disable
    ToR72p-1 SEFOS(config)# set gmrp disable
    ToR72p-1 SEFOS(config)# set port-channel enable
    ToR72p-1 SEFOS(config)# interface vlan 1
    ToR72p-1 SEFOS(config-if)# shutdown
    ToR72p-1 SEFOS(config-if)# no ip address
    ToR72p-1 SEFOS(config-if)# exit
    ToR72p-1 SEFOS(config)# interface range extreme-ethernet 0/1-72
    ToR72p-1 SEFOS(config-if-range)# shutdown
    ToR72p-1 SEFOS(config-if-range)# end
    ToR72p-1 SEFOS# configure terminal
    ToR72p-1 SEFOS(config)# interface port-channel 12
    ToR72p-1 SEFOS(config-if)# no shutdown
    ToR72p-1 SEFOS(config-if)# exit
    ToR72p-1 SEFOS(config)# interface port-channel 13
    ToR72p-1 SEFOS(config-if)# no shutdown
    ToR72p-1 SEFOS(config-if)# exit
    ToR72p-1 SEFOS(config)# end
    ToR72p-1 SEFOS# configure terminal
    ToR72p-1 SEFOS(config)# vlan 300
    ToR72p-1 SEFOS(config-vlan)# ports add port-channel 12,13 name vlan-1
    ToR72p-1 SEFOS(config-vlan)# vlan active
    ToR72p-1 SEFOS(config-vlan)# exit
    ToR72p-1 SEFOS(config)# vlan 301
    ToR72p-1 SEFOS(config-vlan)# ports add port-channel 12,13 name vlan-2
    ToR72p-1 SEFOS(config-vlan)# vlan active
    ToR72p-1 SEFOS(config-vlan)# exit
    ToR72p-1 SEFOS(config)# end
    ToR72p-1 SEFOS# configure terminal
    ToR72p-1 SEFOS(config)# interface port-channel 12
    ToR72p-1 SEFOS(config-if)# switchport mode trunk
    ToR72p-1 SEFOS(config-if)# exit
    ToR72p-1 SEFOS(config)# interface port-channel 13
    ToR72p-1 SEFOS(config-if)# switchport mode trunk
    ToR72p-1 SEFOS(config-if)# exit
    ToR72p-1 SEFOS(config)# end
    ToR72p-1 SEFOS# configure terminal
    ToR72p-1 SEFOS(config)# interface range extreme-ethernet 0/57
    ToR72p-1 SEFOS(config-if-range)# description "connected to NEM24p-1"
    ToR72p-1 SEFOS(config-if-range)# channel-group 13 mode active
    ToR72p-1 SEFOS(config-if-range)# no shutdown
    ToR72p-1 SEFOS(config-if-range)# exit
    ToR72p-1 SEFOS(config)# interface range extreme-ethernet 0/58
    ToR72p-1 SEFOS(config-if-range)# description "connected to NEM24p-0"
    ToR72p-1 SEFOS(config-if-range)# channel-group 12 mode active
    ToR72p-1 SEFOS(config-if-range)# no shutdown
    ToR72p-1 SEFOS(config-if-range)# exit
    ToR72p-1 SEFOS(config)# interface extreme-ethernet 0/21
    ToR72p-1 SEFOS(config-if)# description "connected to eth3 Host-1"
    ToR72p-1 SEFOS(config-if)# switchport mode trunk
    ToR72p-1 SEFOS(config-if)# no shutdown
    ToR72p-1 SEFOS(config-if)# exit
    ToR72p-1 SEFOS(config)# end
    ToR72p-1 SEFOS# copy run start
    Building configuration ...
    [OK]