Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 4.77 KB

File metadata and controls

63 lines (38 loc) · 4.77 KB

DATACOM DmOS - ONU Interfaces

Overview

SNMP Discovery - Ethernet UNI Interfaces

SNMP - Ethernet UNI Statistics

SNMP - ONU Power

Author

Guilherme Zamora Rodrigues

Macros used

There are no macros links in this template.

Template links

There are no template links in this template.

Discovery rules

Name Description Type Key and additional info
Network interfaces

You may also consider using IF-MIB::ifType or IF-MIB::ifAlias for discovery depending on your filtering needs. {$SNMP_COMMUNITY} is a global macro.

SNMP agent onuifDescr

Update: 3600

Items collected

Name Description Type Key and additional info
Number of network interfaces

The number of network interfaces (regardless of their current state) present on this system.

SNMP agent onuifNumber

Update: 3600

Admin status of interface $1

The desired state of the interface.

SNMP agent onuifAdminStatus[{#SNMPVALUE}]

Update: 60

LLD

Alias of interface $1

-

SNMP agent onuifAlias[{#SNMPVALUE}]

Update: 3600

LLD

Description of interface $1

A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.

SNMP agent onuifDescr[{#SNMPVALUE}]

Update: 3600

LLD

Inbound errors on interface $1

For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol.

SNMP agent onuifInErrors[{#SNMPVALUE}]

Update: 60

LLD

Incoming traffic on interface $1

The number of octets in valid MAC frames received on this interface, including the MAC header and FCS.

SNMP agent onuifInOctets[{#SNMPVALUE}]

Update: 60

LLD

Power RX on $1

Values of power reported by the ONU.

SNMP agent onuIfOnuPowerRx[{#SNMPVALUE}]

Update: 60

LLD

Power TX on $1

Values of power reported by the ONU.

SNMP agent onuIfOnuPowerTx[{#SNMPVALUE}]

Update: 60

LLD

Operational status of interface $1

The current operational state of the interface.

SNMP agent onuifOperStatus[{#SNMPVALUE}]

Update: 60

LLD

Outbound errors on interface $1

For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.

SNMP agent onuifOutErrors[{#SNMPVALUE}]

Update: 60

LLD

Outgoing traffic on interface $1

The number of octets transmitted in MAC frames on this interface, including the MAC header and FCS.

SNMP agent onuifOutOctets[{#SNMPVALUE}]

Update: 60

LLD

Triggers

Name Description Expression Priority
Operational status was changed on {HOST.NAME} interface {#SNMPVALUE}

-

Expression: (last(/DATACOM DmOS - ONU Interfaces/onuifOperStatus[{#SNMPVALUE}],#1)<>last(/DATACOM DmOS - ONU Interfaces/onuifOperStatus[{#SNMPVALUE}],#2))=1

Recovery expression:

information
Power RX overload on {HOST.NAME} interface {#SNMPVALUE}

-

Expression: last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerRx[{#SNMPVALUE}])<-27.0 or last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerRx[{#SNMPVALUE}])>-8.0

Recovery expression:

high
Power TX overload on {HOST.NAME} interface {#SNMPVALUE}

-

Expression: last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerTx[{#SNMPVALUE}])>5.0 or last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerTx[{#SNMPVALUE}])<-0.5

Recovery expression:

high
Operational status was changed on {HOST.NAME} interface {#SNMPVALUE} (LLD)

-

Expression: (last(/DATACOM DmOS - ONU Interfaces/onuifOperStatus[{#SNMPVALUE}],#1)<>last(/DATACOM DmOS - ONU Interfaces/onuifOperStatus[{#SNMPVALUE}],#2))=1

Recovery expression:

information
Power RX overload on {HOST.NAME} interface {#SNMPVALUE} (LLD)

-

Expression: last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerRx[{#SNMPVALUE}])<-27.0 or last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerRx[{#SNMPVALUE}])>-8.0

Recovery expression:

high
Power TX overload on {HOST.NAME} interface {#SNMPVALUE} (LLD)

-

Expression: last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerTx[{#SNMPVALUE}])>5.0 or last(/DATACOM DmOS - ONU Interfaces/onuIfOnuPowerTx[{#SNMPVALUE}])<-0.5

Recovery expression:

high