[c-nsp] Running SNMP on a different Port
Sergey Nikitin
oldnick at oldnick.ru
Wed Apr 20 09:04:46 EDT 2011
Hi,
you could do NAT on the router, for example:
interface Loopback1
ip address 10.0.0.10 255.255.255.0
ip nat inside
interface GigabitEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat outside
ip nat inside source static udp 10.0.0.10 161 interface 192.168.0.1 100
and then you could do snmpwalk to 192.168.0.1:100
And your should get what you want. But it hardly could be called
"elegant solution"....
opslists at rhemasound.org wrote:
> I have searched about 3 years of cisco-nsp archives and searched through the Cisco IOS Network Management
> Configuration Guide. and have been unable to find a way to configure SNMP to listen to a different port number.
> I have a router where an upstream "managed" router is blocking snmp for "security reasons". I know they are
> just using a simple ACL and if I ran SNMP on a different port I could get around their block. Unfortunatly,
> I do not see any elegant solution that allows me to run SNMP on a different port than 161. I appreciate any
> assistance.
>
> ---
> Brian Raaen
> Network Architect
> braaen at zcorum.com
> _______________________________________________
> cisco-nsp mailing list cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>
More information about the cisco-nsp
mailing list