omshell error - 9216 exceeds max (255) for precision

prasanth ns p_ns at yahoo.com
Tue Mar 31 14:02:49 UTC 2020


Hi dhcp-users,
I am trying to configure a host reservation through omshell. For some reason dhcpd doesn't accept mtu and I see this error in syslog. Any idea what is going wrong?
"dhcpd: network client line 1: 9216 exceeds max (255) for precision. dhcpd: option routers=1:0:1:2; option interface-mtu=9216;"
Also my lease file shows incorrect MTU of 16 instead of 9216.
# cat /tmp/dhcpd.leases
host some-host {  dynamic;  hardware ethernet 00:82:67:85:b1:94;  fixed-address 192.168.4.40;        supersede routers = 01:00:01:02;        supersede interface-mtu = 16;         <<<<<<        supersede domain-name-servers = 02:01:00:05;}
# dhcpd --versionisc-dhcpd-4.4.2
Here are the commands I enter at omshell:
new host
set name = "some-host"
set hardware-address = 00:82:67:85:b1:94
set hardware-type = 1
set ip-address = 192.168.4.40
set statements = "option routers=1:0:1:2; option interface-mtu=9216; option domain-name-servers = 02:01:00:05; "
create
Thanks in advance,Prashanth.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20200331/321851a0/attachment.htm>


More information about the dhcp-users mailing list