Description
Monitors the Interface Status, Utilization, Traffic, Errors and Discards Rate. It uses the 32 bit counter oids to monitor Traffic and Utilization. It monitors interfaces that has operational status up.
Prerequisites
SNMP should be enabled in end device and device should support IF-MIB.mib OIDs and SNMP credentials should be attached against the device in portal.
How to Apply: This template is automatically select instance based on the below mentioned properties:
ifAdminStatus
ifOperStatus
Metric Parameters
Parameter | Description |
---|---|
Frequency | |
Warning Threshold | If the metric value satisfies the condition defined along with Warning Threshold value, then a notification is sent to the user. |
Critical Threshold | If the metric value satisfies the condition defined along with Critical Threshold value, then a notification is sent to the user. |
Alert | The alert value can be set to either Yes or No. If it is Yes, then an alert message is sent to the user. |
Metrics
network.interface.status
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.7, 1.3.6.1.2.1.2.2.1.8 |
Expression | if (ifAdminStatus != 1,0,ifOperStatus) |
Description | This metric represents the status of the interface based on the values derived from ifAdminStatus and ifOperStatus. It generates alerts if interface operational status is not in Up or Dormant state even interface admin status is Up. [OID: ifOperStatus-1.3.6.1.2.1.2.2.1.8; ifAdminStatus-1.3.6.1.2.1.2.2.1.7] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | NOT_IN_LIST | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 0,1,5 | 0-7 |
Critical Repeat Count | 1 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
network.interface.traffic.in
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.10 |
Expression | ifInOctets * 8 |
Description | This metric calculates the network interface Octets received on the interface. Raw value from the interface will be captured which comes in bytes and will be converted to bits using the expression. [OID: ifInOctets - 1.3.6.1.2.1.2.2.1.10] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | bps |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Note: As Alert is not enabled on the above metric, the fields are left blank.
Sample Output
network.interface.traffic.out
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.16 |
Expression | ifOutOctets * 8 |
Description | This metric calculates the network interface Octets transmitted on the interface. Raw value from the interface will be captured which comes in bytes and will be converted to bits using the expression. [OID: ifOutOctets - 1.3.6.1.2.1.2.2.1.16] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | bps |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | ||
Warning Threshold | ||
Warning Repeat Count | ||
Critical Operator | ||
Critical Threshold | ||
Critical Repeat Count | ||
Alert | No | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Note: As Alert is not enabled on the above metric, the fields are left blank.
Sample Output
network.interface.utilization.in
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.5 |
Expression | (network.interface.traffic.in * 100) / (ifSpeed) |
Description | This metric calculates the network traffic in utilization. To calculate this, Interface speed is required. Raw interface speed is captured from interface and expression calculates the incoming utilization percentage based on the Traffic in metric. [OID: ifSpeed - 1.3.6.1.2.1.2.2.1.5; ifInOctets - 1.3.6.1.2.1.2.2.1.10] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | % |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 70 | 0-100 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 80 | 0-100 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
network.interface.utilization.out
Metric Details
Applicable for | Device |
SNMP OID | NULL |
Expression | (network.interface.traffic.out * 100) / (ifSpeed) |
Description | This metric calculates the network traffic out utilization. To calculate this, Interface speed is required. SNMP based Interface speed is considered as input for this expression calculates the outgoing utilization percentage based on the Traffic out metric. [OID: ifSpeed - 1.3.6.1.2.1.2.2.1.5, ifOutOctets - 1.3.6.1.2.1.2.2.1.16] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | % |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 70 | 0-100 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 80 | 0-100 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
network.interface.errors.in
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.14 |
Expression | ifInErrors * 60 |
Description | It monitors the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. Raw values from the interface is captured and the expression converts it to minutes. [OID: ifInErrors - 1.3.6.1.2.1.2.2.1.14] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | packet/min |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 1000 | 0 - 4294967295 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 2000 | 0 - 4294967295 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
network.interface.errors.out
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.20 |
Expression | ifOutErrors * 60 |
Description | It monitors the number of outbound packets that could not be transmitted because of errors. Raw values from the interface is captured and the expression converts it to minutes. [OID: ifOutErrors - 1.3.6.1.2.1.2.2.1.20] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | packet/min |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 1000 | 0 - 4294967295 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 2000 | 0 - 4294967295 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
network.interface.discards.in
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.13 |
Expression | ifInDiscards * 60 |
Description | It monitors 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. One possible reason for discarding such a packet could be to free up buffer space. [OID: ifInDiscards - 1.3.6.1.2.1.2.2.1.13] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | packet/min |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 1000 | 0 - 4294967295 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 2000 | 0 - 4294967295 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output
network.interface.discards.out
Metric Details
Applicable for | Device |
SNMP OID | 1.3.6.1.2.1.2.2.1.19 |
Expression | ifOutDiscards * 60 |
Description | It monitors the number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. [OID: ifOutDiscards - 1.3.6.1.2.1.2.2.1.19] |
Category | SNMP monitors |
Collector Type | Gateway |
Monitor Name | SNMP Interface - 32-bit Counter - Rule based |
Unit | packet/min |
Possible Inputs
Metric | Input Value | Range of Values |
---|---|---|
Frequency | 5 | 1 – 1440 (mins) |
Filter | ifAdminStatus == 1 ifOperStatus == 1 | |
Warning Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Warning Threshold | 1000 | 0 - 4294967295 |
Warning Repeat Count | 2 | 1-12 |
Critical Operator | GREATER_THAN_EQUAL | Ends with, ==, !=, >=, <=, >, <, In Range, Out of range, Equals, Not equals, Equals Ignore Case, Not Equals Ignore Case, Contains, Not contains, Regex match, Regex no match, In string list, Not in string list, In List, Not in list, Starts with |
Critical Threshold | 2000 | 0 - 4294967295 |
Critical Repeat Count | 2 | 1-12 |
Alert | Yes | Yes/No |
Graph (Yes/No) | Yes | Yes/No |
Sample Output