experts:
I have configured a pretty basic set up but having issues advertising
some routes. I have R1 ---FR---> R4
R1 has many loopbacks setup on lo 1:
r1#sh run int lo1
Building configuration...
Current configuration : 311 bytes
!
interface Loopback1
ip address 1.1.1.1 255.255.255.255
ipv6 address FEC0:10:10::1/64
ipv6 address FEC0:10:11::1/64
ipv6 address FEC0:10:12::1/64
ipv6 address FEC0:10:13::1/64
ipv6 address FEC0:10:14::1/64
ipv6 address FEC0:10:15::1/64
ipv6 address FEC0:10:16::1/64
ipv6 address FEC0:10:17::1/64
I am trying to advertise these networks over to R4 with following
configuration on R1:
router bgp 1
no synchronization
bgp log-neighbor-changes
neighbor FEC0:124::131 remote-as 4
no auto-summary
!
address-family ipv6
neighbor FEC0:124::131 activate
network FEC0:124::/64
no synchronization
exit-address-family
I guess the problem must be on r1 because I don't see the advertised
network hitting it's own bgp table
r1#sh ip bgp
r1#
Pretty cool that the same show commands can work for both ipv4 and
ipv6 in BGP. I just wish I had something to show for it (no pun
intended). Any suggestions? Thanks greatly in advance for help.
Marc Edwards
Blogs and organic groups at http://www.ccie.net
Received on Thu Jul 14 2011 - 22:51:11 ART
This archive was generated by hypermail 2.2.0 : Mon Aug 01 2011 - 06:30:06 ART