cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9118
Views
15
Helpful
3
Replies

Nexus 7010 interface question

Hi,

I was configuring SVIs into a non-default VDC and the following message appeared:

Non-routable VDC mode

Thw switch is configured with many trunks passsing traffic from all the vlans.

Output:

-------------------------------------------------------------------------------

Interface Secondary VLAN(Type)                    Status Reason                

-------------------------------------------------------------------------------

Vlan1     --                                      down   VLAN is down          

Vlan10    --                                      down   Non-routable VDC mode 

Vlan15    --                                      down   Non-routable VDC mode 

Vlan500   --                                      down   Non-routable VDC mode 

Vlan604   --                                      down   Non-routable VDC mode 

Vlan700   --                                      down   Non-routable VDC mode 

Vlan701   --                                      down   VLAN is down          

Vlan702   --                                      down   Non-routable VDC mode 

Vlan703   --                                      down   Non-routable VDC mode 

Vlan704   --                                      down   Non-routable VDC mode 

In order to activate the interfaces it was necessary to apply the command "management"

interface Vlan10

  no shutdown

  management

  ip address A.B.C.D/24

And then....

-------------------------------------------------------------------------------

Interface Secondary VLAN(Type)                    Status Reason                

-------------------------------------------------------------------------------

Vlan1     --                                      up     --       

Vlan10    --                                      up     --       

It is necessary to apply this command all the time?

n7000-s1-dk9.5.2.1.bin

N7K-F132XP-15

Thanks for your help,

Alejandro Serrano

1 Accepted Solution

Accepted Solutions

Oleksandr Nesterov
Cisco Employee
Cisco Employee

Alejandro, to run normally SVIs in your CDC - you need to add M1 card to it, because F1 cards are completely L2 cards and for L3 processes use resources of M1 modules. Otherwise routing won't work. And using keyword management will add route to management vrf which is used for management.

HTH,

Alex

View solution in original post

3 Replies 3

Jerry Ye
Cisco Employee
Cisco Employee

The F1 is a L2 only linecard.

Do you want to use VLAN 10 for management traffic only? If yes, you can create a interface mgmt 0 and it will use the same mgmt interface on default VDC to send management traffic out.

HTH,

jerry

Oleksandr Nesterov
Cisco Employee
Cisco Employee

Alejandro, to run normally SVIs in your CDC - you need to add M1 card to it, because F1 cards are completely L2 cards and for L3 processes use resources of M1 modules. Otherwise routing won't work. And using keyword management will add route to management vrf which is used for management.

HTH,

Alex

Thank you very much for your support, I was thinking about the line card type but I wasn´t sure.

Regards,

Alejandro.