Video-On-Demand Service Definition Example; Voice-Over-Ip Service Definition Example - Juniper JUNOSE SOFTWARE FOR E SERIES 11.3.X - BROADBAND ACCESS CONFIGURATION GUIDE 2010-10-12 Configuration Manual

Software for e series broadband services routers broadband access configuration guide
Hide thumbs Also See for JUNOSE SOFTWARE FOR E SERIES 11.3.X - BROADBAND ACCESS CONFIGURATION GUIDE 2010-10-12:
Table of Contents

Advertisement

Video-on-Demand Service Definition Example

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 #>
Copyright © 2010, Juniper Networks, Inc.
The following example shows a sample service definition macro file that creates a
video-on-demand service—the service provides bandwidth that meets the needs of video
streams. The definition creates the bandwidth towards the subscriber and parameterizes
the source of the video feed.
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
683

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.3

Table of Contents