Hello,

Ok, you have an RSM which will do the inter-vlan routing for you.  I don't 
know what you have configure on the RSM but I'll show you here how and what 
the config should look like:

Cat5000 w/ RSM gig1/1---isl----gig1/1 2900 xl

Cat5000 config:

set sc0 2 10.1.1.1 255.255.255.0
set ip route default 10.1.1.2
set trunk 1/1 isl des
show trunk
show port 1/1

RSM config:

interface vlan 2
ip address 10.1.1.2 255.255.255.0
interface vlan 3
ip address 10.3.3.2 255.255.255.0

Cat2900xl config:

2900xl# conf t
2900xl(config)# int gig 1/1
2900xl(config-int)# switchport
2900xl(config-int)# switchport trunk encap isl
2900xl(config-int)# interface vlan1
2900xl(config-int)# shutdown
2900xl(config-int)# inter vlan 3
2900xl(config-int)# ip address 10.3.3.1 255.255.255.0
2900xl(config-int)# exit
2900xl(config)# ip default-gateway 10.3.3.2

First ping the 10.3.3.2 then the 10.1.1.2.  If you can ping both you should 
be able to ping the sc0 of the cat5k.



From: "khramov" 
Reply-To: "khramov" 
To: [EMAIL PROTECTED]
Subject: Re: VLAN 1 [7:7367]
Date: Wed, 6 Jun 2001 15:11:53 -0400

Thanks for all of you replies:
Here is more details on what I am doing.  I am new to VLAN so please patient
with me.
I have 5505 with RSM module.  I config. VLAN xx on 5505, enabled the port on
5500 and
added
route to the RSM database.  Then I have a fiber run to 2900.  On 2900 I
enabled f1/1 and
created
VLAN.  Added IP address to the VLAN xx, gateway and s.m.  Since I want to
manage the
switch
through my vlan I disabled vlan 1.
I get a green light on a 2900 but I still can not ping 5505.
I am suspecting that on 5505 or 2900 port fast was turned on by another
network tech.,
and I do not
know how to check for it.  And I do not know if that could cause a problem.
Thanks for you help.

Alex Khramov
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=7409&t=7367
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to