An AAA server could go offline. When a server goes offline, it is marked as down. This command configures the interval after which a server marked as down is checked to see if it has come back online and is reachable.
health-check interval <60-86400>
health-check interval <60-86400>
interval <60-86400> |
Configures an interval (in seconds) after which a down server is checked to see if it is reachable again
|
nx9500-6C8809(config-aaa-policy-test)#health-check interval 4000
nx9500-6C8809(config-aaa-policy-test)#show context aaa-policy test authentication server 5 host 172.16.10.20 secret 0 test1 port 1 authentication server 5 timeout 10 attempts 3 accounting server 2 host 172.16.10.10 secret 0 test1 port 1 accounting server 2 timeout 2 attempts 2 authentication protocol chap accounting interim interval 65 accounting server preference auth-server-number health-check interval 4000 attribute framed-mtu 110 nx9500-6C8809(config-aaa-policy-test)#
no |
Resets the health-check interval for AAA servers |