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-ip-route.xml | 166 ---------------------------------- 1 file changed, 166 deletions(-) delete mode 100644 op-mode-definitions/show-ip-route.xml (limited to 'op-mode-definitions/show-ip-route.xml') diff --git a/op-mode-definitions/show-ip-route.xml b/op-mode-definitions/show-ip-route.xml deleted file mode 100644 index a98048785..000000000 --- a/op-mode-definitions/show-ip-route.xml +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - Show IPv4 routing information - - - - - Show IP routes - - /usr/bin/vtysh -c "show ip route" - - - - Show IP BGP routes - - /usr/bin/vtysh -c "show ip route bgp" - - - - Show kernel route cache - - ip -s route list cache - - - - Show kernel route cache for a given route - - <x.x.x.x> <x.x.x.x/x> - - - ip -s route list cache $5 - - - - Show IP connected routes - - /usr/bin/vtysh -c "show ip route connected" - - - - Show kernel route table - - ip route list - - - - Show kernel route table for a given route - - <x.x.x.x> <x.x.x.x/x> - - - ip -s route list $5 - - - - Show IP IS-IS routes - - /usr/bin/vtysh -c "show ip route isis" - - - - Show IP kernel routes - - /usr/bin/vtysh -c "show ip route kernel" - - - - Show IP OSPF routes - - /usr/bin/vtysh -c "show ip route ospf" - - - - Show IP RIP routes - - /usr/bin/vtysh -c "show ip route rip" - - - - Show IP static routes - - /usr/bin/vtysh -c "show ip route static" - - - - Show IP routes summary - - /usr/bin/vtysh -c "show ip route summary" - - - - Show IP supernet routes - - /usr/bin/vtysh -c "show ip route supernets-only" - - - - Show IP routes in policy table - - - - - Show IP routes in policy table - - <1-200> - - - /usr/bin/vtysh -c "show ip route table $5" - - - - Show only routes with tag - - - - - Tag value - - <1-4294967295> - - - /usr/bin/vtysh -c "show ip route tag $5" - - - - Show IP routes in VRF - - - - - Show IP routes in VRF - - <vrf> - vrf name - - - /usr/bin/vtysh -c "show ip route vrf $5" - - - - - - Show IP routes of specified IP address or prefix - - <x.x.x.x> <x.x.x.x/x> - - - /usr/bin/vtysh -c "show ip route $4" - - - - Show longer prefixes of routes for specified IP address or prefix - - /usr/bin/vtysh -c "show ip route $4 longer-prefixes" - - - - - - - - -- cgit v1.2.3