Profile Configuration Examples - Juniper JUNOSE 11.1.X - LINK LAYER CONFIGURATION 4-7-2010 Configuration Manual

For e series broadband services routers - link layer configuration
Table of Contents

Advertisement

Profile Configuration Examples

The following examples show different ways to configure profiles.
Use to configure a local subscriber on the router to support authentication and
configuration from RADIUS for a dynamic IPoA or bridged Ethernet interface.
For detailed information about how to use this command, see "subscriber" on
page 556.
Example
host1(config-subif)#subscriber ip user-prefix charlie domain myisp
password-prefix lucy
Use the no version to remove the subscriber.
See subscriber.
This example configures a new profile with IP characteristics only.
host1(config)#profile ProfileA
host1(config-profile)#ip mtu 1024
host1(config-profile)#exit
This example shows a new profile configured with both IP and PPP characteristics.
host1(config)#profile ProfileB
host1(config-profile)#ip mtu 512
host1(config-profile)#ppp authentication chap
host1(config-profile)#ppp keepalive 120
host1(config-profile)#exit
This example shows a new profile configured with IP, PPP, and PPPoE
characteristics.
host1(config)#profile ProfileC
host1(config-profile)#ip mtu 1400
host1(config-profile)#ppp authentication chap
host1(config-profile)#ppp keepalive 60
host1(config-profile)#pppoe sessions 64
host1(config-profile)#exit
This example uses the profiles created in the previous three examples. It shows
distinct profiles for each encapsulation, where the configuration of dynamic
layers varies according to which incoming encapsulation the ATM 1483
subinterface detects. Autodetection is enabled for the IP encapsulation type with
the default lockout time range, 1–300 seconds.
host1(config)#interface atm 4/0.1
host1(config-subif)#atm pvc 10 100 22 aal5autoconfig
host1(config-subif)#profile ip ProfileA
host1(config-subif)#profile ppp ProfileB
host1(config-subif)#profile pppoe ProfileC
host1(config-subif)#subscriber ip user atm1 domain isp1 password atm1pw
host1(config-subif)#auto-configure ip
Chapter 17: Configuring Dynamic Interfaces
Configuring a Dynamic Interface from a Profile
597

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.1.x

Table of Contents