Brocade Communications Systems IP250 Network Hardware User Manual


  Open as PDF
of 1753
 
Brocade Network Advisor IP User Manual 1587
53-1003056-01
Database tables and fields
I
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 481 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_SETTING
S_ID
ID of network settings table. int
TABLE 480 VM_PHYSICAL_NIC (Continued)
Field Definition Format Size