Search found 2 matches
- Wed Apr 07, 2010 11:04 pm
- Forum: Help: General
- Topic: show interface ipv6
- Replies: 1
- Views: 1644
I edit my interface.xml to <ifIPV6> <name>IP Address V6</name> <method>walk</method> <source>OID/REGEXP:^.{27}(.*)</source> <direction>input</direction> <oid>.1.3.6.1.2.1.4.34.1.3.2</oid> </ifIPV6> and it can get the ipv6, but how can I make it show ip in hexstring instead of decimal number example ...
- Tue Apr 06, 2010 5:38 am
- Forum: Help: General
- Topic: show interface ipv6
- Replies: 1
- Views: 1644
show interface ipv6
Hello I want to make data query show interface ipv6 and I add this tag in my interface.xml <ifIPV6> <name>IP Address V6</name> <method>walk</method> <source>OID/REGEXP:.[0-9a-f]$</source> <direction>input</direction> <oid>.1.3.6.1.2.1.4.34.1.3.2</oid> </ifIPV6> The problem is it not show ip correctl...