Monitoring and Notifications
Monitoring
Introduction
As senhasegura is always dealing with critical systems and sensitive information, it is important to deploy tools in the IT infrastructure to monitor the environment and act quickly in case of failures. In this case, several aspects can be monitored by the monitoring tool.
Purpose
This document purpose is to provide guidance for system administrators who use the senhasegura monitoring functions through the data provided by the solution, like SNMPv2, SNMPv3, Zabbix and SYSLOG.
Target audience
This document is intended for system administrators, security analysts and IT professionals in general, using the administration of senhasegura .
For a better understanding of this documentation, it is strongly recommended that the reader have monitoring systems experience over SNMP protocol and Unix / Unix-like environments.
Support
MT4 Tecnologia provides product support through an online knowledge base, as well as through telephone and email support. Please consult your system administrator for more information on the options available for your company.
Overview
Monitoring the technology items that make up the senhasegura solution is of critical importance both for planning and provisioning new physical resources for the solution, and for proactively detecting and correcting system failures, thereby enabling rapid action on corrections as needed.
SIEM
Introduction
The senhasegura solution enables the collection of advanced information and environmental events. These events and information can be sent to Event Management and Security Correlation, Security Information and Event Management, or simply SIEM solutions.
Objective
The purpose of this section is to assist users with administrator privileges to configure senhasegura environment monitoring for incident detection and notification via email, screen, SMS, and messaging protocols.
Operation
The senhasegura solution's monitoring system allows the collection and transmission by various means, such as SMS, instant messaging, e-mail and call opening, of information of aspects that are being monitored in the environment. The senhasegura monitoring module enables its use to monitor a range of solution metrics, from table identifier information to running robots.
SIEM solutions enable the organization's Information Security administrators to view and track activities in the T.I environment by collecting log data generated by the senhasegura solution.
From this log data, the SIEM solution identifies, categorizes, and analyzes incidents and events, enabling security incident reporting as potential malicious activity, and alerting if any potential security threats are detected, according to with the rule set configured in the environment.
Some of the alerts that can be sent by senhasegura include: authentication of a user on the appliance, remote login to a device, senhasegura server malfunctions, or password expiration.
senhasegura is compatible with the most widely used SIEM tools on the market, and supports messaging in CEF, Syslog (RFC 5424) and Sensage formats.
About messages in CEF format
CEF is a message format designed to standardize information delivery to SIEM. The message header is filled as follows:
Version: CEF0
Device Vendor: MT4
Device Product: senhasegura
Device Version: senhasegura Version
Signature ID: Event Type ID
Name: Event Type Name
Severity: 10 - event type criticality
In addition, the event values and the msg key with the event message are in the message values.
About messages in RFC5424 format
In this mode SYSLOG messages are sent according to RFC5424. The fields are set to the following values:
priority: according to event type
facility: 1 (user)
App: senhasegura
procid: PID of the current process
message: event message
Syslog
Syslog messages are based on UDP protocol through port 514, and are a maximum of 1024 bytes in size.
Notification Format
All Syslog messages follow a specific format. An example of a message in Syslog format may be:
$<$`<!-- -->`{=html}13$>$`<!-- -->`{=html}1 2018-06-18T17:49:41-03:00 vm-andrew-dev senhasegura
1426 - Successfully authenticated.
This message can be divided into two parts: Header and Values.
The header is made up of date, time, hostname, and senhasegura ID information, indicating that the message is solution specific.
The values in turn present additional event information, in the format key = value.
<13>1
: PRI218-06-18T17:49:41-03:00
: TIMESTAMPvm-andrew-dev
: HOSTNAMEsenhasegura_
: AAP-NAME_1426
: PROCIDSuccessfully authenticated.
: MSGID
Priorities
Priority types (PRI) are categorized according to their priority in the Syslog pattern:
Priority | Criticality | Keyword | Description | Examples |
---|---|---|---|---|
0 | Emergency | emerg | The system is unusable | This level should not be used by applications. |
1 | Alert | alert | Some action should be taken immediately. | Loss of the primary ISP connection. |
2 | Critical | crit | Critical Conditions | A failure in the system’s primary application. |
3 | Error | err | Error Conditions | An application has exceeded its file storage limit and attempts to write are failing. |
4 | Warning | warning | May indicate that an error will occur if action is not taken | A non-root file system has only 2GB remaining. |
5 | Notice | notice | Abnormal events, but not in error condition | |
6 | Informational | info | Normal operation messages, which do not require action | An application has started, paused or ended successfully. |
7 | Debug | debug | Debug Messages. |
The events configured in SYSLOG are:
ID | Origin | Priority | Name | Description |
---|---|---|---|---|
1 | COSE | notice(5) | Password Viewed | A password has been viewed by a user. |
2 | COSE | notice(5) | Password changed | A password has been manually changed by a user. |
3 | COSE | notice(5) | Password Expired | A password has expired and cannot be automatically changed. |
4 | COSE | notice(5) | Password daily summary | Status concerning credentials daily usage |
5 | COSG | notice(5) | Information viewed | Protected information is viewed by a user. |
6 | COSG | notice(5) | Information changed | Protected information has been changed by a user. |
7 | COSG | notice(5) | Information expired | A protected information has expired. |
8 | COEQ | warning(4) | Lost of connectivity | The application has lost connectivity with a device. |
9 | COEQ | notice(5) | Reestablished Connectivity | The application was able to connect to a device that was without connectivity. |
10 | COAU | warning(4) | Command detected - Low Urgency | An audited low criticality command was detected. |
11 | COAU | error(3) | Command detected - Medium Urgency | An audited command of medium criticality was detected. |
12 | COAU | critical(2) | Command detected - High Urgency | A highly critical audited command has been detected. |
13 | COAC | notice(5) | New request | A user has requested access to a password. |
14 | COAC | notice(5) | Request approved | A password access request has been approved. |
15 | COAC | notice(5) | Request Disapproved | A password access request has been disapproved. |
16 | COSS | notice(5) | Session started | A user has logged in. |
17 | COSS | notice(5) | Session finished | A user has ended a session. |
18 | COBA | notice(5) | Backup performed | The backup was performed correctly. |
19 | COBA | error(3) | Error on backup | An error occurred while backing up. |
20 | COTR | error(3) | Error on change | An error occurred while changing a password. |
21 | COTR | notice(5) | Change Executed | Password successfully changed. |
22 | CORE | info(6) | Password confirmed | Reconciliation validated the password. |
23 | CORE | error(3) | Invalid password | The password stored in the vault is not valid. |
24 | COTR | info(6) | Activation executed | User active successfully. |
25 | COTR | error(3) | Error on activation | An error occurred while activating the user. |
26 | CONO | info(6) | Change password daily report | Validation of password changes. |
27 | CONO | warning(4) | Low disk space - Low Urgency | Reaching 70 % of total disk space |
28 | CONO | error(3) | Low disk space - Medium Urgency | When you reach 80 % of total disk space |
29 | CONO | alert(1) | Low disk space - High Urgency | Reaching 90 % of total disk space |
30 | CONO | info(6) | Space disk - Daily notification | Daily Disk Space Status |
31 | COSS | warning(4) | Command detected - Block and interrupt session | An audited command, configured as prohibited and subject to session interruption, was executed. |
32 | COSS | notice(5) | Command detected - Block | An audited command, set to prohibited, has been executed. |
33 | COSS | info(6) | Command detected - Allow | An audited command has been executed. |
34 | COSS | notice(5) | Session file modified | A session file has been modified. |
35 | COSE | notice(5) | Credential Owner configuration | Credential owner set |
36 | COAT | notice(5) | Audit trail | Audit trail |
37 | AUTH | notice(5) | Authentication messages | senhasegura.go Authentication Messages |
38 | CONO | warning(4) | CPU Usage - High | CPU utilization by application is high |
39 | CONO | critical(2) | CPU Usage - Critical | CPU utilization by application is at critical level |
40 | CONO | warning(4) | Memory Usage - High | Memory consumption by application is high |
41 | CONO | critical(2) | Memory Usage - Critical | Memory consumption by application is at critical level |
42 | COOF | info(6) | Application started | The application senhasegura.go started |
43 | COOF | info(6) | Application completed | The application senhasegura.go terminated |
44 | COOF | info(6) | Credential use for network access | A credential was used for network access |
45 | COOF | info(6) | New senhasegura.go version | There is a new version of senhasegura.go available |
46 | COOF | notice(5) | senhasegura.go version approved | There is a version of senhasegura.go approved |
47 | COOF | warning(4) | senhasegura.go version disabled | There is an inactive version of senhasegura.go |
48 | COOF | notice(5) | Download of senhasegura.go version performed | A version of senhasegura.go has been downloaded |
49 | COOF | notice(5) | senhasegura.go version installed | A version of senhasegura.go has been installed |
50 | CRTC | notice(5) | Certificate expiration alert: 30 days | Some certificates will expire until 30 days |
51 | CRTC | warning(4) | Certificate expiration alert: 7 days | Some certificates will expire until 7 days |
52 | CRTC | error(3) | Certificate expiration alert: 1 day | Some certificates will expire until 1 day |
53 | CRTC | notice(5) | Certificate creation | A certificate has been created |
54 | CRTC | notice(5) | Certificate renewal | A certificate has been renewed |
55 | CRTC | notice(5) | Certificate revocation | A certificate has been revoked |
58 | CRTC | notice(5) | Request password view | A request’s password has been seen |
59 | CRTC | notice(5) | Certificate password view | A certificate’s password has been seen |
60 | COOF | notice(5) | Workstation approved | A workstation has been approved to use senhasegura.go |
61 | COOF | notice(5) | Workstation registration | A workstation has requested senhasegura.go usage |
62 | COOF | notice(5) | User created | A new workstation user has been approved to use senhasegura.go |
63 | COOF | notice(5) | Using AUC | A program has requested elevation using Microsoft UAC using senhasegura.go |
65 | COOF | notice(5) | View password | A credential has been requested and seen using senhasegura.go |
66 | COOF | notice(5) | Copy password | A credential has been requested and copied using senhasegura.go |
67 | COOF | notice(5) | Runas executed | A program has been executed using senhasegura.go |
68 | COOF | notice(5) | Macro executed | A user-automation has been executed using senhasegura.go |
69 | COOF | notice(5) | Control panel executed | A control panel applet has been executed using senhasegura.go |
70 | COOF | notice(5) | Network adapter executed | A network adapter has been requested using senhasegura.go |
71 | COOF | notice(5) | Network share | A network folder has been accessed using senhasegura.go |
72 | COOF | notice(5) | senhasegura.go uninstalled | senhasegura.go has been uninstalled by user decision |
73 | COOF | notice(5) | senhasegura.go goes online | senhasegura.go has turned online by user decision |
74 | COOF | notice(5) | senhasegura.go goes offline | senhasegura.go has turned offline by user decision |
75 | COOF | notice(5) | senhasegura.go alert | senhasegura.go has send an alert. Some situation under its workstation needs attention and can affect senhasegura.go usage. |
76 | CRTC | notice(5) | Certificate expiration warning: 90 days | Some certificates will expire until 90 days |
77 | CRTC | notice(5) | Certificate expiration warning: 60 days | Some certificates will expire until 60 days |
78 | CRTC | notice(5) | Certificate expiration warning: 15 days | Some certificates will expire until 15 day |
79 | CRTC | notice(5) | Certificate expiration alert: Today | Some certificates will expire today |
80 | CRTC | notice(5) | Certificate link with device | |
81 | CRTC | notice(5) | Download | |
82 | CRTC | notice(5) | Request Management | |
83 | CRTC | notice(5) | Publication Profile Management | |
84 | CRTC | notice(5) | Certificate Management | |
85 | COOF | notice(5) | Error retrieving credentials | |
86 | USBH | notice(5) | Accesses at unusual time | |
87 | USBH | notice(5) | Access with unusual average length | |
88 | USBH | notice(5) | Unusual accesses | |
89 | COOF | notice(5) | Directory and file scan - Inclusion | |
90 | COOF | notice(5) | Directory and file scan - Exclusion | |
91 | COOF | notice(5) | Directory and file scan - Change |
ID | Origin | Priority | Name | Description |
---|---|---|---|---|
336.001 | Orbit | alert(1) | Orbit task create | Orbit task creation |
336.002 | Orbit | alert(1) | Orbit task execution success | Orbit task successfully executed |
336.003 | Orbit | alert(1) | Orbit task execution error | Orbit task executed with error |
336.004 | Orbit | alert(1) | Orbit log operation | Log operation |
336.500 | Orbit | alert(1) | Orbit alert report | Orbit Alert Information |
336.501 | Orbit | alert(1) | Orbit incident report | Orbit Incident Information |
Values
The message value is a set in key = value
format, separated by spaces. The keys have the same name as the Common Event Format (CEF) format. The ones used by senhasegura are:
Key | Description | Events |
---|---|---|
act | Method used to access | All |
dhost | Device hostname affected by event | , 2, 3, 8, 16, 17, 20, 21 |
dst | Event Destination Device IP | , 2, 3, 8, 16, 17, 20, 21 |
duid | Event related credential ID | , 2, 3, 13, 14, 15, 16, 17, 20,21 |
duser | Event related credential username | , 2, 3, 13, 14, 15, 16, 17, 20,21 |
Key | Description | Events |
---|---|---|
msg | Additional Event Details | All |
requestMethod | Method used for access | All |
sname | Username in the senhasegura that generated the event | All |
spid | ID of the process where the event was generated | All |
spriv | User type in senhasegura that generated the event | All |
suid | User ID in the senhasegura that generated the event | All |
suser | Username of the user who generated the event | All |
Notifiers
The Notification module has four notifiers:
E-Mail
The email notifier sends notifications as follows:
Subject: Event Type
Email Body: Message + Event Values
All notifications sent by e-mail use the same template, which is not customizable.
See the Apendices chapter for the list of notifications that can be sent by e-mail.
Screen
The onscreen notifier uses Orbini's notification system to display an on-screen popup with the following information:
Title: Event Type
Text: Event Message.
Event values are not transmitted by this notifier.
SMS
The SMS notifier only sends the event message to users.
Configured Messages
The following messages are configured for sending through SIEM:
Messages Type(SUID)
SUID | Events |
---|---|
8 | Loss / Recovery Connectivity |
9 | Password change performed |
15 | Backup Performed |
17 | Password changed |
153 | Session Started / Ended |
164 | Password Displayed |
dst | IP of event target device |
dhost | Hostname of device affected by event |
Backup
Key | Example | Description |
---|---|---|
msg | Backup sent to server ’localhost:/srv/backup’ via local | |
suid | Message Type | |
sname | Asynchronous Script: 8 | Backup Script Identifier |
suser | Not applicable | |
spid | Notification Unique Identifier | |
dhost | localhost | Name of server where backup is generated |
Loss of Connectivity
Key | Example | Description |
---|---|---|
msg | Localhost appliance (127.0.0.1) has lost SSH connectivity | |
suid | Message Type | |
sname | Asynchronous Script9 | Name of user who has lost connectivity |
suser | Not applicable | |
spid | Notification Unique Identifier | |
dst | .0.1 | Device IP |
dhost | localhost | Name of server where backup is generated |
dport | Device’s Port |
Restored Connectivity
Key | Example | Description |
---|---|---|
msg | Localhost appliance (127.0.0.1) has recovered SSH connectivity | |
suid | Message Type | |
sname | Asynchronous Script: 9 | Name of the user who had the session reinstated |
suser | Not applicable | |
spid | Notification Unique Identifier | |
dst | .0.1 | Device IP |
dhost | localhost | Name of server where backup is generated |
dport | Device’s Port |
Password changed
Key | Example | Description |
---|---|---|
msg | Password localhost (127.0.0.1) - Domain User - root changed by user stlee | |
suid | Notification Unique Identifier | |
sname | Stephen Lee | Username that changed the password |
suser | Not applicable | |
spid | Notification Unique Identifier | |
duser | root | Password Username changed |
duid | ||
dst | .0.1 | Device IP |
dhost | localhost | Password device name |
Password viewed
Key | Example | Description |
---|---|---|
msg | Password localhost (127.0.0.1) - Domain User - root changed by user stlee | |
suid | Message Type | |
sname | Stephen Lee | User who viewed the password |
suser | Not applicable | |
spid | Notification Unique Identifier | |
duser | root duid=35 | Username of password displayed |
dst | .0.1 | Password Device IP |
dhost | localhost | Password device name |
Session Ended
Key | Example | Description |
---|---|---|
msg | Session terminated for localhost (127.0.0.1) - Privileged Domain User - srv_admin by the user Stephen Lee (stlee) | |
suid | Identify the message type | |
sname | Stephen Lee | User who logged out |
suser | stlee | Login of the user who logged out |
spid | Notification Unique Identifier | |
dst | .0.1 | Device’s IP |
dposrt | Device’s Port | |
duser | srv_admin | Login used in remote session |
Session Started
Key | Example | Description |
---|---|---|
msg | Session started for localhost (127.0.0.1) - Privileged Domain User - root by the user Stephen Lee (stlee) | |
suid | Identify the message type | |
sname | Stephen Lee | Login User |
suser | stlee | Login of the logged in user |
spid | Notification Unique Identifier | |
dst | .0.1 | Device’s IP |
dpt | Device’s Port | |
duser | root | Login used in remote session |
Exchange performed
Key | Example | Description |
---|---|---|
msg | Session terminated for localhost (127.0.0.1) - Privileged Domain User - by the user Stephen Lee (stlee) | |
suid | Message Type | |
sname | Asynchronous Script: 17 | Password exchange script identifier |
suser | not used in this interface | |
spid | Identify the message type | |
dst | .0.1 | Device’s IP |
duser | root | password changed user |
Audited command executed
Key | Example | Description |
---|---|---|
msg | An audited command has been detected! Action: ”[system action]” | |
suid | User logged in | |
sname | Stephen Lee | User that started the session |
suser | stlee | Login of the user that started the session |
spid | Not applicable | |
dst | Not applicable | |
dpt | Not applicable | |
duser | Not applicable |
Information viewed
Key | Example | Description |
---|---|---|
msg | Information ’my example’ has been visualized. | |
suid | Logged User | |
sname | Stephen Lee | User that started the session |
suser | stlee | Login of the user that started the session |
spid | Message Type | |
dst | Not applicable | |
dpt | Not applicable | |
duser | Not applicable |
Information changed
Key | Example | Description |
---|---|---|
msg | Information ’my example’ has been changed. | |
suid | Logged user | |
sname | Stephen Lee | User that started the session |
suser | stlee | Login of the user that started the session |
spid | Message Type | |
dst | Not applicable | |
dpt | Not applicable | |
duser | Not applicable |
Password Access Request
Key | Example | Description |
---|---|---|
msg | User ’Stephen Lee’ has created a request. Request Details: View password action for cqss credential on win2012 device (192.168.10.156) | |
suid | Logged User | |
sname | Stephen Lee | Name of the logged user |
suser | stlee | logged user’s username |
spid | Process PID | |
dst | .10.156 | Target IP |
dpt | Not applicable | |
duser | cqss | User requested |
cs1Label | GMUD | Field’s label |
cs1 | File’s ID | |
cs2Label | Validity Start | Field’s label |
cs2 | -01-19 10:41:00 | Request Start Date |
cs3Label | Validity End | Field’s label |
cs3 | -01-19 11:41:00 | Request expiration date |
cs4Label | Approver | Field’s label |
cs4 | Administrator | Approved User |
cs5Label | Requester | Field label |
cs5 | Stephen | Field’s label |
Cs6 | Action | Field’s label |
Cs7 | View password | Action’s description |
Request approved
Key | Example | Description |
---|---|---|
msg | Application approved by Administrator on 19/01/2017 10:44:30. Code: S000296 Requestor: Steven Lee Requested on: 19/01/2017 10:44:13 Request detail: View password action for cqss credential on device win2012 (192.168.10.156) | |
suid | Logged User | |
sname | Leia West | Name of the logged user |
suser | lwest | logged user’s username |
spid | Process PID | |
dst | .10.156 | Target IP |
dpt | Not used | |
duser | cqss | Requested Credential User |
cs1Label | GMUD | Field’s label |
cs1 | File’s ID | |
cs2Label | Validity End | Field’s label |
cs2 | -01-19 10:41:00 | Request Start Date |
cs3Label | Validity End | Field’s label |
cs3 | -01-19 11:41:00 | Request Expiration Date |
cs4Label | Approver | Field’s label |
cs4 | Administrator | Approver User |
cs5Label | Requester | Field’s label |
cs5 | Steven Lee | Requesting User |
Cs6 | Action | Field’s label |
Cs7 | View Password | Action’s description |
Request disapproved
Key | Example | Description |
---|---|---|
msg | Information ’test’ viewed. | |
suid | Logged User | |
sname | Steven Lee | Name of the logged user |
suser | stlee | logged user’s username |
spid | Process PID | |
dst | .10.156 | Target IP |
dpt | Not used | |
duser | cqss | Requested user login |
cs1Label | GMUD | Field’s label |
cs1 | File’s ID | |
cs2Label | Validity Start | Field’s label |
cs2 | -01-19 10:41:00 | Request start date |
cs3Label | Validity End | Field’s label |
cs3 | -01-19 11:41:00 | Request expiration date |
cs4Label | Approver | Field’s label |
cs4 | Administrator | Approver User |
cs5Label | Requester | Field’s label |
cs5 | Leia West | User Requester |
Cs6 | Action | Field’s Label |
Cs7 | View password | Action description |
Command Detected - Lock and Stop Session
Key | Example | Description |
---|---|---|
msg | An audited command has been detected! Action: Command blocked and session interrupted | |
suid | Logged user | |
sname | Caleb | User that started the session |
suser | caleb | Username of the user that started the session |
spid | Message Type | |
dst | .0.1 | Target IP |
dpt | Port used | |
duser | usrmanut | User used to start the session |
Command Detected - Block
Key | Example | Description |
---|---|---|
msg | An audited command has been detected! Action: Command Notified and Allowed | |
suid | Logged User | |
sname | Caleb | User that started the session |
suser | caleb | Username of the user that started the session |
spid | Message Type | |
dst | .0.1 | Target IP |
dpt | Port used | |
duser | usrmanut | User used to start the session |
Password change error
Key | Example | Description |
---|---|---|
msg | Error changing password ’Windows SQL Test Remote App (192.168.30.55) - Domain User – ’stleeadm’: The device ’Windows SQL Test Remote App (192.168.30.55)’ has no Windows RPC connectivity | |
suid | Logged User | |
sname | Stephen Lee | Name of the user that started the session |
suser | stlee | Username of the user that started the session |
spid | Message Type | |
dst | .30.55 | Target IP |
dpt | Not applicable | |
duser | stleeadm | User used to start the session |
Warehouse archive changed
Key | Example | Description |
---|---|---|
msg | A session file has been modified! | |
suid | User logged | |
sname | Asynchronous Script: 12 | Name of the logged user |
suser | asc_12 | Username of the logged user |
spid | Process PID | |
dst | Not applicable | |
dpt | Not applicable | |
duser | Not applicable | |
cs1Label | Id | Field’s Label |
cs1 | File’s ID | |
cs2Label | Initial Size | Field’s Label |
cs2 | Initial file size in bytes | |
cs3Label | Final size | Field label |
cs3 | Final file size in bytes | |
cs4Label | Initial Checksum | Field label |
cs4 | f5751777b74f8e2f2… | Previously file checksum |
cs5Label | Final Checksum | Field’s Label |
cs5 | 284f1555574548901… | Current File Checksum |
Master Key - User viewed his part of the key
Key | Example | Description |
---|---|---|
msg | User has seen his part of the key request. | |
suid | User logged | |
sname | Stephen Lee | Name of the logged user |
suser | stlee | Username of the user that started the session |
Method | POST | |
act | User has seen his part of the key source | |
ServiceName | Backup |
Master Key - User downloaded the PDF with his part of the key
Key | Example | Description |
---|---|---|
msg | User downloaded the PDF with his part of the key request. | |
suid | User logged | |
sname | Stephen Lee | Name of the logged user |
suser | stlee | Username of the user that started the session |
Method | POST | |
act | User downloaded the PDF with his part of the key source | |
ServiceName | Backup |
Master Key - Ceremony process initiated
Key | Example | Description |
---|---|---|
msg | Ceremony process started. | |
suid | User logged | |
sname | José da Silva | Name of the logged user |
suser | jsilva | Username of the user that started the session |
spriv | Administrator | |
Method | POST | Fixed value |
act | Ceremony process started | Action performed |
ServiceName | Backup |
Master Key - Ceremony process finished
Key | Example | Description |
---|---|---|
msg | Ceremony process completed. | |
suid | User logged | |
sname | José da Silva | Name of the logged user |
suser | jsilva | Username of the user that started the session |
spriv | Administrator | |
Method | GET | |
act | Ceremony process completed | |
ServiceName | Backup |
Master Key - Master key guardian inactive
Key | Example | Description |
---|---|---|
msg | Master key guardian inactice. | |
suid | ||
sname | ||
suser | ||
spriv | User | |
dvc | .225.14 | |
spid | ||
act | Incident | |
dproc | master_key_guardian |
Master Key - Failed recovery attempt
Key | Example | Description |
---|---|---|
msg | Failed recovery attempt. | The used key fractions are invalid |
requestMethod | POST | Fixed value |
act | Failed recovery attempt | Master key recovery failure type |
sourceServiceName | Master Key | Operation module |
originIP | .148.162 | Request user IP |
country | Brazil | Request geo location country |
state | Sao Paulo | Request geo location state |
city | Taboao da Serra | Request geo location city |
latitude | Request geo location GPS latitude | |
longitude | Request geo location GPS longitude | |
partsNeeded | Fractions needed to accomplish the recovery | |
partsSent | Attempt number of sent fractions | |
suid | Logged user id | |
sname | Logged user name | |
suser | Logged username | |
spriv | User | Application layer |
dvc | .2.17 | Device host IPv4 |
spid | Internal PID | |
src | .0.1 | Source IP Address |
act | Incident | Action performed |
dproc | master_key_guardian | Destination process name |
Master Key - Successful recovery attempt
Key | Example | Description |
---|---|---|
msg | Successful recovery attempt. | The used key fractions are valid |
requestMethod | POST | Fixed value |
act | Successful recovery attempt | Master key recovery successful type |
sourceServiceName | Master Key | Operation module |
originIP | .10.13 | Request user IP |
country | Brazil | Request geo location country |
state | Sao Paulo | Request geo location state |
city | Taboao da Serra | Request geo location city |
latitude | Request geo location GPS latitude | |
longitude | Request geo location GPS longitude | |
partsNeeded | Fractions needed to accomplish the recovery | |
partsSent | Attempt number of sent fractions | |
suid | Logged user id | |
sname | Logged user name | |
suser | Logged username | |
spriv | User | Application layer |
dvc | .10.20 | Device host IPv4 |
spid | Internal PID | |
src | .10.13 | Source IP Address |
act | Incident | Action performed |
dproc | master_key_guardian | Destination process name |
Scheduling email reports - Creation
Key | Example | Description |
---|---|---|
dvc | .20.30 | senhasegura Server IP |
spid | Process ID in Operating System | |
src | .20.10 | IP of the user who performed the operation |
suid | User ID that performed the operation | |
sname | John Doe | User name that performed the operation |
suser | jdoe | Username of the user who performed the operation |
spriv | Administrator | Privilege Senhora Used to perform the operation |
msg | Report scheduling - Creation | Operation that was performed |
requestMethod | POST | HTTP method used client hair |
act | Report scheduling - Creation | Operation that was performed |
sourceServiceName | Report scheduling | Operation category that was performed |
cs1Label | User | Label from the requesting user name |
cs1 | John Doe | Applicant User Name |
cs2Label | User ID | User ID Label |
cs2 | User ID | |
cs3Label | Schedule | Label from the name of the schedule |
cs3 | My schedule | Scheduling Name |
cs4Label | Schedule ID | Label Scheduling ID |
cs4 | Scheduling ID | |
cs5Label | Added reports | Label from added reports |
cs5 | Settings -> Authentication -> Multi-factor authentication -> Providers | Added reports |
cs7Label | Added users | Label from added users |
cs7 | jdoe - John Doe | Users added to receive notification |
Scheduling email reports - Update
Key | Example | Description |
---|---|---|
dvc | .20.30 | senhasegura Server IP |
spid | Process ID in Operating System | |
src | .20.10 | IP of the user who performed the operation |
suid | User ID that performed the operation | |
sname | John Doe | User name that performed the operation |
suser | jdoe | Username of the user who performed the operation |
spriv | Administrator | Privilege Senhora Used to perform the operation |
msg | Report scheduling - Update | Operation that was performed |
requestMethod | POST | HTTP method used client hair |
act | Report scheduling - Update | Operation that was performed |
sourceServiceName | Report scheduling | Operation category that was performed |
cs1Label | User | Label from the requesting user name |
cs1 | John Doe | Applicant User Name |
cs2Label | User ID | User ID Label |
cs2 | User ID | |
cs3Label | Schedule | Label from the name of the schedule |
cs3 | My schedule | Scheduling Name |
cs4Label | Schedule ID | Label Scheduling ID |
cs4 | Scheduling ID | |
cs5Label | Added reports | Label from added reports |
cs5 | None | Added reports |
cs6Label | Removed reports | Label from the reports removed |
cs6 | None | Removed reports |
cs7Label | Added users | Label from added users |
cs7 | None | Added Users |
cs8Label | Removed users | Label from users removed |
cs8 | None | Removed users |
Scheduling email reports - Deletion
Key | Example | Description |
---|---|---|
dvc | .20.30 | senhasegura Server IP |
spid | Process ID in Operating System | |
src | .20.10 | IP of the user who performed the operation |
suid | User ID that performed the operation | |
sname | John Doe | User name that performed the operation |
suser | jdoe | Username of the user who performed the operation |
spriv | Administrator | Privilege Senhora Used to perform the operation |
msg | Report scheduling - Deletion | Operation that was performed |
requestMethod | POST | HTTP method used client hair |
act | Report scheduling - Deletion | Operation that was performed |
sourceServiceName | Report scheduling | Operation category that was performed |
cs1Label | User | Label from the requesting user name |
cs1 | John Doe | Applicant User Name |
cs2Label | User ID | User ID Label |
cs2 | User ID | |
cs3Label | Schedule | Label from the name of the schedule |
cs3 | My schedule | Scheduling Name |
cs4Label | Schedule ID | Label Scheduling ID |
cs4 | Scheduling ID |
See the Appendix chapter to consult the Table with Possible Values for System Services and Listeners
SNMP
Simple Network Management Protocol (SNMP) is the Internet standard protocol for device management on IP networks. senhasegura offers support to SNMP v1, v2, and v31.
Enabling the SNMP service on senhasegura
The SNMPv3 monitoring is available only on senhasegura v3.8 or above. The configuration must be done at Orbit Command Line Client. See the Orbit Command Line manual for more details.
To configure an SNMP server, click on the drop-down menu in the title bar next to the username and select the Orbit option.
Access the menu: Server ➔ Settings Fill the server and community's data and next click on save.
Query SNMP Monitoring Data
Extraction of security senhasegura monitoring data can be done in two ways:
By configuring OID's in an SNMP manager such as CACTI, Solar Wings, Zabbix, or any other SNMP compliant system available on the client infrastructure.
Through terminal queries for either MIB's or OID's with the snmpwalk command, following the pattern below:
SNMPv2
snmpwalk -v2c -c $<$community$>$ $<$ip$>$
SNMPv3
snmpwalk -v3 -a SHA -A $<$password$>$ -x AES -X $<$password$>$ -l authPriv -u $<$username$>$ $<$ip$>$
Return Values
The data types returned by SNMP queries, depending on the item queried, may vary depending on the context of the monitored item, such as numeric values, date and time values, and descriptive texts.
Among the return values of long texts, some results may be similar between the monitored items. The cases in which these situations occur are items that return system service status and TCP / UDP connection status.
MIBs and OIDs provided with the senhasegura
senhasegura provides the standard MIBs for SNMPv2 and SNMPv3, with the exception of some readings removed for security reasons
SNMPv2-MIB::sysDescr 1.3.6.1.2.1.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysDescr(1)
A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.1
SNMPv2-MIB::sysObjectID 1.3.6.1.2.1.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysObjectID(2)
The vendor's authoritative identification of the network management subsystem contained in the entity. This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining 'what kind of box' is being managed.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.2
DISMAN-EVENT-MIB::sysUpTimeInstance 1.3.6.1.2.1.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysUpTime(3)
The time (in hundredths of a second) since the network management portion of the system was last re-initialized.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.3
SNMPv2-MIB::sysContact 1.3.6.1.2.1.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysContact(4)
The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.4
SNMPv2-MIB::sysName 1.3.6.1.2.1.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysName(5)
An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.5
SNMPv2-MIB::sysLocation 1.3.6.1.2.1.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysLocation(6)
The physical location of this node (e.g., 'telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.6
SNMPv2-MIB::sysServices 1.3.6.1.2.1.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysServices(7)
A value which indicates the set of services that this entity may potentially offer.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.7
SNMPv2-MIB::sysORLastChange 1.3.6.1.2.1.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysORLastChange(8)
The value of sysUpTime
at the time of the most recent change in state or value of any instance of sysORID
.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.8
SNMPv2-MIB::sysORID 1.3.6.1.2.1.1.9.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysORTable(9) ➔sysOREntry(1) ➔sysORID(2)
An authoritative identification of a capabilities statement with respect to various MIB modules supported by the local SNMP application acting as a command responder.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.9.1.2
SNMPv2-MIB::sysORDescr 1.3.6.1.2.1.1.9.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysORTable(9) ➔sysOREntry(1) ➔sysORDescr(3)
A textual description of the capabilities identified by the corresponding instance of sysORID
.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.9.1.3
SNMPv2-MIB::sysORUpTime 1.3.6.1.2.1.1.9.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔system(1) ➔sysORTable(9) ➔sysOREntry(1) ➔sysORUpTime(4)
The value of sysUpTime
at the time this conceptual row was last instantiated.
More details: http://oid-info.com/get/1.3.6.1.2.1.1.9.1.4
EtherLike-MIB::dot3StatsIndex 1.3.6.1.2.1.10.7.2.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsIndex(1)
An index value that uniquely identifies an interface to an ethernet-like medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex
.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.1
EtherLike-MIB::dot3StatsInternalMacTransmitErrors 1.3.6.1.2.1.10.7.2.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsInternalMacTransmitErrors(10)
A count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.10
EtherLike-MIB::dot3StatsCarrierSenseErrors 1.3.6.1.2.1.10.7.2.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsCarrierSenseErrors(11)
The number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.11
EtherLike-MIB::dot3StatsFrameTooLongs 1.3.6.1.2.1.10.7.2.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsFrameTooLongs(13)
A count of frames received on a particular interface that exceed the maximum permitted frame size.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.13
EtherLike-MIB::dot3StatsInternalMacReceiveErrors 1.3.6.1.2.1.10.7.2.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsInternalMacReceiveErrors(16)
A count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.16
EtherLike-MIB::dot3StatsDuplexStatus 1.3.6.1.2.1.10.7.2.1.19
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsDuplexStatus(19)
The current mode of operation of the MAC entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.19
EtherLike-MIB::dot3StatsFCSErrors 1.3.6.1.2.1.10.7.2.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsFCSErrors(3)
A count of frames received on a particular interface that are an integral number of octets in length but do not pass the FCS check.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.3
EtherLike-MIB::dot3StatsDeferredTransmissions 1.3.6.1.2.1.10.7.2.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔transmission(10) ➔dot3(7) ➔dot3StatsTable(2) ➔dot3StatsEntry(1) ➔dot3StatsDeferredTransmissions(7)
A count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy.
More details: http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.7
SNMPv2-MIB::snmpInPkts 1.3.6.1.2.1.11.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInPkts(1)
The total number of messages delivered to the SNMP entity from the transport service.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.1
SNMPv2-MIB::snmpInBadValues 1.3.6.1.2.1.11.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInBadValues(10)
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field was badValue
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.10
SNMPv2-MIB::snmpInReadOnlys 1.3.6.1.2.1.11.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInReadOnlys(11)
The total number valid SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field was readOnly
. It should be noted that it is a protocol error to generate an SNMP PDU which contains the value readOnly
in the error-status field, as such this object is provided as a means of detecting incorrect implementations of the SNMP.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.11
SNMPv2-MIB::snmpInGenErrs 1.3.6.1.2.1.11.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInGenErrs(12)
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field was genErr
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.12
SNMPv2-MIB::snmpInTotalReqVars 1.3.6.1.2.1.11.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInTotalReqVars(13)
The total number of MIB objects which have been retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request
and Get-Next
PDUs.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.13
SNMPv2-MIB::snmpInTotalSetVars 1.3.6.1.2.1.11.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInTotalSetVars(14)
The total number of MIB objects which have been altered successfully by the SNMP protocol entity as the result of receiving valid SNMP Set-Request
PDUs.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.14
SNMPv2-MIB::snmpInGetRequests 1.3.6.1.2.1.11.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInGetRequests(15)
The total number of SNMP Get-Request PDUs which have been accepted and processed by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.15
SNMPv2-MIB::snmpInGetNexts 1.3.6.1.2.1.11.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInGetNexts(16)
The total number of SNMP Get-Next
PDUs which have been accepted and processed by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.16
SNMPv2-MIB::snmpInSetRequests 1.3.6.1.2.1.11.17
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInSetRequests(17)
The total number of SNMP Set-Request
PDUs which have been accepted and processed by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.17
SNMPv2-MIB::snmpInGetResponses 1.3.6.1.2.1.11.18
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInGetResponses(18)
The total number of SNMP Get-Response
PDUs which have been accepted and processed by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.18
SNMPv2-MIB::snmpInTraps 1.3.6.1.2.1.11.19
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInTraps(19)
The total number of SNMP Trap
PDUs which have been accepted and processed by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.19
SNMPv2-MIB::snmpOutPkts 1.3.6.1.2.1.11.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutPkts(2)
The total number of SNMP Messages which were passed from the SNMP protocol entity to the transport service.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.2
SNMPv2-MIB::snmpOutTooBigs 1.3.6.1.2.1.11.20
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutTooBigs(20)
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field was tooBig
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.20
SNMPv2-MIB::snmpOutNoSuchNames 1.3.6.1.2.1.11.21
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutNoSuchNames(21)
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status was noSuchName
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.21
SNMPv2-MIB::snmpOutBadValues 1.3.6.1.2.1.11.22
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutBadValues(22)
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field was badValue
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.22
SNMPv2-MIB::snmpOutGenErrs 1.3.6.1.2.1.11.24
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutGenErrs(24)
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field was genErr
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.24
SNMPv2-MIB::snmpOutGetRequests 1.3.6.1.2.1.11.25
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutGetRequests(25)
The total number of SNMP Get-Request
PDUs which have been generated by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.25
SNMPv2-MIB::snmpOutGetNexts 1.3.6.1.2.1.11.26
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutGetNexts(26)
The total number of SNMP Get-Next
PDUs which have been generated by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.26
SNMPv2-MIB::snmpOutSetRequests 1.3.6.1.2.1.11.27
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutSetRequests(27)
The total number of SNMP Set-Request
PDUs which have been generated by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.27
SNMPv2-MIB::snmpOutGetResponses 1.3.6.1.2.1.11.28
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutGetResponses(28)
The total number of SNMP Get-Response
PDUs which have been generated by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.28
SNMPv2-MIB::snmpOutTraps 1.3.6.1.2.1.11.29
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpOutTraps(29)
The total number of SNMP Trap
PDUs which have been generated by the SNMP protocol entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.29
SNMPv2-MIB::snmpInBadVersions 1.3.6.1.2.1.11.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInBadVersions(3)
The total number of SNMP messages which were delivered to the SNMP entity and were for an unsupported SNMP version.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.3
SNMPv2-MIB::snmpEnableAuthenTraps 1.3.6.1.2.1.11.30
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpEnableAuthenTraps(30)
Indicates whether the SNMP entity is permitted to generate authenticationFailure
traps.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.30
SNMPv2-MIB::snmpSilentDrops 1.3.6.1.2.1.11.31
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpSilentDrops(31)
The total number of Confirmed Class PDUs (such as GetRequest-PDUs
,
GetNextRequest-PDUs
, GetBulkRequest-PDUs
, SetRequest-PDUs
, and InformRequest-PDUs
) delivered to the SNMP entity which were silently dropped because the size of a reply containing an alternate Response Class PDU (such as a Response-PDU) with an empty variable-bindings field was greater than either a local constraint or the maximum message size associated with the originator of the request.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.31
SNMPv2-MIB::snmpProxyDrops 1.3.6.1.2.1.11.32
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpProxyDrops(32)
The total number of Confirmed Class PDUs (such as GetRequest-PDUs
, GetNextRequest-PDUs
, GetBulkRequest-PDUs
, SetRequest-PDUs
, and InformRequest-PDUs
) delivered to the SNMP entity which were silently dropped because the transmission of the (possibly translated) message to a proxy target failed in a manner (other than a time-out) such that no Response Class PDU (such as a Response-PDU
) could be returned.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.32
SNMPv2-MIB::snmpInBadCommunityNames 1.3.6.1.2.1.11.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInBadCommunityNames(4)
The total number of community-based SNMP messages (for example, SNMPv1) delivered to the SNMP entity which used an SNMP community name not known to said entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.4
SNMPv2-MIB::snmpInBadCommunityUses 1.3.6.1.2.1.11.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInBadCommunityUses(5)
The total number of community-based SNMP messages (for example, SNMPv1) delivered to the SNMP entity which represented an SNMP operation that was not allowed for the SNMP community named in the message.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.5
SNMPv2-MIB::snmpInASNParseErrs 1.3.6.1.2.1.11.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInASNParseErrs(6)
The total number of ASN.1 or BER errors encountered by the SNMP entity when decoding received SNMP messages.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.6
SNMPv2-MIB::snmpInTooBigs 1.3.6.1.2.1.11.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInTooBigs(8)
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field was tooBig
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.8
SNMPv2-MIB::snmpInNoSuchNames 1.3.6.1.2.1.11.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔snmp(11) ➔snmpInNoSuchNames(9)
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field was noSuchName
.
More details: http://oid-info.com/get/1.3.6.1.2.1.11.9
IF-MIB::ifNumber 1.3.6.1.2.1.2.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifNumber(1)
The number of network interfaces (regardless of their current state) present on this system.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.1
IF-MIB::ifIndex 1.3.6.1.2.1.2.2.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifIndex(1)
A unique value, greater than zero, for each interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.1
IF-MIB::ifInOctets 1.3.6.1.2.1.2.2.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifInOctets(10)
The total number of octets received on the interface, including framing characters.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.10
IF-MIB::ifInUcastPkts 1.3.6.1.2.1.2.2.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifInUcastPkts(11)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.11
IF-MIB::ifInNUcastPkts 1.3.6.1.2.1.2.2.1.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifInNUcastPkts(12)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast or broadcast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.12
IF-MIB::ifInDiscards 1.3.6.1.2.1.2.2.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifInDiscards(13)
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.13
IF-MIB::ifInErrors 1.3.6.1.2.1.2.2.1.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifInErrors(14)
For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.14
IF-MIB::ifInUnknownProtos 1.3.6.1.2.1.2.2.1.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifInUnknownProtos(15)
For packet-oriented interfaces, the number of packets received via the interface which were discarded because of an unknown or unsupported protocol.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.15
IF-MIB::ifOutOctets 1.3.6.1.2.1.2.2.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOutOctets(16)
The total number of octets transmitted out of the interface, including framing characters.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.16
IF-MIB::ifOutUcastPkts 1.3.6.1.2.1.2.2.1.17
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOutUcastPkts(17)
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.17
IF-MIB::ifOutNUcastPkts 1.3.6.1.2.1.2.2.1.18
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOutNUcastPkts(18)
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.18
IF-MIB::ifOutDiscards 1.3.6.1.2.1.2.2.1.19
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOutDiscards(19)
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.19
IF-MIB::ifDescr 1.3.6.1.2.1.2.2.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifDescr(2)
A textual string containing information about theinterface.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.2
IF-MIB::ifOutErrors 1.3.6.1.2.1.2.2.1.20
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOutErrors(20)
For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.20
IF-MIB::ifOutQLen 1.3.6.1.2.1.2.2.1.21
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOutQLen(21)
The length of the output packet queue (in packets).
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.21
IF-MIB::ifSpecific 1.3.6.1.2.1.2.2.1.22
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifSpecific(22)
A reference to MIB definitions specific to the particular media being used to realize the interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.22
IF-MIB::ifType 1.3.6.1.2.1.2.2.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifType(3)
The type of interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.3
IF-MIB::ifMtu 1.3.6.1.2.1.2.2.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifMtu(4)
The size of the largest packet which can be sent/received on the interface, specified in octets.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.4
IF-MIB::ifSpeed 1.3.6.1.2.1.2.2.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifSpeed(5)
An estimate of the interface's current bandwidth in bits per second.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.5
IF-MIB::ifPhysAddress 1.3.6.1.2.1.2.2.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifPhysAddress(6)
The interface's address at its protocol sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.6
IF-MIB::ifAdminStatus 1.3.6.1.2.1.2.2.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifAdminStatus(7)
The desired state of the interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.7
IF-MIB::ifOperStatus 1.3.6.1.2.1.2.2.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifOperStatus(8)
The current operational state of the interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.8
IF-MIB::ifLastChange 1.3.6.1.2.1.2.2.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔interfaces(2) ➔ifTable(2) ➔ifEntry(1) ➔ifLastChange(9)
The value of sysUpTime
at the time the interface entered its current operational state.
More details: http://oid-info.com/get/1.3.6.1.2.1.2.2.1.9
HOST-RESOURCES-MIB::hrSystemUptime 1.3.6.1.2.1.25.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrSystem(1) ➔hrSystemUptime(1)
The amount of time since this host was last initialized.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.1.1
HOST-RESOURCES-MIB::hrSystemDate 1.3.6.1.2.1.25.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrSystem(1) ➔hrSystemDate(2)
The host's notion of the local date and time of day.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.1.2
HOST-RESOURCES-MIB::hrSystemNumUsers 1.3.6.1.2.1.25.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrSystem(1) ➔hrSystemNumUsers(5)
The number of user sessions for which this host is storing state information.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.1.5
HOST-RESOURCES-MIB::hrSystemProcesses 1.3.6.1.2.1.25.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrSystem(1) ➔hrSystemProcesses(6)
The number of process contexts currently loaded or running on this system.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.1.6
HOST-RESOURCES-MIB::hrSystemMaxProcesses 1.3.6.1.2.1.25.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrSystem(1) ➔hrSystemMaxProcesses(7)
The maximum number of process contexts this system can support.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.1.7
HOST-RESOURCES-MIB::hrMemorySize 1.3.6.1.2.1.25.2.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrMemorySize(2)
The amount of physical read-write main memory, typically RAM, contained by the host.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.2
HOST-RESOURCES-MIB::hrStorageIndex 1.3.6.1.2.1.25.2.3.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrStorageTable(3) ➔hrStorageEntry(1) ➔hrStorageIndex(1)
A unique value for each logical storage area contained by the host.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.3.1.1
HOST-RESOURCES-MIB::hrStorageType 1.3.6.1.2.1.25.2.3.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrStorageTable(3) ➔hrStorageEntry(1) ➔hrStorageType(2)
The type of storage represented by this entry.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.3.1.2
HOST-RESOURCES-MIB::hrStorageDescr 1.3.6.1.2.1.25.2.3.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrStorageTable(3) ➔hrStorageEntry(1) ➔hrStorageDescr(3)
A description of the type and instance of the storage described by this entry.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.3.1.3
HOST-RESOURCES-MIB::hrStorageAllocationUnits 1.3.6.1.2.1.25.2.3.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrStorageTable(3) ➔hrStorageEntry(1) ➔hrStorageAllocationUnits(4)
The size, in bytes, of the data objects allocated from this pool.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.3.1.4
HOST-RESOURCES-MIB::hrStorageSize 1.3.6.1.2.1.25.2.3.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrStorageTable(3) ➔hrStorageEntry(1) ➔hrStorageSize(5)
The size of the storage represented by this entry, in units of hrStorageAllocationUnits
.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.3.1.5
HOST-RESOURCES-MIB::hrStorageUsed 1.3.6.1.2.1.25.2.3.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrStorage(2) ➔hrStorageTable(3) ➔hrStorageEntry(1) ➔hrStorageUsed(6)
The amount of the storage represented by this entry that is allocated, in units of
hrStorageAllocationUnits
.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.2.3.1.6
HOST-RESOURCES-MIB::hrDeviceIndex 1.3.6.1.2.1.25.3.2.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrDeviceTable(2) ➔hrDeviceEntry(1) ➔hrDeviceIndex(1)
A unique value for each device contained by the host.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.2.1.1
HOST-RESOURCES-MIB::hrDeviceType 1.3.6.1.2.1.25.3.2.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrDeviceTable(2) ➔hrDeviceEntry(1) ➔hrDeviceType(2)
An indication of the type of device.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.2.1.2
HOST-RESOURCES-MIB::hrDeviceDescr 1.3.6.1.2.1.25.3.2.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrDeviceTable(2) ➔hrDeviceEntry(1) ➔hrDeviceDescr(3)
A textual description of this device, including the device's manufacturer and revision, and optionally, its serial number.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.2.1.3
HOST-RESOURCES-MIB::hrDeviceID 1.3.6.1.2.1.25.3.2.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrDeviceTable(2) ➔hrDeviceEntry(1) ➔hrDeviceID(4)
The product ID for this device.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.2.1.4
HOST-RESOURCES-MIB::hrDeviceStatus 1.3.6.1.2.1.25.3.2.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrDeviceTable(2) ➔hrDeviceEntry(1) ➔hrDeviceStatus(5)
The current operational state of the device described by this row of the table.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.2.1.5
HOST-RESOURCES-MIB::hrDeviceErrors 1.3.6.1.2.1.25.3.2.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrDeviceTable(2) ➔hrDeviceEntry(1) ➔hrDeviceErrors(6)
The number of errors detected on this device.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.2.1.6
HOST-RESOURCES-MIB::hrProcessorFrwID 1.3.6.1.2.1.25.3.3.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrProcessorTable(3) ➔hrProcessorEntry(1) ➔hrProcessorFrwID(1)
The product ID of the firmware associated with the processor.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.3.1.1
HOST-RESOURCES-MIB::hrProcessorLoad 1.3.6.1.2.1.25.3.3.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrProcessorTable(3) ➔hrProcessorEntry(1) ➔hrProcessorLoad(2)
The average, over the last minute, of the percentage of time that this processor was not idle.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.3.1.2
HOST-RESOURCES-MIB::hrNetworkIfIndex 1.3.6.1.2.1.25.3.4.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrNetworkTable(4) ➔hrNetworkEntry(1) ➔hrNetworkIfIndex(1)
The value of ifIndex
which corresponds to this network device.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.4.1.1
HOST-RESOURCES-MIB::hrFSIndex 1.3.6.1.2.1.25.3.8.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSIndex(1)
A unique value for each file system local to this host.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.1
HOST-RESOURCES-MIB::hrFSMountPoint 1.3.6.1.2.1.25.3.8.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSMountPoint(2)
The path name of the root of this file system.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.2
HOST-RESOURCES-MIB::hrFSRemoteMountPoint 1.3.6.1.2.1.25.3.8.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSRemoteMountPoint(3)
A description of the name and/or address of the server that this file system is mounted from.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.3
HOST-RESOURCES-MIB::hrFSType 1.3.6.1.2.1.25.3.8.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSType(4)
The value of this object identifies the type of this file system.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.4
HOST-RESOURCES-MIB::hrFSAccess 1.3.6.1.2.1.25.3.8.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSAccess(5)
An indication if this file system is logically configured by the operating system to be readable and writable or only readable.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.5
HOST-RESOURCES-MIB::hrFSBootable 1.3.6.1.2.1.25.3.8.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSBootable(6)
A flag indicating whether this file system is bootable.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.6
HOST-RESOURCES-MIB::hrFSStorageIndex 1.3.6.1.2.1.25.3.8.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSStorageIndex(7)
The index of the hrStorageEntry
that represents information about this file system.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.7
HOST-RESOURCES-MIB::hrFSLastFullBackupDate 1.3.6.1.2.1.25.3.8.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSLastFullBackupDate(8)
The last date at which this complete file system was copied to another storage device for backup.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.8
HOST-RESOURCES-MIB::hrFSLastPartialBackupDate 1.3.6.1.2.1.25.3.8.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔host(25) ➔hrDevice(3) ➔hrFSTable(8) ➔hrFSEntry(1) ➔hrFSLastPartialBackupDate(9)
The last date at which a portion of this file system was copied to another storage device for backup.
More details: http://oid-info.com/get/1.3.6.1.2.1.25.3.8.1.9
MTA-MIB::mtaStoredMessages 1.3.6.1.2.1.28.1.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔mta(28) ➔mtaTable(1) ➔mtaEntry(1) ➔mtaStoredMessages(2)
The total number of messages currently stored in the MTA.
More details: http://oid-info.com/get/1.3.6.1.2.1.28.1.1.2
MTA-MIB::mtaStoredVolume 1.3.6.1.2.1.28.1.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔mta(28) ➔mtaTable(1) ➔mtaEntry(1) ➔mtaStoredVolume(5)
The total volume of messages currently stored in the MTA, measured in kilo-octets.
More details: http://oid-info.com/get/1.3.6.1.2.1.28.1.1.5
MTA-MIB::mtaGroupHierarchy 1.3.6.1.2.1.28.2.1.31
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔mta(28) ➔mtaGroupTable(2) ➔mtaGroupEntry(1) ➔mtaGroupHierarchy(31)
Describes how this group fits into the hierarchy.
More details: http://oid-info.com/get/1.3.6.1.2.1.28.2.1.31
MTA-MIB::mtaGroupStoredMessages 1.3.6.1.2.1.28.2.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔mta(28) ➔mtaGroupTable(2) ➔mtaGroupEntry(1) ➔mtaGroupStoredMessages(4)
The total number of messages currently stored in this group's queue.
More details: http://oid-info.com/get/1.3.6.1.2.1.28.2.1.4
MTA-MIB::mtaGroupStoredVolume 1.3.6.1.2.1.28.2.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔mta(28) ➔mtaGroupTable(2) ➔mtaGroupEntry(1) ➔mtaGroupStoredVolume(7)
The total volume of messages currently stored in this group's queue, measured in kilo-octets.
More details: http://oid-info.com/get/1.3.6.1.2.1.28.2.1.7
IF-MIB::ifName 1.3.6.1.2.1.31.1.1.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifName(1)
The textual name of the interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.1
IF-MIB::ifHCOutOctets 1.3.6.1.2.1.31.1.1.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCOutOctets(10)
The total number of octets transmitted out of the interface, including framing characters.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.10
IF-MIB::ifHCOutUcastPkts 1.3.6.1.2.1.31.1.1.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCOutUcastPkts(11)
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.11
IF-MIB::ifHCOutMulticastPkts 1.3.6.1.2.1.31.1.1.1.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCOutMulticastPkts(12)
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.12
IF-MIB::ifHCOutBroadcastPkts 1.3.6.1.2.1.31.1.1.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCOutBroadcastPkts(13)
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.13
IF-MIB::ifHighSpeed 1.3.6.1.2.1.31.1.1.1.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHighSpeed(15)
An estimate of the interface's current bandwidth in units of 1,000,000 bits per second.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.15
IF-MIB::ifPromiscuousMode 1.3.6.1.2.1.31.1.1.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifPromiscuousMode(16)
This object has a value of false(2) if this interface only accepts packets/frames that are addressed to this station.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.16
IF-MIB::ifConnectorPresent 1.3.6.1.2.1.31.1.1.1.17
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifConnectorPresent(17)
This object has the value 'true(1)' if the interface sublayer has a physical connector and the value 'false(2)' otherwise.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.17
IF-MIB::ifAlias 1.3.6.1.2.1.31.1.1.1.18
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifAlias(18)
This object is an 'alias' name for the interface as specified by a network manager, and provides a non-volatile 'handle' for the interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.18
IF-MIB::ifCounterDiscontinuityTime 1.3.6.1.2.1.31.1.1.1.19
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifCounterDiscontinuityTime(19)
The value of sysUpTime
on the most recent occasion at which any one or more of this interface's counters suffered a discontinuity.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.19
IF-MIB::ifInMulticastPkts 1.3.6.1.2.1.31.1.1.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifInMulticastPkts(2)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.2
IF-MIB::ifInBroadcastPkts 1.3.6.1.2.1.31.1.1.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifInBroadcastPkts(3)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.3
IF-MIB::ifOutMulticastPkts 1.3.6.1.2.1.31.1.1.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifOutMulticastPkts(4)
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.4
IF-MIB::ifOutBroadcastPkts 1.3.6.1.2.1.31.1.1.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifOutBroadcastPkts(5)
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.5
IF-MIB::ifHCInOctets 1.3.6.1.2.1.31.1.1.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCInOctets(6)
The total number of octets received on the interface, including framing characters.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.6
IF-MIB::ifHCInUcastPkts 1.3.6.1.2.1.31.1.1.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCInUcastPkts(7)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.7
IF-MIB::ifHCInMulticastPkts 1.3.6.1.2.1.31.1.1.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCInMulticastPkts(8)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.8
IF-MIB::ifHCInBroadcastPkts 1.3.6.1.2.1.31.1.1.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifXTable(1) ➔ifXEntry(1) ➔ifHCInBroadcastPkts(9)
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.1.1.9
IF-MIB::ifTableLastChange 1.3.6.1.2.1.31.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ifMIB(31) ➔ifMIBObjects(1) ➔ifTableLastChange(5)
The value of sysUpTime
at the time of the last creation or deletion of an entry in the ifTable
.
More details: http://oid-info.com/get/1.3.6.1.2.1.31.1.5
IP-MIB::ipForwarding 1.3.6.1.2.1.4.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForwarding(1)
The indication of whether this entity is acting as an IPv4 router in respect to the forwarding of datagrams received by, but not addressed to, this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.1
IP-MIB::ipOutRequests 1.3.6.1.2.1.4.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipOutRequests(10)
The total number of IPv4 datagrams which local IPv4 user protocols (including ICMP) supplied to IPv4 in requests for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.10
IP-MIB::ipOutDiscards 1.3.6.1.2.1.4.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipOutDiscards(11)
The number of output IPv4 datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.11
IP-MIB::ipOutNoRoutes 1.3.6.1.2.1.4.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipOutNoRoutes(12)
The number of IPv4 datagrams discarded because no route could be found to transmit them to their destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.12
IP-MIB::ipReasmTimeout 1.3.6.1.2.1.4.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipReasmTimeout(13)
The maximum number of seconds that received fragments are held while they are awaiting reassembly at this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.13
IP-MIB::ipReasmReqds 1.3.6.1.2.1.4.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipReasmReqds(14)
The number of IPv4 fragments received which needed to be reassembled at this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.14
IP-MIB::ipReasmOKs 1.3.6.1.2.1.4.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipReasmOKs(15)
The number of IPv4 datagrams successfully re-assembled.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.15
IP-MIB::ipReasmFails 1.3.6.1.2.1.4.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipReasmFails(16)
The number of failures detected by the IPv4 re-assembly algorithm (for whatever reason: timed out, errors, etc).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.16
IP-MIB::ipFragOKs 1.3.6.1.2.1.4.17
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipFragOKs(17)
The number of IPv4 datagrams that have been successfully fragmented at this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.17
IP-MIB::ipFragFails 1.3.6.1.2.1.4.18
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipFragFails(18)
The number of IPv4 datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.18
IP-MIB::ipFragCreates 1.3.6.1.2.1.4.19
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipFragCreates(19)
The number of IPv4 datagram fragments that have been generated as a result of fragmentation at this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.19
IP-MIB::ipAdEntAddr 1.3.6.1.2.1.4.20.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddrTable(20) ➔ipAddrEntry(1) ➔ipAdEntAddr(1)
The IPv4 address to which this entry's addressing information pertains.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.20.1.1
IP-MIB::ipAdEntIfIndex 1.3.6.1.2.1.4.20.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddrTable(20) ➔ipAddrEntry(1) ➔ipAdEntIfIndex(2)
The index value which uniquely identifies the interface to which this entry is applicable.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.20.1.2
IP-MIB::ipAdEntNetMask 1.3.6.1.2.1.4.20.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddrTable(20) ➔ipAddrEntry(1) ➔ipAdEntNetMask(3)
The subnet mask associated with the IPv4 address of this entry.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.20.1.3
IP-MIB::ipAdEntBcastAddr 1.3.6.1.2.1.4.20.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddrTable(20) ➔ipAddrEntry(1) ➔ipAdEntBcastAddr(4)
The value of the least-significant bit in the IPv4 broadcast address used for sending datagrams on the (logical) interface associated with the IPv4 address of this entry.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.20.1.4
IP-MIB::ipNetToMediaIfIndex 1.3.6.1.2.1.4.22.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToMediaTable(22) ➔ipNetToMediaEntry(1) ➔ipNetToMediaIfIndex(1)
The interface on which this entry's equivalence is effective.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.22.1.1
IP-MIB::ipNetToMediaPhysAddress 1.3.6.1.2.1.4.22.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToMediaTable(22) ➔ipNetToMediaEntry(1) ➔ipNetToMediaPhysAddress(2)
The media-dependent 'physical' address.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.22.1.2
IP-MIB::ipNetToMediaNetAddress 1.3.6.1.2.1.4.22.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToMediaTable(22) ➔ipNetToMediaEntry(1) ➔ipNetToMediaNetAddress(3)
The IpAddress
corresponding to the media-dependent 'physical' address.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.22.1.3
IP-MIB::ipNetToMediaType 1.3.6.1.2.1.4.22.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToMediaTable(22) ➔ipNetToMediaEntry(1) ➔ipNetToMediaType(4)
The type of mapping.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.22.1.4
IP-FORWARD-MIB::ipCidrRouteDest 1.3.6.1.2.1.4.24.4.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteDest(1)
The destination IP address of this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.1
IP-FORWARD-MIB::ipCidrRouteNextHopAS 1.3.6.1.2.1.4.24.4.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteNextHopAS(10)
The Autonomous System Number of the Next Hop.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.10
IP-FORWARD-MIB::ipCidrRouteMetric1 1.3.6.1.2.1.4.24.4.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteMetric1(11)
The primary routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.11
IP-FORWARD-MIB::ipCidrRouteMetric2 1.3.6.1.2.1.4.24.4.1.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteMetric2(12)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.12
IP-FORWARD-MIB::ipCidrRouteMetric3 1.3.6.1.2.1.4.24.4.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteMetric3(13)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.13
IP-FORWARD-MIB::ipCidrRouteMetric4 1.3.6.1.2.1.4.24.4.1.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteMetric4(14)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.14
IP-FORWARD-MIB::ipCidrRouteMetric5 1.3.6.1.2.1.4.24.4.1.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteMetric5(15)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.15
IP-FORWARD-MIB::ipCidrRouteStatus 1.3.6.1.2.1.4.24.4.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteStatus(16)
The row status variable, used according to row installation and removal conventions.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.16
IP-FORWARD-MIB::ipCidrRouteMask 1.3.6.1.2.1.4.24.4.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteMask(2)
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipCidrRouteDest
field.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.2
IP-FORWARD-MIB::ipCidrRouteTos 1.3.6.1.2.1.4.24.4.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteTos(3)
The policy specifier is the IP TOS Field.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.3
IP-FORWARD-MIB::ipCidrRouteNextHop 1.3.6.1.2.1.4.24.4.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteNextHop(4)
On remote routes, the address of the next system en route; Otherwise, 0.0.0.0.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.4
IP-FORWARD-MIB::ipCidrRouteIfIndex 1.3.6.1.2.1.4.24.4.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteIfIndex(5)
The ifIndex
value that identifies the local interface through which the next hop of this route should be reached.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.5
IP-FORWARD-MIB::ipCidrRouteType 1.3.6.1.2.1.4.24.4.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteType(6)
The type of route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.6
IP-FORWARD-MIB::ipCidrRouteProto 1.3.6.1.2.1.4.24.4.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteProto(7)
The routing mechanism via which this route was learned.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.7
IP-FORWARD-MIB::ipCidrRouteInfo 1.3.6.1.2.1.4.24.4.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔ipCidrRouteTable(4) ➔ipCidrRouteEntry(1) ➔ipCidrRouteInfo(9)
A reference to MIB definitions specific to the particular routing protocol that is responsible for this route, as determined by the value specified in the route's ipCidrRouteProto
value.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.4.1.9
IP-FORWARD-MIB::inetCidrRouteNumber 1.3.6.1.2.1.4.24.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteNumber(6)
The number of current inetCidrRouteTable
entries that are not invalid.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.6
IP-FORWARD-MIB::inetCidrRouteAge.ipv4 1.3.6.1.2.1.4.24.7.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteAge(10)
The number of seconds since this route was last updated or otherwise determined to be correct.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.10
IP-FORWARD-MIB::inetCidrRouteNextHopAS.ipv4 1.3.6.1.2.1.4.24.7.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteNextHopAS(11)
The Autonomous System Number of the Next Hop.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.11
IP-FORWARD-MIB::inetCidrRouteMetric1.ipv4 1.3.6.1.2.1.4.24.7.1.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteMetric1(12)
The primary routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.12
IP-FORWARD-MIB::inetCidrRouteMetric2.ipv4 1.3.6.1.2.1.4.24.7.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteMetric2(13)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.13
IP-FORWARD-MIB::inetCidrRouteMetric3.ipv4 1.3.6.1.2.1.4.24.7.1.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteMetric3(14)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.14
IP-FORWARD-MIB::inetCidrRouteMetric4.ipv4 1.3.6.1.2.1.4.24.7.1.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteMetric4(15)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.15
IP-FORWARD-MIB::inetCidrRouteMetric5.ipv4 1.3.6.1.2.1.4.24.7.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteMetric5(16)
An alternate routing metric for this route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.16
IP-FORWARD-MIB::inetCidrRouteStatus.ipv4 1.3.6.1.2.1.4.24.7.1.17
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteStatus(17)
The row status variable, used according to row installation and removal conventions.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.17
IP-FORWARD-MIB::inetCidrRouteIfIndex.ipv4 1.3.6.1.2.1.4.24.7.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteIfIndex(7)
The ifIndex
value that identifies the local interface through which the next hop of this route should be reached.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.7
IP-FORWARD-MIB::inetCidrRouteType.ipv4 1.3.6.1.2.1.4.24.7.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteType(8)
The type of route.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.8
IP-FORWARD-MIB::inetCidrRouteProto.ipv4 1.3.6.1.2.1.4.24.7.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForward(24) ➔inetCidrRouteTable(7) ➔inetCidrRouteEntry(1) ➔inetCidrRouteProto(9)
The routing mechanism via which this route was learned.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.24.7.1.9
IP-MIB::ipInReceives 1.3.6.1.2.1.4.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipInReceives(3)
The total number of input datagrams received from interfaces, including those received in error.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.3
IP-MIB::ipSystemStatsInUnknownProtos.ipv4 1.3.6.1.2.1.4.31.1.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInUnknownProtos(10)
The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.10
IP-MIB::ipSystemStatsInTruncatedPkts.ipv4 1.3.6.1.2.1.4.31.1.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInTruncatedPkts(11)
The number of input IP datagrams discarded because the datagram frame didn't carry enough data.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.11
IP-MIB::ipSystemStatsInForwDatagrams.ipv4 1.3.6.1.2.1.4.31.1.1.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInForwDatagrams(12)
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.12
IP-MIB::ipSystemStatsHCInForwDatagrams.ipv4 1.3.6.1.2.1.4.31.1.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInForwDatagrams(13)
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.13
IP-MIB::ipSystemStatsReasmReqds.ipv4 1.3.6.1.2.1.4.31.1.1.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsReasmReqds(14)
The number of IP fragments received that needed to be reassembled at this interface.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.14
IP-MIB::ipSystemStatsReasmOKs.ipv4 1.3.6.1.2.1.4.31.1.1.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsReasmOKs(15)
The number of IP datagrams successfully reassembled.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.15
IP-MIB::ipSystemStatsReasmFails.ipv4 1.3.6.1.2.1.4.31.1.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsReasmFails(16)
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc.).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.16
IP-MIB::ipSystemStatsInDiscards.ipv4 1.3.6.1.2.1.4.31.1.1.17
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInDiscards(17)
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.17
IP-MIB::ipSystemStatsInDelivers.ipv4 1.3.6.1.2.1.4.31.1.1.18
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInDelivers(18)
The total number of datagrams successfully delivered to IP user-protocols (including ICMP).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.18
IP-MIB::ipSystemStatsHCInDelivers.ipv4 1.3.6.1.2.1.4.31.1.1.19
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInDelivers(19)
The total number of datagrams successfully delivered to IP user-protocols (including ICMP).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.19
IP-MIB::ipSystemStatsOutRequests.ipv4 1.3.6.1.2.1.4.31.1.1.20
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutRequests(20)
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.20
IP-MIB::ipSystemStatsHCOutRequests.ipv4 1.3.6.1.2.1.4.31.1.1.21
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutRequests(21)
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.21
IP-MIB::ipSystemStatsOutNoRoutes.ipv4 1.3.6.1.2.1.4.31.1.1.22
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutNoRoutes(22)
The number of locally generated IP datagrams discarded because no route could be found to transmit them to their destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.22
IP-MIB::ipSystemStatsOutForwDatagrams.ipv4 1.3.6.1.2.1.4.31.1.1.23
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutForwDatagrams(23)
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.23
IP-MIB::ipSystemStatsHCOutForwDatagrams.ipv4 1.3.6.1.2.1.4.31.1.1.24
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutForwDatagrams(24)
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.24
IP-MIB::ipSystemStatsOutDiscards.ipv4 1.3.6.1.2.1.4.31.1.1.25
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutDiscards(25)
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.25
IP-MIB::ipSystemStatsOutFragReqds.ipv4 1.3.6.1.2.1.4.31.1.1.26
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutFragReqds(26)
The number of IP datagrams that would require fragmentation in order to be transmitted.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.26
IP-MIB::ipSystemStatsOutFragOKs.ipv4 1.3.6.1.2.1.4.31.1.1.27
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutFragOKs(27)
The number of IP datagrams that have been successfully fragmented.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.27
IP-MIB::ipSystemStatsOutFragFails.ipv4 1.3.6.1.2.1.4.31.1.1.28
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutFragFails(28)
The number of IP datagrams that have been discarded because they needed to be fragmented but could not be.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.28
IP-MIB::ipSystemStatsOutFragCreates.ipv4 1.3.6.1.2.1.4.31.1.1.29
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutFragCreates(29)
The number of output datagram fragments that have been generated as a result of IP fragmentation.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.29
IP-MIB::ipSystemStatsInReceives.ipv4 1.3.6.1.2.1.4.31.1.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInReceives(3)
The total number of input IP datagrams received, including those received in error.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.3
IP-MIB::ipSystemStatsOutTransmits.ipv4 1.3.6.1.2.1.4.31.1.1.30
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutTransmits(30)
The total number of IP datagrams that this entity supplied to the lower layers for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.30
IP-MIB::ipSystemStatsHCOutTransmits.ipv4 1.3.6.1.2.1.4.31.1.1.31
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutTransmits(31)
The total number of IP datagrams that this entity supplied to the lower layers for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.31
IP-MIB::ipSystemStatsOutOctets.ipv4 1.3.6.1.2.1.4.31.1.1.32
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutOctets(32)
The total number of octets in IP datagrams delivered to the lower layers for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.32
IP-MIB::ipSystemStatsHCOutOctets.ipv4 1.3.6.1.2.1.4.31.1.1.33
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutOctets(33)
The total number of octets in IP datagrams delivered to the lower layers for transmission.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.33
IP-MIB::ipSystemStatsInMcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.34
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInMcastPkts(34)
The number of IP multicast datagrams received.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.34
IP-MIB::ipSystemStatsHCInMcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.35
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInMcastPkts(35)
The number of IP multicast datagrams received.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.35
IP-MIB::ipSystemStatsInMcastOctets.ipv4 1.3.6.1.2.1.4.31.1.1.36
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInMcastOctets(36)
The total number of octets received in IP multicast datagrams.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.36
IP-MIB::ipSystemStatsHCInMcastOctets.ipv4 1.3.6.1.2.1.4.31.1.1.37
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInMcastOctets(37)
The total number of octets received in IP multicast datagrams.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.37
IP-MIB::ipSystemStatsOutMcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.38
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutMcastPkts(38)
The number of IP multicast datagrams transmitted.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.38
IP-MIB::ipSystemStatsHCOutMcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.39
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutMcastPkts(39)
The number of IP multicast datagrams transmitted.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.39
IP-MIB::ipSystemStatsHCInReceives.ipv4 1.3.6.1.2.1.4.31.1.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInReceives(4)
The total number of input IP datagrams received, including those received in error.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.4
IP-MIB::ipSystemStatsOutMcastOctets.ipv4 1.3.6.1.2.1.4.31.1.1.40
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutMcastOctets(40)
The total number of octets transmitted in IP multicast datagrams.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.40
IP-MIB::ipSystemStatsHCOutMcastOctets.ipv4 1.3.6.1.2.1.4.31.1.1.41
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutMcastOctets(41)
The total number of octets transmitted in IP multicast datagrams.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.41
IP-MIB::ipSystemStatsInBcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.42
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInBcastPkts(42)
The number of IP broadcast datagrams received.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.42
IP-MIB::ipSystemStatsHCInBcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.43
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInBcastPkts(43)
The number of IP broadcast datagrams received.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.43
IP-MIB::ipSystemStatsOutBcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.44
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsOutBcastPkts(44)
The number of IP broadcast datagrams transmitted.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.44
IP-MIB::ipSystemStatsHCOutBcastPkts.ipv4 1.3.6.1.2.1.4.31.1.1.45
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCOutBcastPkts(45)
The number of IP broadcast datagrams transmitted.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.45
IP-MIB::ipSystemStatsDiscontinuityTime.ipv4 1.3.6.1.2.1.4.31.1.1.46
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsDiscontinuityTime(46)
The value of sysUpTime
on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.46
IP-MIB::ipSystemStatsRefreshRate.ipv4 1.3.6.1.2.1.4.31.1.1.47
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsRefreshRate(47)
The minimum reasonable polling interval for this entry.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.47
IP-MIB::ipSystemStatsInOctets.ipv4 1.3.6.1.2.1.4.31.1.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInOctets(5)
The total number of octets received in input IP datagrams, including those received in error.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.5
IP-MIB::ipSystemStatsHCInOctets.ipv4 1.3.6.1.2.1.4.31.1.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsHCInOctets(6)
The total number of octets received in input IP datagrams, including those received in error.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.6
IP-MIB::ipSystemStatsInHdrErrors.ipv4 1.3.6.1.2.1.4.31.1.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInHdrErrors(7)
The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.7
IP-MIB::ipSystemStatsInNoRoutes.ipv4 1.3.6.1.2.1.4.31.1.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInNoRoutes(8)
The number of input IP datagrams discarded because no route could be found to transmit them to their destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.8
IP-MIB::ipSystemStatsInAddrErrors.ipv4 1.3.6.1.2.1.4.31.1.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipSystemStatsTable(1) ➔ipSystemStatsEntry(1) ➔ipSystemStatsInAddrErrors(9)
The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.1.1.9
IP-MIB::ipIfStatsTableLastChange 1.3.6.1.2.1.4.31.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipTrafficStats(31) ➔ipIfStatsTableLastChange(2)
The value of sysUpTime
on the most recent occasion at which a row in the
ipIfStatsTable
was added or deleted.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.31.2
IP-MIB::ipAddressPrefixOrigin 1.3.6.1.2.1.4.32.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressPrefixTable(32) ➔ipAddressPrefixEntry(1) ➔ipAddressPrefixOrigin(5)
The origin of this prefix.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.32.1.5
IP-MIB::ipAddressPrefixOnLinkFlag 1.3.6.1.2.1.4.32.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressPrefixTable(32) ➔ipAddressPrefixEntry(1) ➔ipAddressPrefixOnLinkFlag(6)
This object has the value 'true(1)', if this prefix can be used for on-link determination; otherwise, the value is 'false(2)'.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.32.1.6
IP-MIB::ipAddressPrefixAutonomousFlag 1.3.6.1.2.1.4.32.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressPrefixTable(32) ➔ipAddressPrefixEntry(1) ➔ipAddressPrefixAutonomousFlag(7)
Autonomous address configuration flag.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.32.1.7
IP-MIB::ipAddressPrefixAdvPreferredLifetime 1.3.6.1.2.1.4.32.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressPrefixTable(32) ➔ipAddressPrefixEntry(1) ➔ipAddressPrefixAdvPreferredLifetime(8)
The remaining length of time, in seconds, that this prefix will continue to be preferred, i.e., time until deprecation.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.32.1.8
IP-MIB::ipAddressPrefixAdvValidLifetime 1.3.6.1.2.1.4.32.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressPrefixTable(32) ➔ipAddressPrefixEntry(1) ➔ipAddressPrefixAdvValidLifetime(9)
The remaining length of time, in seconds, that this prefix will continue to be valid, i.e., time until invalidation.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.32.1.9
IP-MIB::ipAddressSpinLock 1.3.6.1.2.1.4.33
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressSpinLock(33)
An advisory lock used to allow cooperating SNMP managers to coordinate their use of the set operation in creating or modifying rows within this table.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.33
IP-MIB::ipAddressRowStatus.ipv4 1.3.6.1.2.1.4.34.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressRowStatus(10)
The status of this conceptual row.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.10
IP-MIB::ipAddressStorageType.ipv4 1.3.6.1.2.1.4.34.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressStorageType(11)
The storage type for this conceptual row.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.11
IP-MIB::ipAddressIfIndex.ipv4 1.3.6.1.2.1.4.34.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressIfIndex(3)
The index value that uniquely identifies the interface to which this entry is applicable.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.3
IP-MIB::ipAddressType.ipv4 1.3.6.1.2.1.4.34.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressType(4)
The type of address.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.4
IP-MIB::ipAddressPrefix.ipv4 1.3.6.1.2.1.4.34.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressPrefix(5)
A pointer to the row in the prefix table to which this address belongs.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.5
IP-MIB::ipAddressOrigin.ipv4 1.3.6.1.2.1.4.34.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressOrigin(6)
The origin of the address.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.6
IP-MIB::ipAddressStatus.ipv4 1.3.6.1.2.1.4.34.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressStatus(7)
The status of the address, describing if the address can be used for communication.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.7
IP-MIB::ipAddressCreated.ipv4 1.3.6.1.2.1.4.34.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressCreated(8)
The value of sysUpTime
at the time this entry was created.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.8
IP-MIB::ipAddressLastChanged.ipv4 1.3.6.1.2.1.4.34.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipAddressTable(34) ➔ipAddressEntry(1) ➔ipAddressLastChanged(9)
The value of sysUpTime
at the time this entry was last updated.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.34.1.9
IP-MIB::ipNetToPhysicalPhysAddress 1.3.6.1.2.1.4.35.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToPhysicalTable(35) ➔ipNetToPhysicalEntry(1) ➔ipNetToPhysicalPhysAddress(4)
The media-dependent 'physical' address.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.35.1.4
IP-MIB::ipNetToPhysicalLastUpdated 1.3.6.1.2.1.4.35.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToPhysicalTable(35) ➔ipNetToPhysicalEntry(1) ➔ipNetToPhysicalLastUpdated(5)
The value of sysUpTime
at the time this entry was last updated.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.35.1.5
IP-MIB::ipNetToPhysicalType 1.3.6.1.2.1.4.35.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToPhysicalTable(35) ➔ipNetToPhysicalEntry(1) ➔ipNetToPhysicalType(6)
The type of mapping.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.35.1.6
IP-MIB::ipNetToPhysicalState 1.3.6.1.2.1.4.35.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToPhysicalTable(35) ➔ipNetToPhysicalEntry(1) ➔ipNetToPhysicalState(7)
The Neighbor Unreachability Detection state for the interface when the address mapping in this entry is used.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.35.1.7
IP-MIB::ipNetToPhysicalRowStatus 1.3.6.1.2.1.4.35.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipNetToPhysicalTable(35) ➔ipNetToPhysicalEntry(1) ➔ipNetToPhysicalRowStatus(8)
The status of this conceptual row.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.35.1.8
IP-MIB::ipDefaultRouterLifetime.ipv4 1.3.6.1.2.1.4.37.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipDefaultRouterTable(37) ➔ipDefaultRouterEntry(1) ➔ipDefaultRouterLifetime(4)
The remaining length of time, in seconds, that this router will continue to be useful as a default router.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.37.1.4
IP-MIB::ipDefaultRouterPreference.ipv4 1.3.6.1.2.1.4.37.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipDefaultRouterTable(37) ➔ipDefaultRouterEntry(1) ➔ipDefaultRouterPreference(5)
An indication of preference given to this router as a default router as described in he Default Router Preferences document.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.37.1.5
IP-MIB::ipInHdrErrors 1.3.6.1.2.1.4.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipInHdrErrors(4)
The number of input datagrams discarded due to errors in their IPv4 headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IPv4 options, etc.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.4
IP-MIB::ipInAddrErrors 1.3.6.1.2.1.4.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipInAddrErrors(5)
The number of input datagrams discarded because the IPv4 address in their IPv4 header's destination field was not a valid address to be received at this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.5
IP-MIB::ipForwDatagrams 1.3.6.1.2.1.4.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipForwDatagrams(6)
The number of input datagrams for which this entity was not their final IPv4 destination, as a result of which an attempt was made to find a route to forward them to that final destination.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.6
IP-MIB::ipInUnknownProtos 1.3.6.1.2.1.4.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipInUnknownProtos(7)
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
More details: http://oid-info.com/get/1.3.6.1.2.1.4.7
IP-MIB::ipInDiscards 1.3.6.1.2.1.4.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipInDiscards(8)
The number of input IPv4 datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.8
IP-MIB::ipInDelivers 1.3.6.1.2.1.4.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ip(4) ➔ipInDelivers(9)
The total number of input datagrams successfully delivered to IPv4 user-protocols (including ICMP).
More details: http://oid-info.com/get/1.3.6.1.2.1.4.9
IPV6-MIB::ipv6Forwarding 1.3.6.1.2.1.55.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ipv6MIB(55) ➔ipv6MIBObjects(1) ➔ipv6Forwarding(1)
The indication of whether this entity is acting as an IPv6 router in respect to the forwarding of datagrams received by, but not addressed to, this entity.
More details: http://oid-info.com/get/1.3.6.1.2.1.55.1.1
IPV6-MIB::ipv6DefaultHopLimit 1.3.6.1.2.1.55.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔ipv6MIB(55) ➔ipv6MIBObjects(1) ➔ipv6DefaultHopLimit(2)
The default value inserted into the Hop Limit field of the IPv6 header of datagrams originated at this entity, whenever a Hop Limit value is not supplied by the transport layer protocol.
More details: http://oid-info.com/get/1.3.6.1.2.1.55.1.2
DISMAN-EVENT-MIB::mteResourceSampleMinimum 1.3.6.1.2.1.88.1.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteResource(1) ➔mteResourceSampleMinimum(1)
The minimum mteTriggerFrequency
this system will accept.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.1.1
DISMAN-EVENT-MIB::mteResourceSampleInstanceMaximum 1.3.6.1.2.1.88.1.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteResource(1) ➔mteResourceSampleInstanceMaximum(2)
The maximum number of instance entries this system will support for sampling.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.1.2
DISMAN-EVENT-MIB::mteResourceSampleInstances 1.3.6.1.2.1.88.1.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteResource(1) ➔mteResourceSampleInstances(3)
The number of currently active instance entries as defined for
mteResourceSampleInstanceMaximum
.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.1.3
DISMAN-EVENT-MIB::mteResourceSampleInstancesHigh 1.3.6.1.2.1.88.1.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteResource(1) ➔mteResourceSampleInstancesHigh(4)
The highest value of mteResourceSampleInstances
that has occurred since initialization of the management system.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.1.4
DISMAN-EVENT-MIB::mteResourceSampleInstanceLacks 1.3.6.1.2.1.88.1.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteResource(1) ➔mteResourceSampleInstanceLacks(5)
The number of times this system could not take a new sample because that allocation would have exceeded the limit set by mteResourceSampleInstanceMaximum
.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.1.5
DISMAN-EVENT-MIB::mteTriggerFailures 1.3.6.1.2.1.88.1.2.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteTrigger(2) ➔mteTriggerFailures(1)
The number of times an attempt to check for a trigger condition has failed.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.2.1
DISMAN-EVENT-MIB::mteObjectsID 1.3.6.1.2.1.88.1.3.1.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteObjects(3) ➔mteObjectsTable(1) ➔mteObjectsEntry(1) ➔mteObjectsID(3)
The object identifier of a MIB object to add to a Notification that results from the firing of a trigger.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.3.1.1.3
DISMAN-EVENT-MIB::mteObjectsIDWildcard 1.3.6.1.2.1.88.1.3.1.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteObjects(3) ➔mteObjectsTable(1) ➔mteObjectsEntry(1) ➔mteObjectsIDWildcard(4)
Control for whether mteObjectsID
is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.3.1.1.4
DISMAN-EVENT-MIB::mteObjectsEntryStatus 1.3.6.1.2.1.88.1.3.1.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteObjects(3) ➔mteObjectsTable(1) ➔mteObjectsEntry(1) ➔mteObjectsEntryStatus(5)
The control that allows creation and deletion of entries.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.3.1.1.5
DISMAN-EVENT-MIB::mteEventComment 1.3.6.1.2.1.88.1.4.2.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventTable(2) ➔mteEventEntry(1) ➔mteEventComment(2)
A description of the event's function and use.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.2.1.2
DISMAN-EVENT-MIB::mteEventActions 1.3.6.1.2.1.88.1.4.2.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventTable(2) ➔mteEventEntry(1) ➔mteEventActions(3)
The actions to perform when this event occurs.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.2.1.3
DISMAN-EVENT-MIB::mteEventEnabled 1.3.6.1.2.1.88.1.4.2.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventTable(2) ➔mteEventEntry(1) ➔mteEventEnabled(4)
A control to allow an event to be configured but not used.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.2.1.4
DISMAN-EVENT-MIB::mteEventEntryStatus 1.3.6.1.2.1.88.1.4.2.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventTable(2) ➔mteEventEntry(1) ➔mteEventEntryStatus(5)
The control that allows creation and deletion of entries.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.2.1.5
DISMAN-EVENT-MIB::mteEventNotification 1.3.6.1.2.1.88.1.4.3.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventNotificationTable(3) ➔mteEventNotificationEntry(1) ➔mteEventNotification(1)
The object identifier from the NOTIFICATION-TYPE for the notification to use if metEventActions has 'notification' set.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.3.1.1
DISMAN-EVENT-MIB::mteEventNotificationObjectsOwner 1.3.6.1.2.1.88.1.4.3.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventNotificationTable(3) ➔mteEventNotificationEntry(1) ➔mteEventNotificationObjectsOwner(2)
To go with mteEventNotificationObjects
, the mteOwner
of a group of objects from mteObjectsTable
.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.3.1.2
DISMAN-EVENT-MIB::mteEventNotificationObjects 1.3.6.1.2.1.88.1.4.3.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔dismanEventMIB(88) ➔dismanEventMIBObjects(1) ➔mteEvent(4) ➔mteEventNotificationTable(3) ➔mteEventNotificationEntry(1) ➔mteEventNotificationObjects(3)
The mteObjectsName
of a group of objects from mteObjectsTable
if mteEventActions
has 'notification' set.
More details: http://oid-info.com/get/1.3.6.1.2.1.88.1.4.3.1.3
NOTIFICATION-LOG-MIB::nlmConfigGlobalEntryLimit 1.3.6.1.2.1.92.1.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔notificationLogMIB(92) ➔notificationLogMIBObjects(1) ➔nlmConfig(1) ➔nlmConfigGlobalEntryLimit(1)
The maximum number of notification entries that may be held in nlmLogTable
for all nlmLogNames
added together.
More details: http://oid-info.com/get/1.3.6.1.2.1.92.1.1.1
NOTIFICATION-LOG-MIB::nlmConfigGlobalAgeOut 1.3.6.1.2.1.92.1.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔notificationLogMIB(92) ➔notificationLogMIBObjects(1) ➔nlmConfig(1) ➔nlmConfigGlobalAgeOut(2)
The number of minutes a Notification SHOULD be kept in a log before it is automatically removed.
More details: http://oid-info.com/get/1.3.6.1.2.1.92.1.1.2
NOTIFICATION-LOG-MIB::nlmStatsGlobalNotificationsLogged 1.3.6.1.2.1.92.1.2.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔notificationLogMIB(92) ➔notificationLogMIBObjects(1) ➔nlmStats(2) ➔nlmStatsGlobalNotificationsLogged(1)
The number of Notifications put into the nlmLogTable
.
More details: http://oid-info.com/get/1.3.6.1.2.1.92.1.2.1
NOTIFICATION-LOG-MIB::nlmStatsGlobalNotificationsBumped 1.3.6.1.2.1.92.1.2.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔mgmt(2) ➔mib-2(1) ➔notificationLogMIB(92) ➔notificationLogMIBObjects(1) ➔nlmStats(2) ➔nlmStatsGlobalNotificationsBumped(2)
The number of log entries discarded to make room for a new entry due to lack of resources or the value of nlmConfigGlobalEntryLimit
or nlmConfigLogEntryLimit
.
More details: http://oid-info.com/get/1.3.6.1.2.1.92.1.2.2
UCD-SNMP-MIB::laIndex 1.3.6.1.4.1.2021.10.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laIndex(1)
reference index/row number for each observed loadave.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.1
UCD-SNMP-MIB::laErrorFlag 1.3.6.1.4.1.2021.10.1.100
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laErrorFlag(100)
A Error flag to indicate the load-average has crossed its threshold value defined in the snmpd.conf file.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.100
UCD-SNMP-MIB::laErrMessage 1.3.6.1.4.1.2021.10.1.101
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laErrMessage(101)
An error message describing the load-average and its surpased watch-point value.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.101
UCD-SNMP-MIB::laNames 1.3.6.1.4.1.2021.10.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laNames(2)
The list of loadave names we're watching.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.2
UCD-SNMP-MIB::laLoad 1.3.6.1.4.1.2021.10.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laLoad(3)
The 1,5 and 15 minute load averages (one per row).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.3
UCD-SNMP-MIB::laConfig 1.3.6.1.4.1.2021.10.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laConfig(4)
The watch point for load-averages to signal an error.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.4
UCD-SNMP-MIB::laLoadInt 1.3.6.1.4.1.2021.10.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laLoadInt(5)
The 1,5 and 15 minute load averages as an integer.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.5
UCD-SNMP-MIB::laLoadFloat 1.3.6.1.4.1.2021.10.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔laTable(10) ➔laEntry(1) ➔laLoadFloat(6)
The 1,5 and 15 minute load averages as an opaquely wrapped floating point number.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.10.1.6
UCD-SNMP-MIB::ssIndex 1.3.6.1.4.1.2021.11.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssIndex(1)
Bogus Index.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.1
UCD-SNMP-MIB::ssCpuSystem 1.3.6.1.4.1.2021.11.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuSystem(10)
The percentage of CPU time spent processing system-level code, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.10
UCD-SNMP-MIB::ssCpuIdle 1.3.6.1.4.1.2021.11.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuIdle(11)
The percentage of processor time spent idle, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.11
UCD-SNMP-MIB::ssErrorName 1.3.6.1.4.1.2021.11.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssErrorName(2)
Bogus Name.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.2
UCD-SNMP-MIB::ssSwapIn 1.3.6.1.4.1.2021.11.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssSwapIn(3)
The average amount of memory swapped in from disk, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.3
UCD-SNMP-MIB::ssSwapOut 1.3.6.1.4.1.2021.11.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssSwapOut(4)
The average amount of memory swapped out to disk, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.4
UCD-SNMP-MIB::ssIOSent 1.3.6.1.4.1.2021.11.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssIOSent(5)
The average amount of data written to disk or other block device, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.5
UCD-SNMP-MIB::ssCpuRawUser 1.3.6.1.4.1.2021.11.50
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawUser(50)
The number of 'ticks' (typically 1/100s) spent processing user-level code.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.50
UCD-SNMP-MIB::ssCpuRawNice 1.3.6.1.4.1.2021.11.51
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawNice(51)
The number of 'ticks' (typically 1/100s) spent processing reduced-priority code.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.51
UCD-SNMP-MIB::ssCpuRawSystem 1.3.6.1.4.1.2021.11.52
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawSystem(52)
The number of 'ticks' (typically 1/100s) spent processing system-level code.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.52
UCD-SNMP-MIB::ssCpuRawIdle 1.3.6.1.4.1.2021.11.53
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawIdle(53)
The number of 'ticks' (typically 1/100s) spent idle.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.53
UCD-SNMP-MIB::ssCpuRawWait 1.3.6.1.4.1.2021.11.54
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawWait(54)
The number of 'ticks' (typically 1/100s) spent waiting for IO.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.54
UCD-SNMP-MIB::ssCpuRawKernel 1.3.6.1.4.1.2021.11.55
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawKernel(55)
The number of 'ticks' (typically 1/100s) spent processing kernel-level code.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.55
UCD-SNMP-MIB::ssCpuRawInterrupt 1.3.6.1.4.1.2021.11.56
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawInterrupt(56)
The number of 'ticks' (typically 1/100s) spent processing hardware interrupts.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.56
UCD-SNMP-MIB::ssIORawSent 1.3.6.1.4.1.2021.11.57
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssIORawSent(57)
Number of blocks sent to a block device
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.57
UCD-SNMP-MIB::ssIORawReceived 1.3.6.1.4.1.2021.11.58
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssIORawReceived(58)
Number of blocks received from a block device
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.58
UCD-SNMP-MIB::ssRawInterrupts 1.3.6.1.4.1.2021.11.59
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssRawInterrupts(59)
Number of interrupts processed
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.59
UCD-SNMP-MIB::ssIOReceive 1.3.6.1.4.1.2021.11.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssIOReceive(6)
The average amount of data read from disk or other block device, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.6
UCD-SNMP-MIB::ssRawContexts 1.3.6.1.4.1.2021.11.60
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssRawContexts(60)
Number of context switches
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.60
UCD-SNMP-MIB::ssCpuRawSoftIRQ 1.3.6.1.4.1.2021.11.61
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawSoftIRQ(61)
The number of 'ticks' (typically 1/100s) spent processing software interrupts.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.61
UCD-SNMP-MIB::ssRawSwapIn 1.3.6.1.4.1.2021.11.62
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssRawSwapIn(62)
Number of blocks swapped in
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.62
UCD-SNMP-MIB::ssRawSwapOut 1.3.6.1.4.1.2021.11.63
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssRawSwapOut(63)
Number of blocks swapped out
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.63
UCD-SNMP-MIB::ssCpuRawSteal 1.3.6.1.4.1.2021.11.64
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawSteal(64)
The number of 'ticks' (typically 1/100s) spent by the hypervisor code to run other VMs even though the CPU in the current VM had something runnable.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.64
UCD-SNMP-MIB::ssCpuRawGuest 1.3.6.1.4.1.2021.11.65
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawGuest(65)
The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual CPU (guest).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.65
UCD-SNMP-MIB::ssCpuRawGuestNice 1.3.6.1.4.1.2021.11.66
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuRawGuestNice(66)
The number of 'ticks' (typically 1/100s) spent by the CPU to run a niced virtual CPU (guest).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.66
UCD-SNMP-MIB::ssCpuNumCpus 1.3.6.1.4.1.2021.11.67
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuNumCpus(67)
The number of processors, as counted by the agent.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.67
UCD-SNMP-MIB::ssSysInterrupts 1.3.6.1.4.1.2021.11.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssSysInterrupts(7)
The average rate of interrupts processed (including the clock) calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.7
UCD-SNMP-MIB::ssSysContext 1.3.6.1.4.1.2021.11.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssSysContext(8)
The average rate of context switches, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.8
UCD-SNMP-MIB::ssCpuUser 1.3.6.1.4.1.2021.11.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔systemStats(11) ➔ssCpuUser(9)
The percentage of CPU time spent processing user-level code, calculated over the last minute.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.11.9
UCD-SNMP-MIB::memIndex 1.3.6.1.4.1.2021.4.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memIndex(1)
Bogus Index.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.1
UCD-SNMP-MIB::memSwapError 1.3.6.1.4.1.2021.4.100
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memSwapError(100)
Indicates whether the amount of available swap space (as reported by memAvailSwap(4)
), is less than the desired minimum (specified by memMinimumSwap(12)
).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.100
UCD-SNMP-MIB::memSwapErrorMsg 1.3.6.1.4.1.2021.4.101
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memSwapErrorMsg(101)
Describes whether the amount of available swap space (as reported by memAvailSwap(4)
), is less than the desired minimum (specified by memMinimumSwap(12)
).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.101
UCD-SNMP-MIB::memTotalFree 1.3.6.1.4.1.2021.4.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memTotalFree(11)
The total amount of memory free or available for use on this host.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.11
UCD-SNMP-MIB::memMinimumSwap 1.3.6.1.4.1.2021.4.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memMinimumSwap(12)
The minimum amount of swap space expected to be kept free or available during normal operation of this host.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.12
UCD-SNMP-MIB::memShared 1.3.6.1.4.1.2021.4.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memShared(13)
The total amount of real or virtual memory currently allocated for use as shared memory.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.13
UCD-SNMP-MIB::memBuffer 1.3.6.1.4.1.2021.4.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memBuffer(14)
The total amount of real or virtual memory currently allocated for use as memory buffers.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.14
UCD-SNMP-MIB::memCached 1.3.6.1.4.1.2021.4.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memCached(15)
The total amount of real or virtual memory currently allocated for use as cached memory.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.15
UCD-SNMP-MIB::memErrorName 1.3.6.1.4.1.2021.4.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memErrorName(2)
Bogus Name.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.2
UCD-SNMP-MIB::memTotalSwap 1.3.6.1.4.1.2021.4.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memTotalSwap(3)
The total amount of swap space configured for this host.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.3
UCD-SNMP-MIB::memAvailSwap 1.3.6.1.4.1.2021.4.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memAvailSwap(4)
The amount of swap space currently unused or available.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.4
UCD-SNMP-MIB::memTotalReal 1.3.6.1.4.1.2021.4.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memTotalReal(5)
The total amount of real/physical memory installed on this host.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.5
UCD-SNMP-MIB::memAvailReal 1.3.6.1.4.1.2021.4.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔memory(4) ➔memAvailReal(6)
The amount of real/physical memory currently unused or available.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.4.6
UCD-SNMP-MIB::dskIndex 1.3.6.1.4.1.2021.9.1.1
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskIndex(1)
Integer reference number (row number) for the disk mib.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.1
UCD-SNMP-MIB::dskPercentNode 1.3.6.1.4.1.2021.9.1.10
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskPercentNode(10)
Percentage of inodes used on disk
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.10
UCD-SNMP-MIB::dskErrorFlag 1.3.6.1.4.1.2021.9.1.100
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskErrorFlag(100)
Error flag signaling that the disk or partition is under the minimum required space configured for it.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.100
UCD-SNMP-MIB::dskErrorMsg 1.3.6.1.4.1.2021.9.1.101
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskErrorMsg(101)
A text description providing a warning and the space left on the disk.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.101
UCD-SNMP-MIB::dskTotalLow 1.3.6.1.4.1.2021.9.1.11
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskTotalLow(11)
Total size of the disk/partion (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.11
UCD-SNMP-MIB::dskTotalHigh 1.3.6.1.4.1.2021.9.1.12
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskTotalHigh(12)
Total size of the disk/partion (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.12
UCD-SNMP-MIB::dskAvailLow 1.3.6.1.4.1.2021.9.1.13
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskAvailLow(13)
Available space on the disk (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.13
UCD-SNMP-MIB::dskAvailHigh 1.3.6.1.4.1.2021.9.1.14
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskAvailHigh(14)
Available space on the disk (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.14
UCD-SNMP-MIB::dskUsedLow 1.3.6.1.4.1.2021.9.1.15
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskUsedLow(15)
Used space on the disk (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.15
UCD-SNMP-MIB::dskUsedHigh 1.3.6.1.4.1.2021.9.1.16
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskUsedHigh(16)
Used space on the disk (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.16
UCD-SNMP-MIB::dskPath 1.3.6.1.4.1.2021.9.1.2
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskPath(2)
Path where the disk is mounted.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.2
UCD-SNMP-MIB::dskDevice 1.3.6.1.4.1.2021.9.1.3
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskDevice(3)
Path of the device for the partition
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.3
UCD-SNMP-MIB::dskMinimum 1.3.6.1.4.1.2021.9.1.4
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskMinimum(4)
Minimum space required on the disk (in kBytes) before the errors are triggered.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.4
UCD-SNMP-MIB::dskMinPercent 1.3.6.1.4.1.2021.9.1.5
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskMinPercent(5)
Percentage of minimum space required on the disk before the errors are triggered.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.5
UCD-SNMP-MIB::dskTotal 1.3.6.1.4.1.2021.9.1.6
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskTotal(6)
Total size of the disk/partion (kBytes).
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.6
UCD-SNMP-MIB::dskAvail 1.3.6.1.4.1.2021.9.1.7
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskAvail(7)
Available space on the disk.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.7
UCD-SNMP-MIB::dskUsed 1.3.6.1.4.1.2021.9.1.8
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskUsed(8)
Used space on the disk.
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.8
UCD-SNMP-MIB::dskPercent 1.3.6.1.4.1.2021.9.1.9
iso(1) ➔identified-organization(3) ➔dod(6) ➔internet(1) ➔private(4) ➔enterprise(1) ➔2021 ➔dskTable(9) ➔dskEntry(1) ➔dskPercent(9)
Percentage of space used on disk
More details: http://oid-info.com/get/1.3.6.1.4.1.2021.9.1.9
Notifiers
The purpose of the Notifications module is to manage notifications sent through senhasegura . Some actions performed on senhasegura can be configured to send notifications to chosen users to reporting about a change or an alert.
These notifications can be an error, certificate expiration or an access request. Administrators can know what is happening on the system and be aware of any suspicious behavior or error occurred.
The senhasegura allows the notifications to be sent through email, SMS or screen, it can be organized by type and you can also choose which users will receive that type of notification.
Registering notifications
To register a new notification type, follow these steps:
Access the menu: Settings ➔ Notifications ➔ Settings
Click on the New notification register action button, and fill in the following fields:
Field Description Notification name Name that will identify the notification. Ex: SSH Command Audit Detected Email If this option is selected, notifications will be sent via email Screen If this option is selected, notifications will be will be displayed on the user’s desktop screen like a pop-up SMS If this option is selected, notifications will be sent via SMS Send notifications only to contacts who have access to credentials or devices If this option is selected, the notifications are sent only to contacts who have access to credentials or devices infoThe following sections of this chapter will teach you how to configure the three types of notification.
On the Notification tab, click on the Add button to include a notification type
Select the notification types to be added
Click on the Add selected button
On the Contacts tab, click on the Add button to include the contacts that will receive the registered alerts
Select the contacts to be added
Click on the Add selected button
Click on the Save button to complete the registration.
The sent notification list
To list sent notifications, follow this step, access the menu: Settings ➔ Notifications ➔ List sent.
On this screen, you can view the list of sent notifications along with a series of information, such as sending date, notification method, message content and number of notified users.
In addition, you can perform some operations such as approving or disapproving access and viewing the notification details.
Registration of notification template texts
You can also modify all text templates used by senhasegura into its notifications. To view notification texts, follow these steps:
Access the menu: Settings ➔ Notifications ➔ Texts
On this screen, you can set up the notification texts sent by email to approvers and requesters, as well as automatic notifications from senhasegura . To modify a text:
Click on the Edit text button from the text to be modified.
Modify the desired data
Click on the Save button to complete the changes.
Scheduling report mailing
senhasegura makes it possible to send reports by e-mail and schedule them. In other words, you can schedule the sending of, for example, the remote sessions report to some users. These users will receive the reports, in the format, days and times configured in the schedule, this way, following the example, the users will always be updated on the new remote sessions that were held during the period.
Reports from all modules can be submitted, but only in the format .CSV
To make the appointment follow the instructions:
Access the report you wish to send according to the schedule
Click on the report action button and choose the Schedule report option;
Click the Add new option;
In the displayed form enter the Name of the report, or a term that will be easily associated with the form that will be sent;
On the Details tab in the Format field select the
.CSV
option;In the Reports table you will see which reports will be included in this schedule
Go to the Users tab and add which senhasegura users should receive the report. Remember that these users must have their e-mails registered in the instance;
cautionThe user will only receive reports and data that he can access with his profile and access group.
In the tab Schedule you can define the start and end date of the report delivery schedule;
In the section Sending days check the days of the week when the reports should be sent in the time period you selected earlier;
Finally select the Sending Time and click on Save
At the time indicated in the configuration, users will receive an e-mail with the report attached.
Adding more than one report to a schedule
Each created schedule has characteristics such as: users who will receive the reports, time, days and the period that the sending will take place.
It is common that there is a need to send reports with the same characteristics as an existing schedule.
It allows more than one report to be associated with a schedule, thus optimizing time and avoiding duplicate records.
To do this, access any report you want to associate with a schedule, click on the report's action button, and choose the option Schedule Report. A page will be displayed with the list of schedules already registered; click on the button Select corresponding to the scheduled you want to associate the report with.
In the form, you will see in the field *Reports** the reports associated with the schedule. Check in the tabs Users, the users who will receive the reports, and in the Schedule tab the period and days of delivery. click the delete button for this report on the Details tab.
If the report can be associated with the schedule, click Save.
Listing the sent scheduling e-mails
To see the report schedule e-mails that have been sent, go to the menu: Settings ➔ Notifications ➔ E-mail ➔ Outbox.
In this report, use the filter to search for the subject Here is your report to list the emails. Check the state field to confirm that the email was sent, also click the Read mail action button to get the details of what was sent.
Disable and enabling schedules
Access the report that lists all the schedules created in the menu: Reports ➔ Schedule reports.
Find the schedule you want to disable, click the related action button and choose the option Disable. This way the reports will no longer be sent.
To enable again use the filter, in the Active field select the No option. Find the schedule you want to activate, click the action button and choose the Enable option.
Screen notifications
The senhasegura screen notifications allow the administrator to create notifications that will be displayed on the user desktop like a pop-up.
Besides the previous notifications that had pre-configured messages and types, screen notifications can be elaborated by the administrator.
It's possible to create a personalized text, choose the display time and the user that will be notified.
Registering screen notifications:
To register a new screen notification type, follow these steps:
Access the menu: Settings ➔ Notifications ➔ Screen notifications ➔ New notification
Enter a title for the notification identification on the platform
Type the message you want to be displayed in the text of the notification
Determine the duration time, in milliseconds, in which the notification will be displayed
Select the system users who will have the notification displayed on their screens
Click on Save
Screen notifications list:
To list the screen notifications, follow these steps, access the menu: Settings ➔ Notifications ➔ Screen notifications ➔ List notifications.
On this screen, you can view the list of sent screen notifications along with the text of the notification, such as the author and date of display.
The senhasegura provide details about the screen notifications that can be used on an audit process such the time the notification was displayed for each user and the time each user closed the pop-up; this becomes evidence that the user was indeed notified by something and helps with the nonrepudiation of the information.
Click on the View notification by user register action button to see all the details.
Parameters:
It's possible to adjust default settings of the screen notifications through the menu: Settings ➔ Notifications ➔ Screen notifications ➔ Parameters. On this screen will be possible to configure the display time, the maximum number of screen notifications and more.
Setting up notification methods
Configuring an E-mail account
Setting an E-mail Account on senhasegura will allow the application to send notifications about a password change, before a Certificate expiration or even suspect access, for example.
It's important to include valid email addresses because some access requests will be notified to the approvers through email, and likewise the requesters will receive the request disapproval or approval reply.
Setting up an SMTP account
Through the Settings ➔ Notifications ➔ E-Mail ➔ SMTP configuration menu you have access to all registered accounts on the platform.
Like all system entities, accounts can be active or inactive. But in the case of SMTP accounts there must be a standard account. This default account will be the account that platform will use.
Access the new account registration through the New report action, and fill the blanks.
Account Name: Account name for internal identification and distinction from other registered accounts;
Enabled: Flag it if this account is active for use on the platform;
Sender email: The email account that will be used to perform the sending;
Reply email: The email account that will receive the reply from the recipient;
Reply email (return path): Return email for error cases;
Confirmation email: Email for reading confirmation;
Default Account: Flag whether this account will be the platform's default sending account;
Send read receipt: Flag whether to forward the read confirmation request;
Force settings use: Flag whether the email accounts set to Reply , Return-Path, and Confirmation must be maintained or can be changed by the module that performs the submission;
Enable footnote: Flag it if the automatic footer should be added in the email body;
SMTP server settings:
SMTP Host: Serveraddress that hosts the SMTP service;
Port: SMTP service port;
Use a safe connection: Flag i if the sender should be done by protocols with encryption;
Secure connection type: Type of cryptography. TLS or SSL;
Use authentication: Flag whether the server requires authentication or not;
Ignore certification error: Ignore SMTP server certificate errors;
Credential for authentication: The credential to be used for authentication on the SMTP server;
When you save the registration the account will be available for submission testing and also for platform use.
Perform the submission test using the Send test mail record action. Fill in the recipient, subject, and email body fields and click Send . The email is immediately sent.
Emails forwarded by the platform can be seen in the report accessible in Notifications ➔ Email ➔ Outbox.
Setting up a POP3/IMAP account
Through the Settings ➔ Notifications ➔ E-Mail ➔ IMAP Configuration / POP3 menu. In this report, you have access to all inbox accounts that senhasegura will interact with. Through the New report action you can register new accounts.
Account name: Name of the sign-in account for the identification of the record on the platform;
Keep copy on server: Flag whether the received email should have a copy in the POP3/IMAP server inbox;
Automatic check: Flag whether the platform should read inbox messages automatically;
Enabled: Flag whether the account is active for use on the platform;
Server configuration:
Address: Server address that hosts the POP3/IMAP service;
Protocol: Inbox read protocol. POP3 or IMAP;
Skip certificate: Flag whether inbox server certificate errors should be ignored;
Credential for authentication: The credential that will be used for authentication;
Port: The port on which the service is running on the target server;
Use safe connection: Flag it if communication with the service should be done using encryption;
Secure connection type: Type of cryptographic algorithm.
Then Save the registration.
Integration with SMS service
senhasegura has an integration with Zenvia2 SMS service.
To be able to use this feature it is necessary to have an account Zenvia.
To configure this feature access: Settings ➔ System parameters ➔ System parameters and click on the tab Notifications, as in the picture notificacoes-0005-enus.
In the field SMS Broker select the service Zenvia
Then enter the name that will appear in the message in the Sender field
In the field User enter the username of the user Zenvia who will be responsible for notifications
Enter the password of this user in the field Password and finally click Save.
With this setting you will need to adjust an SMS notification for this:
Create a new notification by logging in: Settings ➔ Notifications ➔ Settings
Enter a name for the notification and select the option SMS as in the figure notificacoes-0006-ptbr
Click the Save button and wait for the window to reload. If it closes, go back to the notification registration report and click the action button Edit of the newly created notification.
Select the type of Notification that will be sent by SMS. The types of notifications that can be sent by SMS are:
Access behaviour
Workstation alerts
Expiration of certificates
About remote sessions
Password operations
Password backup
Audit of commands
Equipment connectivity
About protected information
Operations with credentials
Monitoring
Then in the tab Contacts add the users who should receive these notifications by SMS
cautionUsers selected to receive this type of notification must have their mobile phone numbers registered in the senhasegura .
Click on Save to finish.
Appendix
Appendix I: Table with Possible Values for System Services and Listeners
Return | Description |
---|---|
LISTEN | Waiting for a connection request from a remote TCP application. This is the state in which you can find the listening socket of a local TCP server. |
SYN-SENT | Awaiting confirmation from the remote terminal after sending a connection request. Results after step 1 of the three-way TCP handshake. |
SYN-RECEIVED | This terminal received a connection request and sent a confirmation. This endpoint is awaiting final confirmation that the other endpoint has received confirmation from this endpoint from the original connection request. Results after step 2 of the three-way TCP handshake. |
ESTABLISHED | Represents a fully established connection; This is the normal state of the data transfer phase of the connection. |
FIN-WAIT-1 | Awaiting acknowledgment of the end-of-connection request or a remote TCP simultaneous end-of-connection request. This state is usually short lived. |
FIN-WAIT-2 | Waiting for a remote TCP connection termination request after this terminal has sent its connection termination request. This state is usually short-lived, but if the remote socket endpoint does not close its socket shortly after receiving information that this socket endpoint has terminated the connection, it may last for some time. Excessive FIN-WAIT-2 states may indicate an error in remote application coding. |
CLOSE-WAIT | This endpoint has received a close request from the remote endpoint and this TCP is waiting for a local application connection termination request. |
CLOSING | Awaiting confirmation of remote TCP connection termination request. This state is entered when this terminal receives a request to close the local application, sends a termination request to the remote terminal, and receives a termination request before receiving confirmation from the remote terminal. |
LAST-ACK | Awaiting acknowledgment of the connection termination request previously sent to remote TCP. This state is entered when this endpoint receives a termination request before submitting its termination request. |
TIME-WAIT | Waiting long enough to pass to make sure that remote TCP has received confirmation of your connection termination request. |
CLOSED | It does not represent any connection state. |
ACTIVE | Service is operating. |
INACTIVE | Service is not operating |
DISABLED | Service is not enabled |
Appendix II: Notifications that can be sent by e-mail
Access control
Notifications from workflow process. Every product/module that has workflow process can send this kind of message.
Founded request: A new approval request has been made by a user. Approvers will receive an email with details;
Request approved: Some approver user has accepted the request;
Request Disapproved: Some approver user has rejected the request;
Audit trail
Changes at major entities records.
- Audit trail: When a major entity is created, updated or inactivated, a detailed log is registered and can be also notified;
Authentication
Messages from authentication process.
- Authentication messages: When a user is authenticated or some authentication process failure;
Certificates
Messages from Certificate Manager module.
Certificate bond with device: When a certificate is configured into a device;
Certificate creation: When a certificate is created. Can be triggered by automatically issue or manual import;
Certificate expiration alert: 1 day: Some certificates will be expired on 1 day;
Certificate expiration alert: 30 days: Some certificates will be expired on 30 days;
Certificate expiration alert: 7 days: Some certificates will be expired on 7 days;
Certificate expiration alert: Today: Some certificates will be expired today;
Certificate expiration warning: 15 days: Some certificates will be expired on 15 days;
Certificate expiration warning: 60 days: Some certificates will be expired on 60 days;
Certificate expiration warning: 90 days: Some certificates will be expired on 90 days;
Certificate password view: Some user has viewed the certificate password on plain-text;
Certificate renewal: A certificate has been renewed at targets devices;
Certificate revocation: A certificate has been revoked at targets devices;
Download: Some user has downloaded a certificate from senhasegura . This certificate can be a valid and published one, an old one or even a unused certificate;
Publish profile management: A publish profile configuration has been created or changed;
Request management: A certificate request CSR has been created or changed;
Request password view: A certificate request CSR password has been viewed;
Command audit
SSH Proxy session audited command execution.
Command detected - Allow: Some user has executed an audited command;
Command detected - Block: Some user has tried to execute an audited command configured to be blocked;
Command detected - Block and interrupt session: Some user has tried to execute an audited command configured to be blocked. His session was immediately interrupted;
Command detected - High Urgency: Some user has tried to execute an audited command configured with high score;
Command detected - Low Urgency: Some user has tried to execute an audited command configured with low score;
Command detected - Medium Urgency: Some user has tried to execute an audited command configured with medium score;
Credentials
PAM Credentials operations.
Credential Owner configuration: Some credential has been created or changed to has a dedicated owner;
Password changed: Some credential has it password changed manually or by Execution module template;
Password daily summary: A report with credentials operations summary;
Password Expired: A report with credentials with expired password;
Password Viewed: A report with credentials that has been requested by users to see its plain-text passwords;
Devices
PAM Devices monitoring.
Lost of connectivity: Devices that lost connectivity over the configured ports;
Reestabilished Connectivity: Devices that recovery connectivity after been flagged as connectivity lost;
Monitoring
Server instance resources monitoring.
CPU Usage - Critical: CPU is running over 90% usage over 10 minutes;
CPU Usage - High: CPU is running over 70% usage over 10 minutes;
Daily report of change of passwords: A report with credentials operations summary;
Low disk space - High Urgency: Storage is running under 10% of free space;
Low disk space - Low Urgency: Storage is running under 30% of free space;
Low disk space - Medium Urgency: Storage is running under 20% of free space;
Memory Usage - Critical: RAM is running over 90% usage over 10 minutes;
Memory Usage - High: RAM is running over 70% usage over 10 minutes;
Space disk - Daily notification: Storage usage daily report;
User downloaded the PDF with system dashboard: Some user has downloaded a dashboard as PDF. This alert exists to make clear that some data has exported by some user;
Password backup
Backup procedures.
Backup performed: A privileged information backup has been made using the master key. This backup execution can be executed automatically by system schedule, or manually by user request.
Ceremony process completed: A master key ceremony has been made;
Ceremony process started: A master key ceremony has been started;
Error on backup: An error occurred during a privileged information backup;
User downloaded the PDF with his part of the key: Some Master Key Fraction Guardian has downloaded its own key fraction as PDF document;
User has seen his part of the key: Some Master Key Fraction Guardian has viewed its own key fraction as plain-text;
Password operation
PAM credentials operations running by Execution module.
Activation executed: A credential has been activated into target device by Execution module;
Change Executed: A credential has taken its password changed into target device by Execution module;
Error on activation: An error occurred when tried to activate into target device by Execution module;
Error on change: An error occurred when tried to change password into target device by Execution module;
Protected information
PAM Protected information operations.
Information changed: Some protected information has been changed;
Information expired: Some protected information has expired;
Information viewed: Some user requested protected information data. This user had access to its password, file or content;
Remote session
senhasegura Proxy operations.
Generate video for download: Some user requested MP4 video generate;
Indexed text session: senhasegura finished to index a proxy session texts;
Session file modified: A session had its audit source file changed;
Session started: A proxy session is started;
Session terminated: A proxy session is finished;
Video scheduled for download: The requested video generate has finished;
User behavior
Unusual behaviors detected by User behavior module.
Access unusual origin: A proxy session started by some user from an unusual origin for that user or credential;
Access with unusual average length: A proxy session with a unusual duration time for that user or credential;
Accesses at unusual time: A proxy session with a unusual starting time for that user or credential;
Excessive number of accesses: Some credential are been requested more than the usual. Or some user is requesting credentials more than usual;
Unusual accesses: Some device is been accessed into an unusual time, user or IP;
Excessive views: Some credential is been requested as plain-text more than the usual;
Views on unusual time: Some credential is been requested as plain-text into unusual date time;
Unusual credential views: Some user is requesting plain-text view of an unusual credential for him;
Views with unusual origin: Some user is requesting plain-text view of an unusual origin IP;
New geoip location login: Some user made Domum login from a new geoip location;
Unauthorized geoip login attempt: Some user tried to access Domum from an unauthorized geoip location;
Workstation
senhasegura.go for Windows or Linux.
Application completed: An impersoned application execution has ended;
Application started: An impersoned application execution started;
Control panel: An impersoned control panel applet has been accessed;
Copy password: A credential password has been copied;
Credential use for network access: A credential has been used to access a network sharing;
Directory and file scan - Change: The directory and file scan changed some permission policies based on backoffice configuration;
Directory and file scan - Exclusion: The directory and file scan removed some permission policies based on backoffice configuration;
Directory and file scan - Inclusion: The directory and file scan added some permission policies based on backoffice configuration;
Download of senhasegura.go version performed: The senhasegura.go client has downloaded a new version from backoffice;
Error retrieving credentials: An error occurred when the senhasegura.go client tried to request the user credential list;
Go offline: The user requested to start senhasegura.go offline mode;
Go online: The user requested to stop senhasegura.go offline mode;
Macro: A macro was executed by some user;
Network Adapter: A network adapter settings applet was accessed by some user;
Network share: A network share path has been registered by some user;
New senhasegura.go version: A new senhasegura.go version is available at senhasegura backoffice;
Runas: An impersoned application execution started from Windows context menu;
senhasegura.go version approved: The MSI installer has been approved by administrator to be installed automatically from senhasegura.go client;
senhasegura.go version disabled: The MSI installer has been rejected by administrator to be installed automatically from senhasegura.go client;
senhasegura.go version installed: Some workstation has installed the new version and reported to backoffice;
Uninstall: The user uninstalled some application using senhasegura.go elevation;
User: The workstation local user has been approved to use senhasegura.go ;
Using UAC: The user used senhasegura.go to authenticate Windows UAC prompt;
View password: The user viewed the credential password as plain-text;
Workstation approved: The workstation has been approved to use senhasegura.go ;
Workstation registration: The workstation requested authorization to use senhasegura.go ;
- Contact our service team for more details↩
- https://www.zenvia.com/↩