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

MSSQL: Backup/Restore logically a large table

  MSSQL : Backup/Restore logically a large table Objective: We perform 3 data processing steps in this tutorial 1.Download an opensource dat...