VLAN routing on Catalyst 4006 with L3-module

Hello all

I've got a Catalyst 4006 with Supervisor II and an WS-X4232-L3 routing module. At the moment it's still in a testing environment without any real router attached. I 've found some documentation about the module which tells me that InterVLAN routing should be possible. I've been trying for a week now, but still no routing between vlan's.

Could anyone give me a sample configuration on how to route between vlan's with this setup and without a real router involved ?

VLAN 1: 10.130.70.0/24 VLAN 2: 10.130.71.0/24

Part of Supervisor config: #vtp set vtp domain XXXXXXXXXX set vtp mode transparent set vlan 1 name default type ethernet mtu 1500 said 100001 state active set vlan 100 name RB-RD type ethernet mtu 1500 said 100100 state active #ip set interface sc0 1 10.130.70.251/255.255.255.0 10.130.70.255 #module 1 : 2-port 1000BaseX Supervisor set trunk 1/1 on dot1q 1-1005,1025-4094 set trunk 1/2 on dot1q 1-1005,1025-4094 set port channel 1/1-2 mode on ! #module 2 : 34-port Router Switch Card set vlan 100 2/19-34 set trunk 2/1 on dot1q 1-1005,1025-4094 set trunk 2/2 on dot1q 1-1005,1025-4094

Part of WS-X4232-L3 config: interface Port-channel1 no ip address no ip redirects ip directed-broadcast no ip mroute-cache hold-queue 300 in ! interface Port-channel1.1 description encapsulation dot1Q 1 native ip address 10.130.70.252 255.255.255.0 no ip redirects no ip directed-broadcast no ip mroute-cache ! interface Port-channel1.100 description encapsulation dot1Q 100 ip address 10.130.71.252 255.255.255.0 no ip redirects no ip directed-broadcast no ip mroute-cache ! interface GigabitEthernet3 no ip address no ip directed-broadcast no negotiation auto channel-group 1 ! interface GigabitEthernet4 no ip address no ip directed-broadcast no negotiation auto channel-group 1 !

Thx in advance

Reply to
Catalyst_user
Loading thread data ...

I've never used a 4232 module before but a similar config that would work on a Catalyst 6k would be

no interface port-channel 1.1 no interface port-channel 1.2 Interface vlan 1 ip address 10.130.70.1 255.255.255.0

Interface vlan 2 ip address 10.130.71.1 255.255.255.0

would be a start.

Scott

Reply to
thrill5

Thx for the response thrill, although it's not a solution. I tried that before, but apparently the module doens't support that command. Here's the output:

----------------------------------------------------------------- Router_Module#conf t Enter configuration commands, one per line. End with CNTL/Z.

Router_Module(config)#int vlan ? Vlan interface number

Router_Module(config)#int vlan 100 ^ % Invalid input detected at '^' marker.

-----------------------------------------------------------------

Maybe someone else has an idea about how to solve my problem ?

One last remark, on my supervisor mod I get a certain error message over and over again when I'm changing the VLAN settings:

2005 Mar 21 01:51:25 %SYS-3-MOD_ILCGSGNOREPLY:Exceeded max # of retries sending 0x11b msg to ILC module 2 2005 Mar 21 01:51:40 %SYS-3-MOD_ILCGSGNOREPLY:Exceeded max # of retries sending 0x11b msg to ILC module 2 2005 Mar 21 01:51:56 %SYS-3-MOD_ILCGSGNOREPLY:Exceeded max # of retries sending 0x11b msg to ILC module 2

Cisco explanation =>

The session (mod) 2 command to access the router module from supervisor doens't work either: switch (enable) session 2 Trying IntlgLineCard-2... session: Unable to tunnel to IntlgLineCard-2 (57)

I hope there's no link between the error messages and the fact that I can't ping from vlan 1 to vlan 100.

Reply to
Catalyst_user

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.