-2

Dhcpv6 packages ask include option37 REMOTE_ID date.
Command: dhclient
Config file: dhclient.conf

Question

  1. What phase solicit or request should include?
  2. How to enable/config option37?

Reference:

option37 syntax.

option-37 {
prefix {
host-name;
logical-system-name;
routing-instance-name;
vlan-id;
vlan-name;
}
use-interface-index (device | logical);
use-interface-description (device | logical);
use-interface-mac;
use-interface-name (device | logical);
use-string string;
}

2.Huawei about option37 info.

Pratham
  • 1,522
  • 1
  • 18
  • 33
LiuJiang
  • 21
  • 2

1 Answers1

0

I have find the solution. way 1:

Modify /etc/dhcp/dhclient.conf. Include option 37.

way2:

ebtables add a extensions dhcpv6snoop function.Insert -t nat prerouting & postrouting.

That's will autofill add option37.

LiuJiang
  • 21
  • 2
  • None of that has anything to do with programming. You seem to have asked on the wrong SE site. This question would be more appropriate on [sf]. – Ron Maupin Nov 29 '19 at 03:12