"sh ipv6 route" conflicts with "sh bgp ipv6" on next hop vlaue

From: lim es (tiga72@yahoo.com)
Date: Sat Apr 29 2006 - 00:37:18 GMT-3


Hi group,

i got this concept ques for ipv6:

[r3]---------------[r1]-----|eth0

r3 and r1 is connected over Frame relay

r1 and r3 runs ebgp

question1:
why r3 sees different next hop for r1's eth0, when
using "sh ipv6 route" and "sh bgp ipv6"?
i need to map the next-hop address specified in
"sh ipv6 route" for it to work

question2:
will it matter when the link between r3 and r1 is:

-point-to-point
-NBMA
-multiaccess: ethernet

Thanks for any feedback

Lim

===r1====config

interface Serial0
 no ip address
 encapsulation frame-relay
 frame-relay lmi-type cisco
!
interface Serial0.13 multipoint
 ipv6 address 2001:CC1E:13::1/64
 frame-relay map ipv6 2001:CC1E:13::3 113 broadcast

router bgp 200
 address-family ipv6
 neighbor 2001:CC1E:13::3 activate
 network 2001:CC1E:1:126::/64

===r1====sh cmds

R1#sh frame-relay map
Serial0.13 (up): ipv6 2001:CC1E:13::3 dlci
113(0x71,0x1C10), static,
              broadcast,
              CISCO, status defined, active

R1#sh bgp ipv6 sum
BGP router identifier 150.1.5.5, local AS number 200

Neighbor V AS MsgRcvd MsgSent TblVer InQ
OutQ Up/Down State/PfxRcd
2001:CC1E:13::3 4 300 97 91 68 0
  0 00:09:35 4

===r3==== config==

interface Serial1
 no ip address
 encapsulation frame-relay
 no frame-relay inverse-arp
!
interface Serial1.13 multipoint
 ipv6 address 2001:CC1E:13::3/64
 frame-relay map ipv6 2001:CC1E:13::1 311 broadcast

===r3==== sh cmds==

Serial1.13 (up): ipv6 2001:CC1E:13::1 dlci
311(0x137,0x4C70), static,
              broadcast,
              CISCO, status defined, active

R3#sh bgp ipv6 sum
BGP router identifier 162.1.38.3, local AS number 300

Neighbor V AS MsgRcvd MsgSent TblVer InQ
OutQ Up/Down State/PfxRcd
2001:CC1E:13::1 4 200 88 95 10 0
  0 00:07:57 1

R3#sh ipv6 route ! i am looking at
2001:CC1E:1:126::/64

B 2001:CC1E:1:126::/64 [20/0]
     via FE80::2E0:1EFF:FE3E:5783, Serial1.13

R3#sh bgp ipv6
BGP table version is 10, local router ID is 162.1.38.3
Status codes: s suppressed, d damped, h history, *
valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network Next Hop Metric LocPrf
Weight Path
*> 2001:204:12:1::/64
                    FEC0:234::4 0
    0 100 i
*>i2001:CC1E:1:2::/64
                    FEC0:234::2 0 100
    0 i
*> 2001:CC1E:1:3::3/64
                    :: 0
32768 i
*> 2001:CC1E:1:126::/64
                    2001:CC1E:13::1 0
    0 200 i



This archive was generated by hypermail 2.1.4 : Mon May 01 2006 - 11:41:59 GMT-3