12-15-2015 11:49 AM - edited 03-08-2019 03:07 AM
All,
I know how to get into the VDC that I need to work on to issue a "No shut" command but when I try to go into the Interface I get an error message. It won't take "Interface Ethernet1/24" seems like it is saying
Thanks.
replies rated
12-15-2015 01:49 PM
Can you share the "sh vdc membership" command output from the admin/default VDC?
Also please share
show module
show vdc.
Also can you print the session log that shows this problem.
-Raj
12-16-2015 09:34 AM
Looking at your ouputs, are you logging into the VDC using below-
conf t
vdc <vdcname>
If so then that is only for configuring the vdc and allocating resources to it. Make sure you allocate interface e1/24 (plus other interfaces that you need) to the vdc using below command -
conf t
vdc <vdcname>
allocate interface Ethernet1/24
Then you can switch to the vdc using "switchto vdc <vdcname>". This actually takes you to the vdc and allows you to configure the interfaces and other features specific to that VDC.
Hope this is clear.
-Raj
12-15-2015 08:44 PM
Hello,
Is that interface is part of VDC , what you see after logging onto VDC by issuing command show interfaces ?
-GI
12-16-2015 09:26 AM
Hello,
If I go into the VDC I get
CORE(config-
mgmt0 is up
Hardware: GigabitEthernet, address: xxxx.xxxx.xxxx.xxxx (bia xxxx.xxxx.xxxx.xxxx)
Internet Address is 10.0.0.1/123
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA
full-duplex, 1000 Mb/s
Auto-Negotiation is turned on
EtherType is 0x0000
Rx
34376347 input packets 3257180654 bytes
23191680 unicast packets 424571 multicast packets
10760096 broadcast packets 1 packets/sec
1 minute input rate 1432 bits/sec, Tx
23200722 output packets 4885265816 bytes
23183986 unicast packets 0 multicast packets
16736 broadcast packets 1 packets/sec
same output when done in config mode and error if tried at #
12-16-2015 08:36 PM
Hello,
As i suspect, The interface is not allocated to CORE VDC.
So as per suggestion by Raj do the allocation of interface as per below commands.
conf t
vdc <vdcname>
allocate interface Ethernet1/24
Once done then you can see the interface under CORE VDC.
Hope it Helps..
-GI
Rate if it Helps.
12-17-2015 08:17 AM
It looks like you are global config mode . You need to get into the VDC itself . From there use the switchto command . switchto vdc <vdcname> .
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide