Interface IPortTable

interface IPortTable {
    aggregate_num_ports?: number;
    aggregated_by: number | boolean;
    anomalies?: number;
    autoneg: boolean;
    bytes-r: number;
    dns?: string[];
    dot1x_mode?: string;
    dot1x_status?: string;
    enable: boolean;
    flowctrl_rx: boolean;
    flowctrl_tx: boolean;
    full_duplex: boolean;
    ifname?: string;
    ip?: string;
    is_uplink: boolean;
    jumbo?: boolean;
    lacp_state?: ILACPState[];
    lag_member?: boolean;
    mac?: string;
    mac_table?: IMACTable[];
    masked: boolean;
    media: string;
    name: string;
    netmask?: string;
    network_name?: string;
    num_port?: number;
    op_mode: string;
    partner_system_id?: string;
    poe_caps?: number;
    poe_class?: string;
    poe_current?: string;
    poe_enable?: boolean;
    poe_good?: boolean;
    poe_mode?: string;
    poe_power?: string;
    poe_voltage?: string;
    port_delta?: IPortDelta;
    port_idx: number;
    port_poe: boolean;
    port_security_mac_address?: unknown[];
    portconf_id: string;
    rx_broadcast: number;
    rx_bytes: number;
    rx_bytes-r: number;
    rx_dropped: number;
    rx_errors: number;
    rx_multicast: number;
    rx_packets: number;
    rx_rate?: number;
    rx_rate-max?: number;
    satisfaction?: number;
    satisfaction_reason?: number;
    service_mac_table?: IServiceMACTable[];
    sfp_compliance?: string;
    sfp_current?: string;
    sfp_found?: boolean;
    sfp_part?: string;
    sfp_rev?: string;
    sfp_rxfault?: boolean;
    sfp_rxpower?: string;
    sfp_serial?: string;
    sfp_temperature?: string;
    sfp_txfault?: boolean;
    sfp_txpower?: string;
    sfp_vendor?: string;
    sfp_voltage?: string;
    speed: number;
    speed_caps: number;
    stp_pathcost?: number;
    stp_state?: string;
    tx_broadcast: number;
    tx_bytes: number;
    tx_bytes-r: number;
    tx_dropped: number;
    tx_errors: number;
    tx_multicast: number;
    tx_packets: number;
    tx_rate?: number;
    tx_rate-max?: number;
    type?: string;
    up: boolean;
}

Properties

aggregate_num_ports?: number
aggregated_by: number | boolean
anomalies?: number
autoneg: boolean
bytes-r: number
dns?: string[]
dot1x_mode?: string
dot1x_status?: string
enable: boolean
flowctrl_rx: boolean
flowctrl_tx: boolean
full_duplex: boolean
ifname?: string
ip?: string
is_uplink: boolean
jumbo?: boolean
lacp_state?: ILACPState[]
lag_member?: boolean
mac?: string
mac_table?: IMACTable[]
masked: boolean
media: string
name: string
netmask?: string
network_name?: string
num_port?: number
op_mode: string
partner_system_id?: string
poe_caps?: number
poe_class?: string
poe_current?: string
poe_enable?: boolean
poe_good?: boolean
poe_mode?: string
poe_power?: string
poe_voltage?: string
port_delta?: IPortDelta
port_idx: number
port_poe: boolean
port_security_mac_address?: unknown[]
portconf_id: string
rx_broadcast: number
rx_bytes: number
rx_bytes-r: number
rx_dropped: number
rx_errors: number
rx_multicast: number
rx_packets: number
rx_rate?: number
rx_rate-max?: number
satisfaction?: number
satisfaction_reason?: number
service_mac_table?: IServiceMACTable[]
sfp_compliance?: string
sfp_current?: string
sfp_found?: boolean
sfp_part?: string
sfp_rev?: string
sfp_rxfault?: boolean
sfp_rxpower?: string
sfp_serial?: string
sfp_temperature?: string
sfp_txfault?: boolean
sfp_txpower?: string
sfp_vendor?: string
sfp_voltage?: string
speed: number
speed_caps: number
stp_pathcost?: number
stp_state?: string
tx_broadcast: number
tx_bytes: number
tx_bytes-r: number
tx_dropped: number
tx_errors: number
tx_multicast: number
tx_packets: number
tx_rate?: number
tx_rate-max?: number
type?: string
up: boolean

Generated using TypeDoc