diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-10 19:16:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-10 19:16:39 +0100 |
commit | 85dd9a42f58a568ff557756a8491b84849e3be72 (patch) | |
tree | 9f96d419a860978d9ebbdddd855be5f8de3b0b73 /op-mode-definitions/show-mpls.xml.in | |
parent | c81ab6a2571cba16aba3fb8caaf70242137480c5 (diff) | |
parent | 4fb6160fb72717ce65cc1dbd814b80a1d1a4e756 (diff) | |
download | vyos-1x-85dd9a42f58a568ff557756a8491b84849e3be72.tar.gz vyos-1x-85dd9a42f58a568ff557756a8491b84849e3be72.zip |
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
* 'current' of github.com:vyos/vyos-1x:
op-mode: T3178: add "monitor protocols <bgp|ospf|ospfv3|rib|rip|ripng>" commands
op-mode: T3178: add remaining "show ipv6 ospfv3 database" commands from vyatta-op-quagga
op-mode: T3178: migrate most of the OSPFv3 parts to re-includable snippets
xml: op-mode: add preprocessor support as known from configuration mode
Debian: vyos-1x depends on python3-spinx for "make docs"
ospf: T3198: Fix show information for database tag nodes
login: radius: T3192: remove debug print()
xml: convert tab to space in "system login"
Diffstat (limited to 'op-mode-definitions/show-mpls.xml.in')
-rw-r--r-- | op-mode-definitions/show-mpls.xml.in | 218 |
1 files changed, 218 insertions, 0 deletions
diff --git a/op-mode-definitions/show-mpls.xml.in b/op-mode-definitions/show-mpls.xml.in new file mode 100644 index 000000000..833ac98eb --- /dev/null +++ b/op-mode-definitions/show-mpls.xml.in @@ -0,0 +1,218 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interfaceDefinition> + <node name="show"> + <children> + <node name="mpls"> + <properties> + <help>Show Multiprotocol Label Switching (MPLS)</help> + </properties> + <children> + <node name="ldp"> + <properties> + <help>Label Distribution Protocol (LDP)</help> + </properties> + <children> + <node name="binding"> + <properties> + <help>Label Information Base</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding"</command> + <children> + <node name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding detail"</command> + </node> + <tagNode name="neighbor"> + <properties> + <help>Display labels from LDP neighbor</help> + <completionHelp> + <list><x.x.x.x> <h:h:h:h:h:h:h:h></list> + <script>/usr/bin/vtysh -c "show mpls ldp neighbor" | awk '{print $2}' | egrep -v "ID"</script> + </completionHelp> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding neighbor $6"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding neighbor $6 detail"</command> + </leafNode> + <tagNode name="local-label"> + <properties> + <help>Match locally assigned label value</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding neighbor $6 local-label $8"</command> + </tagNode> + <tagNode name="remote-label"> + <properties> + <help>Match remotely assigned label value</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding neighbor $6 remote-label $8"</command> + </tagNode> + </children> + </tagNode> + <tagNode name="local-label"> + <properties> + <help>Match locally assigned label value</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding local-label $6"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding local-label $6 detail"</command> + </leafNode> + <tagNode name="neighbor"> + <properties> + <help>Match LDP neighbor</help> + <completionHelp> + <list><x.x.x.x> <h:h:h:h:h:h:h:h></list> + <script>/usr/bin/vtysh -c "show mpls ldp neighbor" | awk '{print $2}' | egrep -v "ID"</script> + </completionHelp> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding local-label $6 neighbor $8"</command> + </tagNode> + <tagNode name="remote-label"> + <properties> + <help>Match remotely assigned label value</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding local-label $6 remote-label $8"</command> + </tagNode> + </children> + </tagNode> + <tagNode name="remote-label"> + <properties> + <help>Match remotely assigned label value</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding remote-label $6"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding remote-label $6 detail"</command> + </leafNode> + <tagNode name="neighbor"> + <properties> + <help>Match LDP neighbor</help> + <completionHelp> + <list><x.x.x.x> <h:h:h:h:h:h:h:h></list> + <script>/usr/bin/vtysh -c "show mpls ldp neighbor" | awk '{print $2}' | egrep -v "ID"</script> + </completionHelp> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding remote-label $6 neighbor $8"</command> + </tagNode> + <tagNode name="local-label"> + <properties> + <help>Match locally assigned label value</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding remote-label $6 local-label $8"</command> + </tagNode> + </children> + </tagNode> + </children> + </node> + <tagNode name="binding"> + <properties> + <help>LDP forwarding equivalence class</help> + <completionHelp> + <list><x.x.x.x/x> <h:h:h:h:h:h:h:h/h></list> + </completionHelp> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding $5"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp binding $5 detail"</command> + </leafNode> + </children> + </tagNode> + <node name="discovery"> + <properties> + <help>Discovery hello information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp discovery"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp discovery detail"</command> + </leafNode> + </children> + </node> + <node name="interface"> + <properties> + <help>LDP interface information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp interface"</command> + </node> + <node name="neighbor"> + <properties> + <help>LDP neighbor information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp neighbor"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp neighbor detail"</command> + </leafNode> + <leafNode name="capabilities"> + <properties> + <help>Show neighbor capability information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp neighbor capabilities"</command> + </leafNode> + </children> + </node> + <tagNode name="neighbor"> + <properties> + <help>LDP neighbor</help> + <completionHelp> + <list><x.x.x.x> <h:h:h:h:h:h:h:h></list> + <script>/usr/bin/vtysh -c "show mpls ldp neighbor" | awk '{print $2}' | egrep -v "ID"</script> + </completionHelp> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp neighbor $5"</command> + <children> + <leafNode name="detail"> + <properties> + <help>Show detailed information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp neighbor $5 detail"</command> + </leafNode> + <leafNode name="capabilities"> + <properties> + <help>Show neighbor capability information</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls ldp neighbor $5 capabilities"</command> + </leafNode> + </children> + </tagNode> + </children> + </node> + <node name="pseudowire"> + <properties> + <help>Show MPLS pseudowire interfaces</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls pseudowires"</command> + </node> + <node name="table"> + <properties> + <help>Show MPLS table</help> + </properties> + <command>/usr/bin/vtysh -c "show mpls table"</command> + </node> + </children> + </node> + </children> + </node> +</interfaceDefinition> |