In this video we are going to see how to configure Alcatel lucent switch as a DHCP server.
*********************************
dhcpd.conf
subnet 192.168.100.0 netmask 255.255.255.0
dynamic-dhcp range 192.168.100.50 192.168.100.200
option subnet-mask 255.255.255.0;
option routers 192.168.100.254;
option domain-name-servers 8.8.8.8;
option domain-name-servers 8.8.4.4;
option domain-name “example.local”;
option dhcp-lease-time 86400;
**********************************
dhcpd.pcy
PingDelay = 200
PingAttempts = 3
PingSendDelay = 1000
DefaultLease = 86400
**********************************
dhcp-server restart
dhcp-server enable
*********************************
dhcpd.conf
subnet 192.168.100.0 netmask 255.255.255.0
dynamic-dhcp range 192.168.100.50 192.168.100.200
option subnet-mask 255.255.255.0;
option routers 192.168.100.254;
option domain-name-servers 8.8.8.8;
option domain-name-servers 8.8.4.4;
option domain-name “example.local”;
option dhcp-lease-time 86400;
**********************************
dhcpd.pcy
PingDelay = 200
PingAttempts = 3
PingSendDelay = 1000
DefaultLease = 86400
**********************************
dhcp-server restart
dhcp-server enable
- Category
- Routers and Switches
Be the first to comment