Skip to content

Commit

Permalink
fix test input
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab authored and Vibhu-gslab committed Oct 21, 2024
1 parent 8e6e2cf commit a94d7d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +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 default send-community standard extended large
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,7 +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 default send-community standard extended large
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 @@ -2,7 +2,7 @@ router_bgp:
as: 65101
router_id: 192.168.255.3
# test for send_community
send_community: standard large extended
send_community: standard extended large
bgp_defaults:
- no bgp default ipv4-unicast
- distance bgp 20 200 200
Expand Down

0 comments on commit a94d7d5

Please sign in to comment.