Sun Blade 6000 Ethernet Switched NEM 24p 10GbE
Understanding L2 and L3 Implementations
L2 and L3 Configuration Task Overview
L2 Based Configuration Example Using PVRST Protocol
L2 PVRST Configuration Task Overview
Configuring a Basic L2 PVRST Based Topology
Configure Switch ToR72p-1 for L2 PVRST
Configure Switch ES1-24p-1 for L2 PVRST
Configure Switch ES1-24p-2 for L2 PVRST
Verify the L2 PVRST Configuration
Configuring an L2 PVRST Based Topology With Active/Standby Bond on the Servers
Prepare Switch ToR72p-1 for L2 PVRST Active/Standby on the Servers
Prepare Switch ToR72p-2 for L2 PVRST Active/Standby on the Servers
Configure Switch ES1-24p-1 for L2 PVRST Active/Standby on the Servers
Configure Switch ES1-24p-2 for L2 PVRST Active/Standby on the Servers
Verify the L2 PVRST Active/Standby Configuration on the Servers
Configuring an L2 PVRST and LLA Based Topology With Active/Active Bond on the Servers
Configure Switch ES1-24p-1 for L2 PVRST LLA Active/Active on the Servers
Configure Switch ES1-24p-2 for L2 PVRST LLA Active/Active on the Servers
Configure Switch ToR72p-1 for L2 PVRST LLA Active/Active on the Servers
Configure Switch ToR72p-2 for L2 PVRST LLA Active/Active on the Servers
Verify the L2 PVRST LLA Active/Active Configuration on the Servers
L3 RIP and OSPF Configuration Overview
L3 RIP and OSPF Configuration Task Overview
Configuring L3 Routing Based Topology Using RIP
Configure Switch TOR72p-1 for L3 Routing Using RIP
Configure Switch TOR72p-2 for L3 Routing Using RIP
Configure Switch ES1-24p-1 for L3 Routing Using RIP
Configure Switch ES1-24p-2 for L3 Routing Using RIP
Verify the L3 RIP Configuration
Configuring L3 Routing Based Topology Using OSPF
Configure Switch TOR72p-1 for L3 Routing Using OSPF
Configure Switch TOR72p-2 for L3 Routing Using OSPF
Configure Switch ES1-24p-1 for L3 Routing Using OSPF
Configure Switch ES1-24p-2 for L3 Routing Using OSPF
ToR72p-2 SEFOS# configure terminal ToR72p-2 SEFOS(config)# set gvrp disable ToR72p-2 SEFOS(config)# set gmrp disable ToR72p-2 SEFOS(config)# set port-channel enable ToR72p-2 SEFOS(config)# interface vlan 1 ToR72p-2 SEFOS(config-if)# shutdown ToR72p-2 SEFOS(config-if)# no ip address ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface range extreme-ethernet 0/1-72 ToR72p-2 SEFOS(config-if-range)# shutdown ToR72p-2 SEFOS(config-if-range)# end
See L2 and L3 Topology.
ToR72p-2 SEFOS# configure terminal ToR72p-2 SEFOS(config)# interface port-channel 11 ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface port-channel 13 ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface port-channel 15 ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# end
You must add at least one port to the VLAN before you can assign the VLAN a name.
ToR72p-2 SEFOS# configure terminal ToR72p-2 SEFOS(config)# vlan 300 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name external-vlan-1 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 301 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name external-vlan-2 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 302 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name external-vlan-3 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 303 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name external-vlan-4 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 200 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name internal-vlan-1 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 201 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name internal-vlan-2 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 202 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name internal-vlan-3 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# vlan 203 ToR72p-2 SEFOS(config-vlan)# ports add extreme-ethernet 0/66 name internal-vlan-4 ToR72p-2 SEFOS(config-vlan)# vlan active ToR72p-2 SEFOS(config-vlan)# exit ToR72p-2 SEFOS(config)# end
ToR72p-2 SEFOS# configure terminal ToR72p-2 SEFOS(config)# interface port-channel 11 ToR72p-2 SEFOS(config-if)# switchport mode trunk ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface port-channel 13 ToR72p-2 SEFOS(config-if)# switchport mode trunk ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface port-channel 15 ToR72p-2 SEFOS(config-if)# switchport mode trunk ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# end
Configure the host port to allow all VLANs.
ToR72p-2 SEFOS# configure terminal ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/66 ToR72p-2 SEFOS(config-if)# description "connected to nxge1 Host-4" ToR72p-2 SEFOS(config-if)# switchport mode trunk ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/67 ToR72p-2 SEFOS(config-if)# description "connected to ES1-24p-1 on port24" ToR72p-2 SEFOS(config-if)# channel-group 13 mode active ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/71 ToR72p-2 SEFOS(config-if)# description "connected to ES1-24p-1 on port22" ToR72p-2 SEFOS(config-if)# channel-group 13 mode active ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/68 ToR72p-2 SEFOS(config-if)# description "connected to ES1-24p-2 on port24" ToR72p-2 SEFOS(config-if)# channel-group 15 mode active ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/72 ToR72p-2 SEFOS(config-if)# description "connected to ES1-24p-2 on port22" ToR72p-2 SEFOS(config-if)# channel-group 15 mode active ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit
ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/69 ToR72p-2 SEFOS(config-if)# description "connected to Core switch on g1/2" ToR72p-2 SEFOS(config-if)# speed 1000 ToR72p-2 SEFOS(config-if)# channel-group 11 mode active ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# interface extreme-ethernet 0/70 ToR72p-2 SEFOS(config-if)# description "connected to Core switch on g1/3" ToR72p-2 SEFOS(config-if)# speed 1000 ToR72p-2 SEFOS(config-if)# channel-group 11 mode active ToR72p-2 SEFOS(config-if)# no shutdown ToR72p-2 SEFOS(config-if)# exit ToR72p-2 SEFOS(config)# end
Tip - It is a best practice to configure default VLAN and external VLAN priority to a higher value than the default priority 32768. Doing so makes the core switch become the root even if the default and external VLANs are configured with default priority in the core switch. Thus, only required and not all core traffic reaches ES1-24p-n.
ToR72p-2 SEFOS# configure terminal ToR72p-2 SEFOS(config)# spanning-tree mode pvrst Spanning Tree enabled protocol is MSTP, now MSTP is being shutdown PVRST is started. PVRST Module status is changed ToR72p-2 SEFOS(config)# spanning-tree vlan 200 brg-priority 16384 ToR72p-2 SEFOS(config)# spanning-tree vlan 201 brg-priority 16384 ToR72p-2 SEFOS(config)# spanning-tree vlan 202 brg-priority 16384 ToR72p-2 SEFOS(config)# spanning-tree vlan 203 brg-priority 16384 ToR72p-2 SEFOS(config)# spanning-tree vlan 300 brg-priority 40960 ToR72p-2 SEFOS(config)# spanning-tree vlan 301 brg-priority 40960 ToR72p-2 SEFOS(config)# spanning-tree vlan 302 brg-priority 40960 ToR72p-2 SEFOS(config)# spanning-tree vlan 303 brg-priority 40960 ToR72p-2 SEFOS(config)# spanning-tree vlan 1 brg-priority 40960 ToR72p-2 SEFOS(config)# end
ToR72p-2 SEFOS# copy run start Building configuration ... [OK] ToR72p-2 SEFOS#
ToR72p-2 SEFOS# show spanning-tree
Spanning-tree for VLAN 200
Root Id Priority 8392
Address 00:21:28:77:d2:1d
Cost 3800
Port po13
Hello Time 2 Sec, Max Age 20 Sec, Forward Delay 15 Sec
Spanning Tree Enabled Protocol PVRST
Bridge Id Priority 16584
Address 00:21:28:56:d6:27
Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec
Dynamic Path Cost is Disabled
Dynamic Path Cost Lag-Speed Change is Disabled
Name Role State Cost Prio Type
---- ---- ----- ---- ---- ------
Ex0/66 Designated Forwarding 2000 128 P2P
po11 Designated Forwarding 19900 128 P2P
po13 Root Forwarding 1900 128 P2P
po15 Designated Forwarding 1900 128 P2P
...
Spanning-tree for VLAN 302
Root Id Priority 4096
Address 00:17:df:18:9d:2e
Cost 19900
Port po11
Hello Time 2 Sec, Max Age 20 Sec, Forward Delay 15 Sec
Spanning Tree Enabled Protocol PVRST
Bridge Id Priority 16686
Address 00:21:28:56:d6:27
Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec
Dynamic Path Cost is Disabled
Dynamic Path Cost Lag-Speed Change is Disabled
Name Role State Cost Prio Type
---- ---- ----- ---- ---- ------
Ex0/66 Designated Forwarding 2000 128 P2P
po11 Root Forwarding 19900 128 P2P
po13 Designated Forwarding 1900 128 P2P
po15 Designated Forwarding 1900 128 P2P