Version 6.2 331 February 2011
SIP User's Manual 9. VoIP Networking Capabilities
The corresponding ini file configuration is shown below:
; Interface Table Configuration:
[InterfaceTable]
FORMAT InterfaceTable_Index = InterfaceTable_ApplicationTypes,
InterfaceTable_InterfaceMode, InterfaceTable_IPAddress,
InterfaceTable_PrefixLength, InterfaceTable_Gateway,
InterfaceTable_VlanID, InterfaceTable_InterfaceName;
InterfaceTable 0 = 0, 10, 192.168.85.14, 16, 0.0.0.0, 1, ManagementIF;
InterfaceTable 1 = 2, 10, 200.200.85.14, 24, 200.200.85.1, 200,
myControlIF;
InterfaceTable 2 = 1, 10, 211.211.85.14, 24, 211.211.85.1, 211,
myMediaIF;
[\InterfaceTable]
; VLAN related parameters:
VlanMode = 1
VlanNativeVlanId = 1
; Routing Table Configuration:
[ StaticRouteTable ]
FORMAT StaticRouteTable_Index = StaticRouteTable_InterfaceName,
StaticRouteTable_Destination, StaticRouteTable_PrefixLength,
StaticRouteTable_Gateway, StaticRouteTable_Description;
StaticRouteTable 0 = 0, 176.85.49.0, 24, 192.168.0.1, ;
[ \StaticRouteTable ]
Example 3 - Three Interfaces: one exclusively for management (OAMP applications) and
two others for Call Control and RTP (Control and Media applications) :
Table 9-13: Multiple Interface Table - Example 3
Index
Allowed
Applications
Interface
Mode
IP Address
Prefix
Length
Default
Gateway
VLAN
ID
Interface
Name
0 OAMP IPv4
Manual
192.168.85.14 16 192.168.0.1 1 Mgmt
1 Media &
Control
IPv4
Manual
200.200.85.14 24 200.200.85.1 201 MediaCntrl1
2 Media &
Control
IPv4
Manual
200.200.86.14 24 200.200.86.1 202 MediaCntrl2
VLANs are required. The 'Native' VLAN ID is the same VLAN ID as the AudioCodes
Management interface (index 0).
One routing rule is required to allow remote management from a host in 176.85.49.0/24:
Table 9-14: Routing Table - Example 3
Destination
Destination Subnet
Mask/Prefix Length
Gateway Interface Metric
176.85.49.0 24 192.168.0.10 0 1
All other parameters are set to their respective default values. The DNS/NTP applications
are left with their default application types.