Hi,
I am currently working on allowing specific "Vlans" through a Port-Channel,
On both interfaces the configuration is exactly the same, the Vlans have an SVI.
So far i get this prompt " %EC-5-CANNOT_BUNDLE2: Fa0/4 is not compatible with Po1 and will be suspended (vlan mask is different)"
I am unsure what this means, all vlans are the same but unsure how to allow specific vlans on a Port Channel, any explanation for this?
interface Port-channel1 switchport trunk native vlan 900 switchport trunk allowed vlan 10,30,50,100 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/1 switchport trunk native vlan 900 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/2 switchport trunk native vlan 900 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/3 switchport trunk native vlan 900 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/4 switchport trunk native vlan 900 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/5 switchport trunk native vlan 900 switchport trunk encapsulation dot1q switchport mode trunk
No comments:
Post a Comment