From f0fb71366bcfb72de4a5ee280d35e28016d6a3c5 Mon Sep 17 00:00:00 2001 From: sever-sever Date: Tue, 19 May 2020 21:00:32 +0300 Subject: eigrp: T2473: add XML definitions --- interface-definitions/protocols-eigrp.xml.in | 143 +++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 interface-definitions/protocols-eigrp.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/protocols-eigrp.xml.in b/interface-definitions/protocols-eigrp.xml.in new file mode 100644 index 000000000..15ebc162a --- /dev/null +++ b/interface-definitions/protocols-eigrp.xml.in @@ -0,0 +1,143 @@ + + + + + + + + Enhanced Interior Gateway Routing Protocol (EIGRP) parameters + + <1-65535> + AS number + + + + + + + + + Forward packets over multiple paths + + <1-32> + Number of paths + + + + + + + + + Modify metrics and parameters for advertisement + + + + + Modify metric coefficients + + <0-255> + K1 + + + + + + + + + + + Enable routing on an IP network + + ipv4net + EIGRP network prefix + + + + + + + + + + Suppress routing updates on an interface + + + + + + + + Redistribute information from another routing protocol + + bgp + Border Gateway Protocol (BGP) + + + connected + Connected routes + + + nhrp + Next Hop Resolution Protocol (NHRP) + + + ospf + Open Shortest Path First (OSPFv2) + + + rip + Routing Information Protocol (RIP) + + + static + Statically configured routes + + + vnc + Virtual Network Control (VNC) + + + bgp connected nhrp ospf rip static vnc + + + (bgp|connected|nhrp|ospf|rip|static|vnc) + + + + + + Router ID for this EIGRP process + + ipv4 + EIGRP Router-ID in IP address format + + + + + + + + + + Control load balancing variance + + <1-128> + Metric variance multiplier + + + + + + + + + + -- cgit v1.2.3 From 98895f5b31d20bbdc86680c9f73679b7905d7eb6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 29 May 2022 10:14:27 +0200 Subject: eigrp: vrf: T2773: prepare XML definitions for VRF instance --- .../include/eigrp/protocol-common-config.xml.i | 107 ++++++++++++++++ interface-definitions/protocols-eigrp.xml.in | 136 +-------------------- interface-definitions/vrf.xml.in | 9 ++ 3 files changed, 121 insertions(+), 131 deletions(-) create mode 100644 interface-definitions/include/eigrp/protocol-common-config.xml.i (limited to 'interface-definitions') diff --git a/interface-definitions/include/eigrp/protocol-common-config.xml.i b/interface-definitions/include/eigrp/protocol-common-config.xml.i new file mode 100644 index 000000000..c8faa0492 --- /dev/null +++ b/interface-definitions/include/eigrp/protocol-common-config.xml.i @@ -0,0 +1,107 @@ + + + + Forward packets over multiple paths + + u32:1-32 + Number of paths + + + + + + + + + Modify metrics and parameters for advertisement + + + + + Modify metric coefficients + + u32:0-255 + K1 + + + + + + + + + + + Enable routing on an IP network + + ipv4net + EIGRP network prefix + + + + + + + + + + Suppress routing updates on an interface + + + + + + + + Redistribute information from another routing protocol + + bgp + Border Gateway Protocol (BGP) + + + connected + Connected routes + + + nhrp + Next Hop Resolution Protocol (NHRP) + + + ospf + Open Shortest Path First (OSPFv2) + + + rip + Routing Information Protocol (RIP) + + + static + Statically configured routes + + + vnc + Virtual Network Control (VNC) + + + bgp connected nhrp ospf rip static vnc + + + (bgp|connected|nhrp|ospf|rip|static|vnc) + + + +#include + + + + Control load balancing variance + + u32:1-128 + Metric variance multiplier + + + + + + + diff --git a/interface-definitions/protocols-eigrp.xml.in b/interface-definitions/protocols-eigrp.xml.in index 15ebc162a..88a881a1e 100644 --- a/interface-definitions/protocols-eigrp.xml.in +++ b/interface-definitions/protocols-eigrp.xml.in @@ -3,141 +3,15 @@ - + - Enhanced Interior Gateway Routing Protocol (EIGRP) parameters - - <1-65535> - AS number - - - - + Enhanced Interior Gateway Routing Protocol (EIGRP) + 820 - - - Forward packets over multiple paths - - <1-32> - Number of paths - - - - - - - - - Modify metrics and parameters for advertisement - - - - - Modify metric coefficients - - <0-255> - K1 - - - - - - - - - - - Enable routing on an IP network - - ipv4net - EIGRP network prefix - - - - - - - - - - Suppress routing updates on an interface - - - - - - - - Redistribute information from another routing protocol - - bgp - Border Gateway Protocol (BGP) - - - connected - Connected routes - - - nhrp - Next Hop Resolution Protocol (NHRP) - - - ospf - Open Shortest Path First (OSPFv2) - - - rip - Routing Information Protocol (RIP) - - - static - Statically configured routes - - - vnc - Virtual Network Control (VNC) - - - bgp connected nhrp ospf rip static vnc - - - (bgp|connected|nhrp|ospf|rip|static|vnc) - - - - - - Router ID for this EIGRP process - - ipv4 - EIGRP Router-ID in IP address format - - - - - - - - - - Control load balancing variance - - <1-128> - Metric variance multiplier - - - - - + #include - + diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 25a573887..b63d60415 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -58,6 +58,15 @@ #include + + + Enhanced Interior Gateway Routing Protocol (EIGRP) + 821 + + + #include + + Intermediate System to Intermediate System (IS-IS) -- cgit v1.2.3