Application Note

AL; Reviewed:
SPOC 8/24/2006
Solution & Interoperability Test Lab Application Notes
©2006 Avaya Inc. All Rights Reserved.
10 of 23
JNPR-M7i-J4300
Step Description
3.
Configure the code-point-aliases and classifier for Avaya VoIP traffic.
The alias helps identify the binary DSCP setting by giving it a name.
The sample network uses the name “avaya-rtp” to denote DSCP binary bit
101110 for media traffic. This is equivalent to the decimal Audio PHB Value
of 46 set in Avaya Communication Manager for RTP Media in Section 5, Step 8.
The sample network uses the name “avaya-sig” to denote DSCP binary bit
100010 for signaling traffic. This is equivalent to the decimal Call Control
PHB Value of 34 set in Avaya Communication Manager for signaling in Section
5, Step 8.
interop@M7I# edit class-of-service code-point-aliases
interop@M7I# set dscp avaya-rtp 101110
interop@M7I# set dscp avaya-sig 100010
interop@M7I# exit
Define a classifier called “Avaya-voip”.
The classifier “Avaya-voip” defines the forwarding characteristic of the router
based on traffic types.
The network is configured to use expedited-forwarding with low loss-priority for
“avaya-rtp”, and assured-forwarding with low loss-priority for “avaya-sig”.
interop@M7I# edit class-of-service classifiers
interop@M7I# edit dscp Avaya-voip
interop@M7I# set forwarding-class expedited-forwarding loss-priority
low code-points avaya-rtp
interop@M7I# set forwarding-class assured-forwarding loss-priority low
code-points avaya-sig
interop@M7I# exit