From: Mark Rushby (mark@tisolutions.biz)
Date: Sun Jan 18 2004 - 17:04:23 GMT-3
hi Group
I'm having a few problems with redist using route-maps with set tag command.
When I do a show route-maps I don't see any matches:
R9#sh route-map
route-map conet2eigrp, permit, sequence 10
Match clauses:
ip address (access-lists): 1
Set clauses:
tag 999
Policy routing matches: 0 packets, 0 bytes
I'm trying to redist eigrp into ospf , R6 is running osfp and eigrp, and r9 just eigrp.
Please see configs below
r2
|
ospf
|
r6
|
eigrp
|
r9
R6#sh run
Building configuration...
Current configuration : 2180 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R6
!
enable secret 5 $1$FAN8$3JVt4kqIq7bBrNaeYuEGT1
enable password 7 021605481811003348
!
ip subnet-zero
no ip domain-lookup
!
!
key chain R6toR9
key 1
key-string ipexpert
!
!
!
interface Loopback0
ip address 200.0.0.6 255.255.255.255
!
interface Ethernet0
ip address 150.50.7.6 255.255.255.128
no ip mroute-cache
!
interface Ethernet1
no ip address
shutdown
!
interface Serial0
ip address 150.50.100.6 255.255.255.224
encapsulation frame-relay
ip ospf authentication-key 7 121015120A1B09163E
ip ospf priority 0
no ip mroute-cache
no fair-queue
frame-relay map ip 150.50.100.2 601 broadcast
frame-relay map ip 150.50.100.5 601 broadcast
frame-relay map ip 150.50.100.6 601
frame-relay interface-dlci 601
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface Serial1
ip address 150.50.6.6 255.255.255.128
ip bandwidth-percent eigrp 100 40
ip hello-interval eigrp 100 60
ip hold-time eigrp 100 120
ip authentication mode eigrp 100 md5
ip authentication key-chain eigrp 100 R6toR9
!
router eigrp 100
redistribute connected route-map conet2eigrp
network 150.50.6.0 0.0.0.127
network 200.0.0.6 0.0.0.0
no auto-summary
eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
area 0 authentication
area 1 virtual-link 200.0.0.8 authentication-key 7 110009000F020E1E10
redistribute connected subnets route-map conet2ospf
redistribute eigrp 100 subnets route-map eigrp2ospf
network 150.50.7.0 0.0.0.127 area 1
network 150.50.100.0 0.0.0.31 area 0
!
ip classless
ip http server
ip pim bidir-enable
!
access-list 2 permit 200.0.0.6
access-list 2 permit 150.50.6.0 0.0.0.127
access-list 2 permit 150.50.7.0 0.0.0.127
access-list 2 permit 150.50.100.0 0.0.0.31
route-map conet2eigrp permit 10
match ip address 2
!
route-map conet2ospf permit 10
match ip address 2
!
route-map eigrp2ospf permit 10
match tag 999
!
!
alias exec shiprt sh ip route
alias exec shipintbr sh ip int br
!
line con 0
exec-timeout 0 0
password 7 141E020E14142F3930
login
line aux 0
line vty 0 4
password 7 104D000A0618
login
!
end
R9#sh ru
Building configuration...
Current configuration : 2010 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname R9
!
enable secret 5 $1$sVti$y572KZHaiyZwcPf6nHXg..
!
ip subnet-zero
no ip domain-lookup
!
!
key chain R9toR6
key 1
key-string 7 030D4B0E1E1F245E5A
!
!
interface Loopback0
ip address 200.0.0.9 255.255.255.255
!
interface Ethernet0
ip address 150.50.6.209 255.255.255.128
!
interface Serial0
ip address 150.50.6.9 255.255.255.128
ip authentication mode eigrp 100 md5
ip authentication key-chain eigrp 100 R9toR6
shutdown
clock rate 64000
!
interface Serial1
ip address 150.50.6.9 255.255.255.128
ip bandwidth-percent eigrp 100 40
ip hello-interval eigrp 100 60
ip hold-time eigrp 100 120
ip authentication mode eigrp 100 md5
ip authentication key-chain eigrp 100 R9toR6
clock rate 64000
!
router eigrp 100
redistribute connected route-map conet2eigrp
network 150.50.6.0 0.0.0.127
no auto-summary
eigrp log-neighbor-changes
!
ip classless
ip http server
ip pim bidir-enable
!
access-list 1 permit 200.0.0.9
access-list 1 permit 150.50.6.128 0.0.0.127
route-map conet2eigrp permit 10
match ip address 1
set tag 999
!
!
alias exec shiprt sh ip route
alias exec shipintbr sh ip int brief
!
line con 0
exec-timeout 0 0
password 7 0706314956191C1703
login
line aux 0
line vty 0 4
login
!
end
thanks in advance
mark
This archive was generated by hypermail 2.1.4 : Mon Feb 02 2004 - 09:07:47 GMT-3