Chapter 4: Using the Command Line Interface
156
Deleting a Monitored Device
This command removes a monitored device from the component reachability list.
config:#
componentReachability delete <n>
Variables:
•
<n> is a number representing the sequence of the device in the monitored list.
You can find each device's sequence number using the CLI command of
show componentReachability
as
illustrated below.
Modifying a Monitored Device's Settings
The command to modify a monitored device's settings begins with
componentReachability modify
.
You can modify various settings for a monitored device at a time. See
Modify a device's IP address or host name:
config:#
componentReachability modify <n> ipAddress <IP_host>
Enable or disable the ping monitoring feature for the device:
config:#
componentReachability modify <n> pingMonitoringEnabled
<option>
Modify the number of successful pings for declaring "Reachable":
config:#
componentReachability modify <n> numberOfSuccessfulPingsToEnable <succ_number>
Modify the number of unsuccessful pings for declaring "Unreachable":
config:#
componentReachability modify <n> numberOfUnsuccessfulPingsForFailure
<fail_number>
Modify the wait time after a successful ping:
config:#
componentReachability modify <n> waitTimeAfterSuccessfulPing <succ_wait>