John Neiberger wrote:
> 
> Okay, I'm going out of my freakin' mind!!  I've been searching 
> cisco's site for over half an hour trying to find out how to 
> configure ISL trunking over fast etherchannel on a 7513 running 
> 11.2(17).  

Mine is a 7505 running 12.0(5)T, but the relevant parts are to take the
fast etherchannel member ports first like so:

interface FastEthernet2/0
 no ip address
 no ip directed-broadcast
 full-duplex
 channel-group 1
 no mop enabled
!
interface FastEthernet2/1
 no ip address
 no ip directed-broadcast
 full-duplex
 channel-group 1
 no mop enabled

Then configure the PortChannel1 interface:

interface Port-channel1
 no ip address
 no ip directed-broadcast
 ip route-cache flow
 no ip route-cache distributed
 full-duplex

And finally you can configure your ISL VLANs:

interface Port-channel1.1
 encapsulation isl 1
 ip address 192.168.0.1 255.255.255.0
 ip verify unicast reverse-path
 no ip redirects
 no ip directed-broadcast
 no ip proxy-arp
!         
interface Port-channel1.2
 encapsulation isl 2
 ip address 192.168.2.1 255.255.255.0
 ip verify unicast reverse-path
 no ip redirects
 no ip directed-broadcast
 no ip proxy-arp

and so forth.  Have fun :-)

Jeff Kell <[EMAIL PROTECTED]>

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to