Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save afaqk9394/d93468b9c98a58ace12d100872b6d5c4 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 400
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 400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment