From: David Luu (wicked01@xxxxxxxxxxxxx)
Date: Tue Apr 23 2002 - 21:22:47 GMT-3
im trying to do mutual redistribution between ospf and igrp at r1, the vlsm
subnets doesnt seem to get propagated to igrp when i use the
summary-address and redistribute connected commands...could someone check
if my redistribution syntaxes are correct and tell me what i am doing
wrong? TIA
(r2)----(r5)
/
(r4)-----(r1)-----<
| \
(r3) (r6)
ospf
-----------
area 0 /24 subnet
area 2 /26 subnet
area 4 /28 subnet
igrp
------------
all /24 subnets
ospf 100 area 0 between r4, r1
ospf 100 area 2 between r1, r2, r6
ospf 100 area 4 between r2, r5
igrp 300 between r1, r3
virtual link between r1 and r5
virtual link between r1 and r6's e0
r1
------
s1 - connected to r4
s0.1 - multipoint to r2, r6
s0.2 - p2p to r3
r1#sh run
interface Loopback31
ip address 133.5.126.68 255.255.255.192
no ip directed-broadcast
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay
no ip mroute-cache
logging event subif-link-status
logging event dlci-status-change
frame-relay lmi-type cisco
interface Serial0.1 multipoint
ip address 133.5.126.1 255.255.255.192
no ip directed-broadcast
no ip split-horizon
frame-relay map ip 133.5.126.2 102
frame-relay map ip 133.5.126.3 106
frame-relay interface-dlci 102
frame-relay interface-dlci 106
interface Serial0.2 point-to-point
ip address 133.5.13.1 255.255.255.0
no ip directed-broadcast
frame-relay interface-dlci 103
interface Serial1
ip address 133.5.14.1 255.255.255.0
no ip directed-broadcast
ip ospf message-digest-key 1 md5 cisco
clockrate 64000
router ospf 100
area 0 authentication message-digest
area 2 virtual-link 133.5.126.3 message-digest-key 1 md5 cisco
area 2 virtual-link 133.5.126.2 message-digest-key 1 md5 cisco
summary-address 133.5.126.0 255.255.255.0
redistribute connected subnets route-map con2ospf
redistribute igrp 300 metric 9999 subnets
network 133.5.14.1 0.0.0.0 area 0
network 133.5.126.1 0.0.0.0 area 2
neighbor 133.5.126.3 priority 1
neighbor 133.5.126.2 priority 1
router igrp 300
redistribute ospf 100 metric 1500 2000 255 1 1500
passive-interface Serial0.1
passive-interface Serial1
network 133.5.0.0
access-list 5 permit 133.5.126.68
route-map con2ospf permit 10
match ip address 5
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:18 GMT-3