cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
746
Views
3
Helpful
2
Replies

enabling iBGP IPv6

m.yamaguchi
Level 1
Level 1

Hi All,

I would like to check if to implement iBGP IPv6 the config showed below is enough and/or commands needs to be changed/removed/added:

===========================================================================

current BGP (IPv4) config
===========================================================================
router bgp 55555
 no synchronization
 bgp router-id 10.10.10.1
 no bgp log-neighbor-changes
 network 1x.x.x.0 mask 255.255.255.248
 network 1z.z.z.8 mask 255.255.255.248
 network 1y.y.32 mask 255.255.255.248
 neighbor 1x.x.x.113 remote-as 55555
 neighbor 1x.x.x.113 description WWWW
 neighbor 1x.x.x.113 update-source Port-channel4
 neighbor 1x.x.x.113 next-hop-self
 neighbor 1x.x.x.113 soft-reconfiguration inbound
 no auto-summary
!
===========================================================================
adding BGP (IPv6) config
===========================================================================
!
router bgp 262814
no bgp default ipv4-unicast
address-family ipv6 unicast
   neighbor 2x:270:ff:ff01::2 remote-as 55555
   neighbor 2x:270:ff:ff01::2 description WWWW
   neighbor 2x:270:ff:ff01::2 update-source Port-channel4
   neighbor 2x:270:ff:ff01::2 next-hop-self
   neighbor 2x:270:ff:ff01::2 soft-reconfiguration inbound
   neighbor 2x:270:ff:ff01::2 activate
   network 2x:270::/40
   no auto-summary
!
===========================================================================
 
Thanks,
Marcelo
 
2 Replies 2

Hello.

Neighbour configuration should be done under router mode, then you activate per neighbour under address-family ipv6.

Hi Vasilii,

 

Ok. Thanks for the notes provided earlier.

 

Best Regards,

Marcelo