|
Posted by flamer die.spam@hotmail.com on July 10, 2008, 10:44 pm
Please log in for more thread options
when configuring a logical port channel on a switch, am I correct when
say I just need to add the configuration to the port channel?
so for example g1/1 and g1/2 are attached to p1.
i can then do
int p1
switchport trunk allowed vlan add 123
to add that vlan to all physical interfaces on port chan 1?
Flamer.
|
|
Posted by PooDBrown on July 12, 2008, 5:01 pm
Please log in for more thread options
On Jul 10, 9:44=A0pm, "flamer die.s...@hotmail.com"
> when configuring a logical port channel on a switch, am I correct when
> say I just need to add the configuration to the port channel?
>
> so for example g1/1 and g1/2 are attached to p1.
>
> i can then do
>
> int p1
> switchport trunk allowed vlan add 123
>
> to add that vlan to all physical interfaces on port chan 1?
>
> Flamer.
Correct, the only thing to keep in mind is to put the channel-group 1
mode on on gi 1/1 and gi1/2 to create the portchannel. I have found
that if you don't it sometimes gets flaky with pushing the
configuration to the interfaces.
Sometimes if it doesn't push the cofiguration to the physical
interfaces a shut no shut on the portchannel pushes it down.
So initially...
int gi 1/1
channel-group 1 mode on
int gi 1/2
channel-group 1 mode on
int po1
switchport trunk allowed vlan add 123
|
| Similar Threads | Posted |
| port channels | July 10, 2008, 10:44 pm |
| OID for total B-Channels in use | April 11, 2006, 12:21 pm |
| Grouping FO channels. | March 28, 2007, 1:36 pm |
| Using circlely ISDN channels. | July 27, 2005, 2:17 pm |
| Voice channels AS5350 | January 9, 2006, 8:11 pm |
| ISDN total Channels in use | July 11, 2006, 11:23 am |
| On multi-app IVR, prevent one app from hogging all B channels | May 30, 2006, 8:54 am |
| No sound but ringing if configured E1 to have 30 channels | August 23, 2006, 12:47 am |
| Cisco OID , active ISDN channels | July 15, 2007, 11:53 pm |
| Bridge/workgroup bridge scenario and channels | August 1, 2005, 10:21 am |
| Problems with 7206 vxr trying to VLAN a Gig port to an HP 4000M Gig port over fiber | September 9, 2007, 2:38 pm |
| EMUTEL 15 port BRI / 2 port PRI ISDN simulator help wanted | February 7, 2005, 1:19 pm |
| pix denying port 80 also stopped an application on port 8080 | January 22, 2008, 7:05 pm |
| Port mirroring in HP 2626-pwr 24 port switch | October 25, 2005, 5:01 am |
| 2924-XL Port Aggregation (port-channel) | October 17, 2007, 6:13 am |
> say I just need to add the configuration to the port channel?
>
> so for example g1/1 and g1/2 are attached to p1.
>
> i can then do
>
> int p1
> switchport trunk allowed vlan add 123
>
> to add that vlan to all physical interfaces on port chan 1?
>
> Flamer.