SNMP queries for NAT46 and NAT64 policy statistics
You can use the following MIB fields to send SNMP queries for hyperscale firewall NAT46 and NAT64 policy statistics. These MIB fields are available from the latest FORTINET-FORTIGATE-MIB.mib.
Path: FORTINET-FORTIGATE-MIB:fortinet.fnFortiGateMib.fgFirewall.fgFwPolicies.fgFwPolTables
OID: 1.3.6.1.4.1.12356.101.5.1.2
Index |
MIB field |
Description |
---|---|---|
.5 |
fgFwHsPol46StatsTable |
NAT46 hyperscale firewall policy statistics table. |
.5.1 |
fgFwHsPol46StatsEntry |
NAT46 hyperscale firewall policy statistics entry. |
.5.1.1 |
fgFwHsPol46ID |
NAT46 hyperscale firewall policy ID. |
.5.1.2 |
fgFwHsPol46PktCount |
NAT46 hyperscale firewall policy packet count. |
.5.1.3 |
fgFwHsPol46ByteCount |
NAT46 hyperscale firewall policy byte count. |
.5.1.4 |
fgFwHsPol46LastUsed |
The last date and time the NAT46 hyperscale firewall policy was used to start a session. |
.6 |
fgFwHsPol64StatsTable |
NAT64 hyperscale firewall policy statistics table. |
.6.1 |
fgFwHsPol64StatsEntry |
NAT64 hyperscale firewall policy statistics entry. |
.6.1.1 |
fgFwHsPol64ID |
NAT64 hyperscale firewall policy ID. |
.6.1.2 |
fgFwHsPol64PktCount |
NAT64 hyperscale firewall policy packet count. |
.6.1.3 |
fgFwHsPol64ByteCount |
NAT64 hyperscale firewall policy byte count. |
.6.1.4 |
fgFwHsPol64LastUsed |
The last date and time the NAT64 hyperscale firewall policy was used to start a session. |
Queries of these fields follow the convention .oid.<vdom-id>.<policy-id>
Example SNMP query for NAT46 hyperscale firewall policy statistics:
$ snmpwalk -v2c -c public <ip-address> 1.3.6.1.4.1.12356.101.5.1.2.5.1
Example SNMP query for NAT64 hyperscale firewall policy statistics:
$ snmpwalk -v2c -c public <ip-address> 1.3.6.1.4.1.12356.101.5.1.2.6.1