AudioCodes Mediant 600 Manual de Instalação Página 33

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 52
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 32
Version 6.0 33 February 2010
Installation Manual 3. Configuring the Device
The following is an example perl CGI script, suitable for most Apache-based HTTP servers
for generating configuration dynamically per pattern #6 above. Copy this script to
/var/www/cgi-bin/acconfig.cgi on your Apache server and edit it as required:
#!/usr/bin/perl
use CGI;
$query = new CGI;
$mac = $query->param('mac');
$ip = $query->param('ip');
print "Content-type: text/plain\n\n";
print "; INI file generator CGI\n";
print "; Request for MAC=$mac IP=$ip\n\n";
print <<"EOF";
SyslogServerIP = 36.44.0.15
EnableSyslog = 1
SSHServerEnable = 1
EOF
The table below lists the configuration parameters that can be queried or modified using the
voice menu:
Table 3-2: Configuration Parameters Available via the Voice Menu
Item Number at
Menu Prompt
Description
1
IP address.
2
Subnet mask.
3
Default Gateway IP address.
4
Primary DNS server IP address.
7
DHCP enable / disable.
31
Configuration server IP address.
32
Configuration file name pattern.
99
Voice menu password (initially 12345).
Note: The voice menu password can also be changed using the Web interface
or ini file parameter VoiceMenuPassword (refer to the User's Manual).
Vista de página 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 51 52

Comentários a estes Manuais

Sem comentários