Jul 13, 2001 #1 Panther007 MIS Joined Jul 12, 2001 Messages 33 Location US Does Ciso 1720 have DHCP capabilities?
Jul 13, 2001 #2 algator Technical User Joined Jan 10, 2001 Messages 4 Location US yes it does. you need to try something like this no ip dhcp conflict logging ip dhcp excluded-address 10.30.16.1 10.30.16.100 ip dhcp excluded-address 10.30.16.251 10.30.16.255 ! ip dhcp pool anyname network 10.30.16.0 255.255.255.0 default-router 10.30.16.1 netbios-node-type h-node domain-name ???????.com dns-server 10.27.4.39 10.27.4.38 netbios-name-server 10.27.4.70 10.27.4.39 Upvote 0 Downvote
yes it does. you need to try something like this no ip dhcp conflict logging ip dhcp excluded-address 10.30.16.1 10.30.16.100 ip dhcp excluded-address 10.30.16.251 10.30.16.255 ! ip dhcp pool anyname network 10.30.16.0 255.255.255.0 default-router 10.30.16.1 netbios-node-type h-node domain-name ???????.com dns-server 10.27.4.39 10.27.4.38 netbios-name-server 10.27.4.70 10.27.4.39
Jul 13, 2001 Thread starter #3 Panther007 MIS Joined Jul 12, 2001 Messages 33 Location US Thanks for the information. Upvote 0 Downvote