You can configure quality of service (QoS) for the BSG. You can selectively apply QoS according to media type. For example, you can configure one set of QoS parameters for a video stream and a different set of parameters for voice traffic.
To configure QoS, create a service class that filters traffic based on media type, and configure the QoS parameters that you want to apply to traffic that matches the media type. You then apply the service class to a new call usage policy.
You can also prevent packet gateway (PG) saturation by limiting the number of concurrent calls.
Step-by-Step Procedure
To configure QoS:
- user@host#edit services border-signaling-gateway
gateway bsg-1 embedded-spdf service-class gold
- [edit services border-signaling-gateway gateway bsg-1 embedded-spdf
service-class gold]
- user@host#edit term term-1
- [edit services border-signaling-gateway gateway bsg-1 embedded-spdf
service-class gold term term-1]
- user@host#set from media-type audio
- [edit services border-signaling-gateway gateway bsg-1 embedded-spdf]
- user@host#edit then
- [edit services border-signaling-gateway gateway bsg-1 embedded-spdf
then]
- user@host#set committed-burst-size 3000
- user@host#set committed-information-rate 20000
- user@host#set dscp ef
OR
- [edit services border-signaling-gateway gateway bsg-1 embedded-spdf]
- user@host#edit then
- [edit services border-signaling-gateway gateway bsg-1 embedded-spdf
then]
- user@host#set reject
- [edit services border-signaling-gateway gateway bsg-1]
- user@host#edit sip new-call-usage-policy pname1
term t1 then
- then]
- user@host#set media-policy gold
-
edit services pgcp gateway vpg1
- [edit services pgcp gateway vpg1 ]
- user@host#set max-concurrent-calls 5000