cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
278
Views
0
Helpful
2
Replies

troubles with route module in a Cisco5500

xenomorph80
Level 1
Level 1

Hi all, please bear with me as I'm only studying for the CCNA and dont have perfect knowledge of all things Cisco just yet.

I have a WS-X5302 route switch module (Sw ver: 11.2(12a.P1) in a Cisco5500 switch. Supervisor is WS-X5550 1000BaseFX IIIG (Sw ver: 6.4(9)) and I'm trying to do static routing like so..

the bandwidth provider is sending the block 10.10.102.0/24 to 10.10.100.5 via RIP, I enable routing, rip and add the routes on the route module, everything like it should be. But the Vlans used in the route module never come up (Vlan1 is down, line protocol is down) no matter what I do ('no shutdown' is useless). And as such I cannot see out onto the WAN from the route module, and its not routing anything!

I've looked around everywhere for solutions, all I can find is documents for actual stand-alone routers, not for a router module inside a switch, I think this has confused me even more as to what could possibly be wrong.

Any ideas? The route module can see the 5500 supervisor since I can session into it.. thats not a problem. Any help much appreciated, I've been banging my head on the wall for days about this one.

2 Replies 2

smif101
Level 4
Level 4

Can you provide the configs of your RSM and Sup. Also have you enabled the VLAN's on your Sup yet. The other thing I would do is upgrade your IOS and CatOS to the latest versions. 11.2 is extremely old.

Here are my confs (with important data changed of course, but matching my question previously).

Sup conf:

#version 6.4(9)

!

set option fddi-user-pri enabled

set password $$$

set enablepass $$$

!

#frame distribution method

set port channel all distribution mac both

!

#vtp

set vtp mode transparent

set vlan 1 name default type ethernet mtu 1500 said 100001 state active

set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active

set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active stp ieee

set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active stp ibm

set vlan 2,439

set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active mode srb aremaxhop 7 stemaxhop 7 backupcrf off

!

#ip

set interface sc0 439 10.10.100.5/255.255.255.248 10.10.100.7

set ip route 0.0.0.0/0.0.0.0 10.10.100.1

set ip route 10.10.109.0/255.255.255.0 10.10.100.1

set ip route 10.10.150.0/255.255.255.0 10.10.100.1

set ip route 10.10.102.0/255.255.255.0 10.10.100.5

.... some other ones too

set ip alias default 0.0.0.0

!

#dns

set ip dns server wh.at.ev.er primary

!

#spantree

#vlan parameters ?

!

#set boot command

set boot auto-config non-recurring

!

#mls

set mls nde disable

# default port status is enable

!

!

#module 1 : 2-port 1000BaseX Supervisor IIIG

set vlan 439 1/1-2

!

#module 2 : 1-port Route Switch

!

..............

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

RSM conf:

version 11.2

no service password-encryption

no service udp-small-servers

no service tcp-small-servers

!

hostname C5500A

!

enable secret 5 $$$

enable password $$$

!

ip name-server wh.at.ev.er

!

interface Vlan1

ip address 10.10.100.6 255.255.255.0

!

router rip

version 2

redistribute connected

router rip

version 2

redistribute connected

network 10.10.102.0

network 10.10.100.0

neighbor 127.0.0.2

neighbor 10.10.102.1

neighbor 127.0.0.3

!

no ip classless

ip route 10.10.102.0 255.255.255.0 10.10.100.5

snmp-server community $$$ RO

snmp-server community $$$ RO

!

line con 0

line aux 0

line vty 0 4

password $$$

login

!

end

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

Its probably something really dumb that I'm missing since I dont know these systems all that good yet. Or maybe its the versions like you said, if I'm reading this correctly the RSM version is from 1998. Now if only Cisco wasnt so restrictive over access to OS images and all that, these parts came off eBay, so no access to Cisco download areas :(