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 <<VLAN 1>>
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 <<VLAN 100>>
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
|