From: Barney Gaumer (bagaumer@yahoo.com)
Date: Wed Sep 17 2003 - 18:33:43 GMT-3
try applying "redistribute connected subnets" in ospf
1 on r2 without the route-map statement.
You should see 172.30.12.0 on r4 but you won't see
172.30.10.0.
I think "route-map c2o" was "jackin you up" based on
whats in list 1.
IMHO,
B
--- "Charles T. Alexander"
<charles.t.alexander@verizon.net> wrote:
> I put in the area range commands in r2. Still
> having a problem.
>
> I'm having a problem pinging r4 from r1. I can't
> get a route pointing
> back from r4 to r1. I put in Don't understand.
>
> r1
> |
> r2--r4
>
> ------------------------------------------------
> R1
>
> r1#r
> Building configuration...
>
> Current configuration : 1382 bytes
> !
> ! No configuration change since last restart
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname r1
> !
> enable password radnor
> !
> ip subnet-zero
> no ip domain-lookup
> ip host cat3 2004 192.168.1.1
> ip host r10 2001 192.168.1.1
> ip host bb2 2002 192.168.1.1
> ip host bb3 2003 192.168.1.1
> ip host cat5 2005 192.168.1.1
> ip host cat5r 2006 192.168.1.1
> !
> !
> !
> !
> interface Loopback0
> ip address 192.168.1.1 255.255.255.255
> !
> interface Ethernet0
> ip address 172.30.12.1 255.255.255.192
> !
> interface Serial0
> bandwidth 64
> ip address 172.30.10.1 255.255.255.192
> no fair-queue
> clockrate 64000
> !
> interface Serial1
> no ip address
> shutdown
> !
> router ospf 1
> log-adjacency-changes
> network 172.30.10.0 0.0.0.63 area 0
> network 172.30.12.0 0.0.0.63 area 0
> network 192.168.1.1 0.0.0.0 area 0
> !
> ip classless
> ip http server
> ip pim bidir-enable
> !
> !
> alias exec r show run
> alias exec c config t
> alias exec i show ip route
> alias exec u undebug all
> alias exec s show ip int brief
> alias exec b show ip bgp
> alias exec bs show ip bgp sum
> !
> line con 0
> exec-timeout 0 0
> logging synchronous
> escape-character 27
> line 1 8
> flush-at-activation
> transport input all
> flowcontrol hardware
> line aux 0
> line vty 0 4
> exec-timeout 0 0
> password bp
> login
> !
> ntp authentication-key 1 md5 045802150C2E 7
> ntp authenticate
> ntp trusted-key 1
> ntp master 6
> end
>
> r1#
> r1#i
> 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 not set
>
> 192.168.9.0/32 is subnetted, 1 subnets
> O E2 192.168.9.9 [110/20] via 172.30.12.2,
> 00:03:54, Ethernet0
> 172.30.0.0/16 is variably subnetted, 12
> subnets, 6 masks
> O E2 172.30.90.128/28 [110/20] via 172.30.12.2,
> 00:03:54, Ethernet0
> O E2 172.30.40.0/24 [110/20] via 172.30.12.2,
> 00:03:54, Ethernet0
> O E2 172.30.25.2/32 [110/20] via 172.30.12.2,
> 00:03:54, Ethernet0
> O E2 172.30.24.0/24 [110/20] via 172.30.12.2,
> 00:03:54, Ethernet0
> O 172.30.25.0/24 [110/1572] via 172.30.12.2,
> 00:03:54, Ethernet0
> C 172.30.10.0/26 is directly connected,
> Serial0
> C 172.30.12.0/26 is directly connected,
> Ethernet0
> O 172.30.100.6/32 [110/74] via 172.30.12.2,
> 00:03:55, Ethernet0
> O 172.30.100.5/32 [110/74] via 172.30.12.2,
> 00:03:55, Ethernet0
> O 172.30.100.2/32 [110/10] via 172.30.12.2,
> 00:03:55, Ethernet0
> O E2 172.30.100.0/29 [110/20] via 172.30.12.2,
> 00:03:56, Ethernet0
> O E2 172.30.69.0/30 [110/20] via 172.30.12.2,
> 00:03:56, Ethernet0
> O E2 192.168.4.0/24 [110/20] via 172.30.12.2,
> 00:03:56, Ethernet0
> 192.168.5.0/32 is subnetted, 1 subnets
> O 192.168.5.5 [110/75] via 172.30.12.2,
> 00:03:56, Ethernet0
> 192.168.6.0/32 is subnetted, 1 subnets
> O 192.168.6.6 [110/75] via 172.30.12.2,
> 00:03:56, Ethernet0
> 192.168.1.0/32 is subnetted, 1 subnets
> C 192.168.1.1 is directly connected, Loopback0
> 192.168.2.0/32 is subnetted, 1 subnets
> O 192.168.2.2 [110/11] via 172.30.12.2,
> 00:03:56, Ethernet0
> r1#
>
-------------------------------------------------------------------------
>
> R2
>
> r2#r
> Building configuration...
>
> Current configuration : 2775 bytes
> !
> ! Last configuration change at 00:15:22 UTC Mon Mar
> 1 1993
> !
> version 12.2
> no service single-slot-reload-enable
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname r2
> !
> logging buffered 10000 debugging
> logging rate-limit console 10 except errors
> enable password radnor
> !
> username r5 password 0 ctasta
> ip subnet-zero
> no ip finger
> no ip domain-lookup
> !
> no ip dhcp-client network-discovery
> isdn switch-type basic-ni
> !
> !
> !
> !
> interface Loopback0
> ip address 192.168.2.2 255.255.255.255
> !
> interface Ethernet0
> ip address 172.30.12.2 255.255.255.192
> !
>
=== message truncated ===
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
***Get your CCIE and a FREE vacation: Shop.GroupStudy.com***
This archive was generated by hypermail 2.1.4 : Wed Oct 01 2003 - 07:24:30 GMT-3