From a950059053f7394acfb453cc0d8194aa3dc721fa Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Thu, 26 Sep 2024 11:31:07 +0530 Subject: T6732: added same as vyos 1x --- .../include/ospfv3/no-summary.xml.i | 8 + .../include/ospfv3/protocol-common-config.xml.i | 296 +++++++++++++++++++++ 2 files changed, 304 insertions(+) create mode 100644 interface-definitions/include/ospfv3/no-summary.xml.i create mode 100644 interface-definitions/include/ospfv3/protocol-common-config.xml.i (limited to 'interface-definitions/include/ospfv3') diff --git a/interface-definitions/include/ospfv3/no-summary.xml.i b/interface-definitions/include/ospfv3/no-summary.xml.i new file mode 100644 index 0000000..a6afda3 --- /dev/null +++ b/interface-definitions/include/ospfv3/no-summary.xml.i @@ -0,0 +1,8 @@ + + + + Do not inject inter-area routes into the stub + + + + diff --git a/interface-definitions/include/ospfv3/protocol-common-config.xml.i b/interface-definitions/include/ospfv3/protocol-common-config.xml.i new file mode 100644 index 0000000..72fb86d --- /dev/null +++ b/interface-definitions/include/ospfv3/protocol-common-config.xml.i @@ -0,0 +1,296 @@ + + + + OSPFv3 Area + + u32 + Area ID as a decimal value + + + ipv4 + Area ID in IP address forma + + + + + + + + + + OSPFv3 Area type + + + + + NSSA OSPFv3 area + + + + + Originate Type 7 default into NSSA area + + + + #include + + + + + Stub OSPFv3 area + + + #include + + + + + + + Name of export-list + + policy access-list6 + + + + + + Name of import-list + + policy access-list6 + + + + + + Specify IPv6 prefix (border routers only) + + ipv6net + Specify IPv6 prefix (border routers only) + + + + + + + + + Advertise this range + + + + + + Do not advertise this range + + + + + + + +#include +#include + + + Administrative distance + + + #include + + + OSPFv3 administrative distance + + + #include + + + + +#include + + + + + + + Disable strict LSA check + + + + + + + + + + Enable routing on an IPv6 interface + + + + + txt + Interface used for routing information exchange + + + #include + + + + + + Enable OSPF on this interface + + protocols ospfv3 area + + + u32 + OSPF area ID as decimal notation + + + ipv4 + OSPF area ID in IP address notation + + + + + + + + #include + #include + + + Interface MTU + + u32:1-65535 + Interface MTU + + + + + + + + + Instance ID + + u32:0-255 + Instance Id + + + + + + 0 + + + + Network type + + broadcast point-to-point + + + broadcast + Broadcast network type + + + point-to-point + Point-to-point network type + + + (broadcast|point-to-point) + + Must be broadcast or point-to-point + + + #include + + +#include + + + OSPFv3 specific parameters + + + #include + + + + + Redistribute information from another routing protocol + + + + + Redistribute Babel routes + + + #include + #include + #include + + + + + Redistribute BGP routes + + + #include + #include + #include + + + + + Redistribute connected routes + + + #include + #include + #include + + + + + Redistribute IS-IS routes + + + #include + #include + #include + + + + + Redistribute kernel routes + + + #include + #include + #include + + + + + Redistribute RIPNG routes + + + #include + #include + #include + + + + + Redistribute static routes + + + #include + #include + #include + + + + + -- cgit v1.2.3