Tag Archives: Client

Cisco DHCP Server and Client

The network digram for this example is as follows. The first thing we need to do in to set the IP address of the interface Fa0/0 on R1 R1> enable R1# configure terminal R1(config)# interface fastethernet 0/0 R1(config-if)# ip address 192.168.1.1 255.255.255.0 R1(config-if)# no shutdown R1(config-if)# end R1# We then need to verify we have… Read More »