Hi,
In case it could help anyone, here is the configuration that worked for us:
NEXUS_1# sh run interface port-channel 1
interface port-channel1
description Conexion a B1 Sophos
switchport mode trunk
switchport trunk native vlan 17
switchport trunk allowed vlan 17,111,122,201,239-241,402,421,460,472,477-479,482-484,493,501-650,701,716,718,750,799-800
mtu 9198
no lacp suspend-individual
vpc 1
NEXUS_1#
interface port-channel1
description Conexion a B1 Sophos
switchport mode trunk
switchport trunk native vlan 17
switchport trunk allowed vlan 17,111,122,201,239-241,402,421,460,472,477-479,482-484,493,501-650,701,716,718,750,799-800
mtu 9198
no lacp suspend-individual
vpc 1
NEXUS_1#
NEXUS_1# sh run interface e1/44
interface Ethernet1/44
description Conexion a B1 Sophos
switchport mode trunk
switchport trunk native vlan 17
switchport trunk allowed vlan 17,111,122,201,239-241,402,421,460,472,477-479,482-484,493,501-650,701,716,718,750,799-800
mtu 9198
channel-group 1
no shutdown
NEXUS_2# sh run int port-channel 1
interface port-channel1
description Conexion a B2 Sophos
switchport mode trunk
switchport trunk native vlan 17
switchport trunk allowed vlan 17,111,122,201,239-241,402,421,460,472,477-479,482-484,493,501-650,701,716,718,750,799-800
mtu 9198
no lacp suspend-individual
vpc 1
NEXUS_2#
interface port-channel1
description Conexion a B2 Sophos
switchport mode trunk
switchport trunk native vlan 17
switchport trunk allowed vlan 17,111,122,201,239-241,402,421,460,472,477-479,482-484,493,501-650,701,716,718,750,799-800
mtu 9198
no lacp suspend-individual
vpc 1
NEXUS_2#
NEXUS_2# sh run int e1/44
interface Ethernet1/44
description Conexion a B2 Sophos
switchport mode trunk
switchport trunk native vlan 17
switchport trunk allowed vlan 17,111,122,201,239-241,402,421,460,472,477-479,482-484,493,501-650,701,716,718,750,799-800
mtu 9198
channel-group 1 mode passive
no shutdown
Regards,
Roberto Sánchez.
This thread was automatically locked due to age.