ASCEND-MGSTAT-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-MGSTAT-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
 mgNumLinks 1.3.6.1.4.1.529.29.1 integer read-only
Number of media gateway links (link groups) available in this system.
 mgTable 1.3.6.1.4.1.529.29.2 no-access
A list of mgTableEntry objects.
     mgTableEntry 1.3.6.1.4.1.529.29.2.1 no-access
Entry holding information about a group of Media Gateway Controllers sharing the same signaling link.
         mgLinkName 1.3.6.1.4.1.529.29.2.1.1 octet string read-only
Name of this media gateway control group.
         mgProtocol 1.3.6.1.4.1.529.29.2.1.2 integer read-only
Type of the control protocol in use. Enumeration: 'ipdc': 4, 'notApplicable': 1, 'other': 2, 'asgcp': 3.
         mgAdminStatus 1.3.6.1.4.1.529.29.2.1.3 integer read-write
Administrative status for this media gateway control group. Enumeration: 'down': 2, 'up': 1.
         mgOperStatus 1.3.6.1.4.1.529.29.2.1.4 integer read-only
Current operational status of the signaling link. Enumeration: 'down': 2, 'unknown': 3, 'up': 1.
         mgLastStatusChange 1.3.6.1.4.1.529.29.2.1.5 timeticks 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.
         mgNumInMessages 1.3.6.1.4.1.529.29.2.1.6 counter32 read-only
Total number of messages received on the link.
         mgNumInOctets 1.3.6.1.4.1.529.29.2.1.7 counter32 read-only
Total number of octets received on the link.
         mgNumOutMessages 1.3.6.1.4.1.529.29.2.1.8 counter32 read-only
Total number of messages sent on the link.
         mgNumOutOctets 1.3.6.1.4.1.529.29.2.1.9 counter32 read-only
Total number of octets sent on the link.
         mgNumErrors 1.3.6.1.4.1.529.29.2.1.10 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.
         mgNumTimerRecovery 1.3.6.1.4.1.529.29.2.1.11 counter32 read-only
Number of timer recovery events since the statistics was last reset. This reflects all timers.
         mgTransportNumLosses 1.3.6.1.4.1.529.29.2.1.12 counter32 read-only
Number of times a transport link was lost (excluding switch-over cases).
         mgTransportNumSwitchover 1.3.6.1.4.1.529.29.2.1.13 counter32 read-only
Number of times when the signaling was switched over to an alternative link.
         mgTransportTotalNumAlarms 1.3.6.1.4.1.529.29.2.1.14 counter32 read-only
Total number of all alarms issued for the transport layer.
         mgTransportLastEvent 1.3.6.1.4.1.529.29.2.1.15 integer read-only
Last event reported by the transport layer. Enumeration: 'switchOver': 7, 'linkShutdown': 6, 'persistentError': 5, 'notApplicable': 1, 'other': 2, 'linkUp': 3, 'linkLoss': 4.
         mgTransportLastEventTime 1.3.6.1.4.1.529.29.2.1.16 timeticks read-only
The value of sysUpTime at the time when the event specified by mgTransportLastEvent occured. If the last event occured prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
         mgResetStatistics 1.3.6.1.4.1.529.29.2.1.17 integer read-write
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'. GET from this object always returns 'notApplicable'. Enumeration: 'reset': 3, 'notApplicable': 1, 'other': 2.
         mgLastStatisticsReset 1.3.6.1.4.1.529.29.2.1.18 timeticks read-only
The value of sysUpTime at the time when the statistics was reset. If the reset occured prior to the last re-initialization of the local network management subsystem, this object contains a zero value.
 mgControllerTable 1.3.6.1.4.1.529.29.3 no-access
Addresses of Media Gateway Controllers.
     mgControllerEntry 1.3.6.1.4.1.529.29.3.1 no-access
Entry holding information about an individual Media Gateway Controller.
         mgControllerLinkName 1.3.6.1.4.1.529.29.3.1.1 octet string read-only
The same as mgLinkName.
         mgControllerIndex 1.3.6.1.4.1.529.29.3.1.2 integer read-only
The index number for this Media Gateway Controller entry. Its value ranges from 1 to the maximum number of controllers per group and identifies which controller the entry is associated with.
         mgControllerIPAddress 1.3.6.1.4.1.529.29.3.1.3 ipaddress read-only
The IP address of the Media Gateway Controller. The value 0.0.0.0 is returned if the entry is invalid.
         mgControllerPort 1.3.6.1.4.1.529.29.3.1.4 integer read-only
TCP port of the Media Gateway Controller. The value 0 is returned if the entry is invalid.
         mgControllerOperStatus 1.3.6.1.4.1.529.29.3.1.5 integer read-only
Status of the transport link to this particular Media Gateway Controller. Enumeration: 'down': 2, 'standby': 3, 'up': 1.