vlan routing

From: Ron Trunk (rtrunk@xxxxxxxxxxxxx)
Date: Tue May 25 1999 - 13:06:31 GMT-3


   
I know I've overlooked someting simple (I hope!), but I'm stuck on this
problem:

I'm routing between vlans using a fastethernet interface and ISL
encapsulation. I've set up my vlans on my switch, set up trunking on port
1/1 (connected to my router), and set the router's configuration so that
each vlan is on a subinterface.

But I'm getting this error:

02:03:12: vLAN: Received ISL encapsulated UNKNOWN packet bearing colour ID 1
      on interface FastEthernet0/0.1 which is not configured to
      route or bridge this packet type.

Here is the router config:

!
interface FastEthernet0/0
no ip address
no ip directed-broadcast
!
interface FastEthernet0/0.1
encapsulation isl 1
ip address 192.168.252.2 255.255.255.0
no ip redirects
no ip directed-broadcast
!
interface FastEthernet0/0.2
encapsulation isl 2
ip address 192.168.253.2 255.255.255.0
no ip redirects
no ip directed-broadcast
!
interface FastEthernet0/0.3
encapsulation isl 3
ip address 192.168.254.2 255.255.255.0
no ip redirects
no ip directed-broadcast
!
interface FastEthernet0/0.4
encapsulation isl 4
ip address 192.168.251.2 255.255.255.0
no ip redirects
no ip directed-broadcast
!

Here is the switch config

!
#vtp
set vtp mode transparent
set vtp pruneeligible 2-1000
set vlan 1 name default type ethernet mtu 1500 said 100001 state active
set vlan 2 name vlan2 type ethernet mtu 1500 said 100002 state active
set vlan 3 name vlan3 type ethernet mtu 1500 said 100003 state active
set vlan 4 name vlan4 type ethernet mtu 1500 said 100004 state active
set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active
parent 0 ring 0
set vlan 1003 name token-ring-default type token_ring mtu 1500 said 101003
state active parent 0 ring 0
set vlan 1004 name fddinet-default type fddi_net mtu 1500 said 101004 state
active bridge 0 stp ieee
set vlan 1005 name trnet-default type tr_net mtu 1500 said 101005 state
active bridge 0 stp ieee
!
(...)
#module 1 : 2-port 100BaseTX Supervisor
set module name 1
set vlan 1 1/1-2
set port enable 1/1-2
set port level 1/1-2 normal
set port duplex 1/1-2 half
set port trap 1/1-2 disable
set port name 1/1-2
set port security 1/1-2 disable
set port membership 1/1-2 static
set cdp enable 1/1-2
set cdp interval 1/1-2 60
set trunk 1/1 desirable 1-1000
set trunk 1/2 auto 1-1000
set spantree portfast 1/1-2 disable
set spantree portcost 1/1-2 10
set spantree portpri 1/1-2 32
set spantree portvlanpri 1/1 0
set spantree portvlanpri 1/2 0
!

Thanks in advance for your help

Ron



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:37 GMT-3