From aade755ef58f074bb522d4fc4ad091c468064e4b Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Sat, 6 Jun 2020 01:35:23 +0300 Subject: isis: T2495: add XML definitions for "protocol isis" --- interface-definitions/protocols-isis.xml.in | 552 ++++++++++++++++++++++++++++ 1 file changed, 552 insertions(+) create mode 100644 interface-definitions/protocols-isis.xml.in (limited to 'interface-definitions/protocols-isis.xml.in') diff --git a/interface-definitions/protocols-isis.xml.in b/interface-definitions/protocols-isis.xml.in new file mode 100644 index 000000000..988231108 --- /dev/null +++ b/interface-definitions/protocols-isis.xml.in @@ -0,0 +1,552 @@ + + + + + + + + Intermediate System to Intermediate System (ISIS) + + text(TAG) + ISO Routing area tag + + + + + + Configure the authentication password for an area + + + + + Plain-text authentication type + + <text> + Level-wide password + + + + + + MD5 authentication type + + <md5> + Level-wide password + + + + + + + + Control distribution of default information + + + + + Distribute a default route + + + + + Distribute default route for IPv4 + + + + + Distribute default route into level-1 + + + + + + Distribute default route into level-2 + + + + + + + + Distribute default route for IPv6 + + + + + Distribute default route into level-1 + + always + + + always + Always advertise default route + + + + + + Distribute default route into level-2 + + always + + + always + Always advertise default route + + + + + + + + + + + + Set the authentication password for a routing domain + + + + + Plain-text authentication type + + <text> + Level-wide password + + + + + + + + + Dynamic hostname for IS-IS + + + + + + IS-IS level number + + level-1 level-1-2 level-2 + + + level-1 + Act as a station router + + + level-1-2 + Act as both a station and an area router + + + level-2 + Act as an area router + + + (level-1|level-1-2|level-2) + + + + + + Minimum interval between regenerating same LSP + + <1-120> + Minimum interval in seconds + + + + + + + + + Configure the maximum size of generated LSPs + + <128-4352> + Maximum size of generated LSPs + + + + + + + + + LSP refresh interval + + <1-65235> + LSP refresh interval in seconds + + + + + + + + + Maximum LSP lifetime + + <350-65535> + LSP lifetime in seconds + + + + + + + + + Use old-style (ISO 10589) or new-style packet formats + + narrow transition wide + + + narrow + Use old style of TLVs with narrow metric + + + transition + Send and accept both styles of TLVs during transition + + + wide + Use new style of TLVs to carry wider metric + + + (narrow|transition|wide) + + + + + + A Network Entity Title for this process (ISO only) + + XX.XXXX. ... .XXX.XX + Network entity title (NET) + + + [a-fA-F0-9]{2}(\.[a-fA-F0-9]{4}){3,9}\.[a-fA-F0-9]{2} + + + + + + Use the RFC 6232 purge-originator + + + + + + Redistribute information from another routing protocol + + + + + Redistribute IPv4 routes + + + + + Border Gateway Protocol (BGP) + + + #include + + + + + Redistribute connected routes into ISIS + + + #include + + + + + Redistribute kernel routes into ISIS + + + #include + + + + + Redistribute OSPF routes into ISIS + + + #include + + + + + Redistribute RIP routes into ISIS + + + #include + + + + + Redistribute static routes into ISIS + + + #include + + + + + + + + + Set attached bit to identify as L1/L2 router for inter-area traffic + + + + + + Set overload bit to avoid any transit traffic + + + + + + IETF SPF delay algorithm + + + + + Delay used while in QUIET state + + <0-60000> + Delay used while in QUIET state (in ms) + + + + + + + + + Delay used while in SHORT_WAIT state + + <0-60000> + Delay used while in SHORT_WAIT state (in ms) + + + + + + + + + Delay used while in LONG_WAIT + + <0-60000> + Delay used while in LONG_WAIT state (in ms) + + + + + + + + + Time with no received IGP events before considering IGP stable + + <0-60000> + Time with no received IGP events before considering IGP stable (in ms) + + + + + + + + + Maximum duration needed to learn all the events related to a single failure + + <0-60000> + Maximum duration needed to learn all the events related to a single failure (in ms) + + + + + + + + + + + Minimum interval between SPF calculations + + <1-120> + Minimum interval between consecutive SPFs in seconds + + + + + + + + + + Interface params + + + + + + + + Enable BFD support + + + + + + Configure circuit type for interface + + level-1 level-1-2 level-2-only + + + level-1 + Level-1 only adjacencies are formed + + + level-1-2 + Level-1-2 adjacencies are formed + + + level-2-only + Level-2 only adjacencies are formed + + + (level-1|level-1-2|level-2-only) + + + + + + Add padding to IS-IS hello packets + + + + + + Set Hello interval + + <1-600> + Set Hello interval + + + + + + + + + Set Hello interval + + <2-100> + Set multiplier for Hello holding time + + + + + + + + + Set default metric for circuit + + <0-16777215> + Default metric value + + + + + + + + + Set network type + + + + + point-to-point network type + + + + + + + + Configure the passive mode for interface + + + + + + Configure the authentication password for a circuit + + + + + Plain-text authentication type + + <text> + Circuit password + + + + + + + + Set priority for Designated Router election + + <0-127> + Priority value + + + + + + + + + Set PSNP interval in seconds + + <0-127> + Priority value + + + + + + + + + Enable/Disable three-way handshake + + + + + + + + + + -- cgit v1.2.3