Voice-Over-Ip Service Definition Example - Juniper JUNOSE SOFTWARE 11.0.X - BROADBAND ACCESS CONFIGURATION GUIDE 4-1-2010 Configuration Manual

For e series broadband services routers - broadband access configuration
Hide thumbs Also See for JUNOSE SOFTWARE 11.0.X - BROADBAND ACCESS CONFIGURATION GUIDE 4-1-2010:
Table of Contents

Advertisement

JUNOSe 11.0.x Broadband Access Configuration Guide
<# uid := app.servicemanager.getUniqueId #>
<# name := "SM-video-" $ uid #>
classifier-list <# name #> ip any <# serverAddress #> 0.0.0.0
policy-list <# name; '\n' #>
profile <# name; '\n' #>
<# env.setResult("activate-profile", name) #>
<# env.setResult("output-stat-clacl", name) #>
<# endtmpl #>
Sample Owner ID
Sample CLI Command

Voice-over-IP Service Definition Example

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.
!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' #>
policy-list <# oname; '\n' #>
classifier-group <# oname #> precedence 2000
traffic-class voice
686
Service Definition Examples
classifier-group <# name #> precedence 5000
traffic-class video
ip policy output <# name #> statistics enabled merge
qos-parameter maxVideoBW add <# downloadBW; '\n' #>
exit
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)"
Value
573498

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.0.x

Table of Contents