What is the status of the 3560 port that is connected to the network?
Is it err-disabled? If so, what is the cause?
If you only want vlan 4 on the trunk use switchport trunk allowed vlan
otherwise use switch trun native vlan or something like that.
URB
On 27 Apr 2006 10:56:56 -0700, "thejayman"
<> wrote:
>Hi group.
>I have an issue whilst trying to set up an etherchannel between a 6513
>and 6509. As soon as the Channel is up and bonded a switch in an
>external office (Cat.3650) goes off line and only a reboot of this
>external switch will bring it back with the Port Channel shutdown. The
>default gateway of the remote netowrk sits on the 6513, the external
>switch is just in default setup with ports set to cisco-desktop macro.
>
>Port Channel set up below:
>6513:
>.........
>!
>interface Port-channel1
> switchport
> switchport access vlan 4
> switchport trunk encapsulation dot1q
> switchport mode trunk
>!
>interface GigabitEthernet13/1
> switchport
> switchport access vlan 4
> switchport mode trunk
> channel-group 1 mode desirable non-silent
>........
>
>6509:
>.......
>interface Port-channel1
> no ip address
> switchport
> switchport access vlan 4
> switchport trunk encapsulation dot1q
> switchport mode trunk
>!
>no ip address
>switchport
>switchport access vlan 4
>switchport mode trunk
>channel-group 1 mode desirable non-silent
>...
>
>Any ideas?
>
>Thanks
>J
|