Description

SNMP Interface - 64-bit Counter - Traffic in Mbps.

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: While assigning the template, it will show get components discovery button. Once we click on it, it will show values for the following properties: ifAdminStatus ifOperStatus ifAlias User should select whatever properties they want to monitor.

Metric Parameters

Metric Parameters
ParameterDescription
Frequency
  • Frequency is the interval in which you want to probe and collect metric data from the target device/resource
  • Frequency is defined in minutes (min).
  • Warning ThresholdIf the metric value satisfies the condition defined along with Warning Threshold value, then a notification is sent to the user.
    Critical ThresholdIf the metric value satisfies the condition defined along with Critical Threshold value, then a notification is sent to the user.
    AlertThe 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

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.2.2.1.7, 1.3.6.1.2.1.2.2.1.8, 1.3.6.1.2.1.31.1.1.1.18
    Expressionif (ifAdminStatus != 1,0,ifOperStatus)
    DescriptionThis 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]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unit

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning Operator
    Warning Threshold
    Warning Repeat Count
    Critical OperatorNOT_IN_LISTEnds 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 Threshold0,1,50-7
    Critical Repeat Count11-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Network Interface Status

    Network Interface Status

    network.interface.traffic.in.mbps

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.31.1.1.1.6
    ExpressionifHCInOctets * 8
    DescriptionThis 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: ifHCInOctets - 1.3.6.1.2.1.31.1.1.1.6]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unitbps

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning Operator
    Warning Threshold
    Warning Repeat Count
    Critical Operator
    Critical Threshold
    Critical Repeat Count
    AlertNoYes/No
    Graph (Yes/No)YesYes/No

    Note: As Alert is not enabled on the above metric, the fields are left blank.

    Sample Output

    Interface Traffic

    Interface Traffic

    network.interface.traffic.out.mbps

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.31.1.1.1.10
    ExpressionifHCOutOctets * 8
    DescriptionThis 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: ifHCOutOctets - 1.3.6.1.2.1.31.1.1.1.10]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unitbps

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning Operator
    Warning Threshold
    Warning Repeat Count
    Critical Operator
    Critical Threshold
    Critical Repeat Count
    AlertNoYes/No
    Graph (Yes/No)YesYes/No

    Note: As Alert is not enabled on the above metric, the fields are left blank.

    Sample Output

    Interface Traffic

    Interface Traffic

    network.interface.utilization.in

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.31.1.1.1.15
    Expression(network.interface.traffic.in.mbps) / (ifHighSpeed * 10000)
    DescriptionThis 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: ifHighSpeed - 1.3.6.1.2.1.31.1.1.1.15; ifHCInOctets - 1.3.6.1.2.1.31.1.1.1.6]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unit%

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning OperatorGREATER_THAN_EQUALEnds 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 Threshold700-100
    Warning Repeat Count21-12
    Critical OperatorGREATER_THAN_EQUALEnds 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 Threshold800-100
    Critical Repeat Count21-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Interface Utilization

    Interface Utilization

    network.interface.utilization.out

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OIDNULL
    Expression(network.interface.traffic.out.mbps) / (ifHighSpeed * 10000)
    DescriptionThis 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: ifHighSpeed - 1.3.6.1.2.1.31.1.1.1.15, ifHCOutOctets - 1.3.6.1.2.1.31.1.1.1.10]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unit%

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning OperatorGREATER_THAN_EQUALEnds 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 Threshold700-100
    Warning Repeat Count21-12
    Critical OperatorGREATER_THAN_EQUALEnds 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 Threshold800-100
    Critical Repeat Count21-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Interface Utilization

    Interface Utilization

    network.interface.errors.in

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.2.2.1.14
    ExpressionifInErrors * 60
    DescriptionIt 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]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unitpacket/min

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning OperatorGREATER_THAN_EQUALEnds 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 Threshold10000 - 4294967295
    Warning Repeat Count21-12
    Critical OperatorGREATER_THAN_EQUALEnds 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 Threshold20000 - 4294967295
    Critical Repeat Count21-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Interface Error

    Interface Error

    network.interface.errors.out

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.2.2.1.20
    ExpressionifOutErrors * 60
    DescriptionIt 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]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unitpacket/min

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning OperatorGREATER_THAN_EQUALEnds 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 Threshold10000 - 4294967295
    Warning Repeat Count21-12
    Critical OperatorGREATER_THAN_EQUALEnds 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 Threshold20000 - 4294967295
    Critical Repeat Count21-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Interface Error

    Interface Error

    network.interface.discards.in

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.2.2.1.13
    ExpressionifInDiscards * 60
    DescriptionIt 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]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unitpacket/min

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning OperatorGREATER_THAN_EQUALEnds 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 Threshold10000 - 4294967295
    Warning Repeat Count21-12
    Critical OperatorGREATER_THAN_EQUALEnds 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 Threshold20000 - 4294967295
    Critical Repeat Count21-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Interface Error and discard rate

    Interface Error and discard rate

    network.interface.discards.out

    Metric Details

    Metric Details
    Applicable forDevice
    SNMP OID1.3.6.1.2.1.2.2.1.19
    ExpressionifOutDiscards * 60
    DescriptionIt 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]
    CategorySNMP monitors
    Collector TypeGateway
    Monitor NameSNMP Interface - 64-bit Counter - Traffic in Mbps
    Unitpacket/min

    Possible Inputs

    Possible Inputs
    MetricInput ValueRange of Values
    Frequency21 – 1440 (mins)
    FilterManual Selection
    Warning OperatorGREATER_THAN_EQUALEnds 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 Threshold10000 - 4294967295
    Warning Repeat Count21-12
    Critical OperatorGREATER_THAN_EQUALEnds 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 Threshold20000 - 4294967295
    Critical Repeat Count21-12
    AlertYesYes/No
    Graph (Yes/No)YesYes/No

    Sample Output

    Interface Error and discard rate

    Interface Error and discard rate