emresensoy Posted January 7 Posted January 7 Hi, I want to configure dhcp option 66 and 67, according to this page, https://destek.keenetic.com.tr/titan/kn-1811/en/47174-configuring-dhcp-options.html I am connection va telnet and run command; (config)> ip dhcp pool _WEBADMIN_HOME option 66 string 192.168.2.1 Command::Base error[7405602]: argument parse error. it generates error like this, what should I do? Regards, Quote
0 eralde Posted January 7 Posted January 7 29 minutes ago, emresensoy said: Hi, I want to configure dhcp option 66 and 67, according to this page, https://destek.keenetic.com.tr/titan/kn-1811/en/47174-configuring-dhcp-options.html I am connection va telnet and run command; (config)> ip dhcp pool _WEBADMIN_HOME option 66 string 192.168.2.1 Command::Base error[7405602]: argument parse error. it generates error like this, what should I do? Regards, Hi @emresensoy, it looks like you need to change string to ascii in your command: (config)> ip dhcp pool _WEBADMIN option 66 ascii 192.168.2.1 Dhcp::Pool: "_WEBADMIN": set option 66. Quote
0 emresensoy Posted January 7 Author Posted January 7 same... (config)> ip dhcp pool _WEBADMIN option 66 string 192.168.2.1 Command::Base error[7405602]: argument parse error. Quote
0 eralde Posted January 7 Posted January 7 2 hours ago, emresensoy said: same... (config)> ip dhcp pool _WEBADMIN option 66 string 192.168.2.1 Command::Base error[7405602]: argument parse error. If you press Tab after entering part of the command it will show you the available autocomplete options. For example, if you press Tab after entering ip dhcp pool<space>, you will see the names of existing DHCP pool objects. After that you can check which options are available after you enter ip dhcp pool __POOL_NAME__ option<space> or ip dhcp pool __POOL_NAME__ option 66<space>. Maybe that will help you. Spoiler Screen Recording 2026-01-07 at 18.08.27.mov Quote
0 emresensoy Posted January 7 Author Posted January 7 Thanks a lot, I ll try it tomorrow at the office, Quote
0 emresensoy Posted January 8 Author Posted January 8 (edited) It works, but after restart the config values gone, Edited January 8 by emresensoy Quote
0 emresensoy Posted January 8 Author Posted January 8 (config)> ip dhcp pool _WEBADMIN option 66 ascii 192.168.2.1 (config)> system configuration save with second row, its ok now, thanks a lot 1 Quote
Question
emresensoy
Hi,
I want to configure dhcp option 66 and 67,
according to this page, https://destek.keenetic.com.tr/titan/kn-1811/en/47174-configuring-dhcp-options.html
I am connection va telnet and run command;
(config)> ip dhcp pool _WEBADMIN_HOME option 66 string 192.168.2.1 Command::Base error[7405602]: argument parse error.it generates error like this,
what should I do?
Regards,
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.