Options

arista and cisco port-channel

fifrascofifrasco Member Posts: 27 ■□□□□□□□□□
Hello,


Does anyone know how to setup port-channel between an Arista switch and a cisco 2900 series switch? Below is how its setup but I get
%SPANTREE-2-BLOCK_PVID_LOCAL: Blocking Port-channel6 on VLAN0001. Inconsistent local vlan
%SPANTREE-2-RECV_PVID_ERR: Received BPDU with inconsistent peer vlan id 3 on Port-channel6 VLAN1.


Arista switch
Arista switch port channel setup on ports 1 & 2


!
interface ethernet 1-2
!
channel-group 100 mode active


interface Ethernet1
switchport trunk native vlan 3
switchport mode trunk
channel-group 100 mode active
SW1#sh run int ethernet 2
interface Ethernet2
switchport trunk native vlan 3
switchport mode trunk
channel-group 100 mode active


Cisco switch
interface GigabitEthernet0/1
switchport mode trunk
channel-group 6 mode passive
!
interface GigabitEthernet0/2
switchport mode trunk
channel-group 6 mode passive
Sign In or Register to comment.