diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/system/ip.rst | 18 | ||||
-rw-r--r-- | docs/configuration/system/ipv6.rst | 16 |
2 files changed, 33 insertions, 1 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst index a422388f..5d0a0145 100644 --- a/docs/configuration/system/ip.rst +++ b/docs/configuration/system/ip.rst @@ -90,8 +90,24 @@ See below the different parameters available for the IPv4 **show** command: rip Show Routing Information Protocol (RIP) information route Show IP routes +Clear commands +^^^^^^^^^^^^^^ + +.. opcmd:: clear ip arp <address | interface | table> + + Use this command to reset IPv6 Neighbor Discovery Protocol cache for + an address or interface. + +.. opcmd:: clear ip arp table + + Flush entire ARP cache + +.. opcmd:: clear ip route cache + + Use this command to flush the kernel IPv6 route cache. + An address can be added to flush it only for that route. -reset commands +Reset commands ^^^^^^^^^^^^^^ And the different IPv4 **reset** commands available: diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst index cde7a2aa..d1322df2 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/ipv6.rst @@ -158,6 +158,22 @@ Show commands Use this command to show the status of the RIPNG protocol +Clear commands +^^^^^^^^^^^^^^ + +.. opcmd:: clear ipv6 neighbors <address | interface> + + Use this command to reset IPv6 Neighbor Discovery Protocol cache for + an address or interface. + +.. opcmd:: clear ipv6 neighbors table + + Flush entire IPv6 ND cache + +.. opcmd:: clear ipv6 route cache + + Use this command to flush the kernel IPv6 route cache. + An address can be added to flush it only for that route. Reset commands ^^^^^^^^^^^^^^ |