Specifications
49
High Performance Trading/Algo Speed with Wombat Design and Implementation Guide
OL-15617-01
Appendix B—Building and Configuring Switches
Configure Ethernet AtTributes of Leaf Switches
Enter the following series of commands on each leaf switch:
Configure Ethernet AtTributes of Core Switches
Enter the following series of commands on each core switch:
Step 1
Login: super
Password: xxxxx
Log in to the switch.
Step 2
switch> enable Enter Privileged Exec mode.
Step 3
switch# configure terminal Enter Global Configuration mode.
Step 4
switch(config)# hostname R2S101 Configure a device name from your naming conventions.
(The CLI prompt will not immediately reflect the name
change.)
Step 5
switch(config)# interface mgmt-ethernet Enter Management Ethernet Configuration submode.
Step 6
R2S101(config-if-mgmt-ethernet)# ip address
10.0.2.101 255.255.0.0
Apply an IP address to the switch.
Step 7
R2S101(config-if-mgmt-ethernet)# gateway 10.0.0.1 Apply a default gateway to the switch.
Step 8
R2S101(config-if-mgmt-ethernet)# no shutdown Enable the Ethernet management port.
Step 9
R2S101(config-if-mgmt-ethernet)# exit Return to Global Configuration mode.
Step 10
R2S101# copy running-config startup-config Save the running configuration as the startup configuration.
Step 11
R2S101# ping 10.0.0.1 Ping the default gateway to verify Ethernet connectivity
from the switch side.
Step 1
Login: super
Password: xxxxx
Log in to the switch.
Step 2
switch> enable Enter Privileged Exec mode.
Step 3
switch# configure terminal Enter Global Configuration mode.
Step 4
switch(config)# hostname R1S101 Configure a device name from your naming conventions.
(The CLI prompt will not immediately reflect the name
change.)
Step 5
switch(config)# interface mgmt-ethernet Enter Management Ethernet Configuration submode.
Step 6
R2S101(config-if-mgmt-ethernet)# ip address
10.0.1.101 255.255.0.0
Apply an IP address to the switch.
Step 7
R2S101(config-if-mgmt-ethernet)# gateway 10.0.0.1 Apply a default gateway to the switch.
Step 8
R2S101(config-if-mgmt-ethernet)# no shutdown Enable the Ethernet management port.
Step 9
R2S101(config-if-mgmt-ethernet)# exit Return to Global Configuration mode.
Step 10
R2S101# copy running-config startup-config Save the running configuration as the startup configuration.
Step 11
R2S101# ping 10.0.0.1 Ping the default gateway to verify Ethernet connectivity
from the switch side.