7

On a Cisco ISR router - would you say there are any benefits from purchasing an HWIC or EHWIC to connect to the next set of switches within the branch network?

For instance. Lets say Gig0/0 and Gig0/1 are routed ports that come on a 2901. Is there really any difference from using Gig0/1 along with sub-interfaces to uplink to the switch versus using Gig1/0/1, from an EHWIC and defining VLAN interfaces then assigning them to the interface as a trunkport.

knotseh
  • 2,535
  • 4
  • 24
  • 35
  • 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 03 '21 at 21:59

3 Answers3

6

I would use ESW card in router if I had small office that needs to have 5 users connected. Then I would have router and switch in same device instead of buying a separate 2960 or such.

The only benefit I see with using EHWIC card would be if you need to use LAN features like port security, private VLAN, DHCP snooping etc. However in the first case you mentioned you would use the router as pure router and leave switching features for a real switch.

So it boils down to if you want to have routing/switching in one device or multiple. The only real use case I see for it is small office that doesn't need 24-p switch. You would only need to manage one device as well.

Daniel Dib
  • 7,478
  • 34
  • 59
  • 2
    I'd just like to add explicitly what Daniel is implying here. You can do LAN switching on your routed ports as well using 'IRB', however not all features which you might want in LAN switch are present. – ytti Jun 03 '13 at 07:31
4

You can apply better QoS to the routed ports on the ISRs. QoS on a 'routed aka svi' vlan port on an HWIC-4ESW etc is not as simple

mellowd
  • 3,824
  • 19
  • 24
2

Pros

  • Minimize cost and space if you're using only 4-16 devices connected to a G2 router (I believe 4-18 in a G1)
  • Cheaply add routed interfaces (SVIs) to an existing router
  • Cheaply add PoE to a network for a limited port set (though a compact PoE switch like the 3560C or 2960C is probably more cost effective)

Negatives

  • Slower routed throughput than the native routed ports

I'm sure there are more that others can fill in I just don't know what the other negatives are

We only use them in our colo setup. Was cheaper to have an integrated switch in the G2 router that we supplied than to pay for another RU and a 1U switch.

some_guy_long_gone
  • 3,052
  • 1
  • 19
  • 30