From: shiran guez (shiranp3@gmail.com)
Date: Tue Nov 13 2007 - 13:32:48 ART
Frog
when you enable switchport access port it is for connecting router to Switch
or Station to SW not for connecting SW to SW, when you connect SW to SW you
need to do a trunk port that will send all your vlan or vlan's traffic from
one switch to another and it do not metter if it is a Channel-Groupd or not
a Channel Group is just a port aggregation for bundeling sevral ports
togther.
under the phisical interface you set either your trunk and channel-group if
you want to make a channel group and under the interface port-channel that
was created you do not need to set anything.
Put that under SW1 and SW2 for making a trunk between them, also you can
create another trunk between SW1 to your CoreSW
int fast0/10
sw tru enc dot << this is to select the trunk encapsulation
sw mo trun << this is to set the mode to trunk staticly
channel-g 1 mo on <<<<this is only to create the etherchannel
!
int fast0/11
sw tru enc dot << this is to select the trunk encapsulation
sw mo trun << this is to set the mode to trunk staticly
channel-g 1 mo on <<<<this is only to create the etherchannel
you can verify
show inter trun
On Nov 13, 2007 5:02 AM, Radioactive Frog <pbhatkoti@gmail.com> wrote:
> |CoreSw|------|Sw1|======|Sw2|------Router
> Vlan configured on coresw and want to extend to router.
>
> I am not sure if solution 1 or solution work or both will work?
> any comment appreciated..
>
> The question is about port channel between sw1 and sw2. End of the day
> router should be able to access the L3 interface (vlan10) created on the
> core-sw.
>
>
> Solution:1:
> ----------------
> interface Port-channel10
> description -- customer-a link --
> switchport mode access
> flowcontrol send off
> !
> interface FastEthernet0/10
> description -- link1 --
> switchport access vlan 22
> channel-group 10 mode active
> !
> interface FastEthernet0/11
> description -- LINK2----
> switchport access vlan 22
> channel-group 10 mode active
>
>
> OR OR OR OR OR
>
> Solution-2:
> ----------------
>
> interface Port-channel10
> description -- customer-a link --
> switchport access vlan 22
> flowcontrol send off
> !
> interface FastEthernet0/10
> description -- link1 --
> channel-group 10 mode active
> !
> interface FastEthernet0/11
> description -- LINK2----
> channel-group 10 mode active
>
>
>
>
> Frog
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
-- Shiran Guez MCSE CCNP NCE1 http://cciep3.blogspot.com http://www.linkedin.com/in/cciep3
This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:29 ART