From 46b749388e0198f0cb3eb5eca1bd1d6e940b2702 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 9 Feb 2021 22:22:21 +0100 Subject: xml: op-mode: remove absolute path from vtysh --- op-mode-definitions/show-mpls.xml.in | 62 ++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'op-mode-definitions/show-mpls.xml.in') diff --git a/op-mode-definitions/show-mpls.xml.in b/op-mode-definitions/show-mpls.xml.in index 833ac98eb..86f6f1bcc 100644 --- a/op-mode-definitions/show-mpls.xml.in +++ b/op-mode-definitions/show-mpls.xml.in @@ -16,41 +16,41 @@ Label Information Base - /usr/bin/vtysh -c "show mpls ldp binding" + vtysh -c "show mpls ldp binding" Show detailed information - /usr/bin/vtysh -c "show mpls ldp binding detail" + vtysh -c "show mpls ldp binding detail" Display labels from LDP neighbor <x.x.x.x> <h:h:h:h:h:h:h:h> - + - /usr/bin/vtysh -c "show mpls ldp binding neighbor $6" + vtysh -c "show mpls ldp binding neighbor $6" Show detailed information - /usr/bin/vtysh -c "show mpls ldp binding neighbor $6 detail" + vtysh -c "show mpls ldp binding neighbor $6 detail" Match locally assigned label value - /usr/bin/vtysh -c "show mpls ldp binding neighbor $6 local-label $8" + vtysh -c "show mpls ldp binding neighbor $6 local-label $8" Match remotely assigned label value - /usr/bin/vtysh -c "show mpls ldp binding neighbor $6 remote-label $8" + vtysh -c "show mpls ldp binding neighbor $6 remote-label $8" @@ -58,29 +58,29 @@ Match locally assigned label value - /usr/bin/vtysh -c "show mpls ldp binding local-label $6" + vtysh -c "show mpls ldp binding local-label $6" Show detailed information - /usr/bin/vtysh -c "show mpls ldp binding local-label $6 detail" + vtysh -c "show mpls ldp binding local-label $6 detail" Match LDP neighbor <x.x.x.x> <h:h:h:h:h:h:h:h> - + - /usr/bin/vtysh -c "show mpls ldp binding local-label $6 neighbor $8" + vtysh -c "show mpls ldp binding local-label $6 neighbor $8" Match remotely assigned label value - /usr/bin/vtysh -c "show mpls ldp binding local-label $6 remote-label $8" + vtysh -c "show mpls ldp binding local-label $6 remote-label $8" @@ -88,29 +88,29 @@ Match remotely assigned label value - /usr/bin/vtysh -c "show mpls ldp binding remote-label $6" + vtysh -c "show mpls ldp binding remote-label $6" Show detailed information - /usr/bin/vtysh -c "show mpls ldp binding remote-label $6 detail" + vtysh -c "show mpls ldp binding remote-label $6 detail" Match LDP neighbor <x.x.x.x> <h:h:h:h:h:h:h:h> - + - /usr/bin/vtysh -c "show mpls ldp binding remote-label $6 neighbor $8" + vtysh -c "show mpls ldp binding remote-label $6 neighbor $8" Match locally assigned label value - /usr/bin/vtysh -c "show mpls ldp binding remote-label $6 local-label $8" + vtysh -c "show mpls ldp binding remote-label $6 local-label $8" @@ -123,13 +123,13 @@ <x.x.x.x/x> <h:h:h:h:h:h:h:h/h> - /usr/bin/vtysh -c "show mpls ldp binding $5" + vtysh -c "show mpls ldp binding $5" Show detailed information - /usr/bin/vtysh -c "show mpls ldp binding $5 detail" + vtysh -c "show mpls ldp binding $5 detail" @@ -137,13 +137,13 @@ Discovery hello information - /usr/bin/vtysh -c "show mpls ldp discovery" + vtysh -c "show mpls ldp discovery" Show detailed information - /usr/bin/vtysh -c "show mpls ldp discovery detail" + vtysh -c "show mpls ldp discovery detail" @@ -151,25 +151,25 @@ LDP interface information - /usr/bin/vtysh -c "show mpls ldp interface" + vtysh -c "show mpls ldp interface" LDP neighbor information - /usr/bin/vtysh -c "show mpls ldp neighbor" + vtysh -c "show mpls ldp neighbor" Show detailed information - /usr/bin/vtysh -c "show mpls ldp neighbor detail" + vtysh -c "show mpls ldp neighbor detail" Show neighbor capability information - /usr/bin/vtysh -c "show mpls ldp neighbor capabilities" + vtysh -c "show mpls ldp neighbor capabilities" @@ -178,22 +178,22 @@ LDP neighbor <x.x.x.x> <h:h:h:h:h:h:h:h> - + - /usr/bin/vtysh -c "show mpls ldp neighbor $5" + vtysh -c "show mpls ldp neighbor $5" Show detailed information - /usr/bin/vtysh -c "show mpls ldp neighbor $5 detail" + vtysh -c "show mpls ldp neighbor $5 detail" Show neighbor capability information - /usr/bin/vtysh -c "show mpls ldp neighbor $5 capabilities" + vtysh -c "show mpls ldp neighbor $5 capabilities" @@ -203,13 +203,13 @@ Show MPLS pseudowire interfaces - /usr/bin/vtysh -c "show mpls pseudowires" + vtysh -c "show mpls pseudowires" Show MPLS table - /usr/bin/vtysh -c "show mpls table" + vtysh -c "show mpls table" -- cgit v1.2.3