Jump to content
  • 0

DHCP option 66 and 67


Question

Posted

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

  • 0
Posted
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.

 

  • 0
Posted
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.

 

 

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...