To configure a 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.
- host1(config)#profile atm1483BaseProfile
This command accesses Profile Configuration mode, which enables you to configure attributes in the base profile.
- 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
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
- host1(config)#interface atm 5/0
![]() |
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 . |
- host1(config-if)#profile atm1483 bulk-config-name
myBulkConfig atm1483BaseProfile
- host1(config-if)#auto-configure atm1483
atm atm1483 advisory-rx-speed
- host1(config-profile)#atm atm1483 advisory-rx-speed
2000
atm atm1483 auto-configure
- host1(config-profile)#atm atm1483 auto-configure
ip lockout-time 3600 7200
- host1(config-profile)#atm atm1483 auto-configure
pppoe
atm atm1483 description
- host1(config-profile)#atm atm1483 description
VC_atm1
atm atm1483 profile
- host1(config-profile)#atm atm1483 profile
pppoe atm1483ProfilePppoe
atm atm1483 subscriber
- host1(config-profile)#atm atm1483 subscriber
ip user-prefix boston01
domain myisp password-prefix abc123
- host1(config-subif)#atm atm1483 subscriber
bridgedEthernet user westford003
domain acmecorp.east password xyz123
atm bulk-config
![]() |
Note: For information about the maximum number of ATM 1483 bulk configurations supported per chassis, see JUNOSe Release Notes, Appendix A, System Maximums. |
![]() |
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 . |
- host1(config-if)#atm bulk-config myBulkConfig
vc-range 0 2 101 1100
- host1(config-if)#atm bulk-config myMultiBulkConfig
vc-range 0 1 101 600 vc-range 3 5 201 3200
atm class-vc
- host1(config-profile)#atm class-vc gold-subscriber-class
- host1(config-profile)#exit
atm pvc
- host1(config-profile)#atm pvc aal5autoconfig
cbr 10000 oam 120
auto-configure atm1483
- host1(config-if)#auto-configure atm1483
interface atm
- host1(config)#interface atm 5/0.1
- host1(config)#interface atm 5/0/0.1
profile
- host1(config)#profile atm1483BaseProfile
![]() |
Note: If VC ranges are configured for the dynamic ATM 1483 subinterface associated with the base profile you want to delete, you must use the no atm bulk-config command to remove the VC ranges before you can use the no profile command to remove the associated base profile. |
profile atm1483 bulk-config-name
- host1(config-if)#profile atm1483 bulk-config-name
myBulkConfig atm1483BaseProfile