All MIBs › VINA-MIB
Category: Generic and Vendor Infrastructure
Description:
Covers configuration, interface status, and performance for Vina Technologies network appliances.
Imported Objects
From RFC-1212
| OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Counter | |
| TimeTicks | |
| enterprises |
From RFC1213-MIB
| transmission |
What Is VINA-MIB?
VINA-MIB is a vendor-specific SNMP module for Vina Technologies network appliances (access/transport gear built on the VxWorks real-time OS, as suggested by its vx-prefixed objects). It exposes operating-system-level resource data — task/process counts, memory usage, and networking/TCP stack statistics — alongside general device configuration and interface information. This makes it explicitly useful for monitoring the software health of the appliance: vxNumTasks and vxTaskTable reveal process/task load, while vxMemory, currentMemory, freeMemory, and cumulativeMemory track memory consumption and potential leaks over the unit's uptime. It is a self-contained enterprise MIB with no strong apparent dependency on other standard MIBs, defining its own VxWorks-oriented object hierarchy. It would typically be deployed by carriers or enterprises operating Vina Technologies access/transport appliances, polled to catch memory exhaustion or runaway task counts before a reboot or service outage occurs. Engineers can download the VINA-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in VINA-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- running task count
- task table state
- free memory
- current/cumulative memory usage
- network/TCP stack statistics
Supported Devices
- Vina Technologies network appliance (VxWorks-based access/transport device)
Monitoring Examples
An operator would poll vxTaskTable to see the current number and state of running VxWorks tasks, comparing it against vxNumTasks to detect task leaks or a hung process. freeMemory and currentMemory would be tracked over time against cumulativeMemory to spot a slow memory leak that precedes an appliance crash. vxNetwork and vxTcp objects would additionally be polled to confirm the TCP/IP stack is passing traffic normally rather than dropping connections.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| frame_relay | 1.3.6.1.2.1.10.32 | |||
| NTF frDLCIStatusChange | 1.3.6.1.2.1.10.32.0.1 | This trap indicates that the indicated Virtual Circuit has changed state. It has either been created or invalidated, or has toggled between the active and inactive states. | ||
| frDlcmiTable | 1.3.6.1.2.1.10.32.1 | not-accessible | The Parameters for the Data Link Connection Management Interface for the frame relay service on this interface. | |
| frDlcmiEntry | 1.3.6.1.2.1.10.32.1.1 | not-accessible | The Parameters for a particular Data Link Con- nection Management Interface. | |
| IND frDlcmiIfIndex | 1.3.6.1.2.1.10.32.1.1.1 | Index | read-only | The ifIndex value of the corresponding ifEn- try. |
| INT frDlcmiState | 1.3.6.1.2.1.10.32.1.1.2 | INTEGER | read-write | This variable states which Data Link Connec- tion Management scheme is active (and by impli- cation, what DLCI it uses) on the Frame Relay interface. |
| INT frDlcmiAddress | 1.3.6.1.2.1.10.32.1.1.3 | INTEGER | read-write | This variable states which address format is in use on the Frame Relay interface. |
| INT frDlcmiAddressLen | 1.3.6.1.2.1.10.32.1.1.4 | INTEGER | read-write | This variable states which address length in octets. In the case of Q922 format, the length indicates the entire length of the address in- cluding the control portion. |
| INT frDlcmiPollingInterval | 1.3.6.1.2.1.10.32.1.1.5 | INTEGER | read-write | This is the number of seconds between succes- sive status enquiry messages. |
| INT frDlcmiFullEnquiryInterval | 1.3.6.1.2.1.10.32.1.1.6 | INTEGER | read-write | Number of status enquiry intervals that pass before issuance of a full status enquiry mes- sage. |
| INT frDlcmiErrorThreshold | 1.3.6.1.2.1.10.32.1.1.7 | INTEGER | read-write | This is the maximum number of unanswered Status Enquiries the equipment shall accept be- fore declaring the interface down. |
| INT frDlcmiMonitoredEvents | 1.3.6.1.2.1.10.32.1.1.8 | INTEGER | read-write | This is the number of status polling intervals over which the error threshold is counted. For example, if within 'MonitoredEvents' number of events the station receives 'ErrorThreshold' number of errors, the interface is marked as down. |
| INT frDlcmiMaxSupportedVCs | 1.3.6.1.2.1.10.32.1.1.9 | INTEGER | read-write | The maximum number of Virtual Circuits allowed for this interface. Usually dictated by the Frame Relay network. In response to a SET, if a value less than zero or higher than the agent's maximal capability is configured, the agent should respond bad- Value |
| INT frDlcmiMulticast | 1.3.6.1.2.1.10.32.1.1.10 | INTEGER | read-write | This indicates whether the Frame Relay inter- face is using a multicast service. |
| frCircuitTable | 1.3.6.1.2.1.10.32.2 | not-accessible | A table containing information about specific Data Link Connection Identifiers and corresponding virtual circuits. | |
| frCircuitEntry | 1.3.6.1.2.1.10.32.2.1 | not-accessible | The information regarding a single Data Link Connection Identifier. | |
| IND frCircuitIfIndex | 1.3.6.1.2.1.10.32.2.1.1 | Index | read-only | The ifIndex Value of the ifEntry this virtual circuit is layered onto. |
| DLC frCircuitDlci | 1.3.6.1.2.1.10.32.2.1.2 | DLCI | read-only | The Data Link Connection Identifier for this virtual circuit. |
| INT frCircuitState | 1.3.6.1.2.1.10.32.2.1.3 | INTEGER | read-write | Indicates whether the particular virtual cir- cuit is operational. In the absence of a Data Link Connection Management Interface, virtual circuit entries (rows) may be created by set- ting virtual circuit state to 'active', or deleted by changing Circuit state to 'invalid'. Whether or not the row actually disappears is left to the implementation, so this object may actually read as 'invalid' for some arbitrary length of time. It is also legal to set the state of a virtual circuit to 'inactive' to temporarily disable a given circuit. |
| CTR frCircuitReceivedFECNs | 1.3.6.1.2.1.10.32.2.1.4 | Counter | read-only | Number of frames received from the network in- dicating forward congestion since the virtual circuit was created. |
| CTR frCircuitReceivedBECNs | 1.3.6.1.2.1.10.32.2.1.5 | Counter | read-only | Number of frames received from the network in- dicating backward congestion since the virtual circuit was created. |
| CTR frCircuitSentFrames | 1.3.6.1.2.1.10.32.2.1.6 | Counter | read-only | The number of frames sent from this virtual circuit since it was created. |
| CTR frCircuitSentOctets | 1.3.6.1.2.1.10.32.2.1.7 | Counter | read-only | The number of octets sent from this virtual circuit since it was created. |
| CTR frCircuitReceivedFrames | 1.3.6.1.2.1.10.32.2.1.8 | Counter | read-only | Number of frames received over this virtual circuit since it was created. |
| CTR frCircuitReceivedOctets | 1.3.6.1.2.1.10.32.2.1.9 | Counter | read-only | Number of octets received over this virtual circuit since it was created. |
| TIK frCircuitCreationTime | 1.3.6.1.2.1.10.32.2.1.10 | TimeTicks | read-only | The value of sysUpTime when the virtual cir- cuit was created, whether by the Data Link Con- nection Management Interface or by a SetRe- quest. |
| TIK frCircuitLastTimeChange | 1.3.6.1.2.1.10.32.2.1.11 | TimeTicks | read-only | The value of sysUpTime when last there was a change in the virtual circuit state |
| INT frCircuitCommittedBurst | 1.3.6.1.2.1.10.32.2.1.12 | INTEGER | read-write | This variable indicates the maximum amount of data, in bits, that the network agrees to transfer under normal conditions, during the measurement interval. |
| INT frCircuitExcessBurst | 1.3.6.1.2.1.10.32.2.1.13 | INTEGER | read-write | This variable indicates the maximum amount of uncommitted data bits that the network will at- tempt to deliver over the measurement interval. By default, if not configured when creating the entry, the Excess Information Burst Size is set to the value of ifSpeed. |
| INT frCircuitThroughput | 1.3.6.1.2.1.10.32.2.1.14 | INTEGER | read-write | Throughput is the average number of 'Frame Re- lay Information Field' bits transferred per second across a user network interface in one direction, measured over the measurement inter- val. If the configured committed burst rate and throughput are both non-zero, the measurement interval T=frCircuitCommittedBurst/frCircuitThroughput. If the configured committed burst rate and throughput are both zero, the measurement in- terval T=frCircuitExcessBurst/ifSpeed. |
| frErrTable | 1.3.6.1.2.1.10.32.3 | not-accessible | A table containing information about Errors on the Frame Relay interface. | |
| frErrEntry | 1.3.6.1.2.1.10.32.3.1 | not-accessible | The error information for a single frame relay interface. | |
| IND frErrIfIndex | 1.3.6.1.2.1.10.32.3.1.1 | Index | read-only | The ifIndex Value of the corresponding ifEn- try. |
| INT frErrType | 1.3.6.1.2.1.10.32.3.1.2 | INTEGER | read-only | The type of error that was last seen on this interface. |
| OCT frErrData | 1.3.6.1.2.1.10.32.3.1.3 | OCTET STRING | read-only | An octet string containing as much of the er- ror packet as possible. As a minimum, it must contain the Q.922 Address or as much as was delivered. It is desirable to include all in- formation up to the PDU. |
| TIK frErrTime | 1.3.6.1.2.1.10.32.3.1.4 | TimeTicks | read-only | The value of sysUpTime at which the error was detected. |
| frame_relay_globals | 1.3.6.1.2.1.10.32.4 | |||
| INT frTrapState | 1.3.6.1.2.1.10.32.4.1 | INTEGER | read-write | This variable indicates whether the system produces the frDLCIStatusChange trap. |
| vina | 1.3.6.1.4.1.2186 | |||
| vinaSys | 1.3.6.1.4.1.2186.1 | |||
| operatingSystem | 1.3.6.1.4.1.2186.1.1 | |||
| vxworks | 1.3.6.1.4.1.2186.1.1.1 | |||
| vxMemory | 1.3.6.1.4.1.2186.1.1.1.1 | |||
| currentMemory | 1.3.6.1.4.1.2186.1.1.1.1.2 | |||
| INT currentMemorybytes | 1.3.6.1.4.1.2186.1.1.1.1.2.1 | INTEGER | read-only | |
| INT currentMemoryblocks | 1.3.6.1.4.1.2186.1.1.1.1.2.2 | INTEGER | read-only | |
| INT currentMemoryavgerage | 1.3.6.1.4.1.2186.1.1.1.1.2.3 | INTEGER | read-only | |
| INT currentMemorymaximum | 1.3.6.1.4.1.2186.1.1.1.1.2.4 | INTEGER | read-only | |
| freeMemory | 1.3.6.1.4.1.2186.1.1.1.1.3 | |||
| INT freeMemorybytes | 1.3.6.1.4.1.2186.1.1.1.1.3.1 | INTEGER | read-only | |
| INT freeMemoryblocks | 1.3.6.1.4.1.2186.1.1.1.1.3.2 | INTEGER | read-only | |
| INT freeMemoryaverage | 1.3.6.1.4.1.2186.1.1.1.1.3.3 | INTEGER | read-only | |
| cumulativeMemory | 1.3.6.1.4.1.2186.1.1.1.1.4 | |||
| INT cumulativebytes | 1.3.6.1.4.1.2186.1.1.1.1.4.1 | INTEGER | read-only | |
| INT cumulativeblocks | 1.3.6.1.4.1.2186.1.1.1.1.4.2 | INTEGER | read-only | |
| INT cumulativeaverage | 1.3.6.1.4.1.2186.1.1.1.1.4.3 | INTEGER | read-only | |
| vxNetwork | 1.3.6.1.4.1.2186.1.1.1.2 | |||
| vxTcp | 1.3.6.1.4.1.2186.1.1.1.2.1 | |||
| vxTask | 1.3.6.1.4.1.2186.1.1.1.3 | |||
| INT vxNumTasks | 1.3.6.1.4.1.2186.1.1.1.3.1 | INTEGER | read-write | |
| vxTaskTable | 1.3.6.1.4.1.2186.1.1.1.3.2 | not-accessible | ||
| vxTaskEntry | 1.3.6.1.4.1.2186.1.1.1.3.2.1 | not-accessible | ||
| OCT name | 1.3.6.1.4.1.2186.1.1.1.3.2.1.1 | OCTET STRING | read-only | |
| OCT entryPoint | 1.3.6.1.4.1.2186.1.1.1.3.2.1.2 | OCTET STRING | read-only | |
| INT taskID | 1.3.6.1.4.1.2186.1.1.1.3.2.1.3 | INTEGER | read-only | |
| INT priority | 1.3.6.1.4.1.2186.1.1.1.3.2.1.4 | INTEGER | read-write | |
| INT status | 1.3.6.1.4.1.2186.1.1.1.3.2.1.5 | INTEGER | read-write | |
| INT programCounter | 1.3.6.1.4.1.2186.1.1.1.3.2.1.6 | INTEGER | read-only | |
| INT stackPointer | 1.3.6.1.4.1.2186.1.1.1.3.2.1.7 | INTEGER | read-only | |
| INT errno | 1.3.6.1.4.1.2186.1.1.1.3.2.1.8 | INTEGER | read-only | |
| INT delay | 1.3.6.1.4.1.2186.1.1.1.3.2.1.9 | INTEGER | read-only | |
| vxBootParams | 1.3.6.1.4.1.2186.1.1.1.4 | |||
| OCT bootDev | 1.3.6.1.4.1.2186.1.1.1.4.1 | OCTET STRING | read-write | |
| OCT hostName | 1.3.6.1.4.1.2186.1.1.1.4.2 | OCTET STRING | read-write | |
| OCT targetName | 1.3.6.1.4.1.2186.1.1.1.4.3 | OCTET STRING | read-write | |
| OCT ethernetAddr | 1.3.6.1.4.1.2186.1.1.1.4.4 | OCTET STRING | read-write | |
| OCT backplaneAddr | 1.3.6.1.4.1.2186.1.1.1.4.5 | OCTET STRING | read-write | |
| OCT hostAddr | 1.3.6.1.4.1.2186.1.1.1.4.6 | OCTET STRING | read-write | |
| OCT gatewayAddr | 1.3.6.1.4.1.2186.1.1.1.4.7 | OCTET STRING | read-write | |
| OCT bootFile | 1.3.6.1.4.1.2186.1.1.1.4.8 | OCTET STRING | read-write | |
| OCT startupScript | 1.3.6.1.4.1.2186.1.1.1.4.9 | OCTET STRING | read-write | |
| OCT userName | 1.3.6.1.4.1.2186.1.1.1.4.10 | OCTET STRING | read-write | |
| OCT password | 1.3.6.1.4.1.2186.1.1.1.4.11 | OCTET STRING | read-write | |
| OCT other | 1.3.6.1.4.1.2186.1.1.1.4.12 | OCTET STRING | read-write | |
| INT processorNumber | 1.3.6.1.4.1.2186.1.1.1.4.13 | INTEGER | read-write | |
| INT flags | 1.3.6.1.4.1.2186.1.1.1.4.14 | INTEGER | read-write | |
| vxKernel | 1.3.6.1.4.1.2186.1.1.1.5 | |||
| vxClock | 1.3.6.1.4.1.2186.1.1.1.5.1 | |||
| INT sysClkRate | 1.3.6.1.4.1.2186.1.1.1.5.1.1 | INTEGER | read-write | |
| INT ticks | 1.3.6.1.4.1.2186.1.1.1.5.1.2 | INTEGER | read-write | |
| snmpd | 1.3.6.1.4.1.2186.1.2 | |||
| OCT agentVersion | 1.3.6.1.4.1.2186.1.2.1 | OCTET STRING | read-only | |
| OCT portVersion | 1.3.6.1.4.1.2186.1.2.2 | OCTET STRING | read-only | |
| INT taskPriority | 1.3.6.1.4.1.2186.1.2.3 | INTEGER | read-write | |
| idle | 1.3.6.1.4.1.2186.1.3 | |||
| INT currentIdle | 1.3.6.1.4.1.2186.1.3.1 | INTEGER | read-only | |
| INT tenSecondIdle | 1.3.6.1.4.1.2186.1.3.2 | INTEGER | read-only | |
| INT sixtySecondIdle | 1.3.6.1.4.1.2186.1.3.3 | INTEGER | read-only | |
| INT userIdle | 1.3.6.1.4.1.2186.1.3.4 | INTEGER | read-only | |
| INT userInterval | 1.3.6.1.4.1.2186.1.3.5 | INTEGER | read-write | |
| INT calibration | 1.3.6.1.4.1.2186.1.3.6 | INTEGER | read-only | |
| INT historySize | 1.3.6.1.4.1.2186.1.3.7 | INTEGER | read-only | |
| INT historyValid | 1.3.6.1.4.1.2186.1.3.8 | INTEGER | read-only | |
| vina_system | 1.3.6.1.4.1.2186.1.4 | |||
| INT reboot | 1.3.6.1.4.1.2186.1.4.1 | INTEGER | read-write | |
| INT rebootVME | 1.3.6.1.4.1.2186.1.4.2 | INTEGER | read-write | |
| INT abortReboot | 1.3.6.1.4.1.2186.1.4.3 | INTEGER | read-write | |
| INT silent | 1.3.6.1.4.1.2186.1.4.4 | INTEGER | read-write | |
| INT spuriousInts | 1.3.6.1.4.1.2186.1.4.5 | INTEGER | read-write | |
| vinaSla | 1.3.6.1.4.1.2186.1.5 | |||
| vinaSlaConfigVars | 1.3.6.1.4.1.2186.1.5.1 | |||
| INT vinaSlaNumValidIntervals | 1.3.6.1.4.1.2186.1.5.1.1 | INTEGER | read-only | The number of currently valid intervals. |
| vinaSlaCurrentTable | 1.3.6.1.4.1.2186.1.5.2 | not-accessible | ||
| vinaSlaCurrentEntry | 1.3.6.1.4.1.2186.1.5.2.1 | not-accessible | ||
| INT vinaSlaCurrentPvcNumber | 1.3.6.1.4.1.2186.1.5.2.1.1 | INTEGER | read-only | The number of the PVC which the entry is associated with. |
| INT vinaSlaCurrentEndToEndAveLatency | 1.3.6.1.4.1.2186.1.5.2.1.2 | INTEGER | read-only | The average end to end latency, sampled at once a minute during the current 15 minute interval. This is a running average that changes once a minute. The units are in milliseconds. |
| INT vinaSlaCurrentEndToEndPeakLatency | 1.3.6.1.4.1.2186.1.5.2.1.3 | INTEGER | read-only | The peak end to end latency so far during the current 15 minute interval. The units are in milliseconds. |
| INT vinaSlaCurrentDdrAboveCir | 1.3.6.1.4.1.2186.1.5.2.1.4 | INTEGER | read-only | The ratio of number of bytes received to the number of bytes sent above the CIR. This is a percent value with units of 1/100 of a percent. |
| INT vinaSlaCurrentDdrBelowCir | 1.3.6.1.4.1.2186.1.5.2.1.5 | INTEGER | read-only | The ratio of number of bytes received to the number of bytes sent below the CIR. This is a percent value with units of 1/100 of a percent. |
| INT vinaSlaCurrentPvcDowntime | 1.3.6.1.4.1.2186.1.5.2.1.6 | INTEGER | read-only | The amount of time in milliseconds during the current 15 minute interval where the PVC was reported down or inactive through LMI. |
| INT vinaSlaCurrentPvcUptime | 1.3.6.1.4.1.2186.1.5.2.1.7 | INTEGER | read-only | The amount of time in milliseconds during the current 15 minute interval where the PVC was up. |
| INT vinaSlaCurrentPvcNumTimesDown | 1.3.6.1.4.1.2186.1.5.2.1.8 | INTEGER | read-only | The number of times during the current 15 minute where the PVC was reported down or inactive. |
| vinaSlaIntervalTable | 1.3.6.1.4.1.2186.1.5.3 | not-accessible | ||
| vinaSlaIntervalEntry | 1.3.6.1.4.1.2186.1.5.3.1 | not-accessible | ||
| INT vinaSlaIntervalPvcNumber | 1.3.6.1.4.1.2186.1.5.3.1.1 | INTEGER | read-only | The number of the PVC which the entry is associated with. |
| INT vinaSlaIntervalNumber | 1.3.6.1.4.1.2186.1.5.3.1.2 | INTEGER | read-only | |
| INT vinaSlaIntervalEndToEndAveLatency | 1.3.6.1.4.1.2186.1.5.3.1.3 | INTEGER | read-only | The average end to end latency, sampled at once a minute during this 15 minute interval. This is a running average that changes once a minute. The units are in milliseconds. |
| INT vinaSlaIntervalEndToEndPeakLatency | 1.3.6.1.4.1.2186.1.5.3.1.4 | INTEGER | read-only | The peak end to end latency during this 15 minute interval. The units are in milliseconds. |
| INT vinaSlaIntervalDdrAboveCir | 1.3.6.1.4.1.2186.1.5.3.1.5 | INTEGER | read-only | The ratio of number of bytes received to the number of bytes sent above the CIR. This is a percent value with units of 1/100 of a percent. |
| INT vinaSlaIntervalDdrBelowCir | 1.3.6.1.4.1.2186.1.5.3.1.6 | INTEGER | read-only | The ratio of number of bytes received to the number of bytes sent below the CIR. This is a percent value with units of 1/100 of a percent. |
| INT vinaSlaIntervalPvcDowntime | 1.3.6.1.4.1.2186.1.5.3.1.7 | INTEGER | read-only | The amount of time in milliseconds during this 15 minute interval where the PVC was reported down or inactive through LMI. |
| INT vinaSlaIntervalPvcUptime | 1.3.6.1.4.1.2186.1.5.3.1.8 | INTEGER | read-only | The amount of time in milliseconds during this 15 minute interval where the PVC was up. |
| INT vinaSlaIntervalPvcNumTimesDown | 1.3.6.1.4.1.2186.1.5.3.1.9 | INTEGER | read-only | The number of times during this 15 minute interval where the PVC was reported down or inactive. |
| vinaTraps | 1.3.6.1.4.1.2186.2 |
RFC description
Manages Vina Technologies network appliance configuration, interface status, and performance.
Start monitoring Vina Technologies network appliances with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.