From 12a6cca544f985e86b9d7c9626cc35622fcfb95b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 19 Jan 2021 22:14:27 +0100 Subject: ospf: add skeleton for new XML/Python based implementation --- interface-definitions/protocols-ospf.xml | 79 ++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 interface-definitions/protocols-ospf.xml (limited to 'interface-definitions') diff --git a/interface-definitions/protocols-ospf.xml b/interface-definitions/protocols-ospf.xml new file mode 100644 index 000000000..13652ad8d --- /dev/null +++ b/interface-definitions/protocols-ospf.xml @@ -0,0 +1,79 @@ + + + + + + + Open Shortest Path First (OSPF) + 620 + + + + + Access list to filter networks in routing updates + + u32 + Access-list number + + + + + + + + + Filter for outgoing routing update [REQUIRED] + + bgp connected kernel rip static + + + bgp + Filter BGP routes + + + connected + Filter connected routes + + + kernel + Filter Kernel routes + + + rip + Filter RIP routes + + + static + Filter static routes + + + ^(bgp|connected|kernel|rip|static)$ + + Must be bgp, connected, kernel, rip, or static + + + + + + + + OSPF Area + + u32 + OSPF area in decimal notation + + + ipv4 + OSPF area in dotted decimal notation + + + + + + + + + + + + -- cgit v1.2.3