17-44
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2
OL-29168-01
Chapter17 Administrative Tasks for the Sensor
Resetting the Appliance
To diagnose basic network connectivity, follow these steps:
Step 1
Log in to the CLI.
Step 2
Ping the address you are interested in. The count is the numb er of echo requests to send. If you do not
specify a number, 4 requests are sent. The range is 1 to 10,000.
sensor# ping ip_address count
The following example shows a successful ping:
sensor# ping 192.0.2.1 6
PING 192.0.2.1 (192.0.2.1): 56 data bytes
64 bytes from 192.0.2.1: icmp_seq=0 ttl=61 time=0.3 ms
64 bytes from 192.0.2.1: icmp_seq=1 ttl=61 time=0.1 ms
64 bytes from 192.0.2.1: icmp_seq=2 ttl=61 time=0.1 ms
64 bytes from 192.0.2.1: icmp_seq=3 ttl=61 time=0.2 ms
64 bytes from 192.0.2.1: icmp_seq=4 ttl=61 time=0.2 ms
64 bytes from 192.0.2.1: icmp_seq=5 ttl=61 time=0.2 ms
--- 192.0.2.1 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.3 ms
The following example shows an unsuccessful ping:
sensor# ping 172.16.0.0 3
PING 172.16.0.0 (172.16.0.0): 56 data bytes
--- 172.16.0.0 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
sensor#
Resetting the Appliance
Use the reset [powerdown] command to shut down the applications running on the appliance and to
reboot the appliance. You can include the powerdown option to power off the appliance, if possible, or
to have the appliance left in a state where the power can be turned off.
Shutdown (stopping the applications) begins immediately after you execute the command. Shutdown can
take a while, and you can still access CLI commands while it is taking place, but the session is terminated
without warning.
To reset the appliance, follow these steps:
Step 1
Log in to the CLI using an account with administrator privileges.
Step 2
To stop all applications and reboot the appliance, follow these Steps 2 and 3. Otherwise, to power down
the appliance, go to Steps 4 and 5.
sensor# reset
Warning: Executing this command will stop all applications and reboot the node.
Continue with reset? []:
Step 3
Enter yes to continue the reset.
sensor# yes
Request Succeeded.