Saturday, December 28, 2024

Validate SNMP port rechability using PortQry.exe windows product

Objective: Use PortQry.exe windows product to check if a snmp port is reachable from a remote monitoring server.


reference: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/portqry-command-line-port-scanner-v2


YouTube Video:




Command:

portqry.exe -n <name_to_query> [options]

Key options:

-n -- hostname
-e -- the port number
-p -- protocol

No comments:

Post a Comment

Flashback data archive steps

 Objective: Ways to track DML changes in a table Detailed objective: We should be able to track the changes in the table at any point in tim...