[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring a Basic Dynamic Profile

This topic describes how to create a basic dynamic profile. A basic profile must contain a profile name and have both the interface-name and unit statements defined with variables in the dynamic-profiles interfaces stanza.

Before you configure dynamic profiles for initial client access:

  1. Configure the necessary router interfaces that you want DHCP clients to use when accessing the network.

    See Subscriber Interface Overview for information about the types of interfaces you can use with dynamic profiles and how to configure them.

  2. Configure all RADIUS values that you want the profiles to use when validating DHCP clients for access to the multicast network.

    See Configuring RADIUS Server Parameters for Subscriber Access

To configure a basic dynamic profile:

  1. Name the profile.
    user@host# set dynamic-profiles basic-profile
  2. Define the interface-name statement with the internal $junos-interface-ifd-name variable used by the router to match the interface name of the receiving interface.
    [edit dynamic-profiles basic-profile]
    user@host# set interfaces $junos-interface-ifd-name
  3. Define the unit statement with the internal $junos-underlying-interface-unit variable used by the router to match the unit value of the receiving interface.
    [edit dynamic-profiles basic-profile]
    user@host# set unit $junos-underlying-interface-unit

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]