DHCP SERVICE José Luís 12º E
Network with DHCP Service Cisco router 2621 Cisco Switch 2950
Enter to privilege mode Router>en Enter to Global Configuration   Router#conf t Enabling the Cisco IOS DHCP Server   Router(config)#service dhcp Router(config)#ip dhcp pool GAMA_REDE_DHCP1 Router(dhcp-config)#network 192.168.1.0 255.255.255.0 Router(dhcp-config)#default-router 192.168.1.1 How to configure a router with DHCP Service  (cont.)
Configuring the DHCP Address Pool Name and Entering DHCP Pool Configuration Mode   Router(config)#ip dhcp pool GAMA_REDE_DHCP1 Configuring the DHCP Address Pool Subnet and Mask  Router(dhcp-config)#network 192.168.1.0 255.255.255.0 Router(dhcp-config)#default-router 192.168.1.1 Router(dhcp-config)#default-router 192.168.1.1 Router(dhcp-config)#exit How to configure a router with DHCP Service  (cont.)
Excluding IP Addresses  Router(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.20 Router(config)#exit Save the configuration to NVRAM Router#copy running-config start How to configure a router with DHCP Service
The end Thanks….

Dhcp

  • 1.
    DHCP SERVICE JoséLuís 12º E
  • 2.
    Network with DHCPService Cisco router 2621 Cisco Switch 2950
  • 3.
    Enter to privilegemode Router>en Enter to Global Configuration Router#conf t Enabling the Cisco IOS DHCP Server Router(config)#service dhcp Router(config)#ip dhcp pool GAMA_REDE_DHCP1 Router(dhcp-config)#network 192.168.1.0 255.255.255.0 Router(dhcp-config)#default-router 192.168.1.1 How to configure a router with DHCP Service (cont.)
  • 4.
    Configuring the DHCPAddress Pool Name and Entering DHCP Pool Configuration Mode Router(config)#ip dhcp pool GAMA_REDE_DHCP1 Configuring the DHCP Address Pool Subnet and Mask Router(dhcp-config)#network 192.168.1.0 255.255.255.0 Router(dhcp-config)#default-router 192.168.1.1 Router(dhcp-config)#default-router 192.168.1.1 Router(dhcp-config)#exit How to configure a router with DHCP Service (cont.)
  • 5.
    Excluding IP Addresses Router(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.20 Router(config)#exit Save the configuration to NVRAM Router#copy running-config start How to configure a router with DHCP Service
  • 6.