SNMP Information Monitor (10003 / 20003)
Description
This Module reports SNMP polling information. This information is provided per exporter-interface (exp_ip-ifIndex) pair.
The following SNMP OIDs are polled and reported:
- Device name (sysName) - OID - 1.3.6.1.2.1.1.5.0
- Interface index (ifIndex) – OID - 1.3.6.1.2.1.2.2.1.1
- Interface description (ifDescr) - OID 1.3.6.1.2.1.2.2.1.2
- Interface type (ifType) - OID 1.3.6.1.2.1.2.2.1.3
- Size of the largest packet (ifMtu) - OID 1.3.6.1.2.1.2.2.1.4
- Interface bandwidth (ifSpeed), (ifHighSpeed) - OID 1.3.6.1.2.1.2.2.1.5, OID 1.3.6.1.2.1.31.1.1.1.15
- Interface physical address (ifPhysAddress) - OID 1.3.6.1.2.1.2.2.1.6
- Desired state of the interface (ifAdminStatus) - OID 1.3.6.1.2.1.2.2.1.7
- Operational state of the interface (ifOperStatus) - OID 1.3.6.1.2.1.2.2.1.8
- IP address to which this entry's addressing information pertains (ipAdEntAddr) - OID 1.3.6.1.2.1.4.20.1.1
- Index value which uniquely identifies the interface to which this entry is applicable (ipAdEntIfIndex) – OID 1.3.6.1.2.1.4.20.1.2
- Interface InetAddressType (ipAddressAddrType) - OID 1.3.6.1.2.1.4.34.1.1
- Interface InetAddress (ipAddressAddr) - OID 1.3.6.1.2.1.4.34.1.2
- The index value that uniquely identifies the interface to which this entry is applicable (ipAddressIfIndex) - OID 1.3.6.1.2.1.4.34.1.3
- Interface duplex status (dot3StatsDuplexStatus) - OID 1.3.6.1.2.1.10.7.2.1.19
- An index value that uniquely identifies an interface to an ethernet-like medium (dot3StatsIndex) - OID 1.3.6.1.2.1.10.7.2.1.1
- Interface name (ifName) - OID 1.3.6.1.2.1.31.1.1.1.1
- Interface alias (ifAlias) - OID 1.3.6.1.2.1.31.1.1.1.18
Parameters
Parameter Name | Description | Comments |
---|---|---|
Report SNMP information | Module reporting interval | min = 60 sec, max = 86400 sec, default = 300 sec |
Refresh SNMP information | SNMP information time of life | min = 300 sec, max = 86400 sec, default = 3600 sec |
Required NetFlow Fields
Information Element (IE) | IE id | IE size, B | Description |
---|---|---|---|
ingressInterface | 10 | 4 | The index of the IP interface where packets of this Flow are being received (1) |
egressInterface | 14 | 4 | The index of the IP interface where packets of this Flow are being sent |
(1) The value matches the value of managed SNMP object 'ifIndex'.
Syslog/JSON Message Fields
Key | Field Description | Comments |
---|---|---|
nfc_id | Message type identifier | "nfc_id=20003" |
exp_ip | NetFlow exporter IP address | IPv4_address |
mgmt_ip | Device Management IP address | IPv4_address |
sysName | NetFlow exporter resolved name | string |
ifIndex | NetFlow exporter interface SNMP index | number |
ifName | NetFlow exporter interface resolved name | string |
ifDescr | NetFlow exporter interface resolved description | string |
ifType | NetFlow exporter interface type | number |
ifMtu | NetFlow exporter interface MTU | number |
ifSpeed | NetFlow exporter interface bandwidth in bits/sec | number |
ifPhysAddress | NetFlow exporter interface physical address | MAC address |
ifIPAddress | NetFlow exporter interface IP address | IPv4_address |