- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: How to configure SNMP V3 on checkpoint firewal...
Options
- 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?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to configure SNMP V3 on checkpoint firewall
I want to configure SNMP V3 on checkpoint firewall.
I have configured firewall in 3 different VSX instances.
Firewall GUI is not available in VSX mode to configure, kindly check attached screenshot for you reference.
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You begin with:
set snmp agent-version v3-Only
set snmp mode vs
set snmp agent on
Then to configure a user:
add snmp usm user <user> security-level authPriv auth-pass-phrase <PW-Auth> privacy-pass-phrase <PW- Privacy> privacy-protocol AES authentication-protocol SHA1
For VSX there are some more options, you can access the VS itself by it's own IP or access all through the VS0 IP with the following command:
set snmp vs-direct-access on/off
To make sure you are allowed to access each VS the following command is used:
set snmp usm user <user> vsid all/<VSID's>
Hope this helps.
set snmp agent-version v3-Only
set snmp mode vs
set snmp agent on
Then to configure a user:
add snmp usm user <user> security-level authPriv auth-pass-phrase <PW-Auth> privacy-pass-phrase <PW- Privacy> privacy-protocol AES authentication-protocol SHA1
For VSX there are some more options, you can access the VS itself by it's own IP or access all through the VS0 IP with the following command:
set snmp vs-direct-access on/off
To make sure you are allowed to access each VS the following command is used:
set snmp usm user <user> vsid all/<VSID's>
Hope this helps.
Regards, Maarten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any posibilities to do SNMP configuration through smart console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nope, not possible, only through the WebUI or CLISH and on VSX only through CLISH.
Regards, Maarten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As you suggested, we did the configuration on checkpoint Gateway. Now checking the device discovery SNMP status with NMS team.
