Hi all
i know its just snmp configuration but for some reason it is not working for me ,so maybe you can help me
i have a bit complicated setup : i setup librenms on EC2 on aws cloud ,and i`m trying to add my datacenter switch throgh its management ip address but my managment network is completly isloated from AWS traffic so i had to nat the traffic and i`m allowing all traffic on my firewall and i`m allowing all udp traffic on the EC2
The ping from librenms is working and im able to add the switch by using only ping
but when i try to add the switch using snmp ,i can`t and i get the error message ` Could not connect to sw1, please check the snmp details and snmp reachability`and ` SNMP v2c: No reply with community private`
here is the configuration of snmp v2 on sw1
view all {
oid .1;
}
community private {
view all;
authorization read-write;
}
trap-group spacenet {
targets {
10.x.x.243;
}
}
Can you please help me on by pointing out if there is something i need to check or add on the switch configuration ?does anyone knows how to check snmp reachability on the switch (other than wireshark }?