Options

route tagging with redistribution

aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
I'm trying to redistribute the tagged routes in the output below, tag 1 routes are going into the rip domain and tag 10 routes are going into the eigrp domain,

R4_2691#show ip ospf database

OSPF Router with ID (4.4.4.4) (Process ID 1)

Type-5 AS External Link States

Link ID ADV Router Age Seq# Checksum Tag
5.5.5.5 200.168.9.1 132 0x80000002 0x0086D3 1
10.2.2.64 172.31.9.1 652 0x80000002 0x00C7F0 10
10.10.10.10 172.31.9.1 652 0x80000002 0x00E7D7 10



i've started with the rip routes and the commands below aren't doing the trick

route-map rip-dis, permit, sequence 10
Match clauses:
tag 1
Set clauses:
Policy routing matches: 0 packets, 0 bytes


router rip
version 2
redistribute ospf 1 match external 2 route-map rip-dis
passive-interface FastEthernet0/0
passive-interface Serial0/0
network 4.0.0.0
network 10.0.0.0
no auto-summary
What's another word for Thesaurus?

Comments

Sign In or Register to comment.