CISCO-PSD-CLIENT-MIB

File: CISCO-PSD-CLIENT-MIB.mib (21151 bytes)

Imported modules

SNMPv2-SMI SNMP-FRAMEWORK-MIB SNMPv2-TC
INET-ADDRESS-MIB SNMPv2-CONF CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 SnmpAdminString
RowStatus TruthValue InetAddressType
InetAddress MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP ciscoMgmt

Defined Types

CPsdClientDSEntry  
SEQUENCE    
  cPsdClientDSName SnmpAdminString
  cPsdClientDSAutoRetrieve TruthValue
  cPsdClientDSMaxRetrieve Integer32
  cPsdClientDSRowStatus RowStatus

CPsdClientDSServerEntry  
SEQUENCE    
  cPsdClientDSServerAddressType InetAddressType
  cPsdClientDSServerAddress InetAddress
  cPsdClientDSRetrieveOnly TruthValue
  cPsdClientDSServerRowStatus RowStatus

Defined Values

ciscoPsdClientMIB 1.3.6.1.4.1.9.9.495
This MIB module manages the client side functionality of the Persistent Storage Device(PSD). This MIB instrumentation is for configuring data-store(PSD client) feature on GGSN and monitoring the state of the PSD server(up/down/full). The Cisco Persistent Storage Device(PSD) is an extension to existing storage on the Cisco Content Services Gateway(CSG). The GGSN currently allows sending of the CDRs to an active CG, while allowing up to two standby CG's to be configured. When all the configured CG's become unavailable, the CDRs get stored at the GGSN and start using up GGSN resources such as memory. As the amount of memory is limited on GGSN and failure of GGSN shall lead to losing these stored CDRs. Using PSD as temporary storage, shall avoid losses due to these problems. When all the configured CG's are unavailable, GGSN needs to backup the live closed CDR's to a PSD. When any of the CG's shall become available, GGSN shall retrieve the stored CDR's automatically from the PSD and forwards them to the active CG. PSD supports the charging protocol(GTP'), version 0 with a few private extensions, which is used to facilitate the required functionality via UDP. Acronyms and terms: CDR Call Detail Record CID Charging Identification CG Charging Gateway CGF Charging Gateway Functionality DS Data-Store ETSI European Telecommunications Standards Institute Ga Name of the interface between SGSN/GGSN and CG Gi Name of the interface between GGSN and PDN Gn Name of the interface between GGSN and SGSN G-CDR Gateway GPRS Support Node-Call Detail Record GGSN Gateway GPRS Support Node GPRS General Packet Radio Service GSM Global System for Mobile communication GTP GPRS Tunneling Protocol GTP' GTP enhanced for charging IE Information Element MS Mobile Station PDN Packet Data Network PDP Packet Data Protocol SGSN Serving GPRS support Node TOS Type of Service. PSD Persistence Storage Device.
MODULE-IDENTITY    

ciscoPsdClientMIBNotifs 1.3.6.1.4.1.9.9.495.0
OBJECT IDENTIFIER    

ciscoPsdClientMIBObjects 1.3.6.1.4.1.9.9.495.1
OBJECT IDENTIFIER    

ciscoPsdClientStatistics 1.3.6.1.4.1.9.9.495.1.1
OBJECT IDENTIFIER    

ciscoPsdClientNotifMgmt 1.3.6.1.4.1.9.9.495.1.2
OBJECT IDENTIFIER    

ciscoPsdClientConfigurations 1.3.6.1.4.1.9.9.495.1.3
OBJECT IDENTIFIER    

ciscoPsdClientNotifInfo 1.3.6.1.4.1.9.9.495.1.4
OBJECT IDENTIFIER    

ciscoPsdClientMIBConform 1.3.6.1.4.1.9.9.495.2
OBJECT IDENTIFIER    

cPsdClientDSWriteReq 1.3.6.1.4.1.9.9.495.1.1.1
The number of Data Record Transfer request (for write) messages sent to the PSD server. This counter is incremented when the FIFO write request is sent to the PSD server from the client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cPsdClientDSReadReq 1.3.6.1.4.1.9.9.495.1.1.2
The number of Data Record Transfer request (for read) messages sent to PSD server. This counter is incremented when the FIFO read request message is sent to PSD server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cPsdClientDSRdWrRetrans 1.3.6.1.4.1.9.9.495.1.1.3
The number of Data Record Transfer Request (retransmission) messages sent to the PSD server. The PSD does not differentiate between a retransmission and original request. So, this counter together with the above two counters cPsdClientDSReadReq/ cPsdClientDSWriteReq can be used to tally the number of messages received by the PSD client. This counter is incremented when the FIFO read/write retransmission messages are sent to PSD server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cPsdClientDSDiskFullTrans 1.3.6.1.4.1.9.9.495.1.1.4
The number of state transitions made by the PSD from state 'disk available' to 'disk full'. This counter is incremented when client receives the disk full indication from PSD server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cPsdClientNotifEnable 1.3.6.1.4.1.9.9.495.1.2.1
This object specifies whether the agent should generate the notifications defined in this MIB module. If the value of this object is 'true' it enables the device to generate the notifications. If the value of this object is 'false' it disables the device from generating the notifications.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cPsdClientDSTable 1.3.6.1.4.1.9.9.495.1.3.1
A table consisting of entries for data-store(DS) and auto-retrieval configurations. In order to minimize the performance/memory impact on the PSD client, as well as not to overwhelm the CG with both live CDRs and retrieved CDRs, the maximum retrieval rate from PSD server to GGSN is limited and can be configured by the user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPsdClientDSEntry

cPsdClientDSEntry 1.3.6.1.4.1.9.9.495.1.3.1.1
Each entry contains the configuration for auto-retrieval and also maximum retrieval value if auto-retrieval is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPsdClientDSEntry  

cPsdClientDSName 1.3.6.1.4.1.9.9.495.1.3.1.1.1
This object contains the name of the configured data-store
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cPsdClientDSAutoRetrieve 1.3.6.1.4.1.9.9.495.1.3.1.1.2
This object is used to enable/disable the CDR auto-retrieval functionality. If value of this object is set to 'true', auto-retrieval is enabled. If value of this object is set to 'false', auto-retrieval is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cPsdClientDSMaxRetrieve 1.3.6.1.4.1.9.9.495.1.3.1.1.3
This object used to specify the maximum retrieval value, when auto retrieve is enabled, i.e when the value of the corresponding instance of cPsdClientDSAutoRetrieve is set to 'true'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..6000  

cPsdClientDSRowStatus 1.3.6.1.4.1.9.9.495.1.3.1.1.4
The status of this conceptual row. This object is used to create a row or delete a existing row in a table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPsdClientDSServerTable 1.3.6.1.4.1.9.9.495.1.3.2
The table contains the list of the PSD servers used to write/retrieve the CDRs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPsdClientDSServerEntry

cPsdClientDSServerEntry 1.3.6.1.4.1.9.9.495.1.3.2.1
This entry contains a description of the PSD server.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPsdClientDSServerEntry  

cPsdClientDSServerAddressType 1.3.6.1.4.1.9.9.495.1.3.2.1.1
This object indicates the type of Internet address of the PSD server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cPsdClientDSServerAddress 1.3.6.1.4.1.9.9.495.1.3.2.1.2
The object specifies the Internet address of the PSD server. The type of address of an instance of this object is determined by the value of the corresponding instance of cPsdClientDSServerAddressType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4..20)  

