How to configure interface Nexus 7000?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2013 12:17 PM - edited 03-07-2019 02:17 PM
Hi,
I am just trying to configure the ethernet interfaces on my Nexus 7010 48 port module. When I do a "show interface" I only see the management interface on the management module and not the 48 port module. When I run a "show hardware" I am able to see that the module is plugged in to slot 1 and the status is "ok." I thought the interfaces would just show up once I connected the module. Is this not correct? And then I could access the ports with "interface ethernet 1/x" for the ports on module 1.
Thanks
- Labels:
-
Other Switches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2013 12:22 PM
Check out this document http://www.cisco.com/en/US/docs/switches/datacenter/sw/5_x/nx-os/interfaces/configuration/guide/if_basic.html
---
Posted by WebUser Janet Doe from Cisco Support Community App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2013 12:49 PM
Looked in there already. Seemed like the command should just be "interface ethernet 1/1" to configure port 1 on the module in slot 1. However I get an invalid range error and when I run "show interface" I only see the management blade interfaces rather than the 48 ethernet interfaces on the module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 06:24 AM
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 06:59 AM
Hi Nathaniel,
Are you using non default VDC or RBAC on this switch. Can you attach show command output / show runn to check further.
-Subhash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 07:22 AM
Subhash, I believe I am using the default vdc on the switch.
show run shows:
_____________________________________
Nexus-7000(config)# show running-config
!Command: show running-config
!Time: Tue Jul 9 19:21:30 2013
version 6.1(2)
poweroff xbar 4
poweroff xbar 5
hardware fabrics max 3
license grace-period
switchname Nexus-7000
system admin-vdc
vdc Nexus-7000 id 1
cpu-share 5
limit-resource vlan minimum 16 maximum 4094
limit-resource monitor-session minimum 0 maximum 2
limit-resource monitor-session-erspan-dst minimum 0 maximum 23
limit-resource vrf minimum 2 maximum 4096
limit-resource port-channel minimum 0 maximum 768
limit-resource u4route-mem minimum 96 maximum 96
limit-resource u6route-mem minimum 24 maximum 24
limit-resource m4route-mem minimum 58 maximum 58
limit-resource m6route-mem minimum 8 maximum 8
limit-resource monitor-session-inband-src minimum 0 maximum 1
username admin password 5 $1$jyn3hULs$7iGtrdO2BwgjGOJIRHkN81 role network-admin
ip domain-lookup
copp profile strict
snmp-server user admin network-admin auth md5 0x3688458ab63c86695ec6a773488d138c
priv 0x3688458ab63c86695ec6a773488d138c localizedkey
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO
vrf context management
ip route 0.0.0.0/0 10.102.102.1
vlan 1
interface mgmt0
ip address 10.102.102.24/23
line console
line vty
boot kickstart bootflash:/n7000-s2-kickstart.6.1.2.bin sup-1
boot system bootflash:/n7000-s2-dk9.6.1.2.bin sup-1
__________________________________________________________
show interface shows
____________________
Nexus-7000(config)# show interface
mgmt0 is up
admin state is up,
Hardware: GigabitEthernet, address: 8478.ac57.3e2c (bia 8478.ac57.3e2c)
Internet Address is 10.102.102.24/23
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
full-duplex, 1000 Mb/s
Auto-Negotiation is turned on
Auto-mdix is turned off
EtherType is 0x0000
1 minute input rate 1656 bits/sec, 1 packets/sec
1 minute output rate 3048 bits/sec, 1 packets/sec
Rx
55430 input packets 9389 unicast packets 7792 multicast packets
38249 broadcast packets 5342508 bytes
Tx
6401 output packets 6397 unicast packets 1 multicast packets
3 broadcast packets 947681 bytes
_____________________________________________________
It's as if the interfaces are not there. But with show hardware, I can see that the module is seen.
Module1 ok
Module type is : 1/10 Gbps Ethernet Module
0 submodules are present
Model number is N7K-F248XP-25E
H/W version is 1.0
Part Number is 73-14976-02
Part Revision is A0
Manufacture Date is Year 17 Week 12
Serial number is JAF1712BFCB
CLEI code is CMUIAFCCAA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 07:50 AM
Take a read of the post Nexus 7009 does not show the N7K-F248XP-25 modules ethernet ports n sh run.
The solution there appears to be the use of the system module-type command.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 08:59 AM
Thanks Steve. That seems to be very close to what I am looking for. We are running 6.1(2) right now but I see that it does not support the "system module-type" command. THat is only in 6.1(3). We are not able to get the upgrade yet due to SmartNet problems. Don't think there is a work around command on 6.1(2) that does the same thing...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 09:34 AM
Do you have any other I/O modules in the same chassis, either the M1, M2 or F1 series I/O modules? Currently the F2 and F2E modules needs to be in their own VDC.
As per the section Integrating F2 Series Modules Into a Cisco Nexus 7000 Series System in the NX-OS 6.1 release notes:
- An F2 Series module requires its own F2 Series module VDC. This VDC is restricted to the F2 Series module; M1 and F1 ports cannot be in the F2 Series module VDC. The default VDC can also be configured as an F2 Series module VDC.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 10:12 AM
Check output of 'show vdc membership' command. These interfaces will all appear in VDC 0, which is reserved for unallocated interfaces:vdc_id: 0 vdc_name: Unallocated interfaces: Ethernet15/1 Ethernet15/2 Ethernet15/3 Ethernet15/4 Ethernet15/5 Ethernet15/6 Ethernet15/7 Ethernet15/8 Ethernet15/9
This needs to be allocated to your current VDC id 1. Refer below link for more information.If still it doesn't work, then you will need to create a separate VDC, configure that VDC to support the F2 module, and then allocate the appropriate interfaces to that new VDC.
Allocating interfaces to a VDC: http://www.cisco.com/en/US/docs/switches/datacenter/sw/nx-os/virtual_device_context/configuration/guide/vdc_mgmt.html#wp1186878
HTH
-Subhash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013 10:15 AM
Thank you very much guys. I was not able to add the ethernet ports to vdc1 since the admin vdc was not specified to handle f2 (and could not be set to handle it with limit-resources). Instead, I created another vdc and was able to allocate the interfaces and configure them.
Many thanks to both of you for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2015 01:34 AM
HI Skapadi,
Thanks...I was also stucked on same issue, given link helped me...Thank you so much..live long..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 03:38 AM
Hi all,
I have problem it same you!!
Ethernet2/4 Ethernet2/5 Ethernet2/6
Ethernet2/7 Ethernet2/8 Ethernet2/9
Ethernet2/10 Ethernet2/11 Ethernet2/12
Ethernet2/13 Ethernet2/14 Ethernet2/15
Ethernet2/16 Ethernet2/17 Ethernet2/18
Ethernet2/19 Ethernet2/20 Ethernet2/21
Ethernet2/22 Ethernet2/23 Ethernet2/24
Ethernet2/25 Ethernet2/26 Ethernet2/27
Ethernet2/28 Ethernet2/29 Ethernet2/30
Ethernet2/31 Ethernet2/32 Ethernet2/33
Ethernet2/34 Ethernet2/35 Ethernet2/36
Ethernet2/37 Ethernet2/38 Ethernet2/39
Ethernet2/40 Ethernet2/41 Ethernet2/42
Ethernet2/43 Ethernet2/44 Ethernet2/45
Ethernet2/46 Ethernet2/47 Ethernet2/48
N7K_01# configure t
Enter configuration commands, one per line. End with CNTL/Z.
N7K_01(config)# vdc B
N7K_01(config-vdc)# interface ethernet 2/1
Error: Invalid range: Ethernet2/1
N7K_01(config)# ^C
N7K_01(config)#
how do slove problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2022 07:41 PM
hi all
who can help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 02:32 AM
Hi @skapadi , can you help me solove prolem??
Thank you
