From: Horton, Jeff (jhorton@xxxxxxxx)
Date: Mon Oct 23 2000 - 11:30:05 GMT-3
Hello folks. Hopefully this isn't a stupid question. I was trying to
redistribute my BGP routes into OSPF but I was never able to get them to
redistribute for some reason from R6 to R3. Specifically the 200.200.200.0
route.
Any ideas?
Thanks,
Jeff
R6#wr t
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R6
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
interface FastEthernet0/0
ip address 11.1.1.6 255.255.0.0
ip directed-broadcast
ip ospf authentication-key cisco
ip ospf cost 1
ip ospf interface-retry 0
ip ospf priority 100
!
interface Serial1/0
ip address 10.10.1.6 255.255.0.0
no ip directed-broadcast
encapsulation frame-relay
ip ospf network point-to-multipoint
ip ospf interface-retry 0
ip ospf priority 0
no ip mroute-cache
frame-relay map ip 10.10.1.1 932 broadcast
frame-relay lmi-type cisco
!
interface Serial1/1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial1/2
no ip address
no ip directed-broadcast
shutdown
clockrate 2015232
!
interface Serial1/3
no ip address
no ip directed-broadcast
shutdown
!
router ospf 1
redistribute connected
redistribute bgp 3 metric 1 subnets
network 10.10.0.0 0.0.255.255 area 0
network 11.1.0.0 0.0.255.255 area 4
!
router bgp 3
no synchronization
network 11.1.1.0 mask 255.255.0.0
neighbor 10.10.1.1 remote-as 3
!
ip classless
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
R6#
R6#
R6#
TS#3
[Resuming connection 3 to r3 ... ]
R3#sh ip rou
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, * - candidate
default
U - per-user static route, o - ODR, P - periodic downloaded static
route
T - traffic engineered route
Gateway of last resort is 11.1.1.6 to network 0.0.0.0
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/50] via 11.1.1.6, Ethernet0/0
2.0.0.0/32 is subnetted, 1 subnets
O IA 2.2.2.2 [110/114] via 11.1.1.6, Ethernet0/0
20.0.0.0/32 is subnetted, 1 subnets
O IA 20.1.1.1 [110/114] via 11.1.1.6, Ethernet0/0
10.0.0.0/8 is variably subnetted, 10 subnets, 3 masks
O IA 10.10.1.1/32 [110/49] via 11.1.1.6, Ethernet0/0
O IA 10.10.1.5/32 [110/113] via 11.1.1.6, Ethernet0/0
O IA 10.10.1.6/32 [110/1] via 11.1.1.6, Ethernet0/0
O IA 10.3.0.0/16 [110/123] via 11.1.1.6, Ethernet0/0
D EX 10.1.2.0/24 [170/2195456] via 11.2.1.7, Serial0/0
D EX 10.1.1.0/24 [170/2195456] via 11.2.1.7, Serial0/0
O IA 10.20.0.0/16 [110/113] via 11.1.1.6, Ethernet0/0
O IA 10.44.1.4/32 [110/178] via 11.1.1.6, Ethernet0/0
O IA 10.45.0.0/16 [110/177] via 11.1.1.6, Ethernet0/0
O IA 10.55.0.0/16 [110/114] via 11.1.1.6, Ethernet0/0
11.0.0.0/16 is subnetted, 2 subnets
C 11.2.0.0 is directly connected, Serial0/0
C 11.1.0.0 is directly connected, Ethernet0/0
D EX 192.168.100.0/24 [170/2195456] via 11.2.1.7, Serial0/0
O*E2 0.0.0.0/0 [110/20] via 11.1.1.6, Ethernet0/0
R3#wr t
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R3
!
!
memory-size iomem 20
ip subnet-zero
no ip domain-lookup
!
!
!
!
!
!
!
interface Ethernet0/0
bandwidth 100000
ip address 11.1.1.3 255.255.0.0
ip directed-broadcast
ip ospf authentication-key cisco
ip ospf priority 0
!
interface Serial0/0
ip address 11.2.1.3 255.255.0.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
clockrate 125000
!
interface TokenRing0/0
no ip address
no ip directed-broadcast
shutdown
ring-speed 16
!
router eigrp 1
redistribute ospf 1 metric 2000 100 255 1 1500
network 11.0.0.0
no auto-summary
!
router ospf 1
redistribute eigrp 1 metric 20 metric-type 1 subnets
network 11.1.0.0 0.0.255.255 area 4
!
ip classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
no scheduler allocate
end
R3#
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:29 GMT-3