set history
Enterasys C3 Configuration Guide 18-3
set history
Use this command to set the size of the history buffer.
Syntax
set history size [default]
Parameters
Defaults
None.
Mode
Switch command, read-write.
Example
This example shows how to set the size of the command history buffer to 30 lines:
C3(su)->set history 30
ping
Use this command to send ICMP echo-request packets to another node on the network from the
switch CLI.
Syntax
ping host
Parameters
Defaults
None.
Mode
Switch command, read-write.
Examples
This example shows how to ping IP address 134.141.89.29. In this case, this host is alive:
C3(su)->ping 134.141.89.29
134.141.89.29 is alive
In this example, the host at IP address is not responding:
C3(su)->ping 134.141.89.255
no answer from 134.141.89.255
size Specifies the size of the history buffer in lines. Valid values are 1 to 100.
default (Optional) Makes this setting persistent for all future sessions.
host Specifies the IP address of the device to which the ping will be sent.