CISCO-MSP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-MSP-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
 ciscoMspMIB 1.3.6.1.4.1.9.9.793
Objective of media services proxy is to provide media services to end-points and its flows identified by a set of protocols. Media services include metadata and RSVP signaling. MIB Table Overview: ================== The MIB table consists of the following objects. 1.cMspGlobalStatus To enable/disable MSP. 2.cMspGlobalProfile Globally applied MSP profile. 3.cMspIfProfileTable MSP profile applied on the interface. 4.cMspProfileTable MSP profile table containing list of services and parameter list for that service. 5.cMspRsvpParamsTable RSVP parameter list. Used for RSVP reservation. 6.cMspMetaParamsTable Metadata parameter list. Used for metadata signaling.
         ciscoMspMIBNotifs 1.3.6.1.4.1.9.9.793.0
         ciscoMspMIBObjects 1.3.6.1.4.1.9.9.793.1
             cMspGlobalStatus 1.3.6.1.4.1.9.9.793.1.1 integer read-write
This object specifies whether media services proxy is enabled or disabled. Default value is disabled. Enumeration: 'enable': 1, 'disable': 2.
             cMspGlobalProfile 1.3.6.1.4.1.9.9.793.1.2 snmpadminstring read-write
This object specifies the media services profile name globally enabled. This name corresponds to an entry in media services profile table and using it the required services and parameters list are fetched and applied.
             cMspIfProfileTable 1.3.6.1.4.1.9.9.793.1.3 no-access
This table specifies the media services profile applied to the interface.
                 cMspIfProfileEntry 1.3.6.1.4.1.9.9.793.1.3.1 no-access
Each entry specifies the media services profile applied on a particular interface.
                     cMspIfProfileName 1.3.6.1.4.1.9.9.793.1.3.1.1 snmpadminstring read-only
This object specifies the media services profile name applied on a particular interface. This name corresponds to an entry in the media services profile table and using it the required services and parameters list are fetched and applied.
                     cMspIfProfileStorageType 1.3.6.1.4.1.9.9.793.1.3.1.2 storagetype read-only
This object specifies the storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     cMspIfProfileRowStatus 1.3.6.1.4.1.9.9.793.1.3.1.3 rowstatus read-only
This object specifies the status of conceptual row of interface media services profile table.
             cMspProfileTable 1.3.6.1.4.1.9.9.793.1.4 no-access
This table specifies the configuration of media services profile.
                 cMspProfileEntry 1.3.6.1.4.1.9.9.793.1.4.1 no-access
Each entry specifies a media services profile and its attributes.
                     cMspProfileName 1.3.6.1.4.1.9.9.793.1.4.1.1 snmpadminstring read-only
This object specifies the name of media services profile.
                     cMspProfileService 1.3.6.1.4.1.9.9.793.1.4.1.2 bits read-only
This object specifies the list of services enabled for a media services profile. Bits: 'metadata': 1, 'rsvp': 0.
                     cMspProfileRsvp 1.3.6.1.4.1.9.9.793.1.4.1.3 snmpadminstring read-only
This object specifies the name of the RSVP parameter list. This name corresponds to an entry in RSVP parameter list table and using this the RSVP parameters are fetched and applied when the media services profile is in use.
                     cMspProfileMetadata 1.3.6.1.4.1.9.9.793.1.4.1.4 snmpadminstring read-only
This object specifies the name of the metadata parameter list. This name corresponds to an entry in metadata parameter list table and using this the metadata parameters are fetched and applied when the media services profile is in use.
                     cMspProfileStorageType 1.3.6.1.4.1.9.9.793.1.4.1.5 storagetype read-only
This object specifies the storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     cMspProfileRowStatus 1.3.6.1.4.1.9.9.793.1.4.1.6 rowstatus read-only
This object specifies the status of the conceptual row of media service profile table.
             cMspRsvpParamsTable 1.3.6.1.4.1.9.9.793.1.5 no-access
This table specifies the table of RSVP parameter lists to be used when the corresponding media services profile is in use.
                 cMspRsvpParamsEntry 1.3.6.1.4.1.9.9.793.1.5.1 no-access
Each entry specifies a RSVP parameter list.
                     cMspRsvpParamsName 1.3.6.1.4.1.9.9.793.1.5.1.1 snmpadminstring read-only
This object specifies the name of RSVP parameter list. This name is used in media services profile table to identify the RSVP parameter list and use it when the corresponding media services profile is applied.
                     cMspRsvpParamsBandwidth 1.3.6.1.4.1.9.9.793.1.5.1.2 unsigned32 read-only
This object specifies the bandwidth to be used as value for RSVP bandwidth parameter when the corresponding media services profile is in use.
                     cMspRsvpParamsPeakRate 1.3.6.1.4.1.9.9.793.1.5.1.3 unsigned32 read-only
This object specifies the peak rate to be used as a value for RSVP session peak rate parameter when the corresponding media services profile is in use.
                     cMspRsvpParamsMaxBurst 1.3.6.1.4.1.9.9.793.1.5.1.4 unsigned32 read-only
This object specifies the max burst to be used as a value for RSVP max burst parameter when the corresponding media services profile is in use.
                     cMspRsvpParamsPriorityPrempt 1.3.6.1.4.1.9.9.793.1.5.1.5 unsigned32 read-only
This object specifies the preemption priority to be used as a value for RSVP priority preempt parameter when the corresponding media services profile is in use.
                     cMspRsvpParamsPriorityDefend 1.3.6.1.4.1.9.9.793.1.5.1.6 unsigned32 read-only
