Table of Contents

Class NetworkSwitchRemoteManagement

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the remote management information about a network switch.

public class NetworkSwitchRemoteManagement : BaseTypeSection
Inheritance
NetworkSwitchRemoteManagement

Remarks

Information in this section is dependent on the manufacturer providing the data over custom SNMP MIBs.

Constructors

NetworkSwitchRemoteManagement()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkSwitchRemoteManagement class.

public NetworkSwitchRemoteManagement()

Properties

IPAddress

Gets or sets the primary management IP address.

public string IPAddress { get; set; }

Property Value

string

SshEnabled

Gets or sets whether SSH is enabled on the switch.

public BooleanOption SshEnabled { get; set; }

Property Value

BooleanOption

SshKeySize

Gets or sets the SSH keysize in bits.

public int SshKeySize { get; set; }

Property Value

int

SshPortNumber

Gets or sets the SSH Port Number - by default this is TCP port 22.

public int SshPortNumber { get; set; }

Property Value

int

TelnetEnabled

Gets or sets whether Telnet is enabled on the switch.

public BooleanOption TelnetEnabled { get; set; }

Property Value

BooleanOption