06-19-2017 02:04 PM - edited 03-08-2019 11:01 AM
Hola Amigos,
Les comento mi escenario:
Tengo 1 Switch core conectado via fibra óptica (2 puertos SPF configurados como channel-group)
SW Core 3960 cisco WS-C3650-24TS (2 puerto establecidos como etherchannel ) =======> (Border Switch) cisco WS-C2960X-24PS-L.
El problema surge al ver que en la configuración del switch de borde veo que tiene una restricción de las VLAN que pueden pasar por ese troncal con el comando " switchport trunk allowed vlan 1,100,200" , en mi caso particular necesito que la VLAN de voz 5 sea permitida. Por lo cual procedi a realizar la siguiente configuración:
switchport trunk allowed vlan 1,5,100,200
Inmediatamente obtengo el mensaje:
Jun 16 19:23:23.447: %EC-5-CANNOT_BUNDLE2: Gi3/0/25 is not compatible with Gi1/0/25 and will be suspended (vlan mask is different) (SW_Stack_Piso6-3). Inmediatamente la interfaz quedo suspendida.
Seguidamente procedí a eliminar la configuración "switchport trunk allowed vlan 1,5,100,200" , por completo es decir la configuración quedó:
interface GigabitEthernet1/0/25
description SWITCH_CORE_01
switchport mode trunk
udld port aggressive
channel-group 6 mode active
Con dicha configuración tampoco funcionó.
La configuración actual de ambas interfaces es:
Current configuration : 182 bytes
!
interface GigabitEthernet3/0/25
description SWITCH_CORE_02
switchport trunk allowed vlan 1,100,200
switchport mode trunk
udld port aggressive
channel-group 6 mode active
end
Current configuration : 182 bytes
!
interface GigabitEthernet1/0/25
description SWITCH_CORE_01
switchport trunk allowed vlan 1,100,200
switchport mode trunk
udld port aggressive
channel-group 6 mode active
end
Adicionalmente:
SW_Stack_Piso6#show etherchannel port-channel
Channel-group listing:
----------------------
Group: 6
----------
Port-channels in the group:
---------------------------
Port-channel: Po6 (Primary Aggregator)
------------
Age of the Port-channel = 333d:07h:15m:08s
Logical slot/port = 9/6 Number of ports = 2
HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = LACP
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Gi1/0/25 Active 0
0 00 Gi3/0/25 Active 0
Time since last port bundled: 3d:01h:25m:23s Gi3/0/25
Time since last port Un-bundled: 3d:03h:17m:56s Gi3/0/25
Les pido su apoyo no se que puede estar mal. La idea es que por el etherchanel sean permitidas las VLAN 1,5,100,200
Quedo atento a sus comentarios.
Solved! Go to Solution.
06-20-2017 07:49 AM
Hola,
Intenta agregar la vlan pero en la interface port channel:
interface po6
switchport trunk allow vlan add 5
Tu configuracion podria ser:
Switch 1
interface range fa0/1-2
switchport
switchport mode trunk
channel-group 6 mode active
interface po6
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 1,5,100,200
no shut
Switch 2
interface range fa0/1-2
switchport
switchport mode trunk
channel-group 6 mode active
interface po6
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 1,5,100,200
no shut
:-)
06-20-2017 07:49 AM
Hola,
Intenta agregar la vlan pero en la interface port channel:
interface po6
switchport trunk allow vlan add 5
Tu configuracion podria ser:
Switch 1
interface range fa0/1-2
switchport
switchport mode trunk
channel-group 6 mode active
interface po6
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 1,5,100,200
no shut
Switch 2
interface range fa0/1-2
switchport
switchport mode trunk
channel-group 6 mode active
interface po6
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 1,5,100,200
no shut
:-)
06-20-2017 01:57 PM
Estimado Julio Moisa,
Gracias por el soporte, simplemente entre a la configuración de la interfaz Po6, y adicione la vlan como me recomendó y funcionó sin problema.
interface po6
switchport trunk allow vlan add 5
Una vez más gracias.
06-20-2017 04:47 PM
Me alegra mucho haber ayudado.
Ten un buen dia, cualquier consulta estoy a las ordenes.
:-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide