SIP User's Manual 634 Document #: LTRT-12804
Mediant 800 MSBG
StaticRouteTable 0 = 0, 201.201.0.0, 16, 192.168.11.10, ;
StaticRouteTable 1 = 0, 202.202.0.0, 16, 192.168.11.1, ;
[ \StaticRouteTable ]
Example 2 - Three VoIP Interfaces, One for each Application Exclusively: the Multiple
Interface table is configured with three interfaces, one exclusively for each application type:
one interface for OAMP applications, one for Call Control applications, and one for RTP
Media applications:
Table 9-11: Multiple Interface Table - Example 2
Index
Allowed
Applications
Interface
Mode
IP Address
Prefix
Length
Default
Gateway
VLAN
ID
Interface
Name
0 OAMP IPv4
Manual
192.168.0.2 16 192.168.0.1 1 ManagementIF
1 Control IPv4
Manual
200.200.85.14 24 200.200.85.1 200 myControlIF
2 Media IPv4
Manual
211.211.85.14 24 211.211.85.1 211 myMediaIF
Additional static routing rules:
Table 9-12: Routing Table - Example2
Destination Prefix Length Gateway Interface Metric
176.85.49.0 24 192.168.11.1 0 1
All other parameters are set to their respective default values. The DNS/NTP applications
are left 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 = 0, 10, 192.168.0.2, 16, 192.168.0.1, 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]
; 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.11.1, ;
[ \StaticRouteTable ]