CISCO-WAN-ATM-PARTY-MIB

File: CISCO-WAN-ATM-PARTY-MIB.mib (12539 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 RowStatus TruthValue
DisplayString TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP ifIndex ciscoMgmt

Defined Types

WanPartyAdminStatus  
Defines 'administrative status' of a 'party'.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

WanPartyOperStatus  
Defines 'operational status' of a 'party'.
TEXTUAL-CONVENTION    
  INTEGER ok(1), fail(2)  

WanNsapAtmAddress  
ATM address used by the managed system. The only address type presently supported is ATM Network Service Access Point (NSAP) addresses (20 octets).
TEXTUAL-CONVENTION    
  OCTET STRING Size(20)  

CwapConfigEntry  
SEQUENCE    
  cwapRootVpi Integer32
  cwapRootVci Integer32
  cwapReference Integer32
  cwapNSAPAddress WanNsapAtmAddress
  cwapVpi Integer32
  cwapVci Integer32
  cwapAdminStatus WanPartyAdminStatus
  cwapOperStatus WanPartyOperStatus
  cwapReroute TruthValue
  cwapIdentifier Unsigned32
  cwapUploadCounter Unsigned32
  cwapRootPhysicalId DisplayString
  cwapRowStatus RowStatus

Defined Values

ciscoWanAtmPartyMIB 1.3.6.1.4.1.9.9.99998
A management station can use this MIB to provision, manage or delete one or more 'parties' on an ATM point-to-multipoint Soft PVCC(SPVC) connection. The user must add a root endpoint to the managed system before proceed to add one or more 'parties' to the root. The provision and management of a 'root' endpoint is beyond the scope of this MIB. Please refer to CISCO-WAN-ATM-CONN-MIB.my for the provisioning and management of a 'root' endpoint. This MIB is based on 'ITU-T recommendation Q.2971 (10/95) BROADBAND INTEGRATED SERVICES DIGITAL NETWORK (B-ISDN) - DIGITAL SUBSCRIBER SIGNALLING SYSTEM No. 2 (DSS 2) - USER-NETWORK INTERFACE LAYER 3 SPECIFICATION FOR POINT- TO-MULTIPOINT CALL/CONNECTION CONTROL
MODULE-IDENTITY    

ciscoWanAtmPartyMIBNotifs 1.3.6.1.4.1.9.9.99998.0
OBJECT IDENTIFIER    

ciscoWanAtmPartyMIBObjects 1.3.6.1.4.1.9.9.99998.1
OBJECT IDENTIFIER    

cwapConfig 1.3.6.1.4.1.9.9.99998.1.1
OBJECT IDENTIFIER    

ciscoWanAtmPartyMIBConform 1.3.6.1.4.1.9.9.99998.2
OBJECT IDENTIFIER    

cwapConfigTable 1.3.6.1.4.1.9.9.99998.1.1.1
This table contains mandatory 'party' configuration for all ATM point-to-multipoint Soft Permanent Virtual Channel Connections (SPVC).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwapConfigEntry

cwapConfigEntry 1.3.6.1.4.1.9.9.99998.1.1.1.1
An entry in the 'cwapConfigTable'. Each entry corresponds to one party of a point-to-multipoint connection. (1) To add an entry, the management application must first provision a 'root' endpoint. (2) While adding an entry, the variables 'cwapNSAPAddress', 'cwapVpi' and 'cwapVci' are mandatory. The 'cwapNSAPAddress', 'csapVpi' and 'cwapVci' are not required to be unique. (3) The row creation will fail if the root endpoint does not exist. (4) The following management operations are permitted on a row when the 'cwapRowStatus' is 'active': a) row deletion. b) toggling of the administrative status of a 'party' via the 'cwapAdminStatus' object. c) triggering a reroute via the 'cwapReroute' object. (5) The table index 'ifIndex' refers to that of the root. The 'ifIndex' identifies an ATM Virtual Interface ('ifType' atmVirtual(149)).
Status: current Access: not-accessible
OBJECT-TYPE    
  CwapConfigEntry  

