From 37e186ab4eca54c9decc041f14b1c9b60319fef9 Mon Sep 17 00:00:00 2001 From: Devansh Lodha Date: Wed, 29 Jul 2026 06:03:25 +0000 Subject: [PATCH 1/2] RT-1.5: Add standard neighbor prefix-limit state paths to README * (M) feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md - Add standard non-deviation /bgp/neighbors/neighbor/.../ipv4-unicast/prefix-limit/state/prefix-limit-exceeded. - Add standard non-deviation /bgp/neighbors/neighbor/.../ipv4-unicast/prefix-limit/state/warning-threshold-pct. - Add standard non-deviation /bgp/neighbors/neighbor/.../ipv6-unicast/prefix-limit/state/prefix-limit-exceeded. - Add standard non-deviation /bgp/neighbors/neighbor/.../ipv6-unicast/prefix-limit/state/warning-threshold-pct. - Add Config Paths and State Paths YAML headers. --- .../otg_tests/bgp_prefix_limit_test/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md b/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md index 33d13a7f580..f5d485847af 100644 --- a/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md +++ b/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md @@ -24,13 +24,20 @@ BGP Prefix Limit ```yaml paths: + ## Config Paths ## + /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-unicast/prefix-limit/config/max-prefixes: + + ## State Paths ## /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/state/peer-group-name: /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/neighbor-address: - /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-unicast/prefix-limit/config/max-prefixes: /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-unicast/prefix-limit/state/warning-threshold-pct: /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-unicast/prefix-limit/state/prefix-limit-exceeded: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv4-unicast/prefix-limit/state/prefix-limit-exceeded: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv4-unicast/prefix-limit/state/warning-threshold-pct: /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv4-unicast/prefix-limit-received/state/prefix-limit-exceeded: /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv4-unicast/prefix-limit-received/state/warning-threshold-pct: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv6-unicast/prefix-limit/state/prefix-limit-exceeded: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv6-unicast/prefix-limit/state/warning-threshold-pct: /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv6-unicast/prefix-limit-received/state/prefix-limit-exceeded: /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv6-unicast/prefix-limit-received/state/warning-threshold-pct: From 23679cbdd7f6a0b74183ce6ace2c49141de19288 Mon Sep 17 00:00:00 2001 From: Devansh Lodha Date: Wed, 29 Jul 2026 06:15:25 +0000 Subject: [PATCH 2/2] RT-1.5: Add neighbor IPv4 and IPv6 prefix-limit config paths per code review feedback * (M) feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md - Add /bgp/neighbors/neighbor/.../ipv4-unicast/prefix-limit/config/max-prefixes. - Add /bgp/neighbors/neighbor/.../ipv4-unicast/prefix-limit/config/warning-threshold-pct. - Add /bgp/neighbors/neighbor/.../ipv6-unicast/prefix-limit/config/max-prefixes. - Add /bgp/neighbors/neighbor/.../ipv6-unicast/prefix-limit/config/warning-threshold-pct. --- .../bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md b/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md index f5d485847af..e8154a3fe3e 100644 --- a/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md +++ b/feature/bgp/prefixlimit/otg_tests/bgp_prefix_limit_test/README.md @@ -26,6 +26,10 @@ BGP Prefix Limit paths: ## Config Paths ## /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-unicast/prefix-limit/config/max-prefixes: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv4-unicast/prefix-limit/config/max-prefixes: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv4-unicast/prefix-limit/config/warning-threshold-pct: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv6-unicast/prefix-limit/config/max-prefixes: + /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/ipv6-unicast/prefix-limit/config/warning-threshold-pct: ## State Paths ## /network-instances/network-instance/protocols/protocol/bgp/peer-groups/peer-group/state/peer-group-name: