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
switch(config-route-map)#match interface ethernet 1/2
switch(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 10
switch(config-route-map)#match interface ethernet 1/2
switch(config-route-map)#set metric-type {external | internal | type-1 | type-2}



Discussion

No Comment Found