Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Oct 18, 2024
1 parent 2afbb45 commit 5e307ca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ router bgp 65101
graceful-restart restart-time 300
graceful-restart
maximum-paths 2 ecmp 2
neighbor default send-community standard large extended
neighbor EVPN-OVERLAY-PEERS peer group
neighbor EVPN-OVERLAY-PEERS remote-as 65001
neighbor EVPN-OVERLAY-PEERS update-source Loopback0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ router bgp 65101
graceful-restart restart-time 300
graceful-restart
maximum-paths 2 ecmp 2
neighbor default send-community
neighbor EVPN-OVERLAY-PEERS peer group
neighbor EVPN-OVERLAY-PEERS remote-as 65001
neighbor EVPN-OVERLAY-PEERS update-source Loopback0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ router bgp 65101
graceful-restart restart-time 300
graceful-restart
maximum-paths 2 ecmp 2
neighbor default send-community standard large extended
neighbor EVPN-OVERLAY-PEERS peer group
neighbor EVPN-OVERLAY-PEERS remote-as 65001
neighbor EVPN-OVERLAY-PEERS update-source Loopback0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ router bgp 65101
graceful-restart restart-time 300
graceful-restart
maximum-paths 2 ecmp 2
neighbor default send-community
neighbor EVPN-OVERLAY-PEERS peer group
neighbor EVPN-OVERLAY-PEERS remote-as 65001
neighbor EVPN-OVERLAY-PEERS update-source Loopback0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
router_bgp:
as: 65101
router_id: 192.168.255.3
# test for send_community
send_community: standard large extended
bgp_defaults:
- no bgp default ipv4-unicast
- distance bgp 20 200 200
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
router_bgp:
as: 65101
router_id: 192.168.255.3
# test for send_community
send_community: all
bgp_defaults:
- no bgp default ipv4-unicast
- distance bgp 20 200 200
Expand Down

0 comments on commit 5e307ca

Please sign in to comment.