Cisco Systems IPS 7.1 Home Security System User Manual


  Open as PDF
of 1042
 
17-47
Cisco Intrusion Prevention System CLI Sensor Configuration Guide for IPS 7.1
OL-19892-01
Chapter 17 Administrative Tasks for the Sensor
Resetting the Appliance
Step 1 Log in to the CLI.
Step 2 Ping the address you are interested in. The count is the number 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.