port channel again

From: Radioactive Frog (pbhatkoti@gmail.com)
Date: Tue Nov 13 2007 - 00:02:52 ART


|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



This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:29 ART