nexus9k no interfaces

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
unlUser
Posts: 38
Joined: Wed Apr 12, 2017 7:48 am

nexus9k no interfaces

Post by unlUser » Tue Oct 31, 2017 7:35 am

Hi team,
Any idea why the interfaces are not appearing in the list? (please see screenshot)

i did all the necessary steps in the guide (config saved and devices rebooted):

Code: Select all

switch# conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# boot nxos bootflash:nxos.7.0.3.I5.2.bin
end
copy run start

Image

Uldis (UD)
Posts: 5180
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: nexus9k no interfaces

Post by Uldis (UD) » Tue Oct 31, 2017 8:51 am

of course sir :)

Looks you need dig a bit deeper NXOS behavior and commands...

Until you will not configure L3 interfaces in sh int brief they will not be visible.

Code: Select all

switch# sh ip int brief

IP Interface Status for VRF "default"(1)
Interface            IP Address      Interface Status
Vlan10               10.1.1.1        protocol-down/link-down/admin-up   
Eth1/1               20.1.1.1        protocol-up/link-up/admin-up    
L2 interfaces are shown:
Show int status:

Code: Select all

switch# show int status

--------------------------------------------------------------------------------
Port          Name               Status    Vlan      Duplex  Speed   Type
--------------------------------------------------------------------------------
mgmt0         --                 connected routed    full    1000    --         
Eth1/1        --                 connected routed    full    1000    10g        
Eth1/2        --                 connected 1         full    1000    10g        
Eth1/3        --                 connected 1         full    1000    10g        
Eth1/4        --                 connected 1         full    1000    10g        
Eth1/5        --                 connected 1         full    1000    10g        

Post Reply