Overview
configure
The
following prompt appears:
[local]host_name(config)#
context <context_name>
context_name is
the name of the destination context where the HA service is configured.
The name must be from 1 to 63 alpha and/or numeric characters
and is case sensitive.The following prompt appears:
[<context_name>]host_name(config-ctx)#
ha-service <ha_service_name>
ha_service_name is
the name of the HA service. The name must be from 1 to 63 alpha
and/or numeric characters and is case sensitive.The following
prompt appears:
[<context_name>]host_name(config-ha-service)#
policy nw-reachability-fail { reject [ use-reject-code { admin-prohibited | insufficient-resources } ] | redirect <ip_addr1> [ weight <value> ] [ <ip_addr2> [ weight <value> ] ] ... [ <ip_addr16> [ weight <value> ] ] }
exit
The
following prompt appears:
[<context_name>]host_name(config-ctx)#
nw-reachability server <server_name> [ interval <seconds> ] [ local-addr <ip_addr> ] [ num-retry <num> ] [ remote-addr <ip_addr> ] [ timeout < seconds> ]
| Keyword/Variable | Description |
|---|---|
|
A name for the network device that is sent ping packets to test for network reachability. |
|
Default: 60 secondsSpecifies the frequency in seconds for sending ping requests.<seconds> must be an integer from 1 through 3600. |
|
Specifies the IP address to be used as the source address of the ping packets; If this is unspecified, an arbitrary IP address that is configured in the context is used. <ip_addr> must be an IP v4 address. |
|
Default: 5Specifies the number of retries before deciding that there is a network-failure. <num> must be an integer from 0 through 100. |
|
Specifies the IP address of a network element to use as the destination to send the ping packets for detecting network failure or reachability. <ip_addr> must be an IPv4 address. |
|
Default: 3 secondsSpecifies how long to wait, in seconds, before retransmitting a ping request to the remote address. <seconds> must be an integer from 1 through 10. |
ip pool <pool_name> nw-reachability server <server_name>
| . | . |
|---|---|
|
The name of an existing IP pool in the current context. |
|
Bind the name of a configured network reachability server to the IP pool and enable network reachability detection for the IP pool. This takes precedence over any network reachability server settings in a subscriber configuration or RADIUS attribute.<server_name>: The name of a network reachability server that has been defined in the current context. This is a string of from 1 through 16 characters. |
subscriber { default | name <subs_name> }
Where default is
the default subscriber for the current context and subs_name is
the name of the subscriber profile that you want to configure for
network reachability.The following prompt appears:
[<context_name>]host_name(config-subscriber)#
nw-reachability server <server_name>
Where server_name is
the name of a network reachability server that has been defined
in the current context.
end
The
following prompt appears:
[local]host_name#
context <context_name>
Where context_name is
the name of the destination context for which you configured network
reachability.The following prompt appears:
[context_name]host_name#
show nw-reachability
server all
The output of this command
appears similar to the following:
Server
remote-addr local-addr state
---------------
--------------- --------------- ---------------
nw-server1
192.168.100.20 192.168.1.10 Down
Total Network
Reachability Servers: 1 Up: 0
Ensure that the
remote and local addresses are correct. The state column indicates
whether or not the server is reachable (Up) or unreachable (Down).
show ha-service name <ha_service_name>
Where
<ha_service_name>
is the name of the HA service in the current context for which you
configured a network reachability policy.The output of this command
includes information about the network reachability policy that
looks similar to the following:
NW-Reachability Policy:
Reject (Reject code: Admin Prohibited)
show ip pool pool-name <pool_name>
Where
<pool_name>
is the name of the IP pool to which you bound a network reachability
server name.The output of this command includes information about
the network reachability server name that looks similar to the following:
Network Reachability
Detection Server: nw-server1
show subscribers configuration username <subscriber_name>
Where
<subscriber_name>
is the name of the local subscriber to which you bound a network
reachability server name.The output of this command includes information
about the network reachability server name that looks similar to
the following:
network reachability
detection server name: nw-server1
RADIUS Attributes