From 0acf5dff2ffc54eee1a1a6f9bceed7e62caf4fd4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 2 Jan 2021 19:43:09 +0100 Subject: op-mode: T3178: add "show ipv6 route" commands --- op-mode-definitions/show-ipv6.xml | 143 ++++++++++++++++++++++++++++++++------ 1 file changed, 123 insertions(+), 20 deletions(-) (limited to 'op-mode-definitions/show-ipv6.xml') diff --git a/op-mode-definitions/show-ipv6.xml b/op-mode-definitions/show-ipv6.xml index be84640eb..cf3f25993 100644 --- a/op-mode-definitions/show-ipv6.xml +++ b/op-mode-definitions/show-ipv6.xml @@ -22,26 +22,6 @@ vtysh -c "show ipv6 access-list $4" - - - Show IPv6 forwarding status - - vtysh -c "show ipv6 forwarding" - - - - Show RIPNG protocol information - - vtysh -c "show ipv6 ripng" - - - - Show RIPNG protocol status - - vtysh -c "show ipv6 ripng status" - - - Show Border Gateway Protocol (BGP) information @@ -231,6 +211,129 @@ + + + Show IPv6 forwarding status + + vtysh -c "show ipv6 forwarding" + + + + Show RIPNG protocol information + + vtysh -c "show ipv6 ripng" + + + + Show RIPNG protocol status + + vtysh -c "show ipv6 ripng status" + + + + + + Show IPv6 routes of given address or prefix + + <X:X::X:X> <X:X::X:X/M> + + + + + + Show longer prefixes of routes for given address or prefix + + vtysh -c "show ipv6 route $4 longer-prefixes" + + + vtysh -c "show ipv6 route $4" + + + + Show IPv6 routes + + vtysh -c "show ipv6 route" + + + + Show IPv6 BGP routes + + vtysh -c "show ipv6 route bgp" + + + + Show IPv6 connected routes + + vtysh -c "show ipv6 route connected" + + + + Show IPv6 IS-IS routes + + vtysh -c "show ipv6 route isis" + + + + Show IPv6 Kernel routes + + vtysh -c "show ipv6 route kernel" + + + + Show IPv6 OSPF routes + + vtysh -c "show ipv6 route ospf6" + + + + Show IPv6 RIPNG routes + + vtysh -c "show ipv6 route ripng" + + + + Show IPv6 static routes + + vtysh -c "show ipv6 route static" + + + + Show IPv6 routes summary + + vtysh -c "show ipv6 route summary" + + + + Show IPv6 routes in policy tables + + vtysh -c "show ipv6 route table all" + + + + Show IPv6 routes in specific policy table + + protocols static table + + + vtysh -c "show ipv6 route table $5" + + + + Show IPv6 routes in VRFs + + vtysh -c "show ipv6 route vrf all" + + + + Show IPv6 routes in specific VRF + + vrf name + + + vtysh -c "show ipv6 route vrf $5" + + + -- cgit v1.2.3