From 4ef110fd2c501b718344c72d495ad7e16d2bd465 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 30 Dec 2023 23:25:20 +0100 Subject: T5474: establish common file name pattern for XML conf mode commands We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in --- interface-definitions/protocols_pim.xml.in | 210 +++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 interface-definitions/protocols_pim.xml.in (limited to 'interface-definitions/protocols_pim.xml.in') diff --git a/interface-definitions/protocols_pim.xml.in b/interface-definitions/protocols_pim.xml.in new file mode 100644 index 000000000..4a20c0d9b --- /dev/null +++ b/interface-definitions/protocols_pim.xml.in @@ -0,0 +1,210 @@ + + + + + + + + Protocol Independent Multicast (PIM) and IGMP + 400 + + + + + PIM interface + + + + + #include + + + + #include + #include + #include + #include + #include + #include + + + Internet Group Management Protocol (IGMP) options + + + #include + + + IGMP join multicast group + + ipv4 + Multicast group address + + + + + + + #include + + + + + IGMP host query interval + + u32:1-1800 + Query interval in seconds + + + + + + + + + IGMP max query response time + + u32:10-250 + Query response value in deci-seconds + + + + + + + + + Interface IGMP version + + 2 3 + + + 2 + IGMP version 2 + + + 3 + IGMP version 3 + + + + + + 3 + + + + + + + + Enable PIM ECMP + + + + + Enable PIM ECMP Rebalance + + + + + + + + Internet Group Management Protocol (IGMP) options + + + + + Configure group limit for watermark warning + + u32:1-65535 + Group count to generate watermark warning + + + + + + + + + #include + #include + #include + #include + + + Only accept registers from a specific source prefix list + + + #include + + + + + Rendezvous Point + + + + + Rendezvous Point address + + ipv4 + Rendezvous Point address + + + + + + + + + Group Address range + + ipv4net + Group Address range RFC 3171 + + + + + + + + + + #include + + + + + Disable IPv6 secondary address in hello packets + + + + + + Shortest-path tree (SPT) switchover + + + + + Never switch to SPT Tree + + + #include + + + + + + + Source-Specific Multicast + + + #include + + + + + + + -- cgit v1.2.3