This object specifies the preemption defend to be used as a value for RSVP priority defend parameter when the corresponding media services profile is in use.
                     cMspRsvpParamsStorageType 1.3.6.1.4.1.9.9.793.1.5.1.7 storagetype read-only
This object specifies the storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     cMspRsvpParamsRowStatus 1.3.6.1.4.1.9.9.793.1.5.1.8 rowstatus read-only
This object specifies the status of the conceptual row of the RSVP parameter list table.
             cMspMetaParamsTable 1.3.6.1.4.1.9.9.793.1.6 no-access
This table specifies the table of metadata parameter lists to be used when the corresponding media services profile is in use.
                 cMspMetaParamsEntry 1.3.6.1.4.1.9.9.793.1.6.1 no-access
Each entry specifies a metadata parameter list.
                     cMspMetaParamsName 1.3.6.1.4.1.9.9.793.1.6.1.1 snmpadminstring read-only
This object specifies the name of metadata parameter list. This name is used in media services profile table to identify the metadata parameter list and use it when the corresponding media services profile is applied.
                     cMspMetaParamsBandwidth 1.3.6.1.4.1.9.9.793.1.6.1.2 unsigned32 read-only
This object specifies the bandwidth to be used as value for metadata bandwidth parameter when the corresponding media services profile is in use.
                     cMspMetaParamsSyncSrc 1.3.6.1.4.1.9.9.793.1.6.1.3 unsigned32 read-only
This object specifies the synchronization source to be used as value for metadata synchronization source parameter when the corresponding media services profile is in use.
                     cMspMetaParamsClockFreq 1.3.6.1.4.1.9.9.793.1.6.1.4 unsigned32 read-only
This object specifies the clock frequency to be used as value for metadata clock frequency parameter when the corresponding media services profile is in use.
                     cMspMetaParamsSessId 1.3.6.1.4.1.9.9.793.1.6.1.5 snmpadminstring read-only
This object specifies the session ID to be used as value for metadata session ID parameter when the corresponding media services profile is in use.
                     cMspMetaParamsDomainName 1.3.6.1.4.1.9.9.793.1.6.1.6 snmpadminstring read-only
This object specifies the domain name to be used as value for metadata domain name parameter when the corresponding media services profile is in use.
                     cMspMetaParamsCname 1.3.6.1.4.1.9.9.793.1.6.1.7 snmpadminstring read-only
This object specifies the cname to be used as value for metadata cname parameter when the corresponding media services profile is in use. Cname represents SIP call canonical name.
                     cMspMetaParamsMimeType 1.3.6.1.4.1.9.9.793.1.6.1.8 snmpadminstring read-only
This object specifies the mime type to be used as value for metadata mime type parameter when the corresponding media services profile is in use. Mime type represents the audio/video media type.
                     cMspMetaParamsPayloadType 1.3.6.1.4.1.9.9.793.1.6.1.9 unsigned32 read-only
This object specifies the payload type to be used as value for metadata payload type parameter when the corresponding media services profile is in use.
                     cMspMetaParamsSipUserName 1.3.6.1.4.1.9.9.793.1.6.1.10 snmpadminstring read-only
This object specifies the SIP user name to be used as value for metadata SIP user name parameter when the corresponding media services profile is in use.
                     cMspMetaParamsSipEmail 1.3.6.1.4.1.9.9.793.1.6.1.11 snmpadminstring read-only
This object specifies the SIP email ID to be used as value for metadata SIP email ID parameter when the corresponding media services profile is in use.
                     cMspMetaParamsAppName 1.3.6.1.4.1.9.9.793.1.6.1.12 snmpadminstring read-only
This object specifies the application name to be used as value for metadata application name parameter when the corresponding media services profile is in use.
                     cMspMetaParamsAppVendor 1.3.6.1.4.1.9.9.793.1.6.1.13 snmpadminstring read-only
This object specifies the application vendor to be used as value for metadata application vendor parameter when the corresponding media services profile is in use.
                     cMspMetaParamsAppVersion 1.3.6.1.4.1.9.9.793.1.6.1.14 snmpadminstring read-only
This object specifies the application version to be used as value for metadata application version parameter when the corresponding media services profile is in use.
                     cMspMetaParamsStorageType 1.3.6.1.4.1.9.9.793.1.6.1.15 storagetype read-only
This object specifies the storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     cMspMetaParamsRowStatus 1.3.6.1.4.1.9.9.793.1.6.1.16 rowstatus read-only
This object specifies the row status of conceptual row of metadata parameter list table.
         ciscoMspMIBConform 1.3.6.1.4.1.9.9.793.2
             ciscoMspMIBCompliances 1.3.6.1.4.1.9.9.793.2.1
                 ciscoMspMIBCompliance 1.3.6.1.4.1.9.9.793.2.1.1
This is a default module-compliance for ciscoMspMIB containing default object groups.
             ciscoMspMIBGroups 1.3.6.1.4.1.9.9.793.2.2
                 ciscoMspMIBScalarObjectGroup 1.3.6.1.4.1.9.9.793.2.2.1
A collection of scalar objects for media services.
                 ciscoMspMIBIfProfileObjectGroup 1.3.6.1.4.1.9.9.793.2.2.2
A collection of objects for media services interface table.
                 ciscoMspMIBProfileNameObjectGroup 1.3.6.1.4.1.9.9.793.2.2.3
A collection of objects for media services profile.
                 ciscoMspMIBRsvpParamsObjectGroup 1.3.6.1.4.1.9.9.793.2.2.4
A collection of objects for RSVP parameters.
                 ciscoMspMIBMetaParamsObjectGroup 1.3.6.1.4.1.9.9.793.2.2.5
A collection of objects for metadata parameters.