CISCO-IETF-MEGACO-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-MEGACO-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
 ciscoIetfMegacoMIB 1.3.6.1.4.1.9.10.99999
This MIB module is based on the Internet Draft draft-ietf-megaco-mib-05.txt. It defines the attributes of Megaco protocol. Reference: ITU H.248 (Rev. COM16-107).
             ciscoIetfMegacoMIBNotifs 1.3.6.1.4.1.9.10.99999.0
             ciscoIetfMegacoMIBObjects 1.3.6.1.4.1.9.10.99999.1
                 cmedConfiguration 1.3.6.1.4.1.9.10.99999.1.1
                     cmedLinkIdTable 1.3.6.1.4.1.9.10.99999.1.1.1 no-access
This table contains a nextLinkId for each Gateway. It provides the manager with the nextLinkId for use in creating new Gateway Table Entries.
                         cmedLinkIdEntry 1.3.6.1.4.1.9.10.99999.1.1.1.1 no-access
This table contains the NextLinkId for this Gateway and is indexed by mediaGatewayId.
                             cmedNextLinkId 1.3.6.1.4.1.9.10.99999.1.1.1.1.1 testandincr read-write
The Next Value for a cmedGatewayLinkId. Assists the manager in selecting a value for cmedGatewayLinkId. Using the TestAndIncr syntax, A Manager will 'lock' this variable, ensuring single access.
                     cmedGatewayConfigTable 1.3.6.1.4.1.9.10.99999.1.1.2 no-access
A list of cmedGatewayConfigEntry objects.
                         cmedGatewayConfigEntry 1.3.6.1.4.1.9.10.99999.1.1.2.1 no-access
Entry holding configuration information about a group of Media Gateway Controllers sharing the same signaling link.
                             cmedGatewayId 1.3.6.1.4.1.9.10.99999.1.1.2.1.1 cmediagatewayid no-access
The unique Media Gateway Id which identifies this media gateway
                             cmedGatewayLinkId 1.3.6.1.4.1.9.10.99999.1.1.2.1.2 cmediagatewaylinkid no-access
The unique link id which identifies the signaling link that this gateway uses to communicate with the Gateway Controllers to form an H.248 association.
                             cmedGatewayLinkName 1.3.6.1.4.1.9.10.99999.1.1.2.1.3 snmpadminstring read-only
A descriptive name of this signaling link / media gateway combination
                             cmedGatewayIPAddress 1.3.6.1.4.1.9.10.99999.1.1.2.1.4 ipaddress read-only
The IP address that the Media Gateway Controller will use to communicate with the Media Gateway. This object reflects the IP address over control PVC that user configures in cMediaGwIpConfigTable. The value 0.0.0.0 is returned if the entry is invalid.
                             cmedGatewayPort 1.3.6.1.4.1.9.10.99999.1.1.2.1.5 integer32 read-only
TCP/UDP port number that the Media Gateway Controller will use to communicate with the Media Gateway. The value 0 is returned if the entry is invalid.
                             cmedGatewayEncodingScheme 1.3.6.1.4.1.9.10.99999.1.1.2.1.6 integer read-only
The encoding scheme that would be used to encode the H.248 messages that are sent/received to/from the gateway controller Enumeration: 'text': 1, 'binary': 2.
                             cmedGatewayProtocol 1.3.6.1.4.1.9.10.99999.1.1.2.1.7 integer read-only
Type of the control protocol in use notApplicable (1) - other (2) - Other (none from the list below) dss1-ip (3) - Q931+ ipdc (4) - IPDC megacov1 (5) - MEGACO/H.248 Version 1 megacov2 (6) - MEGACO/H.248 Version 2 mgcp (7) - MGCP Enumeration: 'ipdc': 4, 'notApplicable': 1, 'other': 2, 'megacov2': 6, 'megacov1': 5, 'mgcp': 7, 'dss1Ip': 3.
                             cmedGatewaySigTptProtocol 1.3.6.1.4.1.9.10.99999.1.1.2.1.8 integer read-only
Type of the transport protocol that is being used to transport the H.248 signaling traffic Enumeration: 'udp': 2, 'other': 4, 'sctp': 3, 'tcp': 1.
                             cmedGatewayAdminStatus 1.3.6.1.4.1.9.10.99999.1.1.2.1.9 integer read-only
