Re: [squid-users] How do I check if SNMP is working?

From: Boniforti Flavio <boniforti@dont-contact.us>
Date: Tue, 14 Oct 2003 09:22:58 +0200

Christoph Haas wrote:

> netstat -na | grep 3401
>
> or
>
> nmap -sU -p 3401 localhost
>
> or
>
> snmpwalk -p 3401 localhost public .1

My results:

plin:~ # netstat -na|grep 3401
udp 0 0 0.0.0.0:3401 0.0.0.0:*
plin:~ # nmap -sU -p 3401 localhost

Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
Interesting ports on localhost (127.0.0.1):
Port State Service
3401/udp open unknown

Nmap run completed -- 1 IP address (1 host up) scanned in 1 second
plin:~ # snmpwalk -p 3401 localhost public .1
End of MIB

Is this OK?
Received on Tue Oct 14 2003 - 01:20:48 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:28 MST