dhcp

Post on 23-Jun-2015

2.110 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

eTwinning project: students presentation about a subject from the curriculum.José Luís presentation

TRANSCRIPT

DHCP SERVICE

José Luís

12º E

Cisco router 2621

Cisco Switch 2950

Network with DHCP Service

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 NVRAMRouter#copy running-config start

How to configure a router with DHCP Service

The end

Thanks….

top related