David C Prall wrote:

> The 2900XL does not support PAgP negotiation, so you have to configure the
> channel as on.

Related to this, can you refer me to an example at cisco.com that shows an
FEC between
a 2900 switch and 2600 router ("router-on-a-stick").

Suppose we had two vlans (10 and 20). I think the configuration commands
would be
something like this:

2900
====
int f0/1
 port group 1
 switchport mode trunk
 switchport trunk encap dot1q
int f0/2
 port group 1
 switchport mode trunk
 switchport trunk encap dot1q

2600
====
int f0/0
 channel-group 1
 no shut
int f0/1
 channel-group 1
 no shut
int port-channel 1
 no ip addr
int port-channel 1.1
 ip addr 10.1.1.1 255.255.255.0
 encap dot1q 1
int port-channel 1.10
 ip addr 10.1.10.1 255.255.255.0
 encap dot1q 10
int port-channel 1.20
 ip addr 10.1.20.1 255.255.255.0
 encap dot1q 20

Would that work? (I don't have access to the equipment till next week.)

-- TIA, TT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40540&t=40430
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to