cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1322
Views
0
Helpful
3
Replies

mac-pinning all eth modules removed

irek.romaniuk
Level 1
Level 1

When I configure mac-pinning on my vm-umplink (see below) and 'no sh' second port on uplink switch (eth5/3 and 5/4 are connected to two different uplink switches) all my Eth are removed. Why ?

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<BEFORE 'no sh'  Eth5/4 on uplink switch

rsn1-1c-n1k# sh port-channel summary

1     Po1(SU)     Eth      NONE      Eth3/3(P)   

2     Po2(SU)     Eth      NONE      Eth4/3(P)   

3     Po3(SU)     Eth      NONE      Eth5/3(P)    Eth5/4(D)   

4     Po4(SU)     Eth      NONE      Eth6/3(P)   

5     Po5(SU)     Eth      NONE      Eth7/3(P)    Eth7/4(D)   

 

port-profile type ethernet vm-uplink

  vmware port-group

  switchport mode trunk

  switchport trunk allowed vlan 1-3967,4048-4093 

  channel-group auto mode on mac-pinning

  no shutdown

  system vlan 10,12,132

  description Uplink profile for VM traffic

  state enabled

rsn1-1c-n1k# sh mod

Mod  Ports  Module-Type                       Model               Status

---  -----  --------------------------------  ------------------  ------------

1    0      Virtual Supervisor Module         Nexus1000V          ha-standby

2    0      Virtual Supervisor Module         Nexus1000V          active *

3    248    Virtual Ethernet Module           NA                  ok

4    248    Virtual Ethernet Module           NA                  ok

5    248    Virtual Ethernet Module           NA                  ok

6    248    Virtual Ethernet Module           NA                  ok

7    248    Virtual Ethernet Module           NA                  ok

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<AFTER 'no sh'  Eth5/4 on uplink switch

rsn1-1c-n1k# sh port-channel summary

1     Po1(SD)     Eth      NONE      Eth3/3(r)   

2     Po2(SD)     Eth      NONE      Eth4/3(r)   

3     Po3(SD)     Eth      NONE      Eth5/3(r)    Eth5/4(r)   

4     Po4(SD)     Eth      NONE      Eth6/3(r)   

5     Po5(SD)     Eth      NONE      Eth7/3(r)    Eth7/4(r)   

rsn1-1c-n1k# sh mod

Mod  Ports  Module-Type                       Model               Status

---  -----  --------------------------------  ------------------  ------------

1    0      Virtual Supervisor Module         Nexus1000V          active *

ALL modules removed...

3 Replies 3

Robert Burns
Cisco Employee
Cisco Employee

Irek,

Can you paste the upstream switchport config (the other switch connecting to 5/3 and 5/4).

Thanks,.

Robert

Here it is :

First UPLink Switch

interface GigabitEthernet1/0/11

description VMNIC2 Nexus Trunk  <,,,eth5/3

switchport mode trunk

spanning-tree portfast

!

interface GigabitEthernet1/0/14

description VMNIC2 Nexus  Trunk  <...eth7/3

switchport mode trunk

spanning-tree portfast

!

Second UPLink Switch (ports shutdown at the moment):

interface GigabitEthernet1/0/11

description  VMNIC3 Nexus Trunk   <...eth5/4

switchport mode trunk

shutdown

spanning-tree portfast

!

interface GigabitEthernet1/0/14

description  VMNIC3 Nexus Trunk   <...eth7/4

switchport mode trunk

shutdown

spanning-tree portfast

!

Does it look good ?

Review Cisco Networking for a $25 gift card