Open In App

Layer 3 Switches in Cisco

A layer 3 Switch is a special type of networking device which is able to perform/execute functions of 2 layers of the OSI Model i.e., the Data Link Layer (Layer 2) and the Network Layer (Layer 3). In simple words, a Layer 3 Switch is a networking device that can perform switching (functions of layer 2) as well as routing (functions of Layer 3). It is able to connect devices that are on the same subnet or the same VLAN (Virtual Local Area Network) to exchange information at a very fast speed which is the work of a traditional switch, and you can also connect devices across different subnets and enable some of the routing protocols which are the work of a router.

As Layer 3 Switches are able to perform the functions of 2 different Layers of the OSI model, they are also known as Multilayer Switches. These switches are capable of taking routing decisions, support routing protocols, and can even inspect the Network Layer for the data frames received, but these Layer 3 Switches don’t have WAN (Wide Area Network) ports which may be required while designing the network. These switches can also perform bridging functions at each interface, contain broadcasts, and they also allow us to group switching interfaces to increase bandwidth. All these features combined make Layer 3 Switches a powerful and scalable device that can be used while designing high-speed Ethernet Backbone Networks.

Working on Layer 3 Switches: 

Layer 3 Switching can be done by either of the two methods:

Advantages of Layer 3 Switches: 

Disadvantages of Layer 3 Switches: 

Configuring Layer 3 Interfaces on Layer 3 Switches:

Logical Layer 3 VLAN interfaces: 

L3-Switch(config)#vlan <vlan-id>
L3-Switch(config-vlan)#exit
L3-Switch(config)#int vlan <vlan-id>
L3-Switch(config-if)#ip add <ip-address> <subnet-mask>
L3-Switch(config-if)#no shut

 

Physical Layer 3 VLAN interfaces: 

L3-Switch(config)#int <interface-id>
L3-Switch(config-if)#no switchport
L3-Switch(config-if)#ip add <ip-address> <subnet-mask>
L3-Switch(config-if)#no shut

 

Article Tags :