I want to capture snmpget message in my Ubuntu machine using netcat
I ran the following commands in the order shown below.
I am using netcat-openbsd.
nc -lu 127.0.0.1 1161pip install snmpclitoolssnmpget -v2c -c public 127.0.0.1:1611 sysDescr.0
I am expecting to see the message in netcat console output but nothing is showing up.
What am I doing wrong here?