Description | This object is used to create, modify or delete an entry
in the ciscoWanAtmChanTable.
* A row may be created using the 'CreateAndGo' option. When
the row is successfully created, the RowStatus would be
set to 'active' by the agent.
Following mandatory objects need to be specified for the
successful creation of the row(for both master and slave
endpoints):
cwaChanServiceCategory
cwaChanVpcFlag
cwaChanRoutingMastership
Following mandatory objects are needed for
creation of master endpoint:
cwaChanRemoteVpi
cwaChanRemoteVci
cwaChanRemoteNSAPAddr
* A row may be deleted by setting the RowStatus to 'destroy'.
* When there is a need to administratively down the connection,
the RowStatus could be set to 'notInService'. When the switch
completes the 'down' operation, the value of this object would
be 'notInService'.
* The connection can be made active again, by setting this
object to 'active'.
* RowStatus modification from 'notInService' to 'active' or
vice-versa will impact only the administrative status of the
connection.
* Administrative status control is limited to the master
endpoint only. The switch would reject any request for
administrative state change on the slave endpoint.
* Other options such as `CreateAndWait' will not be used. |