cPsdClientDSRetrieveOnly 1.3.6.1.4.1.9.9.495.1.3.2.1.3
The object represents that, the PSD server can be configured either as write/retrievable or as retrievable only. If the value of this object is set to 'true', the PSD server (the value of the corresponding instance of cPsdClientDSServerAddress) shall not be used for writing the CDRs. If the value of this object is set to 'false', the PSD server (the value of the corresponding instance of cPsdClientDSServerAddress) shall be used for writing the CDRs as well as retrieving the CDRs.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cPsdClientDSServerRowStatus 1.3.6.1.4.1.9.9.495.1.3.2.1.4
The status of this conceptual row. This object will create a row or delete a existing row in a table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPsdClientNotifDSServerAddrType 1.3.6.1.4.1.9.9.495.1.4.1
This object indicates the type of Internet address of the Data-Store server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

cPsdClientNotifDSServerAddress 1.3.6.1.4.1.9.9.495.1.4.2
This object specifies the Internet address of the Data-Store server . The type of address of an instance of this object is determined by the value of cPsdClientNotifDSServerAddrType.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

cPsdClientDownNotif 1.3.6.1.4.1.9.9.495.0.1
A notification of this type is generated when the PSD server goes DOWN. If the PSD client was in write/retrieving state, then that operation shall be be stopped.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cPsdClientUpNotif 1.3.6.1.4.1.9.9.495.0.2
A notification of this type is generated when the PSD server comes UP. A GTP' path will be created fulfilling all the specific requirements of the PSD interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cPsdClientDiskFullNotif 1.3.6.1.4.1.9.9.495.0.3
A notification of this type is generated when the PSD server's disk become full. If the disk of writable PSD server becomes full, the client shall not be able to write any CDR into the server. It shall then behave as a retrieve only PSD server.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cPsdClientMIBCompliances 1.3.6.1.4.1.9.9.495.2.1
OBJECT IDENTIFIER    

cPsdClientMIBGroups 1.3.6.1.4.1.9.9.495.2.2
OBJECT IDENTIFIER    

cPsdClientMIBCompliance 1.3.6.1.4.1.9.9.495.2.1.1
The compliance statement for entities which implement the CISCO PSD CLIENT MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cPsdClientMIBStatisticsGroup 1.3.6.1.4.1.9.9.495.2.2.1
A collection of objects providing Data Store related statistics.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cPsdClientMIBConfigurationsGroup 1.3.6.1.4.1.9.9.495.2.2.2
A collection of objects providing Data Store related configurations.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cPsdClientMIBNotifGroup 1.3.6.1.4.1.9.9.495.2.2.3
A collection of Notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cPsdClientMIBNotifInfoGroup 1.3.6.1.4.1.9.9.495.2.2.4
A collection of notification info objects on PSD.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cPsdClientMIBNotifMgmtGroup 1.3.6.1.4.1.9.9.495.2.2.5
A collection of objects related with notification management on PSD.
Status: current Access: accessible-for-notify
OBJECT-GROUP