Created
September 17, 2019 18:04
-
-
Save afaqk9394/1307970d755ad377a15c9f1635dbc7c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #R1 | |
| interface fa0/1 | |
| ip address 10.20.10.1 255.255.255.0 | |
| router bgp 300 | |
| neighbor 10.20.10.2 remote-as 400 | |
| #R2 | |
| interface fa0/0 | |
| ip address 10.20.10.2 255.255.255.0 | |
| router bgp 400 | |
| neighbor 10.20.10.1 remote-as 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment