- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: Is The MIB object tunnelProbState (.1.3.6.1.4....
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is The MIB object tunnelProbState (.1.3.6.1.4.1.2620.500.9002.1.9) relevent for "regular" tunnels?
Hi all,
Trying to use snmp to monitor cehckpoint vpn tunnel status. With respect to this, the checkpoint MIB, has two mib objects
tunnelState OBJECT-TYPE
SYNTAX INTEGER {
active(3),
destroy(4),
idle(129),
phase1(130),
down(131),
init(132)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "No description available"
::= { tunnelEntry 3 }
and
tunnelProbState OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
alive(1),
dead(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "No description available"
::= { tunnelEntry 9 }
My doubt /question is
Is the tunnelProbeState valid only for "Permanent" tunnels and is not relevant / set for "regular " tunnels ?
Thanks in advance for your responses.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it is showing you the status of any tunnel, permanent or not.
From the documentation:
SNMP
-
You can use the OID sub-tree tunnelTable (.1.3.6.1.4.1.2620.500.9002 ) in the Check Point MIB to see the VPN status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it is showing you the status of any tunnel, permanent or not.
From the documentation:
SNMP
-
You can use the OID sub-tree tunnelTable (.1.3.6.1.4.1.2620.500.9002 ) in the Check Point MIB to see the VPN status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also, refer here: https://support.checkpoint.com/results/sk/sk63663
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response. I noticed the mib table tunnelTable does report the tunnelState for all type of tunnels But My doubt was specifically for the tunnelProbeState . I was not sure if the "probe" is running or is relevant for both regular type tunnels.
