InterviewSolution
| 1. |
On A Nexus, Is The Metric-type Keyword Not Available In The “default-information Originate” Command? |
|
Answer» On a Nexus, USE a route-map COMMAND with a set clause of metric-type type-[½] in order to have the same functionality as in IOS USING the default-information originate always metric-type [½] command. For example: switch(config)#route-map STAT-OSPF, PERMIT, sequence 10switch(config-route-map) #match interface ethernet 1/2switch(config-route-map) #set metric-type {EXTERNAL | internal | type-1 | type-2} On a Nexus, use a route-map command with a set clause of metric-type type-[½] in order to have the same functionality as in IOS using the default-information originate always metric-type [½] command. For example: switch(config)#route-map STAT-OSPF, permit, sequence 10switch(config-route-map) #match interface ethernet 1/2switch(config-route-map) #set metric-type {external | internal | type-1 | type-2} |
|