This is a discussion on Re: snmpnetstat/snmpwalk don't show all open ports within the SNMP Users forums, part of the Networking and Network Related category; On 07/05/07, Manuel Diaz <manuel.diaz.rojas@gmail.com> wrote: > When I execute the command: ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 07/05/07, Manuel Diaz <manuel.diaz.rojas@gmail.com> wrote:
> When I execute the command: snmpwalk -c public localhost tcp, don't show > all open ports, like 22 (ssh), 80 (http). > > If I execute the command nmap or netstat, show these ports (22, 80, ...) What is the "netstat -a" output for the ports in question? Does it look like: tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN or tcp 0 0 :::22 :::* LISTEN The first is a TCP/IPv4 socket (which should appear in the tcpConnTable), the second is a TCP/IPv6-style socket (which won't). Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |