From: Derek Buelna (dameon@xxxxxxxxxxx)
Date: Sat Oct 14 2000 - 23:38:25 GMT-3
Title: Area 0 interface in OSPF db as Type 5 LSA??
I'll try and help you figure this out. I have been thinking about it
for a while.
Could you send me a sh ip ospf, sh ip ospf data, sh ip eigrp and topo,
sh ip route, sh ip route 170.10.1.0..
-Derek
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Granofsky, Aaron
Sent: Saturday, October 14, 2000 7:01 PM
To: ccielab@groupstudy.com
Subject: Area 0 interface in OSPF db as Type 5 LSA??
After redistributing OSPF/EIGRP, my serial interface (OSPF Area 0)
shows up as a Type 5 LSA.
What am I missing?
Distribute lists into OSPF don't seem to work.
r2#sh ip os da
OSPF Router with ID (170.10.25.2) (Process ID 1)
<snip>
Type-5 AS External Link States
Link ID ADV Router Age Seq# Checksum Tag
170.10.1.0 170.10.25.2 443 0x80000001 0xDF0 0
here's the config:
!
interface Loopback0
ip address 170.10.25.2 255.255.255.0
no ip directed-broadcast
!
interface FastEthernet0/0
ip address 170.10.26.2 255.255.255.192
no ip directed-broadcast
!
interface Serial0/0
ip address 170.10.1.2 255.255.255.240
no ip directed-broadcast
encapsulation frame-relay
ip ospf network point-to-multipoint
no ip mroute-cache
cdp enable
frame-relay map ip 170.10.1.3 201 broadcast
frame-relay map ip 170.10.1.5 201 broadcast
frame-relay lmi-type ansi
!
interface BRI0/0
bandwidth 64
ip address 170.10.2.2 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer idle-timeout 20
dialer map ip 170.10.2.3 name r3 broadcast 5554111
dialer load-threshold 1 either
dialer-group 1
isdn switch-type basic-5ess
ppp authentication chap
ppp multilink
!
router eigrp 1
redistribute ospf 1
passive-interface Serial0/0
passive-interface BRI0/0
network 170.10.0.0
default-metric 1544 100 255 1 1500
distribute-list 4 out ospf 1
distribute-list 2 in
no auto-summary
!
router ospf 1
summary-address 170.10.26.0 255.255.255.0
redistribute eigrp 1 subnets route-map redis
network 170.10.1.0 0.0.0.255 area 0
network 170.10.2.0 0.0.0.255 area 0
default-metric 64
distribute-list 3 in
!
access-list 1 permit 170.10.2.0 0.0.0.255
access-list 2 permit 170.10.25.0 0.0.0.255
access-list 2 permit 170.10.26.0 0.0.0.255
access-list 2 deny any log
access-list 3 deny 170.10.25.0 0.0.0.255 log
access-list 3 deny 170.10.26.0 0.0.0.255 log
access-list 3 permit any
access-list 4 deny 170.10.1.0 log
access-list 4 deny 170.10.1.0 0.0.0.15 log
access-list 4 deny 170.10.1.0 0.0.0.255 log
access-list 4 permit any
dialer-list 1 protocol ip permit
route-map redis deny 10
match ip address 1
!
route-map redis permit 20
!
!
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:26 GMT-3