Hey everyone,
I am still learning solar winds and some questions have come up to me and I don't have the knowledge to answer them, so I am hoping someone on here as ran into this and can give some support.
Ok, one of the users wanted to know if :
Can SNMP monitoring of the CBM and the CMT gather “netstat” statistics?
Meaning:
netstat –an |grep 162
netstat -an | grep 10023
# netstat -an |grep 10023
- 172.25.15.7.10023 172.24.225.52.47763 5888 0 49232 0 FIN_WAIT_2
- 172.25.15.7.10023 172.24.225.53.48746 5888 0 49232 0 FIN_WAIT_2
- 172.25.15.7.10023 172.24.225.52.46878 5888 0 49232 0 TIME_WAIT
- 172.25.15.7.10023 172.24.225.52.46454 5888 0 49232 0 TIME_WAIT
- 172.25.15.7.10023 172.24.225.53.47506 5888 0 49232 0 FIN_WAIT_2
- 172.25.15.7.10023 172.24.225.51.59374 5888 0 49232 0 FIN_WAIT_2
- 172.25.15.7.10023 172.24.225.51.59115 5888 0 49232 0 FIN_WAIT_2
"
"
"
"
The other question is about expect script and can it be done:
I have a port we are trying to monitor (10023) and I have tried to set up a port monitor for it and it fails. I verified the port is correct, so here is the question from the ones who want it monitored.