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

Configuring a Dynamic ATM 1483 Subinterface

To configure a dynamic ATM 1483 subinterface:

  1. (Optional) Configure profiles containing characteristics for the dynamic upper-interface encapsulation types to be created over the dynamic ATM 1483 subinterface.

    These profiles are referenced in the base profile for the dynamic ATM subinterface as nested profile assignments. For detailed instructions on creating profiles, see Configuring a Dynamic Interface from a Profile in Configuring Dynamic Interfaces.

  2. Create the base profile for the dynamic ATM 1483 subinterface by assigning the profile a name.
    host1(config)#profile atm1483BaseProfile

    This command accesses Profile Configuration mode, which enables you to configure attributes in the base profile.

  3. Define attributes for the ATM 1483 subinterface in the base profile.
    1. Apply traffic-shaping parameters to the VC range on the ATM AAL5 interface.
    2. Configure the ATM 1483 subinterface for autodetection of the PPP upper-interface encapsulation type.
    3. Configure the ATM 1483 subinterface for autodetection of the IP upper-interface encapsulation type using a nondefault lockout time range of 3600–7200 seconds (1–2 hours).
    4. Configure a subscriber for the IP upper-interface encapsulation type.
    5. Configure a description for ATM 1483 subinterfaces that are created with this base profile.
    6. Set an advisory speed for ATM subinterfaces that are created with this base profile.
    7. Assign a VC class to the bulk-configured VC ranges created on the dynamic ATM 1483 subinterfaces associated with this base profile. You must issue the exit command from Profile Configuration mode for the VC class association to take effect.
      host1(config-profile)#atm pvc aal5autoconfig cbr 10000
      host1(config-profile)#atm atm1483 auto-configure ppp
      host1(config-profile)#atm atm1483 auto-configure ip lockout-time 3600 7200
      host1(config-profile)#atm atm1483 subscriber ip user-prefix joesmith
      domain myisp password-prefix abc123
      host1(config-profile)#atm atm1483 description VC_atm1
      host1(config-profile)#atm atm1483 advisory-rx-speed 2000
      host1(config-profile)#atm class-vc premium-subscriber-class
      host1(config-profile)#exit
  4. (Optional) In the base profile, create nested profile assignments for the upper-interface encapsulation types, and include additional profile characteristics for other encapsulation types as needed.

    For example, the following commands configure nested profile assignments for the PPP and IP upper-interface encapsulation types, and define additional attributes for the PPPoE upper-interface encapsulation type.

    host1(config-profile)#atm atm1483 profile ppp myPppProfile
    host1(config-profile)#atm atm1483 profile ip myIpProfile
    host1(config-profile)#pppoe duplicate-protection
    host1(config-profile)#pppoe sessions 3000
  5. Exit Profile Configuration mode.
  6. Configure the ATM and ATM AAL5 interface.
    host1(config)#interface atm 5/0
  7. Configure a range of VCs on the static ATM AAL5 interface, and assign a name to this range. This operation can take several minutes to complete, depending on the number of VCs being configured.

    Note: For information about the maximum number of ATM 1483 bulk configurations supported per chassis, see JUNOSe Release Notes, Appendix A, System Maximums.

    For example, the following command creates a VC range named myBulkConfig made up of two VC subranges that configure a total of 5,000 virtual circuits.

    host1(config-if)#atm bulk-config myBulkConfig vc-range 0 2 101 1100
    vc-range 3 6 201 700

    Note: For information about the maximum number of VCs (sum of the VPI/VCI addresses within all VC subranges) that you can configure with the atm bulk-config command per line module and per chassis, see JUNOSe Release Notes, Appendix A, System Maximums.

    Do not use any reserved VCI values when configuring VCs with the atm bulk-config command. For information about reserved VCIs, see Configuring F4 OAM in Configuring ATM .

  8. Assign the base profile configured for the ATM 1483 subinterface to the VC range configured on the ATM AAL5 interface.
    host1(config-if)#profile atm1483 bulk-config-name myBulkConfig atm1483BaseProfile
  9. Configure the ATM AAL5 interface to support autodetection of the ATM 1483 dynamic encapsulation type.
    host1(config-if)#auto-configure atm1483

atm atm1483 advisory-rx-speed

atm atm1483 auto-configure

atm atm1483 description

atm atm1483 profile

atm atm1483 subscriber

atm bulk-config

atm class-vc

atm pvc

auto-configure atm1483

interface atm

profile

profile atm1483 bulk-config-name


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