From: Alan Basinger (abasinge@xxxxxxxxxx)
Date: Sun Feb 18 2001 - 13:44:34 GMT-3
I have been working on the cciebootcamp lab number 17. I currently am
working on the BGP section and am having and issue with redistribution from
ISIS to OSPF. I can see the loopback interface on router 5 in OSPF in router
1 and I trying to get a BGP neighbor relationship to form but cannot ping
the routers interface. I have a feeling it is in the redistribution point of
router 14 it is injecting the 15.15.5.5 loopback from router 5 into OSPF as
an E-2 route. I noticed when I try to redistribute ISIS into OSPF as a type
2 route it automatically changes it to level-2 route in the command????
Here is my config and a sh ip route for r14 and R1..
Thanks
Alan
r14#r
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r14
!
logging buffered 4096 debugging
enable secret 5 $1$yF9T$f7El2eE.63AdAgdhdERzV.
!
memory-size iomem 10
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
ip dvmrp route-limit 20000
clns routing
ipx routing 0014.0014.0014
ipx eigrp-sap-split-horizon
!
!
!
!
!
!
interface Loopback0
ip address 15.15.14.14 255.255.255.0
no ip directed-broadcast
ip router isis
ip ospf network point-to-point
ipx network 1414
!
interface FastEthernet0/0
ip address 10.1.5.4 255.255.255.248
no ip directed-broadcast
ip irdp
ip irdp preference 250
ip pim dense-mode
ip igmp join-group 224.10.1.2
ip cgmp
priority-group 1
!
interface FastEthernet0/0.1
no ip directed-broadcast
ipx network 1406
!
interface FastEthernet0/0.2
no ip directed-broadcast
ipx encapsulation ARPA
ipx network 1404
!
interface Serial0/0
no ip address
no ip directed-broadcast
encapsulation frame-relay
no ip mroute-cache
custom-queue-list 1
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
ip address 10.1.12.193 255.255.255.240
no ip directed-broadcast
ip router isis
ipx network 1402
frame-relay interface-dlci 100
!
interface Serial0/0.2 multipoint
ip address 10.1.11.14 255.255.255.0
no ip directed-broadcast
ip ospf network point-to-multipoint
ipx network 1401
no ipx split-horizon eigrp 20
frame-relay map ip 10.1.11.1 102 broadcast
frame-relay map ipx 1401.0001.0001.0001 102 broadcast
frame-relay map ip 10.1.11.3 101 broadcast
frame-relay map ipx 1401.0003.0003.0003 101 broadcast
no frame-relay inverse-arp
!
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial0/1
no ip address
no ip directed-broadcast
shutdown
!
router ospf 14
redistribute connected metric 10 subnets
redistribute isis level-2 metric 100 subnets
passive-interface Serial0/0.1
network 10.1.5.0 0.0.0.255 area 10
network 10.1.11.0 0.0.0.255 area 0
area 10 virtual-link 15.15.6.6
!
router isis
redistribute ospf 10 metric 32 metric-type internal level-2
net 39.0001.1414.1414.00
is-type level-1
!
ip classless
no ip http server
!
queue-list 1 protocol ipx 1
queue-list 1 protocol ip 2
queue-list 1 default 3
queue-list 1 queue 1 byte-count 1000
queue-list 1 queue 2 byte-count 2000
queue-list 1 queue 3 byte-count 1000
priority-list 1 protocol ip high tcp pim-auto-rp
priority-list 1 protocol ipx medium gt 1500
priority-list 1 protocol ip normal
priority-list 1 default low
priority-list 1 queue-limit 15 20 20 30
!
!
!
ipx router eigrp 10
redistribute eigrp 20
network 1402
!
!
ipx router eigrp 20
redistribute eigrp 10
network 1401
!
!
ipx sap 4 fserver 1414.0000.0c05.8888 451 1
ipx sap 7 pserver 1414.0000.0c05.8888 451 1
!
alias exec s show ip route
alias exec sx sh ipx route
alias exec so sh ip ospf
alias exec son sh ip ospf nei
alias exec sb sh ip bgp
alias exec sbn sh ip bgp nei
alias exec w wr mem
alias exec r sh run
alias exec u undebug all
alias exec ct config t
alias exec cb clear ip bgp *
alias exec c clear ip route *
alias exec cx clear ipx route *
!
line con 0
exec-timeout 0 0
privilege level 15
password cisco
length 42
transport input none
line aux 0
exec-timeout 0 0
script dialer myscript
modem Host
transport input all
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 0 0
privilege level 15
password cisco
no login
length 42
!
no scheduler allocate
end
r14#s
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 not set
O IA 200.200.200.0/24 [110/128] via 10.1.11.1, Serial0/0.2
O E1 172.27.0.0/16 [110/101] via 10.1.5.2, FastEthernet0/0
10.0.0.0/8 is variably subnetted, 8 subnets, 5 masks
C 10.1.11.0/24 is directly connected, Serial0/0.2
O 10.1.11.1/32 [110/64] via 10.1.11.1, Serial0/0.2
O E1 10.1.10.0/24 [110/101] via 10.1.5.2, FastEthernet0/0
O 10.1.11.3/32 [110/64] via 10.1.11.3, Serial0/0.2
O E1 10.2.1.0/24 [110/101] via 10.1.5.2, FastEthernet0/0
C 10.1.5.0/29 is directly connected, FastEthernet0/0
O E1 10.1.35.4/30 [110/101] via 10.1.5.2, FastEthernet0/0
C 10.1.12.192/28 is directly connected, Serial0/0.1
15.0.0.0/8 is variably subnetted, 8 subnets, 2 masks
O IA 15.15.2.2/32 [110/129] via 10.1.11.1, Serial0/0.2
O 15.15.1.0/24 [110/65] via 10.1.11.1, Serial0/0.2
O 15.15.3.0/24 [110/65] via 10.1.11.3, Serial0/0.2
O 15.15.4.0/24 [110/2] via 10.1.5.1, FastEthernet0/0
i L1 15.15.5.0/24 [115/20] via 10.1.12.194, Serial0/0.1
O 15.15.6.0/24 [110/2] via 10.1.5.2, FastEthernet0/0
O 15.15.9.0/24 [110/2] via 10.1.5.3, FastEthernet0/0
C 15.15.14.0/24 is directly connected, Loopback0
r14#
r1#r
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
enable secret 5 $1$HMU/$QbsL3N1QidBaSoi0SZirU0
!
ip subnet-zero
no ip domain-lookup
ipx routing 0001.0001.0001
frame-relay switching
!
!
!
!
!
interface Loopback0
ip address 15.15.1.1 255.255.255.0
no ip directed-broadcast
ip ospf network point-to-point
ipx network 11
!
interface Ethernet0
no ip address
no ip directed-broadcast
shutdown
!
interface Serial0
ip address 10.1.11.1 255.255.255.0
no ip directed-broadcast
ip nat inside
encapsulation frame-relay
ip ospf network point-to-multipoint
no ip mroute-cache
ipx network 1401
custom-queue-list 1
clockrate 72000
frame-relay map ipx 1401.0014.0014.0014 301 broadcast
frame-relay map ip 10.1.11.1 301 broadcast
frame-relay map ipx 1401.0001.000relay inverse-arp
frame-relay .200.200.1 255.255.255.0
no ipwork 10.1.11.0 0.0.0.255 area 0
networter bgp 100
neighbor 15.15.5.5 remote-as 100
neighbor 15.15.5.5 update-source Loopback0
neighbor 200.200.200.2 remote-as 200
!
ip nat inside source list 11 interface Serial1 overload
ip classless
!
access-list 11 permit any
queue-list 1 protocol ipx 1
queue-list 1 protocol ip 2
queue-list 1 default 3
queue-list 1 queue 1 byte-count 1000
queue-list 1 queue 2 byte-count 2000
queue-list 1 queue 3 byte-count 1000
!
!
!
ipx router eigrp 20
network 1401
network 11
!
!
ipx router rip
no network 11
no network 1401
!
!
ipx sap 4 fserver 11.0000.0c05.8888 451 1
ipx sap 7 pserver 11.0000.0c05.8888 451 1
!
tftp-server flash:c2500-js56i-l.120-11.bin
alias exec s show ip route
alias exec sx sh ipx route
alias exec so sh ip ospf
alias exec son sh ip ospf nei
alias exec sb sh ip bgp
alias exec sbn sh ip bgp nei
alias exec w wr mem
alias exec r sh run
alias exec u undebug all
alias exec ct config t
alias exec cb clear ip bgp *
alias exec c clear ip route *
alias exec cx clear ipx route *
!
line con 0
exec-timeout 0 0
privilege level 15
password cisco
length 42
transport input none
line aux 0
exec-timeout 0 0
script dialer myscript
modem Host
transport input all
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 0 0
privilege level 15
password cisco
no login
length 42
!
end
r1#s
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
Gateway of last resort is not set
C 200.200.200.0/24 is directly connected, Serial1
O E1 172.27.0.0/16 [110/165] via 10.1.11.14, 00:06:45, Serial0
10.0.0.0/8 is variably subnetted, 8 subnets, 5 masks
C 10.1.11.0/24 is directly connected, Serial0
O E1 10.1.10.0/24 [110/165] via 10.1.11.14, 00:06:45, Serial0
O 10.1.11.3/32 [110/128] via 10.1.11.14, 00:06:45, Serial0
O E1 10.2.1.0/24 [110/165] via 10.1.11.14, 00:06:45, Serial0
O IA 10.1.5.0/29 [110/65] via 10.1.11.14, 00:06:45, Serial0
O 10.1.11.14/32 [110/64] via 10.1.11.14, 00:06:45, Serial0
O E1 10.1.35.4/30 [110/165] via 10.1.11.14, 00:06:45, Serial0
O E2 10.1.12.192/28 [110/10] via 10.1.11.14, 00:06:45, Serial0
15.0.0.0/8 is variably subnetted, 8 subnets, 2 masks
O 15.15.2.2/32 [110/65] via 200.200.200.2, 00:06:46, Serial1
C 15.15.1.0/24 is directly connected, Loopback0
O 15.15.3.0/24 [110/129] via 10.1.11.14, 00:06:46, Serial0
O IA 15.15.4.0/24 [110/66] via 10.1.11.14, 00:06:46, Serial0
O E2 15.15.5.0/24 [110/100] via 10.1.11.14, 00:06:45, Serial0
O IA 15.15.6.0/24 [110/66] via 10.1.11.14, 00:06:46, Serial0
O IA 15.15.9.0/24 [110/66] via 10.1.11.14, 00:06:46, Serial0
O E2 15.15.14.0/24 [110/10] via 10.1.11.14, 00:06:46, Serial0
r1#
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:52 GMT-3