CISCO-MSP-MIB

File: CISCO-MSP-MIB.mib (24366 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString
ifIndex RowStatus StorageType
ciscoMgmt

Defined Types

CMspIfProfileEntry  
SEQUENCE    
  cMspIfProfileName SnmpAdminString
  cMspIfProfileStorageType StorageType
  cMspIfProfileRowStatus RowStatus

CMspProfileEntry  
SEQUENCE    
  cMspProfileName SnmpAdminString
  cMspProfileService BITS
  cMspProfileRsvp SnmpAdminString
  cMspProfileMetadata SnmpAdminString
  cMspProfileStorageType StorageType
  cMspProfileRowStatus RowStatus

CMspRsvpParamsEntry  
SEQUENCE    
  cMspRsvpParamsName SnmpAdminString
  cMspRsvpParamsBandwidth Unsigned32
  cMspRsvpParamsPeakRate Unsigned32
  cMspRsvpParamsMaxBurst Unsigned32
  cMspRsvpParamsPriorityPrempt Unsigned32
  cMspRsvpParamsPriorityDefend Unsigned32
  cMspRsvpParamsStorageType StorageType
  cMspRsvpParamsRowStatus RowStatus

CMspMetaParamsEntry  
SEQUENCE    
  cMspMetaParamsName SnmpAdminString
  cMspMetaParamsBandwidth Unsigned32
  cMspMetaParamsSyncSrc Unsigned32
  cMspMetaParamsClockFreq Unsigned32
  cMspMetaParamsSessId SnmpAdminString
  cMspMetaParamsDomainName SnmpAdminString
  cMspMetaParamsCname SnmpAdminString
  cMspMetaParamsMimeType SnmpAdminString
  cMspMetaParamsPayloadType Unsigned32
  cMspMetaParamsSipUserName SnmpAdminString
  cMspMetaParamsSipEmail SnmpAdminString
  cMspMetaParamsAppName SnmpAdminString
  cMspMetaParamsAppVendor SnmpAdminString
  cMspMetaParamsAppVersion SnmpAdminString
  cMspMetaParamsStorageType StorageType
  cMspMetaParamsRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ciscoMspMIBNotifs 1.3.6.1.4.1.9.9.793.0
OBJECT IDENTIFIER    

ciscoMspMIBObjects 1.3.6.1.4.1.9.9.793.1
OBJECT IDENTIFIER    

ciscoMspMIBConform 1.3.6.1.4.1.9.9.793.2
OBJECT IDENTIFIER    

cMspGlobalStatus 1.3.6.1.4.1.9.9.793.1.1
This object specifies whether media services proxy is enabled or disabled. Default value is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cMspGlobalProfile 1.3.6.1.4.1.9.9.793.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspIfProfileTable 1.3.6.1.4.1.9.9.793.1.3
This table specifies the media services profile applied to the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CMspIfProfileEntry

cMspIfProfileEntry 1.3.6.1.4.1.9.9.793.1.3.1
Each entry specifies the media services profile applied on a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CMspIfProfileEntry  

cMspIfProfileName 1.3.6.1.4.1.9.9.793.1.3.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspIfProfileStorageType 1.3.6.1.4.1.9.9.793.1.3.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cMspIfProfileRowStatus 1.3.6.1.4.1.9.9.793.1.3.1.3
This object specifies the status of conceptual row of interface media services profile table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cMspProfileTable 1.3.6.1.4.1.9.9.793.1.4
This table specifies the configuration of media services profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CMspProfileEntry

cMspProfileEntry 1.3.6.1.4.1.9.9.793.1.4.1
Each entry specifies a media services profile and its attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CMspProfileEntry  

cMspProfileName 1.3.6.1.4.1.9.9.793.1.4.1.1
This object specifies the name of media services profile.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspProfileService 1.3.6.1.4.1.9.9.793.1.4.1.2
This object specifies the list of services enabled for a media services profile.
Status: current Access: read-create
OBJECT-TYPE    
  BITS rsvp(0), metadata(1)  

cMspProfileRsvp 1.3.6.1.4.1.9.9.793.1.4.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspProfileMetadata 1.3.6.1.4.1.9.9.793.1.4.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspProfileStorageType 1.3.6.1.4.1.9.9.793.1.4.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cMspProfileRowStatus 1.3.6.1.4.1.9.9.793.1.4.1.6
This object specifies the status of the conceptual row of media service profile table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cMspRsvpParamsTable 1.3.6.1.4.1.9.9.793.1.5
This table specifies the table of RSVP parameter lists to be used when the corresponding media services profile is in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CMspRsvpParamsEntry

cMspRsvpParamsEntry 1.3.6.1.4.1.9.9.793.1.5.1
Each entry specifies a RSVP parameter list.
Status: current Access: not-accessible
OBJECT-TYPE    
  CMspRsvpParamsEntry  

cMspRsvpParamsName 1.3.6.1.4.1.9.9.793.1.5.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspRsvpParamsBandwidth 1.3.6.1.4.1.9.9.793.1.5.1.2
This object specifies the bandwidth to be used as value for RSVP bandwidth parameter when the corresponding media services profile is in use.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10000000  

cMspRsvpParamsPeakRate 1.3.6.1.4.1.9.9.793.1.5.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10000000  

cMspRsvpParamsMaxBurst 1.3.6.1.4.1.9.9.793.1.5.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

cMspRsvpParamsPriorityPrempt 1.3.6.1.4.1.9.9.793.1.5.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..7  

cMspRsvpParamsPriorityDefend 1.3.6.1.4.1.9.9.793.1.5.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..7  

cMspRsvpParamsStorageType 1.3.6.1.4.1.9.9.793.1.5.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cMspRsvpParamsRowStatus 1.3.6.1.4.1.9.9.793.1.5.1.8
This object specifies the status of the conceptual row of the RSVP parameter list table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cMspMetaParamsTable 1.3.6.1.4.1.9.9.793.1.6
This table specifies the table of metadata parameter lists to be used when the corresponding media services profile is in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CMspMetaParamsEntry

cMspMetaParamsEntry 1.3.6.1.4.1.9.9.793.1.6.1
Each entry specifies a metadata parameter list.
Status: current Access: not-accessible
OBJECT-TYPE    
  CMspMetaParamsEntry  

cMspMetaParamsName 1.3.6.1.4.1.9.9.793.1.6.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cMspMetaParamsBandwidth 1.3.6.1.4.1.9.9.793.1.6.1.2
This object specifies the bandwidth to be used as value for metadata bandwidth parameter when the corresponding media services profile is in use.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10000000  

cMspMetaParamsSyncSrc 1.3.6.1.4.1.9.9.793.1.6.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cMspMetaParamsClockFreq 1.3.6.1.4.1.9.9.793.1.6.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cMspMetaParamsSessId 1.3.6.1.4.1.9.9.793.1.6.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

cMspMetaParamsDomainName 1.3.6.1.4.1.9.9.793.1.6.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

cMspMetaParamsCname 1.3.6.1.4.1.9.9.793.1.6.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

cMspMetaParamsMimeType 1.3.6.1.4.1.9.9.793.1.6.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

cMspMetaParamsPayloadType 1.3.6.1.4.1.9.9.793.1.6.1.9
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

cMspMetaParamsSipUserName 1.3.6.1.4.1.9.9.793.1.6.1.10
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

cMspMetaParamsSipEmail 1.3.6.1.4.1.9.9.793.1.6.1.11
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..24)  

