Skip to content
Dmitry Golovach
Go back

Cisco NX-OS: Virtual Device Contexts (VDCs)

Nexus Virtual Device Contexts (VDCs)

Each VDC has its own:

Why use VDC:

VDC limitations:

Default VDC 1 - always exists and can not be removed, used to manage other VDCs
Default VDC 1 can be used for normal data plane but recommended to be for management of chassis only

conf t
vdc N7K2-2
allocate interface e1/9

NX-OS check port group and allocate all port from this group automatically (ports are sharing the same ASIC). If you allocate one port from the group, you need to allocate all other ports from that group too. will add all ports from the port group

switchto vdc N7K2-2
switchback

By default, when VDC is created, the hostname creed is -. Use the “no vdc combined-hostname” command to use only :

VDC User Rights:

Default VDC users inherit read or r/w in non-default VDC:

VDC High Availability (HA) options:

The ha-policy is under “show vdc detail” command:


Share this post:

Previous Post
Cisco NX-OS: Fabric Extender (FEX)
Next Post
Cisco NX-OS: CLI notes