Baseline Equipment Bundle: 2 x ISR4221/K9 Routers 2 x WS-C2960+24TC-L Catalyst switches 1 wireless router (generic brand) with WPA2 support Ethernet patch cables PCs – minimum system requirements: CPU: Intel Pentium 4, 2.53 GHz or equivalent OS: Microsoft Windows 7, Microsoft Windows 8.1, Microsoft Windows 10, Ubuntu 14.04 LTS, macOS High Sierra and Mojave RAM: […]
Posts Tagged ‘dhcp’
Cisco Router as DHCP Server
Posted: 12th November 2022 by ccna200-301 in ITNTags: ccna, ccna certification, cisco dhcp, cisco router as dhcp, cisco server, dhcp, router client
Step I: Create the dhcp pool by NameRouter(config)#ip dhcp pool pool1 Step II: Assign network of IP addressRouter(dhcp-config)#network 192.168.1.0 255.255.255.0 Step III: Assign a default gateway to that above mentioned poolRouter(dhcp-config)#default-router 192.168.1.1 Step IV: Assign a dns to that above mentioned poolRouter(dhcp-config)#dns-server 192.168.1.5 Router(dhcp-config)#?default-router Default routersdns-server Set name serverexit Exit from DHCP pool configuration mode […]