<?xml version="1.0" encoding="utf-8"?> <!-- Protocol OSPFv3 configuration --> <interfaceDefinition> <node name="protocols"> <children> <node name="nospfv3" owner="${vyos_conf_scripts_dir}/protocols_ospfv3.py"> <properties> <help>IPv6 Open Shortest Path First protocol (OSPFv3) parameters</help> <priority>620</priority> </properties> <children> <tagNode name="area"> <properties> <help>OSPFv3 Area</help> <valueHelp> <format>u32</format> <description>OSPFv3 area in decimal notation</description> </valueHelp> <valueHelp> <format>ipv4</format> <description>OSPFv3 area in dotted decimal notation</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 0-4294967295"/> <validator name="ip-address"/> </constraint> </properties> <children> <leafNode name="export-list"> <properties> <help>Name of export-list</help> <completionHelp> <path>policy access-list6</path> </completionHelp> </properties> </leafNode> <leafNode name="import-list"> <properties> <help>Name of import-list</help> <completionHelp> <path>policy access-list6</path> </completionHelp> </properties> </leafNode> <leafNode name="interface"> <properties> <help>OSPFv3 area interface</help> <completionHelp> <script>${vyos_completion_dir}/list_interfaces.py</script> </completionHelp> </properties> </leafNode> <tagNode name="range"> <properties> <help>Specify IPv6 prefix (border routers only)</help> <valueHelp> <format>ipv6net</format> <description>Specify IPv6 prefix (border routers only)</description> </valueHelp> <constraint> <validator name="ipv6-prefix"/> </constraint> </properties> <children> <leafNode name="advertise"> <properties> <help>Advertise this range</help> <valueless/> </properties> </leafNode> <leafNode name="not-advertise"> <properties> <help>Do not advertise this range</help> <valueless/> </properties> </leafNode> </children> </tagNode> </children> </tagNode> <node name="distance"> <properties> <help>Administrative distance</help> </properties> <children> <leafNode name="global"> <properties> <help>OSPFv3 administrative distance</help> <valueHelp> <format>u32:1-255</format> <description>Administrative distance</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> </leafNode> <node name="ospfv3"> <properties> <help>OSPFv3 administrative distance</help> </properties> <children> <leafNode name="external"> <properties> <help>Distance for external routes</help> <valueHelp> <format>u32:1-255</format> <description>Distance for external routes</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> </leafNode> <leafNode name="inter-area"> <properties> <help>Distance for inter-area routes</help> <valueHelp> <format>u32:1-255</format> <description>Distance for inter-area routes</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> </leafNode> <leafNode name="intra-area"> <properties> <help>Distance for intra-area routes</help> <valueHelp> <format>u32:1-255</format> <description>Distance for intra-area routes</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> </leafNode> </children> </node> </children> </node> <node name="parameters"> <properties> <help>OSPFv3 specific parameters</help> </properties> <children> <leafNode name="router-id"> <properties> <help>Override the default router identifier</help> <valueHelp> <format>ipv4</format> <description>Override the default router identifier</description> </valueHelp> <constraint> <validator name="ipv4-address"/> </constraint> </properties> </leafNode> </children> </node> <node name="redistribute"> <properties> <help>Redistribute information from another routing protocol</help> </properties> <children> <node name="bgp"> <properties> <help>Redistribute BGP routes</help> </properties> <children> #include <include/ospf-route-map.xml.i> </children> </node> <node name="connected"> <properties> <help>Redistribute connected routes</help> </properties> <children> #include <include/ospf-route-map.xml.i> </children> </node> <node name="kernel"> <properties> <help>Redistribute kernel routes</help> </properties> <children> #include <include/ospf-route-map.xml.i> </children> </node> <node name="ripng"> <properties> <help>Redistribute RIPNG routes</help> </properties> <children> #include <include/ospf-route-map.xml.i> </children> </node> <node name="static"> <properties> <help>Redistribute static routes</help> </properties> <children> #include <include/ospf-route-map.xml.i> </children> </node> </children> </node> #include <include/ospf-route-map.xml.i> </children> </node> </children> </node> </interfaceDefinition>