The desired state of the gateway. The testing(3) state indicates that no signaling packets can be passed. When a managed system initializes, all gateways start with cmedGatewayAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, cmedGatewayAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state). Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                             cmedGatewayOperStatus 1.3.6.1.4.1.9.10.99999.1.1.2.1.10 integer read-only
The current operational state of the gateway. up (1) - ready to communicate with MGC down (2) testing(3) - in some test mode unknown(4) - status can not be determined for some reason. The testing(3) state indicates that no signaling packets can be passed. If cmedGatewayAdminStatus is down(2) then cmedGatewayOperStatus should be down(2). If cmedGatewayAdminStatus is changed to up(1) then cmedGatewayOperStatus should change to up(1) if the gateway is ready to transmit and receive signaling traffic; it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state Enumeration: 'down': 2, 'unknown': 4, 'testing': 3, 'up': 1.
                             cmedGatewayLastStatusChange 1.3.6.1.4.1.9.10.99999.1.1.2.1.11 timestamp read-only
The value of sysUpTime at the time the associated link entered its current operational status. If the current status was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                             cmedGatewayResetStatistics 1.3.6.1.4.1.9.10.99999.1.1.2.1.12 integer read-only
This object can be used to reset all statistics collected for this media gateway link so far. Statistics will be reset when the object is SET to 'reset'. Upon reset, the agent changes the value of this object to 'notApplicable'. Enumeration: 'reset': 3, 'notApplicable': 1, 'other': 2.
                             cmedGatewayRowStatus 1.3.6.1.4.1.9.10.99999.1.1.2.1.13 rowstatus read-only
This is used to create new rows, modify existing rows and to delete existing rows.
                     cmedGwyControllerTable 1.3.6.1.4.1.9.10.99999.1.1.3 no-access
List of the Media Gateway Controllers that are managed in the network
                         cmedGwyControllerEntry 1.3.6.1.4.1.9.10.99999.1.1.3.1 no-access
Entry holding information about an individual Media Gateway Controller.
                             cmedGwyControllerId 1.3.6.1.4.1.9.10.99999.1.1.3.1.1 unsigned32 no-access
An unique identification number that is assigned to the gateway controller by the manager
                             cmedGwyControllerIPAddress 1.3.6.1.4.1.9.10.99999.1.1.3.1.2 ipaddress read-write
The IP address of the Media Gateway Controller. The value 0.0.0.0 is returned if the entry is invalid.
                             cmedGwyControllerPort 1.3.6.1.4.1.9.10.99999.1.1.3.1.3 integer32 read-write
TCP port of the Media Gateway Controller. The value 0 is returned if the entry is invalid.
                             cmedGwyControllerAdminStatus 1.3.6.1.4.1.9.10.99999.1.1.3.1.4 integer read-write
The desired state of the gateway. The testing(3) state indicates that no signaling packets can be passed. When a managed system initializes, all gateways start with cmedGwyControllerAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, cmedGwyControllerAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state). Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                             cmedGwyControllerOperStatus 1.3.6.1.4.1.9.10.99999.1.1.3.1.5 integer read-only
The current operational state of the gateway controller. The standby(3) state indicates that it is in the standby mode and no signaling packets can be passed. If cmedGwyControllerAdminStatus is down(2) then cmedGwyControllerOperStatus should be down(2). If cmedGwyControllerAdminStatus is changed to up(1), then cmedGwyControllerOperStatus should change to up(1). If the gateway controller is ready to transmit and receive signaling traffic; it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state Enumeration: 'down': 2, 'standby': 3, 'up': 1.
                 cmedStatistics 1.3.6.1.4.1.9.10.99999.1.2
                     cmedGatewayStatsTable 1.3.6.1.4.1.9.10.99999.1.2.1 no-access
A list of mediaGatewayTableEntry objects.
                         cmedGatewayStatsEntry 1.3.6.1.4.1.9.10.99999.1.2.1.1 no-access
Entry holding statistics about a group of media Gateway/signaling link pair
                             cmedNumInMessages 1.3.6.1.4.1.9.10.99999.1.2.1.1.1 counter32 read-only
Total number of messages received on the link.
                             cmedNumInOctets 1.3.6.1.4.1.9.10.99999.1.2.1.1.2 counter32 read-only
Total number of octets received on the link.
                             cmedNumOutMessages 1.3.6.1.4.1.9.10.99999.1.2.1.1.3 counter32 read-only
Total number of messages sent on the link.
                             cmedNumOutOctets 1.3.6.1.4.1.9.10.99999.1.2.1.1.4 counter32 read-only
Total number of octets sent on the link.
                             cmedNumErrors 1.3.6.1.4.1.9.10.99999.1.2.1.1.5 counter32 read-only
