05-18-2021 06:11 AM
Hi
I have an SNMP server for monitoring and I want to allow outside interface devices to connect to the server, while I am creating static nat I get this error (ERROR: NAT unable to reserve ports).
the used commands:
ASA(config)# object network Zabbix
ASA(config-network-object)# host 10.10.10.50
ASA(config-network-object)#
ASA(config-network-object)# nat (INSIDE,OUTSIDE) static interface service udp 161 161
ERROR: NAT unable to reserve ports.
any idea about this situation, please??
05-18-2021 06:25 AM
if the port 161 already used locally with ASA you may not do i guess here : change from 161 to custom port.
Look at the example of thread :
https://community.cisco.com/t5/network-security/error-nat-unable-to-reserve-ports-https/td-p/2946131
05-18-2021 06:45 AM - edited 05-18-2021 06:50 AM
could I change the default port number for SNMP from the default value?
my remote device is a cisco router and I couldn't find any way to specify the port number for SNMP connections
05-18-2021 07:39 AM
outside you can use any port to coming
From outside you 1161 port and you can to NAT to Internal IP 161
make sure you SNMP to 1161 port - should work as expected.
example :
nat (INSIDE,OUTSIDE) static interface service udp 161 1161
05-24-2021 03:21 AM
Hi balaji.bandi
sorry for the late response
my problem here that the router will generate the traffic using port 161 it is the default port for SNMP
so this will not work for me
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide