You can assign an overriding profile to a single ATM PVC within a bulk-configured VC subrange. Typically, the overriding profile includes debugging attributes to help you identify and troubleshoot problems with the ATM 1483 dynamic subinterface column created on the specified PVC.
To assign an overriding profile to an ATM PVC within a bulk-configured VC subrange:
For information about configuring profiles, see Configuring a Dynamic Interface from a Profile in Configuring Dynamic Interfaces.
- host1(config)#interface atm 4/0
- host1(config-if)#atm bulk-config myBulkConfig
vc-range 0 4 21 1000
vc-range
5 7 21 2000
- host1(config-if)#profile atm1483 bulk-config-name
myBulkConfig atm1483BaseProfile
- host1(config-if)#profile atm1483 bulk-config-name
myBulkConfig pvc 0 101 myDebugProfile
The router now uses the information in the overriding profile instead of the information in the base profile to create subsequent ATM 1483 dynamic subinterface columns over this PVC.
- host1(config-if)#profile atm1483 bulk-config-name
myBulkConfig pvc 6 901 myDebugProfile
![]() |
Note: You can reverse the order of Step 3 and Step 4 with identical results. That is, you can assign the overriding profile to the ATM PVC and then assign the base profile to the entire VC range. In either case, you must first create the bulk-configured VC range with the atm bulk-config command. |
- host1(config-if)#auto-configure atm1483
For more information about using this command, see show atm bulk-config.