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
SshEnabled
Gets or sets whether SSH is enabled on the switch.
public BooleanOption SshEnabled { get; set; }
Property Value
SshKeySize
Gets or sets the SSH keysize in bits.
public int SshKeySize { get; set; }
Property Value
SshPortNumber
Gets or sets the SSH Port Number - by default this is TCP port 22.
public int SshPortNumber { get; set; }
Property Value
TelnetEnabled
Gets or sets whether Telnet is enabled on the switch.
public BooleanOption TelnetEnabled { get; set; }