RE: BGP ipv6 peering over frame-relay using link-local

From: James Matrisciano (jmatrisciano@kenttech.com)
Date: Tue Nov 22 2005 - 19:27:19 GMT-3


Is the link local address that you are mapping your frame to the same
link-local address of that of the local interface?

Sh ipv6 interface serial 0/0

Probably so, but just have to ask.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Gustavo Novais
Sent: Tuesday, November 22, 2005 5:20 PM
To: GS
Subject: BGP ipv6 peering over frame-relay using link-local addresses

Hello

There is an example on Ipv6 documentation on doc CD on which they
exemplify peering between two ipv6 bgp peers using link local addresses.

I'm trying to do it on top of a frame-relay connection. Nevertheless,
the peering never comes up. I've checked my FR maps, I've checked
everything but it still will no work.

I'm asking the group if there's anything wrong I'm doing.

R1 Config

Current configuration : 421 bytes

!

interface Serial0/0

 ip address 162.1.13.1 255.255.255.0

 ip pim sparse-dense-mode

 encapsulation frame-relay

 ipv6 address FEC0::1/120

 no fair-queue

 clock rate 256000

 frame-relay traffic-shaping

 frame-relay map ipv6 FEC0::3 131

 frame-relay map ipv6 FE80::20B:46FF:FE86:3900 131 broadcast

 frame-relay map ip 162.1.13.3 131 broadcast

 frame-relay interface-dlci 131

  class QoS9.1

 no frame-relay inverse-arp

end

Rack1R1# sh run | b r b

router bgp 200

 no synchronization

 bgp router-id 150.1.1.1

 bgp log-neighbor-changes

 neighbor 162.1.13.3 remote-as 300

 neighbor 192.10.1.6 remote-as 200

 neighbor 192.10.1.254 remote-as 254

 neighbor 192.10.1.254 password CISCO

 neighbor FE80::20B:46FF:FE86:3900 remote-as 300

 neighbor FE80::20B:46FF:FE86:3900 update-source Serial0/0

 no auto-summary

 !

 address-family ipv6

 neighbor FE80::20B:46FF:FE86:3900 activate

 neighbor FE80::20B:46FF:FE86:3900 route-map NH out

 network 2001:CC1E:0:162::/64

 exit-address-family

!

route-map NH permit 10

 set ipv6 next-hop FEC0::3

!

R3 Config

Rack1R3#sh run int ser0/1

Building configuration...

Current configuration : 330 bytes

!

interface Serial0/1

 ip address 162.1.13.3 255.255.255.0

 ip pim sparse-dense-mode

 encapsulation frame-relay

 ipv6 address FEC0::3/120

 clock rate 256000

 frame-relay map ipv6 FE80::20B:FDFF:FE25:13E0 311 broadcast

 frame-relay map ip 162.1.13.1 311 broadcast

 frame-relay map ipv6 FEC0::1 311

 no frame-relay inverse-arp

end

Rack1R3#sh run | b r b

router bgp 300

 no synchronization

 bgp router-id 150.1.3.3

 bgp log-neighbor-changes

 neighbor 162.1.0.2 remote-as 300

 neighbor 162.1.0.4 remote-as 100

 neighbor 162.1.0.4 remove-private-AS

 neighbor 162.1.13.1 remote-as 200

 neighbor 162.1.13.1 remove-private-AS

 neighbor 162.1.38.8 remote-as 65002

 neighbor FE80::20B:FDFF:FE25:13E0 remote-as 200

 neighbor FE80::20B:FDFF:FE25:13E0 update-source Serial0/1

 no auto-summary

 !

 address-family ipv6

 neighbor FE80::20B:FDFF:FE25:13E0 activate

 neighbor FE80::20B:FDFF:FE25:13E0 route-map NEXTHOP out

 network 2001:CC1E:0:3::/64

 exit-address-family

!

route-map NEXTHOP permit 10

 set ipv6 next-hop FEC0::1

Any help will be appreciated

Gustavo Novais



This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:07 GMT-3