By default, the installed FabricPath feature set is allowed in all VDCs on the device. You can disallow the installed FabricPath feature set in a specific VDC. Subsequently, you can allow that disallowed FabricPath feature set in the VDC.
| | Command or Action | Purpose |
| Step 1 | configure terminal
Example:switch# configure terminal
switch(config)#
| Enters configuration mode.
|
| Step 2 | vdc vdc_ID
Example:switch(config)# vdc 1
| Specifies a VDC and enters VDC configuration mode.
|
| Step 3 |
allow feature-set fabricpath
Example:
switch(config-vdc)# allow feature-set fabricpath
|
Allows the FabricPath feature set in the VDC.
|
| Step 4 | end
Example:switch(config-vdc)# end
switch#
| Exits VDC configuration mode and returns to EXEC mode.
|