2009/11/16 Simon Helson <[email protected]>: > However, there is a difference: > > host001:~# netstat -lntp |grep 48109 > tcp 0 0 0.0.0.0:48109 0.0.0.0:* > LISTEN 2220/httpd-api-gw > > host002:~# netstat -lntp |grep 48109 > tcp 0 0 :::48109 :::* > LISTEN 3007/httpd-api-gw > > Different format for the listening port from netstat.
Those look like IPv6 ports, rather than IPv4 > It seems that > snmpd isn't exposing anything that is formatted in the > way host002 is doing it. The MIB table that you are querying is inherently IPv4 only. So no - it won't include any IPv6 information. Depending on how the agent has been compiled. you may receive fuller information by querying the object 'tcpConnectionState' instead. Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
