diff options
author | Cheeze_It <none@none.com> | 2023-03-19 19:24:50 -0600 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2023-04-03 22:33:57 -0600 |
commit | d6ef0c54ad8c8f9f2c5f1811781dba6111201fe4 (patch) | |
tree | 05a0b326cb61207cc677403c3643957a314a46c7 /op-mode-definitions/include/isis-common.xml.i | |
parent | c820be57b6c77cdb0a5055d0c3a77dc8d550e2d7 (diff) | |
download | vyos-1x-d6ef0c54ad8c8f9f2c5f1811781dba6111201fe4.tar.gz vyos-1x-d6ef0c54ad8c8f9f2c5f1811781dba6111201fe4.zip |
T5081: ISIS and OSPF syncronization with IGP-LDP sync
Diffstat (limited to 'op-mode-definitions/include/isis-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/isis-common.xml.i | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/op-mode-definitions/include/isis-common.xml.i b/op-mode-definitions/include/isis-common.xml.i index 95a171515..7b4d31029 100644 --- a/op-mode-definitions/include/isis-common.xml.i +++ b/op-mode-definitions/include/isis-common.xml.i @@ -54,6 +54,30 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> +<node name="mpls"> + <properties> + <help>Show IS-IS MPLS specific information</help> + </properties> + <children> + <node name="ldp-sync"> + <properties> + <help>Show IS-IS LDP-IGP synchronization information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <children> + <tagNode name="interface"> + <properties> + <help>Show specific IS-IS LDP-IGP synchronization for an interface</help> + <completionHelp> + <script>${vyos_completion_dir}/list_interfaces</script> + </completionHelp> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </tagNode> + </children> + </node> + </children> +</node> <node name="mpls-te"> <properties> <help>Show IS-IS MPLS traffic engineering information</help> @@ -176,4 +200,4 @@ </children> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </node> -<!-- included end --> +<!-- included end -->
\ No newline at end of file |