Release Notes

20 Dell PowerEdge VRTX Networking | Version 1.6
3.3.2 Check a specific port status from the switch CLI
Log in to the switch CLI and run show interface status gi s/p (where s= slot,
p=port).
Example for a Down port:
VRTX-switch#show interface status gi1/1
Flow Link Back Mdix
Port Type Duplex Speed Neg ctrl State Pressure Mode
-------- ------ ------ ----- ----- ---- ------- -------- ----
gi1/1 1G -- -- -- -- Down -- ----
Example for an Up port:
VRTX-switch#show interface status gi1/1
Flow Link Back Mdix
Port Type Duplex Speed Neg ctrl State Pressure Mode
-------- ----- ---- ----- ----- ---- ------ -------- ------
gi1/1 1G Full 1000 Enabled Off Up Disabled Off
3.3.3 Shut/no shut a switch port from the switch CLI
Log in to the switch CLI and go to interface configuration mode, identify the switch port you
want to configure and enter the appropriate shut/no shut command:
VRTX-switch#config
VRTX-switch(conf)#interface gi1/1
VRTX-switch(conf-if)#shutdown
VRTX-switch(conf-if)#no shutdown
VRTX-switch(conf-if)#end
3.3.4 Save the running-configuration on a switch from the switch CLI
Type the following command from the switch CLI to save the running-config to be active in
the event of a switch reload:
VRTX-switch#copy running-config startup-config