[6bone] ping6

Gino Francisco Alania Hurtado galania@ipv6.inictel.gob.pe
Fri, 23 Aug 2002 09:35:07 -0500


Desire to do ping6 from host of my LAN Ipv6 to www.6bone.net , analyzing 
zebra I observe this: 


inter2> show bgp summary
BGP router identifier 200.60.172.144, local AS number 46014
1 BGP AS-PATH entries
0 BGP community entries

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  
State/* PfxRcd*
3ffe:8070:101a::1
                4   278       7       7        0    0    0 00:01:53 
*Idle  *     

Total number of neighbors 1

The problem where is in my end or the remote end?
I have the following configuration of zebra
-------------------------------------------------------------------------------------------------------------------------
interface eth0
 ipv6 nd send-ra
 ipv6 nd prefix-advertisement 3ffe:8070:101a:1001::/64
!
interface inter2
--------------------------------------------------------------------------------------------------------------------------

and in the BGP he is the following one.

--------------------------------------------------------------------------------------------------------------
router bgp 46014
!! bgp router-id 6342
 ipv6 bgp network 3ffe:8070:101a::/48
!nuevo tunnel unam
 ipv6 bgp neighbor 3ffe:8070:101a::1 remote-as 278
 ipv6 bgp neighbor 3ffe:8070:101a::1 interface inter2
 ipv6 bgp neighbor 3ffe:8070:101a::1 description UNAM mexico 6bone
 ipv6 bgp neighbor 3ffe:8070:101a::1 next-hop-self
!
access-list all permit any
!
line vty
-----------------------------------------------------------------------------------------------------------------

thanks