Skip to content

Instantly share code, notes, and snippets.

@mnathani
Created February 6, 2016 20:04
Show Gist options
  • Save mnathani/39f42ec4bd8e820cd669 to your computer and use it in GitHub Desktop.
Save mnathani/39f42ec4bd8e820cd669 to your computer and use it in GitHub Desktop.
router bgp 64522
bgp router-id 1.1.1.1
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor <neighbor ipv6> remote-as 64512
!
address-family ipv4
exit-address-family
!
address-family ipv6
neighbor <neighbor ipv6> activate
exit-address-family
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment