You are on page 1of 3

ucs-CPSD_LAB

00:0c:29:90:59:59 799
vcsa67.jump.local
00:25:b5:02:a1:02 --mgmt
-----------------------------------------------
vnic -m
listats -a
===================================================================================
======================
CKVB340-B# con adapter 1/6/1
adapter 1/6/1 # con
% Command not found
adapter 1/6/1 # connect
No entry for terminal type "dumb";
using dumb terminal settings.
adapter 1/6/1 (top):1# att
attach-fls attach-mcp

adapter 1/6/1 (top):1# attach-mcp


No entry for terminal type "dumb";
using dumb terminal settings.
adapter 1/6/1 (mcp):1# vnic -m
vnic id : internal id of vnic, use for other vnic cmds
vnic name/mac : ucsm provisioned name (-n) or mac address (-m)
vnic type : enet=ethernet, enet_pt=dynamic ethernet, fc=fcoe
vnic host : host
vnic state : state of vnic
lif : internal logical if id, use for other lif/vif cmds
lif state : state of lif
vif uif : bound uplink 0 or 1, =:primary, -:secondary, >:current
vif ucsm : ucsm id for this vif
vif idx : switch id for this vif
vif vlan : default vlan for traffic
vif state : state of vif
-------------------------------------- --------- --------------------------
v n i c l i f v i f
id mac type host state lif state uif ucsm idx vlan state
---- -------------- ------- ---- ----- --- ----- --- ----- ----- ---- -----
12 0025:b501:a102 enet 0 UP 2 UP =>1 1581 75 1 UP
13 0025:b501:b102 enet 0 UP 3 UP =>0 1582 60 1 UP
14 0025:b502:a102 enet 0 UP 4 UP =>1 1583 76 1 UP
15 0025:b502:b102 enet 0 UP 5 UP =>0 1584 61 1 UP
16 0025:b503:a102 enet 0 UP 6 UP =>1 1585 77 1 UP
17 0025:b503:b102 enet 0 UP 7 UP =>0 1586 62 1 UP
18 0025:b501:a003 fc 0 UP 8 UP =>1 1587 78 10 UP
19 0025:b501:b003 fc 0 UP 9 UP =>0 1588 63 11 UP

adapter 1/6/1 (mcp):2# lifst


lifstats lifstats_lifbase lifstats_lifdelta
lifstats_logical_uplink lifstats_uifbase

adapter 1/6/1 (mcp):2# lifstats -a 2

----------------------------------------------------------
show-log
q
=====================================================
Connect cimc 1/6
show service-profile circuit server 1/1

This cmd will give you "virtual circuit" information.


Next key concept to understand is that whenever vNIC on a Cisco CNA like the
Virtual Interface Card (VIC), this
automatically creates the corresponding virtual ethernet port on the fabric
interconnects (On both FI's if fabric failover is enabled)
and connects the vethernet to the vNIC with a virtual cable as shown above, this
creates a Virtual Network Link (VN-Link).

****************Tracing path in UCS****************

[root@localhost :~] esxtop n


>>>>>>>>>>Gives the "active" vmnic information. It is run on the host.
[root@localhost :~] esxcfg-nics -l
>>>>>>>>>>Gives vmnic# MAC Address. Please match it with the vnic# on the UCS
GUI.
Login to UCS GUI and Match the MAC of the vmnic to the vNIC on the service profile
CiscoLive2019-A( nxos )# show mac address table vlan 211. >>>>>>>>>>Are we
learning the MAC address(of "VM") on the FI? It also gives vethernet..run on FI
CiscoLive2019-A( nxos )# show interface vethernet 4173 >>>>>>>>>>Port
description shows the vNIC name and server that it belongs to.

**Uplink Pinning**

CiscoLive2019-A( nxos )# show pinning border-interfaces active >>>>>>>>>>Which


uplink is being used?
CiscoLive2019-A( nxos )# show pinning server-interfaces >>>>>>>>>>Which
uplink is being used? it can be port channel
CiscoLive2019-A( nxos )# show port-channel summary >>>>>>>>>>To
determine members of port channel
CiscoLive2019-A( nxos )# show cdp neighbors >>>>>>>>>>To
determine upstream device and ports
f24103-08-5596-a# show mac address table vlan 211
>>>>>>>>>>Check if we are learning the MAC address on the upstream switch?.
run on nexus
f24103-08-5596-b# show mac address table vlan 211
>>>>>>>>>>Check if we are learning the MAC address on the upstream switch?
f24103-08-5596-a# show run interface ethernet 1/8
>>>>>>>>>>Shows Port channel group
f24103-08-5596-a# show run interface port-channel 11 >>>>>>>>>>Can
check if VLAN# is allowed on the port channel or not.

You might also like