Domain Detective

API Reference

Class

SnmpAnalysis

Namespace DomainDetective
Assembly DomainDetective
Implements

Performs a basic SNMP check against a server.

Inheritance

  • Object
  • SnmpAnalysis

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public async Task AnalyzeServer(String host, Int32 port, InternalLogger logger, CancellationToken cancellationToken = null) #
Returns: Task

Tests a single server for SNMP responses.

Parameters

host System.String requiredposition: 0
port System.Int32 requiredposition: 1
logger DomainDetective.InternalLogger requiredposition: 2
cancellationToken System.Threading.CancellationToken = null optionalposition: 3
public async Task AnalyzeServers(IEnumerable<String> hosts, IEnumerable<Int32> ports, InternalLogger logger, CancellationToken cancellationToken = null) #
Returns: Task

Tests multiple servers for SNMP responses.

Parameters

hosts System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
ports System.Collections.Generic.IEnumerable{System.Int32} requiredposition: 1
logger DomainDetective.InternalLogger requiredposition: 2
cancellationToken System.Threading.CancellationToken = null optionalposition: 3

Properties

public String Subject { get; set; } #

Target under analysis.

public Dictionary<String, Boolean> ServerResults { get; set; } #

SNMP query results keyed by host and port.

public TimeSpan Timeout { get; set; } #

Maximum wait time for each query.

public virtual List<Assessment> Assessments { get; } #

Structured assessments captured during SNMP analysis.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; } #

Represents the recommendations value.

{{ include "footer" }}