Palo Alto 5250 / NCPA Agent / SSH Commands
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Plugin timed out....not sure what I'm doing wrong, any help appreciated @kpoulson
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
I don't have a suggestion at this time because we don't have this equipment but hopefully @kpoulson may chime in
You can test SNMP connectivity with the following
You can test SNMP connectivity with the following
Code: Select all
snmpwalk -v 2c -c 'COMMUNITYSTRING' HOSTNAME .Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Sorry for the late reply, i did not get a notification of response.
You need to set your SNMP community in Device -> Setup -> Operations -> SNMP Setup
The one you linked are traps which to my understanding is the device sending a trap whenever an event is logged (not for polling)
Second, you need to allow SNMP on whatever interface you are trying to poll.
You do this by setting an Interface Management Profile on the specific interface and check the SNMP box for that specific profile.
Network -> Network Profiles -> Interface Mgmt
Then attach that profile to the interface you are polling.
Network -> interfaces -> Choose interface / subinterface -> Advanced -> Management Profile
Hope this helps
You need to set your SNMP community in Device -> Setup -> Operations -> SNMP Setup
The one you linked are traps which to my understanding is the device sending a trap whenever an event is logged (not for polling)
Second, you need to allow SNMP on whatever interface you are trying to poll.
You do this by setting an Interface Management Profile on the specific interface and check the SNMP box for that specific profile.
Network -> Network Profiles -> Interface Mgmt
Then attach that profile to the interface you are polling.
Network -> interfaces -> Choose interface / subinterface -> Advanced -> Management Profile
Hope this helps
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Thank you so much! I'll give that a whirl.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Palo Alto 5250 / NCPA Agent / SSH Commands
Sounds good!rkane wrote:Thank you so much! I'll give that a whirl.