Voice-Over-Ip Service Definition Example - Juniper JUNOSE SOFTWARE 11.2.X - BROADBAND ACCESS CONFIGURATION GUIDE 7-20-2010 Configuration Manual

Software for e series broadband services routers broadband access configuration guide
Table of Contents

Advertisement

Sample Owner ID
Sample CLI Command

Voice-over-IP Service Definition Example

!parameterizes source address and port, destination address and port, and protocol type
<# mgFlow(upDA, upDPort, downDA, downDPort, protType) #>
<# uid := app.servicemanager.getUniqueId #>
<# name := "SM-mgFlow-" $ uid #>
<# oname := "SM-O-mgFlow-" $ uid #>
classifier-list <# name #> <# protType #> any <#upDA #> 0.0.0.0 eq <# upDPort; '\n' #>
policy-list <# name; '\n' #>
classifier-group <# name #> precedence 2000
traffic-class voice
forward
classifier-list <# oname #> <# protType #> any <#downDA #> 0.0.0.0 eq <# downDPort; '\n' #>
Copyright © 2010, Juniper Networks, Inc.
The sample CLI command shows an example of the service-management owner-session
command that you can use to activate the service session.
!parameterizes download bandwidth and server address
<# videoMin(downloadBW, serverAddress) #>
<# uid := app.servicemanager.getUniqueId #>
<# name := "SM-video-" $ uid #>
classifier-list <# name #> ip any <# serverAddress #> 0.0.0.0
policy-list <# name; '\n' #>
classifier-group <# name #> precedence 5000
traffic-class video
profile <# name; '\n' #>
ip policy output <# name #> statistics enabled merge
qos-parameter maxVideoBW add <# downloadBW; '\n' #>
exit
<# env.setResult("activate-profile", name) #>
<# env.setResult("output-stat-clacl", name) #>
<# endtmpl #>
Owner
Owner ID
AAA (RADIUS)
Acct-Session-ID (RADIUS attribute 44)
host1(config)#service-management owner-session aaa 573498 service-session "
videoMin(4500000, 192.168.23.58)"
This example provides a voice-over-IP service. The service is a session border controller
(SBC) media gateway (MG)-based service that has upstream and downstream
components.
The IP address and port for both the subscriber and the opposite end of the phone call
were originally negotiated with the SBC. The VoIP service learns the IP addresses and
ports for both ends of the call, and then specifies that any traffic to either end is put in
the voice traffic class.
Chapter 27: Configuring Service Manager
Value
573498
673

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.2

Table of Contents