Hello,
I have fortinet firewall and i need to monitor the connected user's via ssl vpn. I got the result via snmpwalk but I'm not able to understand how to create the discovery rule for this?
SNMP Walk command: snmpwalk -v2c -c public 192.168.1.1 .1.3.6.1.4.1.12356.101.12.2.4
Result:
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.2.1 = INTEGER: 1
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.3.1 = STRING: "test"
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.4.1 = IpAddress: xxx.xxx.xxx.xxx
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.5.1 = IpAddress: xxx.xxx.xxx.xxx
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.6.1 = Counter32: 36
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.7.1 = Counter64: 28560
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.8.1 = Counter64: 78
OID is changed on 2nd user connect and it will be
.1.3.6.1.4.1.12356.101.12.2.4.2.1.1
.1.3.6.1.4.1.12356.101.12.2.4.2.2.1
.1.3.6.1.4.1.12356.101.12.2.4.2.3.1 like so..
Can anyone help me?
I have fortinet firewall and i need to monitor the connected user's via ssl vpn. I got the result via snmpwalk but I'm not able to understand how to create the discovery rule for this?
SNMP Walk command: snmpwalk -v2c -c public 192.168.1.1 .1.3.6.1.4.1.12356.101.12.2.4
Result:
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.2.1 = INTEGER: 1
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.3.1 = STRING: "test"
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.4.1 = IpAddress: xxx.xxx.xxx.xxx
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.5.1 = IpAddress: xxx.xxx.xxx.xxx
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.6.1 = Counter32: 36
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.7.1 = Counter64: 28560
SNMPv2-SMI::enterprises.12356.101.12.2.4.1.8.1 = Counter64: 78
OID is changed on 2nd user connect and it will be
.1.3.6.1.4.1.12356.101.12.2.4.2.1.1
.1.3.6.1.4.1.12356.101.12.2.4.2.2.1
.1.3.6.1.4.1.12356.101.12.2.4.2.3.1 like so..
Can anyone help me?