Release Notes

21 Dell PowerEdge VRTX Networking | Version 1.6
3.3.5 Reload a switch from the switch CLI
Log in to the switch CLI and type the following command to reload or reboot the switch:
VRTX-switch#reload
VRTX-switch#This command will reset the whole system and disconnect
your current session. Do you want to continue? (Y/N)[N]Y
Note: Be sure to save running-config from section 3.3.4 before reloading.
3.3.6 Assign an IP address to switch VLAN 1 from the switch CLI
Log in to the switch CLI and configure the VLAN 1 IP address.
Note: If you completed this configuration in previous sections with the CMC GUI. You do not
need to do it again.
3.3.6.1 Connect the network to an external port on a VRTX switch
If using a DHCP IP Address
Use the following commands for VLAN 1 IP address assignment with DHCP:
VRTX-switch#config
VRTX-switch(conf)#interface vlan 1
VRTX-switch(conf-if)#ip address dhcp
VRTX-switch(conf-if)#end
If using Static IP Address
Use the following commands for VLAN 1 static IP address assignment. This example applies
the IP address 192.168.3.100 to the switch.
Note: This address must match the applicable infrastructure where the VRTX is being
installed.
VRTX-switch#config
VRTX-switch(conf)#interface vlan 1
VRTX-switch(conf-if)#ip address 192.168.3.100 /24
VRTX-switch(conf-if)#end
Confirm application of the IP address to the interface
Use the following command to verify VLAN 1 IP address configuration. In this example,
nnn.nnn.nnn.nnn is specific to the infrastructure being used.
VRTX-switch#show ip interface
Gateway IP Address Activity Status Type IP Address I/F Type Status
------------------ --------------- ---- ----------- ------ ------- -------
nnn.nnn.nnn.nnn Active dhcp nnn.nnn.nnn.nnn vlan 1 DHCP Valid