>>> "Cisco" <[EMAIL PROTECTED]> 2/14/01 6:42:19 PM >>>
>
>I'm looking for an example config of a 2924XL switch trunking to the
a
>fastethernet port on a 2621 and trunking to a 1912 using ISL.  I've
searched
>CCO without luck.  Please post anything relevent.
>
>Thanks - Dave

Here is a sample config for trunking four vlans between a 2620 and a
2924XL.  This is just a sample, but it is a working configuration.

Cisco 2620:

interface FastEthernet0/0
 no ip address
 speed 100
 full-duplex
!
interface FastEthernet0/0.1
 description To User LAN
 encapsulation isl 1
 ip address 10.12.103.70 255.255.255.0
 no ip redirects
!
interface FastEthernet0/0.2
 description Branch Security VLAN
 encapsulation isl 2
 ip address 10.12.203.129 255.255.255.224
 no ip redirects
!
interface FastEthernet0/0.3
 description Voice TLAN
 encapsulation isl 3
 ip address 10.12.203.33 255.255.255.224
 no ip redirects
!
interface FastEthernet0/0.4
 description Voice ELAN
 encapsulation isl 4
 ip address 10.12.203.65 255.255.255.224
 no ip redirects
!
-----------------------

Catalyst 2924XL:

interface FastEthernet0/1
 description ISL trunk to 2600
 duplex full
 speed 100
 switchport mode trunk
 spanning-tree portfast
!
!
interface FastEthernet0/23
 duplex half
 speed 10
 switchport access vlan 3
!
interface FastEthernet0/24
 duplex half
 speed 10
 switchport access vlan 4
!
interface VLAN1
 ip address 10.12.103.16 255.255.255.0
 no ip directed-broadcast
 no ip route-cache
!
----------------------------

HTH,
John

_________________________________
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