From fbb4f315eee8cd701aade8845ea842567a56dc64 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 3 Jul 2023 20:58:59 +0200 Subject: ospf: T5334: add support for external route summarisation Type-5 and Type-7 LSAs * set protocols ospf aggregation timer * set protocols ospf summary-address x.x.x.x/x [tag 1-4294967295] * set protocols ospf summary-address x.x.x.x/x no-advertise --- .../include/ospf/protocol-common-config.xml.i | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'interface-definitions/include/ospf/protocol-common-config.xml.i') diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index b7f22cb88..3492b873f 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -1,4 +1,24 @@ + + + External route aggregation + + + + + Delay timer + + u32:5-1800 + Timer interval in seconds + + + + + + 5 + + + Access list to filter networks in routing updates @@ -816,6 +836,38 @@ + + + External summary address + + ipv4net + OSPF area number in dotted decimal notation + + + + + + + + + Don not advertise summary route + + + + + + Router tag + + u32:1-4294967295 + Router tag value + + + + + + + + Adjust routing timers -- cgit v1.2.3