Re: port channel again

From: shiran guez (shiranp3@gmail.com)
Date: Wed Nov 14 2007 - 14:03:46 ART


ether channel is not a trunk it is only a port bundling.

port in access mode will not work to trunk 2 or more switch's.

if you want only one port then do a trunk and remove all the vlans that you
do not want to pass from this trunk. but trunk is the only way to make vlan
traffic pass trough a switched network.

On Nov 14, 2007 5:02 AM, Radioactive Frog <pbhatkoti@gmail.com> wrote:

> NOpe dude,
> thats not a requirement.
> We don't want to send all vlans to sw2. Thats the main part of the
> equation.
>
> hehe...
> we just want to send only 1 vlan. thats why i was htinking about to put it
> on access mode and turn the etherchannel on.
>
> Any thot?
>
>
>
> On Nov 14, 2007 3:32 AM, shiran guez <shiranp3@gmail.com> wrote:
>
> > 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
>
>
>

-- 
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