Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1795

Advertising
background image

Brocade Network Advisor SAN User Manual

1743

53-1003154-01

Database tables and fields

H

DUPLEX

The flag to indicate whether or not the link is
capable of full-duplex ("true") or only
half-duplex ("false").

smallint

MAC_ADDRESS

The media access control (MAC) address of the
physical network adapter.

varchar

17

PCI

Device hash of the PCI device corresponding to
this physical network adapter.

varchar

256

WAKE_ON_LAN_SUPPO
RTED

Flag indicating whether the NIC is wake-on-LAN
capable. 0 - false, 1 - true.

smallint

DHCP_ENABLED

The flag to indicate whether or not DHCP
(dynamic host control protocol) is enabled. If
this property is set to true, the ipAddress and
the subnetMask strings cannot be set explicitly.
0 - false, 1 - true.

smallint

IP_ADDRESS

The IP address currently used by the network
adapter. All IP addresses are specified using
IPv4 dot notation. For example, "192.168.0.1".
Subnet addresses and netmasks are specified
using the same notation.

varchar

64

SUBNET_MASK

Subnet mask for the Physical NIC.

varchar

64

VM_HOST_ID

A foreign key referencing VM_HOST(ID).

int

VM_STANDARD_VIRTUA
L_SWITCH_ID

A foreign key referencing
VM_STANDARD_VIRTUAL_SWITCH(ID).

int

VM_DV_PORT_ID

A foreign key referencing VM_DV_PORT(ID).

int

MOR_ID

The managed object reference number
assigned by the hypervisor.

int

BINARY_MAC

MAC address in binary format.

bytea

TABLE 491

VM_SECURITY_POLICY

Field

Definition

Format

Size

ID

Unique generated database identifier.

serial

ALLOW_PROMISCUOUS

The flag to indicate whether or not all traffic is
seen on the port.
0 - false, 1 - true

smallint

FORGED_TRANSMITS

The flag to indicate whether or not the virtual
network adapter should be allowed to send
network traffic with a different MAC address
than that of the virtual network adapter.
0 - false, 1 - true

smallint

MAC_CHANGES

The flag to indicate whether or not the Media
Access Control (MAC) address can be changed.
0 - false, 1 - true

smallint

VM_NETWORK_SETTIN
GS_ID

ID of network settings table.

int

TABLE 490

VM_PHYSICAL_NIC (Continued)

Field

Definition

Format

Size

Advertising