emresensoy Posted Wednesday at 01:45 PM Posted Wednesday at 01:45 PM 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 Wednesday at 02:17 PM Posted Wednesday at 02:17 PM 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 Wednesday at 03:03 PM Author Posted Wednesday at 03:03 PM same... (config)> ip dhcp pool _WEBADMIN option 66 string 192.168.2.1 Command::Base error[7405602]: argument parse error. Quote
0 eralde Posted Wednesday at 05:10 PM Posted Wednesday at 05:10 PM 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 Wednesday at 06:05 PM Author Posted Wednesday at 06:05 PM Thanks a lot, I ll try it tomorrow at the office, Quote
0 emresensoy Posted yesterday at 06:05 AM Author Posted yesterday at 06:05 AM (edited) It works, but after restart the config values gone, Edited yesterday at 06:13 AM by emresensoy Quote
0 emresensoy Posted yesterday at 06:18 AM Author Posted yesterday at 06:18 AM (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.