White Papers

PowerEdge VRTX
15
5. Run the switch show version command to check the switch firmware version.
6. Run the switch show ip interface command to check the current IP address, gateway IP
address, and OOB IP address.
7. If the switch-configured OOB IP address is not properly configured to reach the TFTP server,
change the OOB IP address by running the switch ip address commands listed below.
8. Run the switch copy command to copy the image from the TFTP server to the switch.
console#copy tftp://oob/
1
92.168.1.1
6
2
/
r
2401
-
1
00
5
2
.
ros image
01-Oct-2006 17:36:41 %COPY-I-FILECPY: Files Copy - source URL
tftp://192.168.1.162/r2401-10051.ros destination URL flash://image
01-Oct-2006 17:38:23 %COPY-N-TRAP: The copy operation was completed
successfully
Copy: 7098286 bytes copied in 00:01:39 [hh:mm:ss]
console#config
console(config)#interface oob
console(config-oob)#ip address 192.168.1.167 /24 (for static
address)
OR
console(config-oob)#ip address dhcp (for dhcp server)
console(config-if)#exit
console(config)#exit
console#