FORTINET-FORTIANALYZER-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
11
.1.3.6.1.4.1.12356.102.2.2.1 · 1 row entry · 7 columns
Uses the fortinet variant from /opt/observium/mibs/fortinet.
Command help
Walk faIpSessTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FORTINET-FORTIANALYZER-MIB' -M '/opt/observium/mibs/fortinet:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORTINET-FORTIANALYZER-MIB::faIpSessTable'
Information on the IP sessions active on the device
faIpSessEntry row .1.3.6.1.4.1.12356.102.2.2.1.1
Information on a specific session, including source and destination
Indexes
Column Syntax OID
An index value that uniquely identifies
an IP session within the faIpSessTable
FORTINET-CORE-MIBFnIndex
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.12356.102.2.2.1.1.1
The protocol the session is using (IP, TCP, UDP, etc.)
FaSessProto
Type Values:
0ip
1icmp
2igmp
4ipip
6tcp
8egp
12pup
17udp
22idp
41ipv6
46rsvp
47gre
50esp
51ah
89ospf
103pim
108comp
255raw
.1.3.6.1.4.1.12356.102.2.2.1.1.2
Source IP address (IPv4 only) of the session
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.4.1.12356.102.2.2.1.1.3
Source port number (UDP and TCP only) of the session
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.12356.102.2.2.1.1.4
Destination IP address (IPv4 only) of the session
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.4.1.12356.102.2.2.1.1.5
Destination Port number (UDP and TCP only) of the session
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.12356.102.2.2.1.1.6
Number of seconds remaining before the session expires (if idle)
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.12356.102.2.2.1.1.7

faHwSensorTable

table deprecated
.1.3.6.1.4.1.12356.102.99.1.2 · 1 row entry · 4 columns
Uses the fortinet variant from /opt/observium/mibs/fortinet.
Command help
Walk faHwSensorTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FORTINET-FORTIANALYZER-MIB' -M '/opt/observium/mibs/fortinet:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORTINET-FORTIANALYZER-MIB::faHwSensorTable'
A list of device specific hardware sensors and values. Because different devices have different hardware sensor capabilities, this table may or may not contain any values.
faHwSensorEntry row .1.3.6.1.4.1.12356.102.99.1.2.1
An entry containing the name, value, and alarm status of a given hardware sensor
Column Syntax OID
A unique identifier within the faHwSensorTable
FORTINET-CORE-MIBFnIndex
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.12356.102.99.1.2.1.1
A string identifying the sensor by name
SNMPv2-TCDisplayString
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.12356.102.99.1.2.1.2
A string representation of the value of the sensor. Because sensors can present data in different formats, string representation is most general format. Interpretation of the value (units of measure, for example) is dep…
SNMPv2-TCDisplayString
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.12356.102.99.1.2.1.3
If the sensor has an alarm threshold and has exceeded it, this will indicate its status. Not all sensors have alarms.
Enumeration
Enumerated Values:
0false
1true
.1.3.6.1.4.1.12356.102.99.1.2.1.4