Is it possible to change the network interfaces names ( or to create ‘aliases’)
?
for example
snmpwalk -v2c -c password 127.0.0.1
replacing these names
IF-MIB::ifDescr.6 = STRING: vlan10
IF-MIB::ifDescr.7 = STRING: vlan172
IF-MIB::ifDescr.8 = STRING: vlan11
IF-MIB::ifDescr.9 = STRING: vlan1
I found similar issue discussed in
http://sourceforge.net/p/net-snmp/mailman/net-snmp-coders/thread/c64ae3380710290409l1dfddf36ved0d14a2e95e6...@mail.gmail.com/
On Tue, Nov 3, 2015 at 6:05 PM, Pushpa Thimmaiah wrote:
> Hi Folks,
>
> I am using ubuntu and ifconfig eth0 says 'inet6 addr:*
> fe80:
Hi Folks,
I am using ubuntu and ifconfig eth0 says 'inet6 addr:*
fe80::3e97:eff:fe8b:f326/64'*
I have tried snmpwalk with ipv6 ipaddress (mentioned below) and it works
fine
snmpwalk -v 2c -c public1 'udp6:[::1]:161'
But snmpwalk fails when i used fe80::3e97:eff:fe8b:f326
$ snmpwalk -v 2c -c pu