cwapRootVpi 1.3.6.1.4.1.9.9.99998.1.1.1.1.1
This object identifies the Virtual Path Identifier(VPI) of the root endpoint this party is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..4095  

cwapRootVci 1.3.6.1.4.1.9.9.99998.1.1.1.1.2
This object identifies the Virtual Channel Identifier (VCI) of the root endpoint this party is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cwapReference 1.3.6.1.4.1.9.9.99998.1.1.1.1.3
An arbitrary integer which serves to distinguish between the multiple parties attached to a root of a point-to-multipoint SPVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

cwapNSAPAddress 1.3.6.1.4.1.9.9.99998.1.1.1.1.4
The ATM NSAP address of this party.
Status: current Access: read-create
OBJECT-TYPE    
  WanNsapAtmAddress  

cwapVpi 1.3.6.1.4.1.9.9.99998.1.1.1.1.5
The VPI value of this party.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4095  

cwapVci 1.3.6.1.4.1.9.9.99998.1.1.1.1.6
The VCI value of this party.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

cwapReroute 1.3.6.1.4.1.9.9.99998.1.1.1.1.7
The management station uses this object to trigger the re-routing of the party. * Rerouting takes effect, when this object is set to true(1). When set to false(2), no action is taken. * The value 'false' will always be returned on snmp query to this variable. * During reroute operation, the 'cwapOperStatus' will contain the value 'fail'. Upon successful completion of reroute, the 'cwapOperStatus' will change to the value 'ok'. If the reroute operation failed, the 'cwapOperStatus' will stay in 'fail'. The management station should query the 'cwapOperStatus' to decide if a reroute request is successful or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cwapAdminStatus 1.3.6.1.4.1.9.9.99998.1.1.1.1.8
The 'administrative status' of this party.
Status: current Access: read-create
OBJECT-TYPE    
  WanPartyAdminStatus  

cwapOperStatus 1.3.6.1.4.1.9.9.99998.1.1.1.1.9
The 'operational status' of this party.
Status: current Access: read-only
OBJECT-TYPE    
  WanPartyOperStatus  

cwapIdentifier 1.3.6.1.4.1.9.9.99998.1.1.1.1.10
An arbitrary integer which serves to distinguish all parties on a node. This value is assigned by the managed system when a party is added. The use of this variable is implementation specific.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cwapUploadCounter 1.3.6.1.4.1.9.9.99998.1.1.1.1.11
This counter is used by the management station to determine if a party had been modified and requires further action from management station. The use of this variable is implementation specific. This functionality is conventionally achieved by time stamping using a time-of-day clock. However, in switches where time-of-day clock is not available, the following scheme is used: The upload counter is incremented, when: * assignment of a party to a cwapIdentifier. This happens when a party is added and assigned this cwapIdentifier. * de-assignment of connection from a cwapIdentifier. This happens when a connection is deleted. * When there is a status change done to this party.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cwapRootPhysicalId 1.3.6.1.4.1.9.9.99998.1.1.1.1.12
This object contains physical description of the physical interface the root resides. The presentation of this object is implementation specific.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cwapRowStatus 1.3.6.1.4.1.9.9.99998.1.1.1.1.13
This object is used to create, modify or delete an entry in the ciscoWanAtmPartyTable. * 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. * A row may be deleted by setting the RowStatus to 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoWanAtmPartyMIBCompliances 1.3.6.1.4.1.9.9.99998.2.1
OBJECT IDENTIFIER    

ciscoWanAtmPartyMIBGroups 1.3.6.1.4.1.9.9.99998.2.2
OBJECT IDENTIFIER    

ciscoWanAtmPartyMIBCompliance 1.3.6.1.4.1.9.9.99998.2.1.1
The compliance statement for SNMPv2 entities which implement one or more parties of an ATM point-to- multi-point connection.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoWanAtmPartyGroup 1.3.6.1.4.1.9.9.99998.2.2.2
This group contains the information of a 'party' per each SPVC point-to-multipoint connection.
Status: current Access: read-create
OBJECT-GROUP