Hello, I am trying configure communication beteewn vlan on catalyst 5500 with RSM WS-X5302 but I cant find command ip routing and router. What can I do to !
interface Vlan11 description xxx ip address 89.9.64.65 255.255.255.192 no ip route-cache ! interface Vlan12 description xxx ip address 89.9.64.129 255.255.255.192 no ip route-cache
Please help me.
Didn't find your answer? Ask the community — no account required.
D
Doug McIntyre
The RSM is a seperate console.
You configure switching on the Sup. You then access the RSM console with the session command (or over its console port) and configure routing on the RSM console.
formatting link
Your commands above look like l2 switching commands entered in the sup only.
Cisco never did a native combined together IOS for the 5500, that only went into the 6500 for certain setups, or the 4500 SupIV and up.
W
Walter Roberson
I have to disagree; the Cat 5000 Supervisor did not allow you to configure per-interface IP addresses or to configure route caching. The commands shown are obviously commands from the IOS side, living on the RSM. The Supervisor side uses command such as "set vlan" to define which ports are in which VLAN, but doesn't allow you to configure how to talk between the VLANs.
The original posting is not entirely specific about where those particular commands are from, not specific about whether they are what the OP would -like- to put in, or what the OP already has. If they are what the OP would -like- to put in, then your advice to use the 'session' command is probably the solution; if the OP pulled the commands shown off of the RSM already then there is some other issue.
M
Merv
Suggest that the OP posts CATOS show version and show module output and IOS show version output
U
ufik
WS-C5500 Software, Version McpSW: 5.5(13a) NmpSW: 5.5(13a) Copyright (c) 1995-2002 by Cisco Systems NMP S/W compiled on Feb 1 2002, 19:47:47 MCP S/W compiled on Feb 01 2002, 19:41:58
System Bootstrap Version: 5.1(2)
Hardware Version: 1.3 Model: WS-C5500 Serial #: 069022666
Router(boot)#sh ver Cisco Internetwork Operating System Software IOS (tm) C5RSM Software (C5RSM-BOOT-M), Version 12.2(31), RELEASE SOFTWARE (fc2) Technical Support:
formatting link
(c) 1986-2005 by cisco Systems, Inc. Compiled Thu 11-Aug-05 16:25 by tinhuang Image text-base: 0x40010948, data-base: 0x4095E000
ROM: System Bootstrap, Version 11.2(17523) [mohsen 102], INTERIM SOFTWARE BOOTLDR: C5RSM Software (C5RSM-BOOT-M), Version 12.2(31), RELEASE SOFTWARE (fc2)
Router uptime is 8 hours, 7 minutes System returned to ROM by reload at 11:58:20 UTC Sat Jul 28 2007 Running default software
cisco RSP2 (R4700) processor with 131072K/2072K bytes of memory. R4700 CPU at 100Mhz, Implementation 33, Rev 1.0 Last reset from power-on G.703/E1 software, Version 1.0. G.703/JT2 software, Version 1.0. X.25 software, Version 3.0.0.
If you cannot configure "ip routing" then something is seriously broken with the IOS image.
S
Scott Perry
Your question was about how to route from a VLAN on the switch to another VLAN on the switch through the RSM module.
Routing is enabled by default on the RSM unless you disabled it or went through the prompted initial configuration. The command "ip routing" is only on the RSM.
Make absolutely sure that VLAN 11 and VLAN 12 are configured on the switch and that there are ports assigned to each of those VLANs.
It may not be a bad idea to also enable the switch and the router to access each other by IP:
CatOS set interface sc0 98 10.1.1.2/255.255.255.252 10.1.1.1 RSM interface vlan 98 ip address 10.1.1.1 255.255.255.252 no shutdown
Here is your solution:
CatOS set vlan 11 set vlan 12 set vlan 11 5/11 set vlan 12 5/12 RSM ip routing interface vlan 11 ip address 89.9.64.65 255.255.255.192 no shutdown interface vlan 12 ip address 89.9.64.129 255.255.255.192 no shutdown
Even better would be to enable mulitlayer switching:
CatOS set mls enable ip RSM mls rp ip
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.