Table of Contents

Class NetworkSwitchGeneral

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

Represents general information about a network switch.

public class NetworkSwitchGeneral : BaseTypeSection
Inheritance
NetworkSwitchGeneral

Constructors

NetworkSwitchGeneral()

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

public NetworkSwitchGeneral()

Properties

FirwareVersion

Gets or sets the ROM version of the switch - for example "F.02.01".

public string FirwareVersion { get; set; }

Property Value

string

HardwareRevision

Gets or sets the hardware revision of this device.

public string HardwareRevision { get; set; }

Property Value

string

Location

Gets or sets the location string assigned to the device.

public string Location { get; set; }

Property Value

string

MacAddress

Gets or sets the base MAC address of the switch - for example "00-27-10-F2-62-7C".

public string MacAddress { get; set; }

Property Value

string

Manufacturer

Gets or sets the well known manufacturer type.

public NetworkSwitchManufacturer Manufacturer { get; set; }

Property Value

NetworkSwitchManufacturer

ManufacturerString

Gets the well known manufacturer type.

public string ManufacturerString { get; set; }

Property Value

string

ObjectID

Gets or sets the SNMP object ID assigned to this device.

public string ObjectID { get; set; }

Property Value

string

RemoteManagement

Gets or sets the remote management settings for a network switch including Telnet and SSH configuration.

public NetworkSwitchRemoteManagement RemoteManagement { get; set; }

Property Value

NetworkSwitchRemoteManagement

SoftwareVersion

Gets or sets the operating system version of the switch - for example "F.04.08".

public string SoftwareVersion { get; set; }

Property Value

string

StackItems

Gets or sets the hardware items in the stack.

public NetworkSwitchStackItems StackItems { get; set; }

Property Value

NetworkSwitchStackItems

SystemDescription

Gets or sets the system assigned description of the device.

public string SystemDescription { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.NetworkSwitchGeneral class from the specified XML.

public static NetworkSwitchGeneral FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

NetworkSwitchGeneral

A CENTREL.XIA.Configuration.Types.NetworkSwitchGeneral class.