That's the weird thing. I don't see it in the routing table even with a
route to the 4.4.4.0/30 network.

RouterB#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter
area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 2.2.2.1 to network 0.0.0.0

     102.0.0.0/25 is subnetted, 1 subnets
B       102.102.102.0 [20/0] via 2.2.2.1, 21:29:29
     103.0.0.0/25 is subnetted, 1 subnets
D EX    103.103.103.0 [170/2297856] via 3.3.3.1, 21:29:47, Serial0
     2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D EX    2.2.2.0/30 [170/2681856] via 3.3.3.1, 21:29:47, Serial0
D EX    2.2.2.1/32 [170/2681856] via 3.3.3.1, 21:29:47, Serial0
     3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       3.0.0.0/8 is a summary, 21:29:48, Null0
C       3.3.3.0/30 is directly connected, Serial0
     101.0.0.0/25 is subnetted, 1 subnets
B       101.101.101.0 [20/0] via 2.2.2.1, 21:29:29
     4.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C       4.4.4.0/30 is directly connected, Serial1
C       4.4.4.2/32 is directly connected, Serial1
C    192.168.254.0/24 is directly connected, Ethernet0
     104.0.0.0/25 is subnetted, 1 subnets
C       104.104.104.0 is directly connected, Loopback0
B*   0.0.0.0/0 [20/0] via 2.2.2.1, 21:29:30

RouterB#show ip bgp
BGP table version is 5, local router ID is 104.104.104.1
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 0.0.0.0          2.2.2.1                                0 65000 i
* i101.101.101.0/25 5.5.5.2                  0    100      0 65000 i
*>                  2.2.2.1                                0 65000 i
* i102.102.102.0/25 5.5.5.2                  0    100      0 65000 i
*>                  2.2.2.1                  0             0 65000 i
*> 104.104.104.0/25 0.0.0.0                  0         32768 i
* i105.105.105.0/25 4.4.4.2                  0    100      0 i



""Kane, Christopher A.""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Wouldn't it be because the IP address you see in your BGP table is indeed
> the next-hop. If you instead look at a specific route "sh ip rou x.x.x.x"
I
> would think you would see the BGP neig as you have listed (loopback1's ip
> address) and then the router has to do a recursive-lookup to find out how
to
> get to that loopback address.
>
> -chris
>
> > -----Original Message-----
> > From: Steven A. Ridder [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 01, 2002 6:12 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: BGP update-source question [7:43043]
> >
> >
> > Did you restart BGP?
> >
> > --
> >
> > RFC 1149 Compliant.
> > Get in my head:
> > http://sar.dynu.com
> >
> >
> > ""Daniel Lafraia""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Hello,
> > >
> > > How come I see the interface address in the "show ip bgp" if I've
> > > specified an update-source for a neighbor?
> > >
> > > Thanks!
> > > Daniel
> > >
> > > Here is the config:
> > >
> > > RouterA
> > >         interface Loopback0
> > >          ip address 105.105.105.1 255.255.255.128
> > >         interface Loopback1
> > >          ip address 41.41.41.1 255.255.255.255
> > >         interface Serial0
> > >          ip address 4.4.4.2 255.255.255.252
> > >         router bgp 55000
> > >          no synchronization
> > >          network 105.105.105.0 mask 255.255.255.128
> > >          neighbor 4.4.4.1 remote-as 55000
> > >          neighbor 4.4.4.1 update-source Loopback1
> > >
> > > RouterB
> > >         interface Loopback0
> > >          ip address 104.104.104.1 255.255.255.128
> > >         interface Serial1
> > >          ip address 4.4.4.1 255.255.255.252
> > >          clockrate 64000
> > >         router bgp 55000
> > >          network 104.104.104.0 mask 255.255.255.128
> > >          neighbor 4.4.4.2 remote-as 55000
> > >
> > > ----------
> > > Please ignore other updates, these are other stuff I have
> > in my lab :)
> > > ----------
> > >
> > > RouterA#show ip bgp
> > > BGP table version is 42, local router ID is 105.105.105.1
> > > Status codes: s suppressed, d damped, h history, * valid, >
> > best, i -
> > > internal
> > > Origin codes: i - IGP, e - EGP, ? - incomplete
> > >
> > >    Network          Next Hop          Metric LocPrf Weight Path
> > > * i0.0.0.0          2.2.2.1                     100      0 65000 i
> > > * i101.101.101.0/25 2.2.2.1                     100      0 65000 i
> > > *>                  5.5.5.2                0             0 65000 i
> > > * i102.102.102.0/25 2.2.2.1                0    100      0 65000 i
> > > *>                  5.5.5.2                              0 65000 i
> > > *>i104.104.104.0/25 4.4.4.1                0    100      0 i
> > > *> 105.105.105.0/25 0.0.0.0                0         32768 i
> > >
> > > RouterB#sh ip bgp
> > > BGP table version is 5, local router ID is 104.104.104.1
> > > Status codes: s suppressed, d damped, h history, * valid, >
> > best, i -
> > > internal
> > > Origin codes: i - IGP, e - EGP, ? - incomplete
> > >
> > >    Network          Next Hop            Metric LocPrf Weight Path
> > > *> 0.0.0.0          2.2.2.1                                0 65000 i
> > > * i101.101.101.0/25 5.5.5.2                  0    100      0 65000 i
> > > *>                  2.2.2.1                                0 65000 i
> > > * i102.102.102.0/25 5.5.5.2                  0    100      0 65000 i
> > > *>                  2.2.2.1                  0             0 65000 i
> > > *> 104.104.104.0/25 0.0.0.0                  0         32768 i
> > > * i105.105.105.0/25 4.4.4.2                  0    100      0 i




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43160&t=43043
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to