RE: Gotcha on Redistribute Connected

From: Erick Bergquist (ebergquist@ameritech.net)
Date: Thu Jul 10 2003 - 03:01:01 GMT-3


Is the interface e0/0 up/up and in the routing table
as connnected route? Just checking.

Also, try changing the route-map to do a match
interface e0/0 instead of an ACL and see if that
helps; as well as specifying metric on the
redistribute command itself.

--- Jeongwoo Park <jpark@wams.com> wrote:
> Even with metric, still not working.
>
> router ospf 1
> router-id 2.2.2.2
> log-adjacency-changes
> summary-address 170.100.20.0 255.255.255.0
> redistribute connected subnets route-map c2o
> redistribute rip subnets route-map r2o
> network 170.100.12.0 0.0.0.255 area 0
> network 170.100.124.0 0.0.0.255 area 0
> default-metric 2600
>
> -----Original Message-----
> From: Jonathan V Hays [mailto:jhays@jtan.com]
> Sent: Wednesday, July 09, 2003 12:01 PM
> To: ccielab@groupstudy.com
> Cc: 'Jeongwoo Park'
> Subject: RE: Gotcha on Redistribute Connected
>
> Always assign metrics when redistributing. Some
> redistributions won't
> even work without it.
>
>
> > -----Original Message-----
> > From: nobody@groupstudy.com
> [mailto:nobody@groupstudy.com] On
> > Behalf Of Jeongwoo Park
> > Sent: Wednesday, July 09, 2003 2:13 PM
> > To: 'John Matijevic'; Brian Dennis; 'Badger'
> > Cc: 'Ram Shummoogum'; ccielab@groupstudy.com
> > Subject: RE: Gotcha on Redistribute Connected
> >
> >
> > Here you go;
> >
> > R1;
> > hostname r1
> > !
> > ip subnet-zero
> > no ip domain-lookup
> > !
> > isdn switch-type basic-ni
> > !
> > !
> > !
> > !
> > !
> > interface Ethernet0/0
> > ip address 170.100.15.1 255.255.255.0
> > !
> > interface Serial0/0
> > backup interface BRI0/0
> > ip address 170.100.124.1 255.255.255.0
> > encapsulation frame-relay
> > ip ospf network point-to-multipoint
> > frame-relay map ip 170.100.124.2 102 broadcast
> > no frame-relay inverse-arp
> > !
> > interface BRI0/0
> > ip address 170.100.12.1 255.255.255.240
> > encapsulation ppp
> > dialer map ip 170.100.12.2 broadcast 8358661
> > dialer-group 1
> > isdn switch-type basic-ni
> > isdn spid1 0835866201 08358662
> > isdn spid2 0835866401 08358664
> > no peer neighbor-route
> > !
> > interface Ethernet0/1
> > ip address 170.100.30.1 255.255.255.0
> > !
> > router ospf 1
> > router-id 1.1.1.1
> > log-adjacency-changes
> > area 2 virtual-link 5.5.5.5
> > network 170.100.12.0 0.0.0.255 area 0
> > network 170.100.15.0 0.0.0.255 area 2
> > network 170.100.30.0 0.0.0.255 area 3
> > network 170.100.124.0 0.0.0.255 area 0
> > !
> >
> > r2;
> > hostname R2
> > !
> > !
> > username all
> > !
> > !
> > ip subnet-zero
> > no ip domain-lookup
> > !
> > isdn switch-type basic-ni
> > !
> > !
> > voice-port 1/0/0
> > !
> > voice-port 1/0/1
> > !
> > !
> > interface Ethernet0/0
> > ip address 170.100.20.2 255.255.255.248
> > !
> > interface Serial0/0
> > no ip address
> > encapsulation frame-relay
> > no fair-queue
> > !
> > interface Serial0/0.23 point-to-point
> > ip address 170.100.23.2 255.255.255.0
> > frame-relay interface-dlci 203
> > !
> > interface Serial0/0.124 multipoint
> > ip address 170.100.124.2 255.255.255.0
> > ip ospf network point-to-multipoint
> > frame-relay interface-dlci 201
> > frame-relay interface-dlci 204
> > !
> > interface BRI0/0
> > ip address 170.100.12.2 255.255.255.240
> > encapsulation ppp
> > dialer map ip 170.100.12.1 broadcast 8358662
> > dialer map ip 170.100.30.1 broadcast 8358662
> > dialer watch-group 1
> > dialer-group 1
> > isdn switch-type basic-ni
> > isdn spid1 0835866101 8358661
> > isdn spid2 0835866301 8358663
> > no peer neighbor-route
> > !
> > interface Ethernet0/1
> > no ip address
> > shutdown
> > !
> > router ospf 1
> > router-id 2.2.2.2
> > log-adjacency-changes
> > summary-address 170.100.20.0 255.255.255.0
> > redistribute connected subnets route-map c2o
> > redistribute rip subnets
> > network 170.100.12.0 0.0.0.255 area 0
> > network 170.100.124.0 0.0.0.255 area 0
> > !
> > router rip
> > redistribute ospf 1 metric 3
> > passive-interface default
> > no passive-interface Serial0/0.23
> > network 170.100.0.0
> > !
> > ip classless
> > ip http server
> > !
> > access-list 1 permit 170.100.20.0 0.0.0.7
> > access-list 2 permit 170.100.23.0 0.0.0.255
> > access-list 2 permit 170.100.51.0 0.0.0.255
> > dialer watch-list 1 ip 170.100.30.1
> 255.255.255.255
> > dialer-list 1 protocol ip permit
> > route-map r2o permit 10
> > match ip address 2
> > !
> > route-map c2o permit 10
> > match ip address 1
> > !
> >
> > r3;
> > hostname r3
> > !
> > !
> > !
> > !
> > !
> > !
> > ip subnet-zero
> > no ip domain-lookup
> > ip host r7 2007 10.0.136.1
> > ip host pix3 2008 10.0.136.1
> > ip host r5 2005 10.0.136.1
> > ip host r4 2004 10.0.136.1
> > ip host r3 2003 10.0.136.1
> > ip host r6 2006 10.0.136.1
> > ip host r2 2002 10.0.136.1
> > !
> > !
> > !
> > !
> > interface Loopback0
> > ip address 170.100.51.3 255.255.255.0
> > !
> > interface Ethernet0
> > ip address 10.0.136.1 255.255.255.0
> > !
> > interface Ethernet0.12
> > !
> > interface Serial0
> > ip address 170.100.23.3 255.255.255.0
> > encapsulation frame-relay
> > no fair-queue
> > frame-relay map ip 170.100.23.2 302 broadcast
> > no frame-relay inverse-arp
> > !
> > interface Serial1
> > no ip address
> > shutdown
> > !
> > router rip
> > passive-interface default
> > no passive-interface Serial0
> > network 170.100.0.0
> > !



This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:34 GMT-3