cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
915
Views
10
Helpful
4
Replies

do router route automatically?

nygenxny123
Level 1
Level 1

Lets say you have a router connected to 2950-

You have configured a few vlans on the 2950 and configured interfaces on the router for each subnet (router on a stick)

Now do you have to enable some routing on the router in order for the various devices on each individual vlan to communicate?..or will the router do this out of the box...

Im only talking about a LAN enviroment right now......not WAN

1 Accepted Solution

Accepted Solutions

Istvan_Rabai
Level 7
Level 7

Hi Richard,

The router will route between the connected interfaces out of the box.

You don't need to start a routing process for that.

Routing protocols are needed when you want the router to learn about subnets (destinations) that are located on other routers, not locally.

Cheers:

Istvan

View solution in original post

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

Hi

As log as you have not disabled "ip routing" then the router will automatically route between it's connected interfaces.

Jon

Istvan_Rabai
Level 7
Level 7

Hi Richard,

The router will route between the connected interfaces out of the box.

You don't need to start a routing process for that.

Routing protocols are needed when you want the router to learn about subnets (destinations) that are located on other routers, not locally.

Cheers:

Istvan

pciaccio
Level 4
Level 4

No you do not have to have a routing protocol on the router. You need to have routing enabled but each interface VLAN is a directly connected interface to the router and thus will route packets according to its directly connected route table. If you require any packets to go beyond the router onto other areas of your company then you might want to look into a routing protocol or static routes depending upon the size of your network and or complexity...Good Luck...

thx!