Description | An entry in the Snoop VP table. This entry models a VP snooping
connection. The ifIndex indicates the snooping interface, the
atmVclVpi specifies the VPI value of the snooping connection. To
create or destroy a snooping connection at an ATM interface, the
following procedures are used:
Configure VP 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 ciscoAtmSnoopVpRowStatus to createAndGo(4). This may fail
for the following reasons:
- The selected snooping VPI values are unavailable,
- The selected snooping VPI 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 VP Snooping
A snooping connection is deconfigured by a set-request to the
object ciscoAtmSnoopVpRowStatus to destroy(6), and the agent
releases all associated resources. |