show iproute protection ping
Description
Displays the current ping protection state for IPv4 or IPv6 routes, along with the number of protected routes. The information can be displayed per gateway, or for all gateways in a given VR.
Syntax Description
ipv4 | Specifies IPv4 routes (default). |
ipv6 | Specifies IPv6 routes. |
protection ping | Specifies protection ping information. |
v4_or_v6_gateway | Name of the specific IPv4 or IPv6 gateway to show protected routes for. |
vr vr_name | Shows all protected routes for the specified VR. |
detail | Displays timestamps of the last time each gateway transitioned to the "up" state and to the "down" state. |
Default
If not specified, IPv4 is the default.
Example
The following example shows all ping protected IPv4 routes only:
# show iproute protection ping Ping protection for static IPv4 routes : Enabled Interval : 2 Misses : 3 Gateway State # Routes VR --------------- ----- -------- -------------------------------- 1.2.3.4 Down 1 VR-Default 1.2.3.5 Up 1 VR-Default
The following example shows ping protected IPv6 routes only:
# show iproute ipv6 protection ping Ping protection for static IPv6 routes : Enabled Interval : 2 Misses : 3 Gateway State # Routes VR --------------------------------------- ----- -------- ---------- 2000:2000:2000:2000:2000:2000:2000:2001 Up 2 VR-Default 3000::2 Down 2 VR-Default
The following example shows ping protected IPv6 routes with gateway up/down transition timestamp information:
# show iproute ipv6 protection ping detail Ping protection for static IPv6 routes : Enabled Interval : 2 Misses : 3 Gateway: 2000:2000:2000:2000:2000:2000:2000:2001 State: Up # Routes: 2 VR: VR-Default Last Up: Thu Mar 31 22:44:12 2016 Last Down: Thu Mar 31 22:42:22 2016 Gateway: 3000::2 State: Down # Routes: 2 VR: VR-Default Last Up: -- Last Down: Thu Mar 31 22:42:22 2016
History
This command was first available in ExtremeXOS release 16.1.3-Patch1-7.
Platform Availability
All platforms with an Edge license or greater.