cMspMetaParamsAppName 1.3.6.1.4.1.9.9.793.1.6.1.12
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..40)  

cMspMetaParamsAppVendor 1.3.6.1.4.1.9.9.793.1.6.1.13
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..40)  

cMspMetaParamsAppVersion 1.3.6.1.4.1.9.9.793.1.6.1.14
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..40)  

cMspMetaParamsStorageType 1.3.6.1.4.1.9.9.793.1.6.1.15
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.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cMspMetaParamsRowStatus 1.3.6.1.4.1.9.9.793.1.6.1.16
This object specifies the row status of conceptual row of metadata parameter list table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoMspMIBCompliances 1.3.6.1.4.1.9.9.793.2.1
OBJECT IDENTIFIER    

ciscoMspMIBGroups 1.3.6.1.4.1.9.9.793.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoMspMIBScalarObjectGroup 1.3.6.1.4.1.9.9.793.2.2.1
A collection of scalar objects for media services.
Status: current Access: read-create
OBJECT-GROUP    

ciscoMspMIBIfProfileObjectGroup 1.3.6.1.4.1.9.9.793.2.2.2
A collection of objects for media services interface table.
Status: current Access: read-create
OBJECT-GROUP    

ciscoMspMIBProfileNameObjectGroup 1.3.6.1.4.1.9.9.793.2.2.3
A collection of objects for media services profile.
Status: current Access: read-create
OBJECT-GROUP    

ciscoMspMIBRsvpParamsObjectGroup 1.3.6.1.4.1.9.9.793.2.2.4
A collection of objects for RSVP parameters.
Status: current Access: read-create
OBJECT-GROUP    

ciscoMspMIBMetaParamsObjectGroup 1.3.6.1.4.1.9.9.793.2.2.5
A collection of objects for metadata parameters.
Status: current Access: read-create
OBJECT-GROUP