Configuration guides for IT Administrators

Cisco Switch DHCP

  • Configure DHCP Server on a Cisco switch or router

    ,

    Configure Layer3 address on a switch interface that correlates with DHCP address scope. (config) # interface vlan 5 (config-vlan)# ip address 192.168.5.1 255.255.255.0 (config-vlan)# no shut (config)#ip dhcp pool users (config-dhcp)#network 192.168.5.0 255.255.255.0 (config-dhcp)#default-router 192.168.5.1 (config-dhcp)#dns-server 192.168.5.10 192.168.5.11 (config-dhcp)#domain-name itadminguide.com (config-dhcp)#lease 8 (config-dhcp)#ip dhcp excluded-address 192.168.5.1 192.168.5.100 By default network and broadcast addresses for the…

    Read More →: Configure DHCP Server on a Cisco switch or router

Lucas Brey

I’m Lucas Brey, a travel blogger sharing practical guides, hidden gems, and honest tips from the road. Follow along for smart itineraries, great food finds, and stories worth bookmarking.

Tags