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.
Например:
выключатель(конфигурация)#access-list 101 permit ip <connected network> <wildcard> any выключатель(конфигурация)#access-list 101 permit ip <connected network> <wildcard> any выключатель(конфигурация)#access-list 101 permit ip <connected network> <wildcard> any выключатель(конфигурация)#access-list 101 deny any ! Маршрутизатор(конфигурация)# route-map direct2ospf permit 10 Маршрутизатор(config-route-map)# match ip address 101 Маршрутизатор(config-route-map)# set metric <100> Маршрутизатор(config-route-map)# set metric-type type-1 ! выключатель(конфигурация)#router ospf 1 выключатель(config-router)#redistribute direct route-map direct2ospf