Subscriber Management Configuration Examples; Username With Atm Circuit Identifier And No Circuit Type - Juniper JUNOSE 11.1.X - BROADBAND ACCESS CONFIGURATION GUIDE 6-4-2010 Configuration Manual

For e series broadband services routers - broadband access
Table of Contents

Advertisement

Subscriber Management Configuration Examples

This section contains examples of creating dynamic usernames and shows the
usernames that are generated. The examples all use the following IP policy, interface
profile, and route map:
Each example shows the configuration of a service profile that enables RADIUS
authentication.

Username with ATM Circuit Identifier and No Circuit Type

This example shows the steps to configure a service profile for a username that
includes the ATM circuit identifier, but does not include the circuit type.
Use to assign an IP service profile to a VLAN subinterface. Service profiles contain
user and password information, and are used in route maps for subscriber
management and to authenticate subscribers with RADIUS.
You can specify a service profile name with up to 32 ASCII characters.
Example
host1(config-profile)#vlan service-profile vlanClass1Service
host1(config-profile)#
Use the no version to remove the service profile from the VLAN subinterface.
See vlan service-profile
An IP policy that restricts access.
host1(config)#ip policy-list restrictAccess
host1(config-policy-list)#classifier-group *
host1(config-policy-list-classifier-group)#filter
host1(config-policy-list-classifier-group)#exit
host1(config-policy-list)#exit
host1(config)#
An interface profile that references the restrictAccess policy.
host1(config)#profile atlInterfaceProfile
host1(config-profile)#ip policy input restrictAccess
host1(config-profile)#ip policy output restrictAccess
host1(config-profile)#exit
host1(config)#
A route map that references the interface profile and the atlServiceProfile service
profile.
host1(config)#route-map atlRouteMap
host1(config-route-map)#set interface-profile atlInterfaceProfile
host1(config-route-map)#set ip service-profile atlServiceProfile
host1(config-route-map)#exit
host1(config)#
Chapter 23: Configuring Subscriber Management
Subscriber Management Configuration Examples
595

Advertisement

Table of Contents
loading

Table of Contents