Total number of signaling-level errors encountered. Includes, but is not limited to, number of bad messages received, number of failures to sent a message and number of other errors.
                             cmedNumTimerRecovery 1.3.6.1.4.1.9.10.99999.1.2.1.1.6 counter32 read-only
Total Number of timer recovery events since the statistics was last reset. This reflects all protocol timers that are supported (For H.248, T - start timer, S - short timer, L - long timer, and Z - long duration timer etc)
                             cmedTransportNumLosses 1.3.6.1.4.1.9.10.99999.1.2.1.1.7 counter32 read-only
Number of times a transport link was lost (excluding switch-over cases). A link loss is defined as loss of communication with the entity (MGC) due to hardware/transient problems in the interface or other related hardware/software
                             cmedTransportNumSwitchover 1.3.6.1.4.1.9.10.99999.1.2.1.1.8 counter32 read-only
Number of times when the signaling was switched over to an alternative link. This includes switchover due to the Handoffs initiated by the gateway controllers
                             cmedTransportTotalNumAlarms 1.3.6.1.4.1.9.10.99999.1.2.1.1.9 counter32 read-only
Total number of all alarms issued for the transport layer.
                             cmedTransportLastEvent 1.3.6.1.4.1.9.10.99999.1.2.1.1.10 integer read-only
Last event reported by the transport layer. notApplicable (1) - Invalid/unknown. other (2) - None from the list below. linkUp (3) - Transport link is up. linkLoss (4) - Transport link loss. persistentError (5) - No link - persistent error. linkShutdown (6) - Link is shut down. switchOver (7) - Fail-over. Enumeration: 'switchOver': 7, 'linkShutdown': 6, 'persistentError': 5, 'notApplicable': 1, 'other': 2, 'linkUp': 3, 'linkLoss': 4.
                             cmedTransportLastEventTime 1.3.6.1.4.1.9.10.99999.1.2.1.1.11 timestamp read-only
The value of sysUpTime at the time when the event specified by cmedTransportLastEvent occurred. If the last event occurred prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                             cmedLastStatisticsReset 1.3.6.1.4.1.9.10.99999.1.2.1.1.12 timestamp read-only
The value of sysUpTime at the time when the statistics were reset. If the reset occurred prior to the last re-initialization of the local network management subsystem, this object contains a zero value.
                 cmedConnections 1.3.6.1.4.1.9.10.99999.1.3
                     cmedTermIdTable 1.3.6.1.4.1.9.10.99999.1.3.1 no-access
This table contains a nextTerminationId for each Gateway. It provides the manager with the nextTerminationId for use in creating a new TerminationsTable Entry.
                         cmedTermIdEntry 1.3.6.1.4.1.9.10.99999.1.3.1.1 no-access
This table contains a nextTerminationId for each Gateway, and is indexed by mediaGatewayId.
                             cmedNextTerminationId 1.3.6.1.4.1.9.10.99999.1.3.1.1.1 testandincr read-write
The Next Value for a MediaGateway TerminationId. Assists the manager in selecting a value for cmedTermId. Using the TestAndIncr syntax, A Manager will 'lock' this variable, ensuring single access.
                     cmedTerminationsTable 1.3.6.1.4.1.9.10.99999.1.3.2 no-access
This table contains information about terminations in a media gateway. It is a list of terminations. The number of entries equals to the total number of terminations for all contexts in a gateway.
                         cmedTerminationsEntry 1.3.6.1.4.1.9.10.99999.1.3.2.1 no-access
It contains objects that describe a termination.
                             cmedTermId 1.3.6.1.4.1.9.10.99999.1.3.2.1.1 cmediagatewaytermid no-access
An unique identification number that is assigned to the termination by a media gateway. This is the TerminationId that would be used in the protocol messages that are sent from the gateway
                             cmedTermName 1.3.6.1.4.1.9.10.99999.1.3.2.1.2 snmpadminstring read-only
A descriptive name that would describe this termination and its use. For example, 'emergency-ds0-1' indicating that this termination is reserved as an emergency DS0 channel
                             cmedTermAdminStatus 1.3.6.1.4.1.9.10.99999.1.3.2.1.3 integer read-only
The desired state of the termination. The testing(3) state indicates that no connections can be created for this termination. When a managed system initializes, all terminations start with cmedTermAdminStatus in the outOfService(2) state. As a result of either explicit management action or per configuration information retained by the managed system, cmedTermAdminStatus is then changed to either the inService(1) or testing(3) states (or remains in the outOfService(2) state). Enumeration: 'outOfService': 2, 'testing': 3, 'inService': 1.
                             cmedTermOperStatus 1.3.6.1.4.1.9.10.99999.1.3.2.1.4 integer read-only
