Skip to content

Commit

Permalink
router-bgp coverage part2
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Jan 8, 2025
1 parent bc9239a commit dfcff3d
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7782,6 +7782,7 @@ ASN Notation: asdot
| PG-BGP-LU1 | False | - | - | RCF_BGP_LU_IN() | RCF_BGP_LU_OUT() |
| PG-BGP-LU2 | False | - | - | - | - |
| PG-BGP-LU3 | False | - | - | - | - |
| PG-BGP-LU4 | False | - | - | - | - |

##### IPv4 BGP-LU Neighbors

Expand Down Expand Up @@ -8469,6 +8470,7 @@ router bgp 65101
neighbor default next-hop-self
next-hop resolution ribs tunnel-rib colored system-colored-tunnel-rib tunnel-rib test-rib system-connected
neighbor PG-BGP-LU activate
neighbor PG-BGP-LU graceful-restart
neighbor PG-BGP-LU route-map RM_BGP_LU_IN in
neighbor PG-BGP-LU route-map RM_BGP_LU_OUT out
neighbor PG-BGP-LU additional-paths send ecmp limit 10
Expand All @@ -8489,6 +8491,8 @@ router bgp 65101
neighbor PG-BGP-LU2 next-hop-self v4-mapped-v6 source-interface Ethernet1
no neighbor PG-BGP-LU3 activate
neighbor PG-BGP-LU3 next-hop-self source-interface Ethernet2
no neighbor PG-BGP-LU4 activate
neighbor PG-BGP-LU4 additional-paths send limit 10
no neighbor 192.168.66.21 activate
neighbor 192.168.66.21 additional-paths send limit 11
no neighbor 192.168.66.22 activate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,7 @@ ASN Notation: asplain

| Settings | Value |
| -------- | ----- |
| Graceful-restart | Enabled |

#### Router BGP Path-Selection Address Family

Expand Down Expand Up @@ -1080,8 +1081,10 @@ router bgp 65101
!
address-family ipv4 labeled-unicast
bgp additional-paths send any
graceful-restart
!
address-family ipv4 multicast
redistribute ospf match internal route-map AFIPV4M_OSPF_INTERNAL
redistribute ospfv3 route-map AFIPV4M_OSPFV3
redistribute ospf match external route-map AFIPV4M_OSPF_EXTERNAL
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ router bgp 65101.0001
redistribute ospf match nssa-external 2
!
address-family ipv6
no bgp additional-paths send
redistribute ospfv3 include leaked route-map RM-REDISTRIBUTE-OSPFV3
redistribute ospfv3 match external include leaked route-map RM-REDISTRIBUTE-OSPFV3-EXTERNAL
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ router bgp 65001
!
address-family ipv4 labeled-unicast
bgp additional-paths send limit 10
!
address-family ipv6
bgp additional-paths send limit 20
```

## Multicast
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5305,6 +5305,7 @@ router bgp 65101
neighbor default next-hop-self
next-hop resolution ribs tunnel-rib colored system-colored-tunnel-rib tunnel-rib test-rib system-connected
neighbor PG-BGP-LU activate
neighbor PG-BGP-LU graceful-restart
neighbor PG-BGP-LU route-map RM_BGP_LU_IN in
neighbor PG-BGP-LU route-map RM_BGP_LU_OUT out
neighbor PG-BGP-LU additional-paths send ecmp limit 10
Expand All @@ -5325,6 +5326,8 @@ router bgp 65101
neighbor PG-BGP-LU2 next-hop-self v4-mapped-v6 source-interface Ethernet1
no neighbor PG-BGP-LU3 activate
neighbor PG-BGP-LU3 next-hop-self source-interface Ethernet2
no neighbor PG-BGP-LU4 activate
neighbor PG-BGP-LU4 additional-paths send limit 10
no neighbor 192.168.66.21 activate
neighbor 192.168.66.21 additional-paths send limit 11
no neighbor 192.168.66.22 activate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,10 @@ router bgp 65101
!
address-family ipv4 labeled-unicast
bgp additional-paths send any
graceful-restart
!
address-family ipv4 multicast
redistribute ospf match internal route-map AFIPV4M_OSPF_INTERNAL
redistribute ospfv3 route-map AFIPV4M_OSPFV3
redistribute ospf match external route-map AFIPV4M_OSPF_EXTERNAL
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ router bgp 65101.0001
redistribute ospf match nssa-external 2
!
address-family ipv6
no bgp additional-paths send
redistribute ospfv3 include leaked route-map RM-REDISTRIBUTE-OSPFV3
redistribute ospfv3 match external include leaked route-map RM-REDISTRIBUTE-OSPFV3-EXTERNAL
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ router bgp 65001
!
address-family ipv4 labeled-unicast
bgp additional-paths send limit 10
!
address-family ipv6
bgp additional-paths send limit 20
!
router isis EVPN_UNDERLAY
authentication mode sha key-id 4 rx-disabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ router_bgp:
activate: true
additional_paths:
send: any
prefix_list: AF_IPV6_PG_PL
route_map_in: RM-HIDE-AS-PATH
route_map_out: RM-HIDE-AS-PATH
- name: IPV6-UNDERLAY-MLAG
Expand Down Expand Up @@ -840,6 +841,7 @@ router_bgp:
send: ecmp
send_limit: 10
next_hop_unchanged: true
graceful_restart: true
maximum_advertised_routes: 120000
maximum_advertised_routes_warning_limit: 1000
missing_policy:
Expand Down Expand Up @@ -867,6 +869,10 @@ router_bgp:
additional_paths:
send: limit
next_hop_self_source_interface: Ethernet2
- name: PG-BGP-LU4
additional_paths:
send: limit
send_limit: 10
address_family_link_state:
bgp:
missing_policy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ router_bgp:
address_family_ipv4_multicast:
redistribute:
ospf:
match_internal:
enabled: true
route_map: AFIPV4M_OSPF_INTERNAL
match_external:
enabled: true
route_map: AFIPV4M_OSPF_EXTERNAL
Expand All @@ -172,6 +175,7 @@ router_bgp:
enabled: true
route_map: RM-address_family_ipv6_multicast-OSPFv3
address_family_ipv4_labeled_unicast:
graceful_restart: true
bgp:
additional_paths:
send: any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ router_bgp:
send: limit
send_limit: 10
address_family_ipv6:
bgp:
additional_paths:
send: disabled
redistribute:
ospfv3:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ router_bgp:
bgp:
additional_paths:
send: ecmp
address_family_ipv6:
bgp:
additional_paths:
send: limit
send_limit: 20
address_family_ipv4_labeled_unicast:
bgp:
additional_paths:
Expand Down

0 comments on commit dfcff3d

Please sign in to comment.