Version 6.2 633 February 2011
SIP User's Manual 9. VoIP Networking Capabilities
• For packets sent with DiffServ value of 10, set VLAN priority to 2
The DNS and the NTP applications are configured to serve as OAMP applications.
Notes:
• Lines that begin with a semicolon are considered a remark and are
ignored.
• When using the ini file, the Multiple Interface table and the DiffServ To
VLAN Priority table must have the prefix and suffix to allow the INI File
parser to correctly recognize and parse the table.
9.5.3.3 Networking Configuration Examples
This section provides examples of network configurations (and their corresponding ini file
configuration).
Example 1 - One VoIP Interface for All Applications: Multiple Interface table with a
single interface for OAMP, Media and Control applications:
Table 9-9: Multiple Interface Table - Example 1
Index
Allowed
Applications
Interface
Mode
IP Address
Prefix
Length
Default
Gateway
VLAN
ID
Interface
Name
0 OAMP,
Media &
Control
IPv4 192.168.0.2 16 192.168.0.1 1 myInterface
Additional static routing rules:
Table 9-10: Routing Table - Example 1
Destination Prefix Length Gateway Interface Metric
201.201.0.0 16 192.168.11.10 0 1
202.202.0.0 16 192.168.11.1 0 1
The DNS/NTP applications remain with their default application types.
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 = 6, 10, 192.168.0.2, 16, 192.168.0.1, 1, myInterface;
[\InterfaceTable]
; Routing Table Configuration:
[ StaticRouteTable ]
FORMAT StaticRouteTable_Index = StaticRouteTable_InterfaceName,
StaticRouteTable_Destination, StaticRouteTable_PrefixLength,
StaticRouteTable_Gateway, StaticRouteTable_Description;