From 6451fe281f4b28b9f2dc504c954e0fd72e34a5a0 Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Fri, 18 Dec 2020 20:27:10 -0700 Subject: mpls: T915: Add a bunch of op commands to LDP In here we are adding a lot more commands that can be used within LDP. There's also some help and contextual changes for initialism that are being removed. --- op-mode-definitions/show-mpls.xml | 179 +++++++++++++++++++++++++++++++++++--- 1 file changed, 166 insertions(+), 13 deletions(-) (limited to 'op-mode-definitions/show-mpls.xml') diff --git a/op-mode-definitions/show-mpls.xml b/op-mode-definitions/show-mpls.xml index 3f160b6dc..833ac98eb 100644 --- a/op-mode-definitions/show-mpls.xml +++ b/op-mode-definitions/show-mpls.xml @@ -1,4 +1,4 @@ - + @@ -17,33 +17,186 @@ Label Information Base /usr/bin/vtysh -c "show mpls ldp binding" + + + + Show detailed information + + /usr/bin/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" + + + + Show detailed information + + /usr/bin/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" + + + + Match remotely assigned label value + + /usr/bin/vtysh -c "show mpls ldp binding neighbor $6 remote-label $8" + + + + + + Match locally assigned label value + + /usr/bin/vtysh -c "show mpls ldp binding local-label $6" + + + + Show detailed information + + /usr/bin/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" + + + + Match remotely assigned label value + + /usr/bin/vtysh -c "show mpls ldp binding local-label $6 remote-label $8" + + + + + + Match remotely assigned label value + + /usr/bin/vtysh -c "show mpls ldp binding remote-label $6" + + + + Show detailed information + + /usr/bin/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" + + + + Match locally assigned label value + + /usr/bin/vtysh -c "show mpls ldp binding remote-label $6 local-label $8" + + + + + + + LDP forwarding equivalence class + + <x.x.x.x/x> <h:h:h:h:h:h:h:h/h> + + + /usr/bin/vtysh -c "show mpls ldp binding $5" + + + + Show detailed information + + /usr/bin/vtysh -c "show mpls ldp binding $5 detail" + + + Discovery hello information /usr/bin/vtysh -c "show mpls ldp discovery" + + + + Show detailed information + + /usr/bin/vtysh -c "show mpls ldp discovery detail" + + - + LDP interface information /usr/bin/vtysh -c "show mpls ldp interface" - - LDP neighbor information - - /usr/bin/vtysh -c "show mpls ldp neighbor" + + LDP neighbor information + + /usr/bin/vtysh -c "show mpls ldp neighbor" - - - Show neighbor detail - - /usr/bin/vtysh -c "show mpls ldp neighbor detail" - - + + + Show detailed information + + /usr/bin/vtysh -c "show mpls ldp neighbor detail" + + + + Show neighbor capability information + + /usr/bin/vtysh -c "show mpls ldp neighbor capabilities" + + + + + LDP neighbor + + <x.x.x.x> <h:h:h:h:h:h:h:h> + + + + /usr/bin/vtysh -c "show mpls ldp neighbor $5" + + + + Show detailed information + + /usr/bin/vtysh -c "show mpls ldp neighbor $5 detail" + + + + Show neighbor capability information + + /usr/bin/vtysh -c "show mpls ldp neighbor $5 capabilities" + + + -- cgit v1.2.3