Hi, On Tue, Mar 12, 2013 at 12:42:46PM +1100, CiscoNSP List wrote: > Portchan conf (That fails): (Hotmail will probably screw the formatting): > > interface Port-channel5 > switchport > switchport mode trunk > switchport nonegotiate > switch virtual link 1 > > And Int conf: > > interface TenGigabitEthernet1/16 switchport mode trunk > switchport nonegotiate > no lldp transmit > no lldp receive > no cdp enable > channel-group 5 mode on > service-policy output VSL-Queuing-Policy
Don't configure stuff on member interfaces after joining a channel. Ever.
(IOS should just disallow this in the first place)
The "right" sequence of things is:
int te1/16
switchport
channel-group 5 mode on
no shut
and then *everything else* is configured under "int port-channel 5", including
trunk/no trunk, vlans, service-policy, ...
(For some stupid reasons, switchport/no switchport needs to be set on the
interface first, before joining the channel)
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpwrUpQyyLjc.pgp
Description: PGP signature
_______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
