Re: L3 Between VLANS- no RSM or MSFC [7:44462]

2002-05-18 Thread nrf

If you want to do it really simply, just use a router that has 2 ethernet
interfaces.



""Phil Lorenz""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm looking to mock up RSM/ MSFC type routing between VLANs.
>
>
>
> If my memory serves me correctly, can't I do this with a 4500 (or
> better) router outfitted with an FE module ???
>
>
>
> Can anyone elaborate and/ or offer a few clues to get me researching in
> the right area ???
>
>
>
> Thanks !!!
>
> Phil




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



Re: L3 Between VLANS- no RSM or MSFC [7:44462]

2002-05-18 Thread Michael L. Williams

But if he's trying to practice doing FastEthernet VLAN trunking. =)

But I agree, if you're looking to simply route, get a router with 2 ethernet
interfaces and connect one to each VLAN. if you need to route between
more than 2 VLANs, then you'll need a router that supports trunking on the
FastEthernet port (I know the 4000 series supports this, but not for sure
about anything lower. wouldn't be surprised if the 2600/3600 series
supported this)

Mike W.

"nrf"  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If you want to do it really simply, just use a router that has 2 ethernet
> interfaces.
>
>
>
> ""Phil Lorenz""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I'm looking to mock up RSM/ MSFC type routing between VLANs.
> >
> >
> >
> > If my memory serves me correctly, can't I do this with a 4500 (or
> > better) router outfitted with an FE module ???
> >
> >
> >
> > Can anyone elaborate and/ or offer a few clues to get me researching in
> > the right area ???
> >
> >
> >
> > Thanks !!!
> >
> > Phil




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



RE: L3 Between VLANS- no RSM or MSFC [7:44462]

2002-05-18 Thread adam lee

A 2600 with a FE interface will do trunking and be the router on a stick.  I
haven't tried a 3600 but it should work as well.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Michael L. Williams
Sent: Saturday, May 18, 2002 7:35 PM
To: [EMAIL PROTECTED]
Subject: Re: L3 Between VLANS- no RSM or MSFC [7:44462]


But if he's trying to practice doing FastEthernet VLAN trunking. =)

But I agree, if you're looking to simply route, get a router with 2 ethernet
interfaces and connect one to each VLAN. if you need to route between
more than 2 VLANs, then you'll need a router that supports trunking on the
FastEthernet port (I know the 4000 series supports this, but not for sure
about anything lower. wouldn't be surprised if the 2600/3600 series
supported this)

Mike W.

"nrf"  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If you want to do it really simply, just use a router that has 2 ethernet
> interfaces.
>
>
>
> ""Phil Lorenz""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I'm looking to mock up RSM/ MSFC type routing between VLANs.
> >
> >
> >
> > If my memory serves me correctly, can't I do this with a 4500 (or
> > better) router outfitted with an FE module ???
> >
> >
> >
> > Can anyone elaborate and/ or offer a few clues to get me researching in
> > the right area ???
> >
> >
> >
> > Thanks !!!
> >
> > Phil




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



RE: L3 Between VLANS- no RSM or MSFC [7:44462]

2002-05-19 Thread Rah Hussain

The answer is router on a stick, make a trunk from the router to the switch
and setup the vlans on the router as subinterfaces.

Rah



-Original Message-
From: Phil Lorenz [mailto:[EMAIL PROTECTED]] 
Sent: 19 May 2002 00:45
To: [EMAIL PROTECTED]
Subject: L3 Between VLANS- no RSM or MSFC [7:44462]

I'm looking to mock up RSM/ MSFC type routing between VLANs.  

 

If my memory serves me correctly, can't I do this with a 4500 (or
better) router outfitted with an FE module ???

 

Can anyone elaborate and/ or offer a few clues to get me researching in
the right area ???

 

Thanks !!!

Phil




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



RE: L3 Between VLANS- no RSM or MSFC [7:44462]

2002-05-20 Thread Michael Witte

Just remember that each VLAN is a seperate subnet. Setup a trunk on the
switch(must be fast ethernet and ISL capable. Then setup  sub-interfaces on
router and encapsulation ISL this will cause the routers fast ethernet to be
a trunk The 4000 fast e module on ebay is like 800 you can get a 2620 for
1100 so I went with the 2620 and besides you can put voice ports in the 2620.

int fa0/0.1
 encapsulation ISL 1
 ip address 10.0.1.1 255.255.255.0
int fa0/0.2
 encapsulation ISL 2
 ip address 10.0.2.1 255.255.255.0
int fa0/0.3
 encapsulation ISL 3
 ip address 10.0.3.1 255.255.255.0
router rip
 network 10.0.0.0

Any workstation on VLAN 1 will be on the 10.0.1.0 subnet with a default
gateway of 10.0.1.1

encap ISL 1 uses vlan 1
encap ISL 2 uses vlan 2
these must match your vlans

HTH


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