cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
0
Helpful
4
Replies

TRUNK between 3132Q-V and 3064-x

FashionNStyle
Level 1
Level 1

hello

 

I am trying to trunk 3132Q-V to 3064-x

Transceiver - Cisco QSFP40G-SR4

Cable : Karono MPO to MPO TYPE B Patch Cord, OM3 Multi-mode Fiber, 3.3 ft (1M), 12-core Fibers

 

Settings 3132Q-V

config
interface eth1/49/1-4,eth1/50/1-4,eth1/51/1-4,eth1/52/1-4
switchport
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan all
no shutdown
exit

 

Settings 3064-x

config
interface eth1/29-32
switchport
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan all
no shutdown
exit

 

 

 

3132Q-V#sh int status

Eth1/29       UPLINK_3064_X      notconnec trunk     full    40G     QSFP-40G-SR4
Eth1/30       UPLINK_3064_X      notconnec trunk     full    40G     QSFP-40G-SR4
Eth1/31       UPLINK_3064_X      notconnec trunk     full    40G     QSFP-40G-SR4
Eth1/32       UPLINK_3064_X      notconnec trunk     full    40G     QSFP-40G-SR4

 

3064-x#sh int status

 

Eth1/49/1 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/49/2 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/49/3 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/49/4 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/50/1 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/50/2 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/50/3 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/50/4 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/51/1 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/51/2 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/51/3 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/51/4 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/52/1 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/52/2 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/52/3 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR
Eth1/52/4 TRUNK_3132Q-V connected trunk full 10G 40Gbase-SR

 

 

any idea how to configure never done this before

 

4 Replies 4

nazimkha
Level 4
Level 4

What is you requirement for the trunk
- Have 40G trunks across both the switches or have 40G port split up into 4X10G ports between switches.

With the type of cable you can do only 40G trunk between the switches

So here is a sample config assuming you want to connect port 49 on switch 3132Q to port 49 on switch 3064X
-Remove the breakout config from the 3132Q switch for port 49

3132Q Config:

config
interface eth1/49
switchport
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan all
no shutdown
exit

3064X configs
interface eth1/49
switchport
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan all
no shutdown
exit

Hello,

 

have you use the interface breakout on the 3132 ? Post the full running config...

 

What is your hardware profile (show running-config | inc portmode) ?

Yes I did it is not capable of break out to 4x10G I don't know why!!!

 

switch# show running-config | inc portmode
hardware profile portmode 32x40G
hardware profile front portmode qsfp

 

switch# sh int eth1/29 capabilities
Ethernet1/29
  Model:                 N3K-C3132Q-40GX-SUP
  Type (SFP capable):    QSFP-40G-SR4
  Speed:                 40000
  Duplex:                full
  Trunk encap. type:     802.1Q
  Channel:               yes
  Broadcast suppression: no
  Flowcontrol:           rx-(off/on),tx-(off/on)
  Rate mode:             none
  QOS scheduling:        rx-(6q1t),tx-(1p6q0t)
  CoS rewrite:           no
  ToS rewrite:           no
  SPAN:                  yes
  UDLD:                  yes
  MDIX:                  no
  Link Debounce:         yes
  Link Debounce Time:    yes
  Pvlan Trunk capable:   no
  TDR capable:           no
  FabricPath capable:    no
  Port mode:             Routed,Switched
  FEX Fabric:            no

anyone

Review Cisco Networking products for a $25 gift card