CISCO-PSD-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-PSD-CLIENT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         ciscoPsdClientMIBNotifs 1.3.6.1.4.1.9.9.495.0
             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.
             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.
             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.
         ciscoPsdClientMIBObjects 1.3.6.1.4.1.9.9.495.1
             ciscoPsdClientStatistics 1.3.6.1.4.1.9.9.495.1.1
                 cPsdClientDSWriteReq 1.3.6.1.4.1.9.9.495.1.1.1 counter32 read-only
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.
                 cPsdClientDSReadReq 1.3.6.1.4.1.9.9.495.1.1.2 counter32 read-only
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.
                 cPsdClientDSRdWrRetrans 1.3.6.1.4.1.9.9.495.1.1.3 counter32 read-only
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.
                 cPsdClientDSDiskFullTrans 1.3.6.1.4.1.9.9.495.1.1.4 counter32 read-only
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.
             ciscoPsdClientNotifMgmt 1.3.6.1.4.1.9.9.495.1.2
                 cPsdClientNotifEnable 1.3.6.1.4.1.9.9.495.1.2.1 truthvalue read-write
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.
             ciscoPsdClientConfigurations 1.3.6.1.4.1.9.9.495.1.3
                 cPsdClientDSTable 1.3.6.1.4.1.9.9.495.1.3.1 no-access
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.
                     cPsdClientDSEntry 1.3.6.1.4.1.9.9.495.1.3.1.1 no-access
Each entry contains the configuration for auto-retrieval and also maximum retrieval value if auto-retrieval is enabled.
                         cPsdClientDSName 1.3.6.1.4.1.9.9.495.1.3.1.1.1 snmpadminstring no-access
This object contains the name of the configured data-store
                         cPsdClientDSAutoRetrieve 1.3.6.1.4.1.9.9.495.1.3.1.1.2 truthvalue read-only
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.
                         cPsdClientDSMaxRetrieve 1.3.6.1.4.1.9.9.495.1.3.1.1.3 integer32 read-only
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'.
                         cPsdClientDSRowStatus 1.3.6.1.4.1.9.9.495.1.3.1.1.4 rowstatus read-only
The status of this conceptual row. This object is used to create a row or delete a existing row in a table.
                 cPsdClientDSServerTable 1.3.6.1.4.1.9.9.495.1.3.2 no-access
The table contains the list of the PSD servers used to write/retrieve the CDRs.
                     cPsdClientDSServerEntry 1.3.6.1.4.1.9.9.495.1.3.2.1 no-access
This entry contains a description of the PSD server.
                         cPsdClientDSServerAddressType 1.3.6.1.4.1.9.9.495.1.3.2.1.1 inetaddresstype no-access
This object indicates the type of Internet address of the PSD server.
                         cPsdClientDSServerAddress 1.3.6.1.4.1.9.9.495.1.3.2.1.2 inetaddress no-access
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.
                         cPsdClientDSRetrieveOnly 1.3.6.1.4.1.9.9.495.1.3.2.1.3 truthvalue read-only
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.
                         cPsdClientDSServerRowStatus 1.3.6.1.4.1.9.9.495.1.3.2.1.4 rowstatus read-only
The status of this conceptual row. This object will create a row or delete a existing row in a table.
             ciscoPsdClientNotifInfo 1.3.6.1.4.1.9.9.495.1.4
                 cPsdClientNotifDSServerAddrType 1.3.6.1.4.1.9.9.495.1.4.1 inetaddresstype no-access
This object indicates the type of Internet address of the Data-Store server.
                 cPsdClientNotifDSServerAddress 1.3.6.1.4.1.9.9.495.1.4.2 inetaddress no-access
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.
         ciscoPsdClientMIBConform 1.3.6.1.4.1.9.9.495.2
             cPsdClientMIBCompliances 1.3.6.1.4.1.9.9.495.2.1
                 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.
             cPsdClientMIBGroups 1.3.6.1.4.1.9.9.495.2.2
                 cPsdClientMIBStatisticsGroup 1.3.6.1.4.1.9.9.495.2.2.1
A collection of objects providing Data Store related statistics.
                 cPsdClientMIBConfigurationsGroup 1.3.6.1.4.1.9.9.495.2.2.2
A collection of objects providing Data Store related configurations.
                 cPsdClientMIBNotifGroup 1.3.6.1.4.1.9.9.495.2.2.3
A collection of Notifications.
                 cPsdClientMIBNotifInfoGroup 1.3.6.1.4.1.9.9.495.2.2.4
A collection of notification info objects on PSD.
                 cPsdClientMIBNotifMgmtGroup 1.3.6.1.4.1.9.9.495.2.2.5
A collection of objects related with notification management on PSD.