Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to configure SNMP in firepower 1xxx series (1010) with FDM.Firmware is 7.3.1According to this similar guide, I enter some command.https://www.cisco.com/c/zh_tw/support/docs/ip/simple-network-management-protocol-snmp/213971-configure-snmp-...
Add keyword decrypted at the end of packet-tracer command, if you are trying to simulate traffic from remote vpn site to local site.It should solve packet-tracer IPSEC spoof issue.
I checked API explorer reference but it seems that there is no similar parameter of facility code.https://developer.cisco.com/docs/ftd-api-reference/latest/#!addsyslogserver
Good idea sharing. So I can conclude thatscope monitoringFlexobjectare not the way I am looking for, and API explorer (or using python script to call API) is the way I need for configurating SNMP.Thanks.
You are correct. requests is the only add-on module I need.Moreover, I would like to share that the command "python3 fdm-snmp.py" isn't work with following error message.Python was not found; run without arguments to install from the Microsoft Store,...
when executing pip3 install -r requirements.txterror messge shows ERROR: Could not find a version that satisfies the requirement getpass (from versions: none)ERROR: No matching distribution found for getpassMy python is 3.12.0 any idea?Thanks.