RE: ipv6 bgp

From: Scott Morris (swm@emanon.com)
Date: Tue Dec 05 2006 - 12:37:58 ART


The neighbor commands that establish the actual connection are NOT inside
the address-family. The address-family is only for RIB-centric
maniuplations like a prefix-list, route-map, etc. (and network/redist
stuff).

HTH,

 
Scott Morris, CCIE4 (R&S/ISP-Dial/Security/Service Provider) #4713, JNCIE
#153, CISSP, et al.
CCSI/JNCI-M/JNCI-J
IPExpert VP - Curriculum Development
IPExpert Sr. Technical Instructor
smorris@ipexpert.com
http://www.ipexpert.com
 
 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Frank
Sent: Tuesday, December 05, 2006 7:51 AM
To: Cisco certification
Subject: ipv6 bgp

Hi,

i'm having problems creating the neighbor statements for ipv6.
There is always also an ipv6 neighborstatement added under address-family
ipv4 and the peering session does not come up.
As far is i know, the ipv6 neighbor statement should not appear inside the
ipv4 family. But it does.

Frank

router bgp 200
 bgp router-id 150.1.1.1
 bgp log-neighbor-changes
 neighbor 2001:CC1E:1::3 remote-as 300
 neighbor 162.1.13.3 remote-as 300
 neighbor 192.10.1.6 remote-as 200

 !
 address-family ipv4
 neighbor 2001:CC1E:1::3 activate
 neighbor 162.1.13.3 activate
 neighbor 192.10.1.6 activate
 neighbor 192.10.1.254 activate
 no auto-summary
 no synchronization
 exit-address-family
 !
address-family ipv6
 neighbor 2001:CC1E:1::3 activate
 network 2001:CC1E:1:1::/64
 exit-address-family



This archive was generated by hypermail 2.1.4 : Tue Jan 02 2007 - 07:50:36 ART