Re: Get interface IPV6 addresses

2020-02-27 Thread Michael Wu
coders: > > > > I am using net-snmp v5.8 with ipv6 enabled. Trying to get interface's > > ipv6 addresses. I tried a couple of oids but could not figure out how to > > map the ifindex to the ipv6 address assigned to the interfaces. All > > interfaces have both ipv4 a

Re: Get interface IPV6 addresses

2020-02-27 Thread Niels Baggesen
Den 27-02-2020 kl. 18:40 skrev Michael Wu: Dear Net-Snmp coders: I am using net-snmp v5.8 with ipv6 enabled. Trying to get interface's ipv6 addresses. I tried a couple of oids but could not figure out how to map the ifindex to the ipv6 address assigned to the interfaces. All interfaces

Get interface IPV6 addresses

2020-02-27 Thread Michael Wu
Dear Net-Snmp coders: I am using net-snmp v5.8 with ipv6 enabled. Trying to get interface's ipv6 addresses. I tried a couple of oids but could not figure out how to map the ifindex to the ipv6 address assigned to the interfaces. All interfaces have both ipv4 and ipv6 addresses assigned. 1

Re: snmpnetstat does not show ipv6 addresses, routes, and services

2013-03-02 Thread Niels Baggesen
Den 02-03-2013 14:51, Claus Klein skrev: > I noticed that on my macbook, there is no ipv6 MIBII table available > from snmpd: > > for m in $MIBTABLES ; do build/apps/snmptable -Cibw 123 -m ALL -M ./ > mibs -v3 -u clausklein -l noAuthNoPriv localhost $m ; done > IP-FORWARD-MIB::inetCidrRouteTable:

Re: snmpnetstat does not show ipv6 addresses, routes, and services

2013-03-02 Thread Claus Klein
Hi Niels, that sounds good. I have tried to have a preview to 5.7.3 and so I tested from git the V5-7-patches branch. $ netstat -i Name Mtu Network AddressIpkts IerrsOpkts Oerrs Coll lo0 16384 342449 0 342449 0 0 lo0 16384

Re: snmpnetstat does not show ipv6 addresses, routes, and services

2013-03-02 Thread Bill Fenner
On Mar 2, 2013, at 3:44 AM, Niels Baggesen wrote: > On Thu, Feb 28, 2013 at 10:29:40AM -0500, Bill Fenner wrote: >> What do you think about updating the "old" support to use >> ipCidrRouteTable, since ipRouteTable has been obsolete since 1997, and >> dropping support for ipRouteTable? > > It isn

Re: snmpnetstat does not show ipv6 addresses, routes, and services

2013-03-02 Thread Niels Baggesen
On Thu, Feb 28, 2013 at 10:29:40AM -0500, Bill Fenner wrote: > What do you think about updating the "old" support to use > ipCidrRouteTable, since ipRouteTable has been obsolete since 1997, and > dropping support for ipRouteTable? It isn't that big a deal to add ipCidrRouteTable as a primary fall

Re: snmpnetstat does not show ipv6 addresses, routes, and services

2013-02-28 Thread Bill Fenner
On Sun, Feb 24, 2013 at 9:13 AM, Niels Baggesen wrote: > Den 23-02-2013 20:54, Claus Klein skrev: >> is it planed to extend snmpnetstat to show ipv6 address info, ipv6 >> routing table entries, and ipv6 active sockets info too? >> >> It seems that the current version show only the ipv4 related inf

Re: snmpnetstat does not show ipv6 addresses, routes, and services

2013-02-24 Thread Niels Baggesen
Den 23-02-2013 20:54, Claus Klein skrev: > is it planed to extend snmpnetstat to show ipv6 address info, ipv6 > routing table entries, and ipv6 active sockets info too? > > It seems that the current version show only the ipv4 related infos from > mib2 tables. A couple of months ago I upgraded the

snmpnetstat does not show ipv6 addresses, routes, and services

2013-02-23 Thread Claus Klein
Hi all, is it planed to extend snmpnetstat to show ipv6 address info, ipv6 routing table entries, and ipv6 active sockets info too? It seems that the current version show only the ipv4 related infos from mib2 tables. //Regards Claus -

RE: IPv6 addresses

2012-09-17 Thread Adam Lewis
I think parts of my last message were cut off. I'll try again. We are in the process of updating our agent/MIB to support both IPv4 and IPv6 addresses. As well as the agent itself, our proprietary MIB specifies a number of external IP addresses e.g. the address of a syslog client. Looki

IPv6 addresses

2012-09-17 Thread Adam Lewis
We are in the process of updating our agent/MIB to support both IPv4 and IPv6 addresses. As well as the agent itself, our proprietary MIB specifies a number of external IP addresses e.g. the address of a syslog client. Looking at the ways to specify addresses, there seems to be the approach