저는 DHCP 서버와 함께 데비안을 사용하고 있습니다. 내 SIP 전화기에 또 다른 VLAN과 더 많은 옵션이 제공되기를 원했기 때문에 다음 구성을 설정했습니다.
option space OptiIpPhone code width 1 length width 1 hash size 3;
option OptiIpPhone.code1forvendor code 1 = text;
option OptiIpPhone.code2forvlan code 2 = text;
option OptiIpPhone.code3fordls code 3 = text;
subnet 172.16.12.0 netmask 255.255.255.0 {
range 172.16.12.20 172.16.12.254;
default-lease-time 3600;
max-lease-time 7200;
option routers 172.16.12.1;
option domain-name-servers 172.16.12.1;
vendor-option-space OptiIpPhone;
option OptiIpPhone.code1forvendor "Siemens";
option OptiIpPhone.code2forvlan "5";
option OptiIpPhone.code3fordls "sdlp://172.16.5.50:18443";
option ntp-servers 172.16.12.1;
use-host-decl-names on;
authoritative;
ping-check true;
}
Class
방법 을 사용하면 Subclass
제대로 작동하지만 서브넷에서는 작동하지 않습니다.