Solutions informatiques intelligentes à guichet unique

dw@donewin.com.hk |

HowdoIredistributeconnectedroutesintoanOSPFinstanceonaNexus7010withadefinedmetric?

FAQ sur les commutateurs CiscoFAQ

How do I redistribute connected routes into an OSPF instance on a Nexus 7010 with a defined metric?

In NX-OS, a route-mapis always required when redistributing routes into an OSPF instance, and you will also use this route-map to set the metric. Further, subnet redistribution is by default, so you do not have to add the subnetskeyword.

Par exemple:

changer(config)#access-list 101 permit ip <connected network> <wildcard> any
changer(config)#access-list 101 permit ip <connected network> <wildcard> any
changer(config)#access-list 101 permit ip <connected network> <wildcard> any
changer(config)#access-list 101 deny any
!
Routeur(config)# route-map direct2ospf permit 10
Routeur(config-route-map)# match ip address 101
Routeur(config-route-map)# set metric <100>

Routeur(config-route-map)# set metric-type type-1
!
changer(config)#router ospf 1
changer(config-router)#redistribute direct route-map direct2ospf

Précédent:

Suivant:

Laisser un commentaire

Chat en direct
Laisser un message

    3 + = 6