How to configure DHCP server on Layer 3 switch | Technical hakim #L3Switch #ccna



How to configure DHCP server on Layer 3 switch | Technical hakim #L3Switch #ccna

How to configure DHCP server on Layer 3 switch | Technical hakim #L3Switch #ccna

How to configure DHCP server on Layer 3 switch.
Technical Hakim
How to configure Layer three (L3 switch) Switch as a DHCP Server in packet tracer.
#HowToConfigureL3SwitchAsDHCPServer
Configure Multiplayer/Layer 3 Switch as DHCP Server :

Hello friends in this video i have shown how to configure Dhcp server on layer 3 switch. Along with dhcp configuration i have also configured dns server and also verified the dhcp successful configuration on each host(pcs and laptops). I hope you will find this video helpful and informative. Incase of any queries and suggestion do drop down your opinion in the comment section below.

Let’s begin now;
I am going to design a topology consisting one layer 3 switch connected with 8 pcs and laptops.

============================================================
Configure Multiplayer/Layer 3 Switch as DHCP Server
This video is about how to configure Layer 3 Device as a DHCP server or how to configure DHCP server on multilayer device. So that switch can provide IP configuration in network.

We have a Layer three(3) switch and we will configured DHCP server on this switch. first of all, we need to configure IP address on VLAN 1 because by default all switch ports are member of VLAN 1 so we don’t need to create VLANs. Configure the following IP address for VLAN 1.

IP address – 192.168.1.1
Subnet mask – 255.255.255.0

Connect switch with any computer by console cable and access switch. (putty, hyper terminal etc). Here we are performing configuration on packet tracer.

Step: 1 Configuring IP address for VLAN 1/Switch Port: Configuration

enable
Switch#configure terminal
Switch(config)#
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.1.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#exit

We have configured the IP address on switch now we will configure DHCP server on switch. We are going to configure DHCP server with following configuration.

Network – 192.168.1.0 (255.255.255.0)
IP address Range – 192.168.1.2 to 10.255.255.255.0
DNS Server – 8.8.8.8

Follow the Step 2: Configuration

Step:2 Creating DHCP Pool with Default getaway and DNS server.

Switch(config)#
Switch(config)#ip dhcp pool sys
Switch(dhcp-config)#network 192.168.1.0 255.255.255.0
Switch(dhcp-config)#default-router 192.168.1.1
Switch(dhcp-config)#dns-server 8.8.8.8
Switch(dhcp-config)#exit

Exclude the IP address or IP Range that we don’t want to provide in network like switch VLAN IP 192.168.1.1

To exclude the IP address or IP range run the following command.

Switch(config)#ip dhcp excluded-address 192.168.1.1
Switch(config)#exit

Step:3 Save the configuration on startup.

Switch#write

Configuration is done successfully, our switch is ready to provide dhcp IP configuration in Network.

==========================================================
Thank You for watching the video and visiting my channel. Do subscribe for more updates. Thank You- Technical Hakim Oky.

#TechnicalHakim #HowToConfigureDHCPserverOnLayer3switch #networking
This content is related to following title, details and descriptions:
How to configure DHCP on a Cisco router or layer 3 switch,
layer 3 switch dhcp server,
how to configure dhcp pool on cisco switch,
how to configure dhcp for multiple vlans cisco switch,
configure dhcp on cisco switch vlan,
configure dhcp on cisco switch 2960,
cisco switch dhcp server configuration,
configure dhcp cisco switch 3560,
dhcp configuration cisco,
configure dhcp on cisco switch vlan,
dhcp server in switch,
disable dhcp server on cisco switch,
edit dhcp pool cisco,
cisco sg350 dhcp server configuration,
cisco switch dhcp troubleshooting commands,
cisco 1861 configuration example,
dhcp relay agent network lessons,
ip binding in cisco router,
configure dhcp on cisco switch 2960,
cisco dhcp mac filter,
cisco static nat,
introduction of dhcp server,
ip helper address on layer 3 switch,
cisco switch not passing dhcp,
#layer3switch #dhcpconfiguration
CCNA | How to configure DHCP server and VLAN on Cisco Layer3 Switch
#ccna #cisco #juniper #huawei #ciscoswitch #l3switch
free cisco lession,
lesson, free cisco lesson, cisco – how to configure dhcp server and vlan on cisco layer3 switch.mp4, how to configure dhcp server and vlan on cisco layer3 switch.
How can i configure L3 switch and DHCP server?
Configuring DHCP Server on a Router or Layer 3 Switch.
#ConfiguringDHCPServeronaRouterorLayer3Switch #CiscoSwitch #CiscoRouterConfiguration #L3CiscoSwitch #CiscoSwitchConfiguration .

Comments are closed.