cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6580
Views
0
Helpful
2
Replies

Advantage and disadvantage among different method using in InterVLAN

zeroleeorez
Level 1
Level 1

Which of the following is the fastest

1, without Router on a stick, use a Router to connect each VLAN with a line

2. Router on a stick

3. Sub interface support by multilayer switch

4. EIGRP

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The   Author of this posting offers the information contained within this   posting without consideration and with the reader's understanding that   there's no implied or expressed suitability or fitness for any purpose.   Information provided is for informational purposes only and should not   be construed as rendering professional advice of any kind. Usage of  this  posting's information is solely at reader's own risk.

Liability Disclaimer

In   no event shall Author be liable for any damages whatsoever (including,   without limitation, damages for loss of use, data or profit) arising  out  of the use or inability to use the posting's information even if  Author  has been advised of the possibility of such damage.

Posting

From a L3 forwarding perspective, where the VLAN (subnet) forwarding decision can be made on the L3 device, multilayer L3 switches usually are the fastest.  BTW, mutltilayer switches normally used virtual interfaces and physical VLAN trunks working with VLANs, not subinterfaces as seen on a more traditional router.

EIGRP, as a routing protocol, really only impacts L3 forwarding performance when you start to deal with L3 topologies, not so much for inter-VLAN (subnet) routing.

singhaam007
Level 3
Level 3

Hi Ho,

Its really depends on your business and there needs. if you can spend some money then L 3 switches are good. But if the budget is really tight then router on stick will work.

  1. With router to connect each vlan you doubling, the hardware cost because you need to get router for each vlan. As you business grow then your network will get more complicated.
  2. Router on stick is good but one big disadvantage is single point of failure and your whole network will go down if router crash. It will also bottle neck the router interface because traffic need to go through router each time.
  3. Sub interfaces on layer 3 switches are good because the traffic will be routed through the same switch and asic will take care of it. You need to create vlan interface for each vlan . Make sure you enable ip routing.
  4. eigrp is an routing protocol and will work with L3 topology . On layer 3 switch you can use ports for routing as well. Just enter no switchport and that port will part in routing.

Hope this will help.

Please rate if this information helps.

thanks