summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorCheeze_It <none@none.com>2023-03-19 19:24:50 -0600
committerCheeze_It <none@none.com>2023-04-04 10:27:33 -0600
commit3ffb5ff16543576e73f23125e4590fa57b02f0b7 (patch)
tree1a5479aec55199ac195bd4c6761d7e693cdbfb8a /op-mode-definitions
parent94b65bb3936b607a6bc85fe23176ff855c722519 (diff)
downloadvyos-1x-3ffb5ff16543576e73f23125e4590fa57b02f0b7.tar.gz
vyos-1x-3ffb5ff16543576e73f23125e4590fa57b02f0b7.zip
T5081: ISIS and OSPF syncronization with IGP-LDP sync
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/include/isis-common.xml.i26
-rw-r--r--op-mode-definitions/include/ospf-common.xml.i26
2 files changed, 50 insertions, 2 deletions
diff --git a/op-mode-definitions/include/isis-common.xml.i b/op-mode-definitions/include/isis-common.xml.i
index 0e20861c7..53e85a7ef 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
diff --git a/op-mode-definitions/include/ospf-common.xml.i b/op-mode-definitions/include/ospf-common.xml.i
index 098254f4e..7d9e541cf 100644
--- a/op-mode-definitions/include/ospf-common.xml.i
+++ b/op-mode-definitions/include/ospf-common.xml.i
@@ -517,6 +517,30 @@
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
+<node name="mpls">
+ <properties>
+ <help>Show OSPF MPLS specific information</help>
+ </properties>
+ <children>
+ <node name="ldp-sync">
+ <properties>
+ <help>Show OSPF LDP-IGP synchronization information</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ <children>
+ <tagNode name="interface">
+ <properties>
+ <help>Show specific OSPF 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="neighbor">
<properties>
<help>Show IPv4 OSPF neighbor information</help>
@@ -547,4 +571,4 @@
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
-<!-- included end -->
+<!-- included end --> \ No newline at end of file