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 10 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 10 |
|