From: subodh.rawat@wipro.com
Date: Tue Nov 13 2007 - 01:04:55 ART
Once you define Channel group (or making port channel), you do not have
to give any commands under member interfaces.
All commands should be applied to Portchannels. Member interfaces will
inherit all these commands automatically.
HTH
Subodh
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Radioactive Frog
Sent: Tuesday, November 13, 2007 8:33 AM
To: Cisco certification
Subject: port channel again
|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