rato269
15 posts

Guys I have been asked this question to many people, but not getting the proper answer accept to the routing feature , Hope u will help

vaqui11
3 posts

L2 Switch can only route traffic by the Layer 2 header(MAC)
L3 Switch can route packets by the Layer 3 header(IP) and off course L2 as well.

If you only have a L2 device, you will need a L3 device to route traffic between VLANs either a L3 switch or a router configure as a router on a stick.

Hope that helps.

luismg
135 posts

L3 can route, L2 can't.

Rohn90
3 posts

L3 switch as its name suggest it has l3 capabilities you can run routing protocol on them.
L3 switch used to route intervlan traffic and it is more reliable then router on stick because in router on stick u rely on single link to route intervlan traffic and if that link failed your whole connectivity is failed.
On l3 switch u can assign ip address to any port by turn it into l3 port by using command "no switchport" under the interface and there is huge difference in price point to l3 are more expensive than l2 switch.

l2 switch dont have all above mention capabilites..
hope tht help

AdrianMontagu
3 posts

In the olden days, there were things called repeaters that simply took a weak digital signal and rebuilt it sending out to the other side.
When you joined up lots of these repeaters together they become a Hub.
What goes into one port comes out of all the ports but rejuvenated.
This is a layer one device. It deals with "bits"

Then came Bridges. Bridges filtered packets based on their MAC address or the physical address. If the address existed on the other side of the bridge, the bridge would have "learned" this and stored the address in its tables and would pass the data through. When you joined up lots of bridges it became a multiport bridge or a Switch. Thus ports only send out traffic to the devices that need them, not those that don't need them - that is good news! These Switches work at layer 2 and the unit of data is a frame.

Routers work at layer 3 and are only interested in networks. They deal with Packets of data. They use IP Addresses which are logical (they can be assigned and they can change - might be different for the same physical adddress).

Layer 3 switches are switches that can work at layer 2 or layer 3 or a combination of the two. The ports must be declared to function as a layer 2 port switchport or not. IP routing needs to be turned on in most cases too.
The main beauty of a layer three switch is that it uses an ASIC (Application Specific Integrated Circuit) a hardware chip and is thus faster than software.

The key to understanding all of this is to know the protocol stack lower layers.
Learn layers 1, 2 and 3.

Hope this helps

Viewing 1 - 5 of 5

  • 1