Lab Equipment Packet Tracer 9.0

The Essential Equipment & Software List Ready to dive deep into the world of networking? Whether you’re setting up a home lab for Cisco studies, outfitting a classroom, or just curious about the building blocks of the internet, having the right gear is crucial. This guide breaks down the recommended baseline equipment and software to … Read more

Cisco Router as DHCP Server

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 … Read more