Cisco Systems SFS 7024 Switch User Manual


 
B-26
Cisco SFS 7024 InfiniBand Server Switch Hardware Users Guide
OL-8794-05
Sample Output:
NOTES: This routine spawns a process to send ping packets to the specified IP address. If
packetCount is given, the process exits after that number of packets are sent. If packetCount is
ommitted, a default the number of packets defaults to 5. If packetCount is 0, the ping task will
continue until the CLI is restarted (ctrl+c).
showChassisIpAddr
Displays the chassis IP address.
Syntax:
Options:
Sample Output:
setChassisIpAddr
Change the module IP address.
Syntax:
Options:
Sample Output:
PING 172.26.0.254: 56 data bytes
64 bytes from 172.26.0.254: icmp_seq=0. time=0. ms
64 bytes from 172.26.0.254: icmp_seq=1. time=0. ms
64 bytes from 172.26.0.254: icmp_seq=2. time=0. ms
64 bytes from 172.26.0.254: icmp_seq=3. time=0. ms
64 bytes from 172.26.0.254: icmp_seq=4. time=0. ms
----172.26.0.254 PING Statistics----
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
showChassisIpAddr
None.
-> showChassisIpAddr
Chassis IP Address: 172.26.0.221 Net mask: 255.255.240.0
setChassisIpAddr -h ipaddress -m netMask
-h ipaddress
The new IP address in dotted notation format 'xxx.xxx.xxx.xxx'.
-m netMask
The network mask. (may be in dotted notation or hexidecimal format)
-> setChassisIpAddr -h 172.26.0.221 -m 255.255.240.0