Hello, Let's say I have the following route-map:
Router1# sh route-map static-to-eigrp
route-map static-to-eigrp, deny, sequence 10
Match clauses:
ip address prefix-lists: test11
Set clauses:
route-map static-to-eigrp, deny, sequence 20
Match clauses:
Set clauses:
route-map static-to-eigrp, permit, sequence 100
Match clauses:
Set clauses:
metric 100 1 255 1 1500
--------------------------------------------------------
Router1# sh ip prefix-list test11
ip prefix-list firevision: 1 entries
seq 5 permit 172.30.3.250/32
Does this route-map only block the prefix-list of 172.30.3.250 and allow everything else? Am I reading this route-map correctly?
No comments:
Post a Comment