VP-12, VP-12P IP phones. Operation manual
95
Configuration editing methods
I. Using vi editor.
1. Internet interface option list is specified by DHCPOptionList parameter in
Internet=>Network
section.
2. VoIP interface option list is specified by DHCPOptionList in
Voip=>Network
section.
3.
Management interface option list is specified by DHCPOptionList parameter in
System=>ManagementVLAN
section
After editing and saving in
vi
editor, execute the following commands:
•
reloadcfg
– applies reconfiguration, the command result should be «Configuration accepted».
•
save
– saves reconfiguration into non-volatile memory.
II. Using setconf command
Use
getconf
(display the current information) and
setconf
(set the parameter value) commands.
Example 1.
It is necessary to obtain DHCPOptionList value:
•
for Internet interface
getconf Internet.Network | grep DHCPOptionList
•
for VoIP interface
getconf Voip.Network | grep DHCPOptionList
•
for Management interface
getconf System.ManagementVLAN | grep DHCPOptionList
Example 2.
It is necessary to specify some option list:
•
for Internet interface
setconf Internet.Network DHCPOptionList "3,6,26,28,33,121,249,12"
•
for VoIP interface (assigning option list by default)
setconf Voip.Network DHCPOptionList ""
•
for Management interface
setconf System.ManagementVLAN DHCPOptionList "3,6,26,28,33,42,43,66,67,121,249"
You can execute
save
command only if the previous command has been executed successfully.
Save
command is forbidden if the result of
reloadcfg
command execution was message «Configuration not
accepted».
This method is recommended and obviates the need of executing
reloadcfg
and
save
commands