cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
779
Views
18
Helpful
6
Replies

Nexus 7k Interface Configuration

angel-moon
Level 3
Level 3

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 gthere sdhould be something after the 24 but I canpt figure out what.  A lil help please?

Thanks.

replies rated

6 Replies 6

Rajeshkumar Gatti
Cisco Employee
Cisco Employee

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

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

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hello,

Is that interface is part of VDC , what you see after logging onto VDC by issuing command show interfaces ?

-GI

Hello,

If I go into the VDC I get tihs output

CORE(config-vdc)# show interface

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

  1 minute output rate 2832 bits/sec,

same output when done in config mode and error if tried at #

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.

glen.grant
VIP Alumni
VIP Alumni

  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>  .