[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Removing Overriding
Profile Assignments from a VC Range or VC Subrange
When you issue the no atm bulk-config command to remove an entire VC range (and all VC subranges within
that VC range), the router also removes any overriding profile assignments
configured for PVCs within those VC subranges. For example, the following
command removes the bulk-configured VC range named myBulkConfig and
any overriding profile assignments for PVCs within the VC subranges
belonging to myBulkConfig.
- host1(config-if)#no atm bulk-config myBulkConfig
When you issue the no atm bulk-config command to remove a particular VC subrange in a bulk-configured
VC range, the router also removes any overriding profile assignments
for PVCs within that VC subrange. However, overriding profile assignments
for PVCs within other VC subranges in the VC range remain intact.
For example, the following command removes one VC subrange (VPIs 0–4
and VCIs 21–1000) and only those overriding profile assignments
associated with this subrange.
- host1(config-if)#no atm bulk-config myBulkConfig
vc-range 0 4 21 1000
atm bulk-config
- Use to create a bulk-configured VC range on a static ATM
AAL5 interface for use by a dynamic ATM 1483 subinterface.
- For detailed information about how to use this command,
see atm bulk-config.
- Example
- host1(config)#atm bulk-config test1 vc-range
0 1 101 600
vc-range 3
5 201 3200
- Use the no version to remove
the specified VC range from the ATM AAL5 interface, to remove the
specified subranges from the specified VC range, or to remove all
subranges from the specified VC range. The no version also removes any overriding profile assignments for ATM
PVCs within the deleted VC range or VC subrange.
- See atm bulk-config.
auto-configure atm1483
- Use to configure the static ATM AAL5 interface to enable
all bulk configurations and support autodetection of the ATM 1483
dynamic encapsulation type.
- You must issue this command to enable creation of a dynamic
ATM 1483 subinterface.
- Example
- host1(config-if)#auto-configure atm1483
- Use the no version to terminate
autodetection of the ATM 1483 encapsulation type.
- See auto-configure atm1483.
profile atm1483 bulk-config-name
- Use to assign the base profile configured for a dynamic
ATM 1483 subinterface to the VC range configured on a static ATM AAL5
interface.
- You must include both of the following:
- Name assigned to the VC range on an ATM AAL5 interface,
as specified in the atm bulk-config command
- Name assigned to the base profile for a dynamic ATM 1483
subinterface
- Example
- host1(config-if)#profile atm1483 bulk-config-name
test1 test1BaseProfile
- Use the no version to remove
the base profile assignment.
- See profile atm1483 bulk-config-name.
profile atm1483 bulk-config-name pvc
- Use to assign an overriding profile to a single ATM PVC
that exists within a bulk-configured VC subrange.
- An overriding profile typically includes debugging attributes
that help you troubleshoot problems with the ATM 1483 dynamic subinterface
column created on the specified PVC.
- The VPI and VCI values of the PVC you specify must exist
between the starting VPI/VCI values and ending VPI/VCI values of a
VC subrange previously configured with the atm bulk-config command.
- Example 1—In this example, a previously configured
VC range named test1 includes a VC subrange with VPIs 3–5 and
VCIs 201–3200. The following command assigns an overriding profile
(test1DebugProfile) to the ATM PVC with VPI 4 and VCI 301 that is
within this subrange.
- host1(config-if)#profile atm1483 bulk-config-name
test1 pvc 4 301 test1DebugProfile
- Example 2—Removes the overriding profile assignment
from the ATM PVC with VPI 4 and VCI 301, and restores the original
base profile assignment
- host1(config-if)#no profile atm1483 bulk-config-name
test1 pvc 4 301
- Use the no version to remove
the overriding profile assignment for the PVC and restore the original
base profile assignment.
- See profile atm1483 bulk-config-name pvc.
shutdown
- Use to disable an interface.
- When you disable a dynamic ATM 1483 interface, the shutdown command deletes the ATM 1483 dynamic subinterface
column and removes the dynamic ATM 1483 subinterface.
- Example
- host1(config-subif)#shutdown
- Because the shutdown command
removes the dynamic ATM 1483 subinterface from the router, issuing
a subsequent no version of this command
has no effect; that is, it does not restart the disabled subinterface.
- See shutdown.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]