Description | An entry in the Snoop VC table. This entry models a VC snooping
connection. The ifIndex indicates the snooping interface, the
atmVclVpi and atmVclVci specifies the VPI and VCI value of the
snooping connection. To create or destroy a snooping connection
at an ATM interface, the following procedures are used:
Configure VC Snooping
A snooping connection is configured in one step by a set-request
with all necessary snoop parameter values and set-request to the
object ciscoAtmSnoopVcRowStatus to createAndGo(4). This may fail
for the following reasons:
- The selected snooping VPI/VCI values are unavailable,
- The selected snooping VPI/VCI values are in use.
- The selected snooping interface is CPU interface.
- The selected snooped connection doesn't exist.
- There is no traffic in the selected snoop direction.
- Resource failure during configuration of snooping connection.
De-Configure VC Snooping
A snooping connection is deconfigured by a set-request to the
object ciscoAtmSnoopVcRowStatus to destroy(6), and the agent
releases all associated resources. |