The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Remove dynamic routes from routing tables
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
When ICMP redirects are received for IPv4 and IPv6, dynamic routes are added to the routing table. By default, the dynamic routes are removed after 300 seconds. If you want to maintain dynamic routes for a different amount of time, you can change the time out value.
About this task
You can set the timeout value from 0 to 65,535 seconds. If you set the value to 0, the routes never expire. Removing dynamic routes prevents loss of connectivity caused by the persistence of invalid routes.
Steps
-
Display the current timeout value.
-
For IPv4:
network tuning icmp show
-
For IPv6:
network tuning icmp6 show
-
-
Modify the timeout value.
-
For IPv4:
network tuning icmp modify -node node_name -redirect-timeout timeout_value
-
For IPv6:
network tuning icmp6 modify -node node_name -redirect-v6-timeout timeout_value
-
-
Verify that the timeout value was modified correctly.
-
For IPv4:
network tuning icmp show
-
For IPv6:
network tuning icmp6 show
-