6

It seems that as time passes, vendors have added almost all the features of a router to a layer 3 switch.

For branch office deployments, how do other people who design networks choose between deploying a router + a layer 2 switch vs deploying just a layer 3 switch?

Ron Maupin
  • 98,218
  • 26
  • 115
  • 191
Sam A
  • 126
  • 4
  • Did any answer help you? if so, you should accept the answer so that the question doesn't keep popping up forever, looking for an answer. Alternatively, you could post and accept your own answer. – Ron Maupin Jan 05 '21 at 22:48

3 Answers3

5

Layer 3 switch doesn't provide the typical edge features used on a router:

  • NAT/PAT (along with IPv4->IPv6 transition technologies)
  • Stateful Firewall
  • HQoS for multiple classes of traffic at a rate Ethernet is shaped/policed on the ISP side (usually you'll get subrate service, not full bandwidth of the Ethernet port connected to the device)

That said, for the inter-vlan routing in most of the scenarios the L3 switch will perform better and cause less problems, as small/edge routers are still using CPU to route the traffic and performance may be not ideal.

So propably you'll want L3 switch and edge router.

Łukasz Bromirski
  • 4,030
  • 15
  • 24
4

The distinction between "Layer3 Switch" and "Router" is muddy and not defined. Vendors use whatever term they think is best for PR (sometimes switching between both terms). L3 Switch and router can be substituted almost any time. You must look at the feature list to see if the device has all the features you need for your branch office.

Sebastian Wiesinger
  • 8,107
  • 3
  • 34
  • 60
  • Switch (L3 or not) and router have different technical definitions. Just because Company X's PR group tries to change that with words doesn't make it true. – cpt_fink Jul 09 '14 at 05:32
  • So point me to those definitions. In my experience there are none that are valid between vendors. – Sebastian Wiesinger Jul 09 '14 at 11:27
3

I use routers for my remote office ethernets because since I do not buy line rate 'CIR' I need to traffic shape. Switches don't do that. Router QoS is also easier to deal with because switch QoS has lots of hardware dependencies.

fredpbaker
  • 1,357
  • 1
  • 8
  • 8
  • 2
    Modest correction: [some switches can do traffic shaping](http://www.cisco.com/c/en/us/td/docs/routers/7600/install_config/ES40_config_guide/es40_sw_config/es40_chap7.html#wp1346884) – Mike Pennington Jul 08 '14 at 00:58