Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created September 17, 2019 18:04
Show Gist options
  • Select an option

  • Save afaqk9394/1307970d755ad377a15c9f1635dbc7c1 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/1307970d755ad377a15c9f1635dbc7c1 to your computer and use it in GitHub Desktop.
#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