dhcp configure

Post Reply
mayyola
Member
Posts: 11
Joined: 07 Dec 2018 23:45

dhcp configure

Post by mayyola »

hello everyone

i have question to ask i want use OmniSwitch 6850 to set up dhcp

how can i use dhcp ip just for a port or a vlan not for all ports (ex: one port is dhcp ip other port for static ip )

dhcpd.conf

server-identifier alcatel-lucent.com;
subnet 192.168.1.0 netmask 255.255.255.0 {
dynamic-dhcp range 192.168.1.8 192.168.1.254 {
option subnet-mask 255.255.255.0;
option routers 192.168.1.2;
option domain-name-servers 8.8.8.8;
option dhcp-lease-time 3000;
}}

dhcpd.cpy
PingDelay = 200
PingAttempts = 3
PingSendDelay = 1000
DefaultLease = 86400

dhcpd.conf and dhcpd.cpy,i already put in /flash/switch

how can i set up to a port use dhcp ip for a switch and then switch for many computer

thanks
Post Reply

Return to “OmniSwitch 6850 / 6850E”