From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/show-ipv6-route.xml.in | 117 +++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 op-mode-definitions/show-ipv6-route.xml.in (limited to 'op-mode-definitions/show-ipv6-route.xml.in') diff --git a/op-mode-definitions/show-ipv6-route.xml.in b/op-mode-definitions/show-ipv6-route.xml.in new file mode 100644 index 000000000..fafd615ea --- /dev/null +++ b/op-mode-definitions/show-ipv6-route.xml.in @@ -0,0 +1,117 @@ + + + + + + + Show IPv6 routing information + + + + + Show IPv6 routes of given address or prefix + + <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> + + + + + + 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