Dear Gentleman,
I have a server that has snmp installed(Version is net-snmp-5.3.2.2-9.el5_5.1). This server has 5 n/w interfaces with diferent ip's. My problem is when i try snmpwalk on to the main interface, in my case "bond0" with the assigned ip address there is no response.
eg: snmpwalk v2c -c nature 172.17.241.190
No Response from 172.17.241.190
But when i run the same query with "localhost" snmpd responds.
eg: snmpwalk v2c -c nature localhost
There is no n/w level restrictions on this server. My nic related info is as follows..
bond0 Link encap:Ethernet HWaddr B8:AC:6F:89

A:60
inet addr:172.17.241.190 Bcast:172.17.241.255 Mask:255.255.255.0
inet6 addr: fe80::baac:6fff:fe89:da60/64 Scope:Link
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:75293702 errors:0 dropped:0 overruns:0 frame:0
TX packets:44772321 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2009603615 (1.8 GiB) TX bytes:514353749 (490.5 MiB)
eth0 Link encap:Ethernet HWaddr B8:AC:6F:89

A:60
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:58079382 errors:0 dropped:0 overruns:0 frame:0
TX packets:44772321 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:976741407 (931.4 MiB) TX bytes:514353749 (490.5 MiB)
Interrupt:114 Memory:d6000000-d6012800
eth4 Link encap:Ethernet HWaddr B8:AC:6F:89

A:60
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:17214320 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1032862208 (985.0 MiB) TX bytes:0 (0.0 b)
Memory:df380000-df3a0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1462105 errors:0 dropped:0 overruns:0 frame:0
TX packets:1462105 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:88459687 (84.3 MiB) TX bytes:88459687 (84.3 MiB)
I want to snmpwalk in to the "172.17.241.190". Please advice gentleman.