- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2013 02:27 AM - edited 03-07-2019 02:50 PM
I am trying to allocate an interface to a VDC but am getting the following error: ERROR: 1 or more interfaces are from a module of type not supported by this VDC
The chassis is a Nexus 7000
The module in question is a N7K-F248XP-25E
When I do a show vdc membership, the VDC in question has no interfaces allocated to it.
When I do a show vdc I see the following:
vdc_id type vdc_name lc state mac
2 Ethernet vdc_name m1 f1 m1x1 m2,1 active xx:xx:xx:xx:xx:xx
could this be that f2 is not listed under the lc field?
How would I go about getting support for the f2 card? I really hope Cisco did not send us a supervisor that does not support F2 cards...if that is at all possible.
thanks
Solved! Go to Solution.
- Labels:
-
Other Switches
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2013 02:41 AM
Hi,
You need change the module type from resource limits under the VDC.
http://www.cisco.com/en/US/docs/switches/datacenter/sw/nx-os/virtual_device_context/configuration/guide/vdc_mgmt.html#wp1187087
HTH,
Lei Tian
Sent from Cisco Technical Support iPhone App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2013 02:41 AM
Hi,
You need change the module type from resource limits under the VDC.
http://www.cisco.com/en/US/docs/switches/datacenter/sw/nx-os/virtual_device_context/configuration/guide/vdc_mgmt.html#wp1187087
HTH,
Lei Tian
Sent from Cisco Technical Support iPhone App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2013 03:35 AM
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2023 04:54 PM
Enter either of the following two commands to obtain the necessary module information the VDCs will utilize.
#show inventory
or
#show module
Assign those module's resources per VDC with commands below using the module information obtained above.
#conig t
(config)# vdc "vdc-name"
(config-vdc)# limit-resource module-type [ f1 | f2 | f2e | f3 | m1 | m1x1 | m2x1 ]
