Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Oct 25, 2024
1 parent 6e4c4a8 commit 25c932d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ router bgp 65101
neighbor 192.168.255.1 allowas-in 5
neighbor 192.168.255.1 password shared-secret profile profile1 algorithm aes-128-cmac-96
neighbor 192.168.255.2 peer group EVPN-OVERLAY-PEERS
neighbor 192.168.255.2 route-map RM1 in
neighbor 192.168.255.2 route-map RM2 out
neighbor 192.168.255.2 missing-policy address-family all direction out action deny-in-out
neighbor 192.168.255.3 allowas-in 5
neighbor 192.168.255.3 maximum-routes 52000 warning-limit 2000 warning-only
Expand Down Expand Up @@ -321,6 +319,8 @@ router bgp 65101
neighbor 10.100.100.3 activate
neighbor 10.100.100.3 default-route rcf RCF_DEFAULT_ROUTE()
neighbor 10.100.100.4 activate
neighbor 10.100.100.4 route-map RM1 in
neighbor 10.100.100.4 route-map RM2 out
neighbor 10.100.100.4 encapsulation path-selection
neighbor 10.100.100.5 activate
neighbor 10.100.100.5 encapsulation mpls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ router bgp 65101
neighbor 192.168.255.1 allowas-in 5
neighbor 192.168.255.1 password shared-secret profile profile1 algorithm aes-128-cmac-96
neighbor 192.168.255.2 peer group EVPN-OVERLAY-PEERS
neighbor 192.168.255.2 route-map RM1 in
neighbor 192.168.255.2 route-map RM2 out
neighbor 192.168.255.2 missing-policy address-family all direction out action deny-in-out
neighbor 192.168.255.3 allowas-in 5
neighbor 192.168.255.3 maximum-routes 52000 warning-limit 2000 warning-only
Expand Down Expand Up @@ -144,6 +142,8 @@ router bgp 65101
neighbor 10.100.100.3 activate
neighbor 10.100.100.3 default-route rcf RCF_DEFAULT_ROUTE()
neighbor 10.100.100.4 activate
neighbor 10.100.100.4 route-map RM1 in
neighbor 10.100.100.4 route-map RM2 out
neighbor 10.100.100.4 encapsulation path-selection
neighbor 10.100.100.5 activate
neighbor 10.100.100.5 encapsulation mpls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ router_bgp:
missing_policy:
direction_out:
action: deny-in-out
route_map_in: RM1
route_map_out: RM2
- ip_address: 192.168.255.3
allowas_in:
enabled: true
Expand Down Expand Up @@ -145,6 +143,8 @@ router_bgp:
- ip_address: 10.100.100.4
activate: true
encapsulation: path-selection
route_map_in: RM1
route_map_out: RM2
- ip_address: 10.100.100.5
activate: true
encapsulation: mpls
Expand Down

0 comments on commit 25c932d

Please sign in to comment.