CHAPTER 40 Automatic Provisioning
Mediant 4000 SBC | User's Manual
40
Automatic Provisioning
This chapter describes automatic provisioning of the device.
Automatic Configuration Methods
The device supports the following automatic provisioning methods:
■
DHCP (Option 160)
■
HTTP/S
■
TFTP
■
FTP
■
SNMP (AudioCodes OVOC)
DHCP-based Provisioning
A third-party DHCP server can be configured to automatically provide each device, acting as a
DHCP client, with a temporary IP address so that individual MAC addresses are not required. The
DHCP server can provide additional networking parameters such as subnet mask, default
gateway, primary and secondary DNS server, and two SIP server addresses. These network
parameters have a time limit, after which the device must 'renew' its lease from the DHCP server.
The device can use a host name in the DHCP request. The host name is set to acl_nnnnn, where
nnnnn
●
When using DHCP to acquire an IP address, VLANs and other advanced
configuration options are disabled.
●
For additional DHCP parameters, see
.
➢
To enable the device as a DHCP client:
1.
Open the Network Settings page (
Setup
menu >
IP Network
tab >
Advanced
folder >
Network Settings
).
2.
From the 'Enable DHCP" drop-down list, select
Enable
.
3.
Click
Apply
.
4.
To activate the DHCP process, reset the device.
The following shows an example of a configuration file for a Linux DHCP server (dhcpd.conf). The
devices are allocated temporary IP addresses in the range 10.31.4.53 to 10.31.4.75. TFTP is
assumed to be on the same computer as the DHCP server (alternatively, the "next- server"
directive may be used).
ddns-update-style ad-hoc;
default-lease-time 60;
max-lease-time 60;
class "gateways" {
match if(substring(hardware, 1, 3) = 00:90:8f);
- 692 -
Содержание Mediant 4000 SBC
Страница 1: ...User s Manual AudioCodes Series of Session Border Controllers SBC Mediant 4000 SBC Version 7 2...
Страница 40: ...Part I Getting Started with Initial Connectivity...
Страница 48: ...Part II Management Tools...
Страница 113: ...Part III General System Settings...
Страница 118: ...Part IV General VoIP Configuration...
Страница 525: ...Part V Session Border Controller Application...
Страница 654: ...Part VI Cloud Resilience Package...
Страница 663: ...Part VII High Availability System...
Страница 685: ...Part VIII Maintenance...
Страница 759: ...Part IX Status Performance Monitoring and Reporting...
Страница 844: ...Part X Diagnostics...
Страница 888: ...Part XI Appendix...
Страница 1036: ...This page is intentionally left blank CHAPTER 62 Technical Specifications Mediant 4000 SBC User s Manual 1003...