jituTechnology

jituTechnology

How to Enable DHCP Pool in CISCO Router

In this post i will show you how to enable dhcp pool in cisco router. DHCP stands for Dynamic Host Configuration Protocol. DHCP pool is created if there is large of number of Host. Assigning IP address to each host may be the hectic, even it is not an ease to remember what ip was assigned to what host. Therefore creating DHCP pool in the cisco router is very useful.

How to enable DHCP IP pool in cisco Router

Router>
Router>enable
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown 
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit
Router(config)#ip dhcp pool testpool
Router(dhcp-config)#network 192.168.1.1 255.255.255.0
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#dns-server 192.168.1.4
Router(dhcp-config)#exit

Router(config)#ip dhcp excluded-address 192.168.1.1

Router(config)#do write
Building configuration...
[OK]

How to enable DHCP IP pool in cisco Router

No comments yet.

Add a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

March 2024
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
31