Unable to discover SNMPv3 devices.
When trying to verify Brassd communication using getone command, it's giving error port 4747 unreachable.
Even though there is no firewall between eHealth server and target SNMPv3 device and also windows firewall is turned off on eHealth server,but still we are getting port 4747 unreachable.
=> Verify whether the file C:\Windows\System32\drivers\etc\services is having the below two lines in it for brassd to listen on port 4747.
secpack 4747/udp
secpack-trap 4749/udp
=> Add these lines and restart brass services.
=> Now try to discover devices.
To verify
netstat -ano | grep 127.0.0.1 | grep -i 4800
TCP 127.0.0.1:6842 0.0.0.0:0 LISTENING 4800
TCP 127.0.0.1:6843 0.0.0.0:0 LISTENING 4800
UDP 127.0.0.1:4747 *:* 4800