The current operational state of the termination. The testing(3) state indicates that it is in the testing mode and no connections can be created on it. If cmedTermAdminStatus is outOfService(2) then cmedTermOperStatus should be down(2). If cmedTermAdminStatus is changed to up(1) then cmedTermOperStatus should change to up (1) and the termination is ready to accept connections; it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                             cmedTermInterfaceIdentifier 1.3.6.1.4.1.9.10.99999.1.3.2.1.5 interfaceindex read-only
A number that uniquely identifies the interface in the physical gateway. This is the ifIndex in the ifTable, that this termination would be using to communicate to other gateways
                             cmedTermPropertyProfileId 1.3.6.1.4.1.9.10.99999.1.3.2.1.6 unsigned32 read-only
This determines the profile of the termination which determines what kind of capabilities this termination has. This is an index into the cmedPropertyProfileTable which identifies all the profile that are available
                             cmedTermRowStatus 1.3.6.1.4.1.9.10.99999.1.3.2.1.7 rowstatus read-only
This is used to create new rows in this table, Modify existing rows, and to delete existing rows.
                     cmedPropertyProfileTable 1.3.6.1.4.1.9.10.99999.1.3.3 no-access
This table contains a list of the properties supported in a Profile. A Manager builds a Profile of properties, then ties each termination to a defined profile
                         cmedPropertyProfileEntry 1.3.6.1.4.1.9.10.99999.1.3.3.1 no-access
Each row represents a default property of the Property Profile N-entries per mediaGatewayId/PropertyId, one entry per property.
                             cmedPropertyProfileId 1.3.6.1.4.1.9.10.99999.1.3.3.1.1 unsigned32 no-access
This PropertyProfile Identifier uniquely identifies this set of properties. This is the value each termination would refer, when they would like to support all the properties in this profile
                             cmedPropertyProfileIndex 1.3.6.1.4.1.9.10.99999.1.3.3.1.2 unsigned32 no-access
This is the index to the PropertyProfile This is just a 'counter' through the cmedPropertyProfile Table. ie, property=1 property=2 etc.
                             cmedPropertyProfileProperty 1.3.6.1.4.1.9.10.99999.1.3.3.1.3 autonomoustype read-only
The Property supported by this Profile. This is an Object ID (OID) defined in a package MIB to identify a Particular property (such as AnalogLines, Tones etc).
                             cmedPropertyProfileRowStatus 1.3.6.1.4.1.9.10.99999.1.3.3.1.4 rowstatus read-only
It is used to create new rows in this table, modify existing rows, and to delete existing rows.
                 cmedProperties 1.3.6.1.4.1.9.10.99999.1.4
             ciscoIetfMegacoMIBConformance 1.3.6.1.4.1.9.10.99999.3
                 cmedCompliances 1.3.6.1.4.1.9.10.99999.3.1
                     cmedCompliance 1.3.6.1.4.1.9.10.99999.3.1.1
Compliance statement for entities which implement the CISCO-IETF-MEGACO-MIB.
                 cmedConfigGroups 1.3.6.1.4.1.9.10.99999.3.2
                     cmedConfig 1.3.6.1.4.1.9.10.99999.3.2.1
This group contains of all the configuration Information for a Media Gateway. This group is mandatory for any implementation managing a media gateway or a group of media gateways
                     cmedStatsGroup 1.3.6.1.4.1.9.10.99999.3.2.2
This group contains of all the statistics Information for a Media Gateway. This group is mandatory for any implementation managing a media gateway or a group of media gateways
                     cmedGwyControllerGroup 1.3.6.1.4.1.9.10.99999.3.2.3
This group contains of all the configuration Information for a Media Gateway Controller. This group is mandatory for any implementation managing a media gateway controller or a group of media gateway controllers. It is also mandatory for implementations managing media gateway(s)
                     cmedNextIdGroup 1.3.6.1.4.1.9.10.99999.3.2.4
Agent provides NextId's to the Manager to assist in selecting and creating new table entries. This group is optional for all the implementations. But when it is not implemented, it is the manager's responsibility to uniquely determine these ids
                     cmedTermGroup 1.3.6.1.4.1.9.10.99999.3.2.5
This group contains of all the configuration Information for a termination. This group is mandatory for any implementation managing termination.