66.1.2 Routing Parameters
The IP network routing parameters are described in the table below.
IP Network Routing Parameters
Parameter Description
Static IP Routing Table
Web/EMS: IP Routing
Table
CLI: configure voip >
static
[StaticRouteTable]
Defines up to 30 static VoIP IP routing rules for the device. These rules
can be associated with IP interfaces defined in the Multiple Interface
table (InterfaceTable parameter). The routing decision for sending the
outgoing IP packet is based on the source subnet/VLAN. If not
associated with an IP interface, the static IP rule is based on destination
IP address.
When the destination of an outgoing IP packet does not match one of
the subnets defined in the Multiple Interface table, the device searches
this table for an entry that matches the requested destination
host/network. If such an entry is found, the device sends the packet to
the indicated router (i.e., next hop). If no explicit entry is found, the
packet is sent to the default gateway according to the source interface
of the packet (if defined).
The format of this parameter is as follows:
[ StaticRouteTable ]
FORMAT StaticRouteTable_Index = StaticRouteTable_InterfaceName,
StaticRouteTable_Destination, StaticRouteTable_PrefixLength,
StaticRouteTable_Gateway, StaticRouteTable_Description;
[ \StaticRouteTable ]
Note: For a description of this parameter, see 'Configuring Static IP
Routing' on page 121.
66.1.3 Quality of Service Parameters
The Quality of Service (QoS) parameters are described in the table below.
QoS Parameters
Parameter Description
Layer-2 Class Of Service (CoS) Parameters (VLAN Tag Priority Field)
Web: DiffServ Table
EMS: QoS Settings –
DSCP to QoS Mapping
CLI: configure voip > vlan-
mapping
[DiffServToVlanPriority]
This table parameter configures DiffServ-to-VLAN Priority mapping. For
each packet sent to the LAN, the VLAN Priority of the packet is set
according to the DiffServ value in the IP header of the packet. The
format of this ini file is as follows:
[ DiffServToVlanPriority ]
FORMAT DiffServToVlanPriority_Index =
DiffServToVlanPriority_DiffServ, DiffServToVlanPriority_VlanPriority;
[ \DiffServToVlanPriority ]
For example:
DiffServToVlanPriority 0 = 46, 6;
DiffServToVlanPriority 1 = 40, 6;
DiffServToVlanPriority 2 = 26, 4;
DiffServToVlanPriority 3 = 10, 2;
Notes: