mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
Update docs
This commit is contained in:
parent
dc2a425006
commit
024aa4b0b4
@ -10,9 +10,6 @@ Interfaces in NetBox represent network interfaces used to exchange data with con
|
|||||||
|
|
||||||
## Fields
|
## Fields
|
||||||
|
|
||||||
!!! note "Changed in NetBox v4.2"
|
|
||||||
The MAC address of an interface (formerly a concrete database field) is available as a property, `mac_address`, which reflects the value of the primary linked [MAC address](./macaddress.md) object.
|
|
||||||
|
|
||||||
### Device
|
### Device
|
||||||
|
|
||||||
The device to which this interface belongs.
|
The device to which this interface belongs.
|
||||||
@ -48,6 +45,13 @@ The operation duplex (full, half, or auto).
|
|||||||
|
|
||||||
The [virtual routing and forwarding](../ipam/vrf.md) instance to which this interface is assigned.
|
The [virtual routing and forwarding](../ipam/vrf.md) instance to which this interface is assigned.
|
||||||
|
|
||||||
|
### Primary MAC Address
|
||||||
|
|
||||||
|
The [MAC address](./macaddress.md) assigned to this interface which is designated as its primary.
|
||||||
|
|
||||||
|
!!! note "Changed in NetBox v4.2"
|
||||||
|
The MAC address of an interface (formerly a concrete database field) is available as a property, `mac_address`, which reflects the value of the primary linked [MAC address](./macaddress.md) object.
|
||||||
|
|
||||||
### WWN
|
### WWN
|
||||||
|
|
||||||
The 64-bit world-wide name (for Fibre Channel interfaces).
|
The 64-bit world-wide name (for Fibre Channel interfaces).
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# MAC Addresses
|
# MAC Addresses
|
||||||
|
|
||||||
A MAC address object in NetBox comprises a single Ethernet link layer address, and represents a MAC address as reported by or assigned to a network interface. MAC addresses can be assigned to [device](../dcim/device.md) and [virtual machine](../virtualization/virtualmachine.md) interfaces. A MAC address can be specified as the "primary" MAC address for a given interface or VM interface.
|
A MAC address object in NetBox comprises a single Ethernet link layer address, and represents a MAC address as reported by or assigned to a network interface. MAC addresses can be assigned to [device](../dcim/device.md) and [virtual machine](../virtualization/virtualmachine.md) interfaces. A MAC address can be specified as the primary MAC address for a given device or VM interface.
|
||||||
|
|
||||||
Most interfaces have only a single MAC address, hard-coded at the factory. However, on some devices (particularly virtual interfaces) it is possible to assign additional MAC addresses or change existing ones. For this reason NetBox allows multiple MACAddress objects to be assigned to a single interface. However, for convenience and backward compatibiility reasons, the value of the `mac_address` field of the primary (or single) MAC address on an interface is reflected as a simple property in the interface detail page.
|
Most interfaces have only a single MAC address, hard-coded at the factory. However, on some devices (particularly virtual interfaces) it is possible to assign additional MAC addresses or change existing ones. For this reason NetBox allows multiple MACAddress objects to be assigned to a single interface.
|
||||||
|
|
||||||
## Fields
|
## Fields
|
||||||
|
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
## Fields
|
## Fields
|
||||||
|
|
||||||
!!! note "Changed in NetBox v4.2"
|
|
||||||
The MAC address of an interface (formerly a concrete database field) is available as a property, `mac_address`, which reflects the value of the primary linked [MAC address](./macaddress.md) object.
|
|
||||||
|
|
||||||
### Virtual Machine
|
### Virtual Machine
|
||||||
|
|
||||||
The [virtual machine](./virtualmachine.md) to which this interface is assigned.
|
The [virtual machine](./virtualmachine.md) to which this interface is assigned.
|
||||||
@ -30,6 +27,13 @@ An interface on the same VM with which this interface is bridged.
|
|||||||
|
|
||||||
If not selected, this interface will be treated as disabled/inoperative.
|
If not selected, this interface will be treated as disabled/inoperative.
|
||||||
|
|
||||||
|
### Primary MAC Address
|
||||||
|
|
||||||
|
The [MAC address](./macaddress.md) assigned to this interface which is designated as its primary.
|
||||||
|
|
||||||
|
!!! note "Changed in NetBox v4.2"
|
||||||
|
The MAC address of an interface (formerly a concrete database field) is available as a property, `mac_address`, which reflects the value of the primary linked [MAC address](./macaddress.md) object.
|
||||||
|
|
||||||
### MTU
|
### MTU
|
||||||
|
|
||||||
The interface's configured maximum transmissible unit (MTU).
|
The interface's configured maximum transmissible unit (MTU).
|
||||||
|
Loading…
Reference in New Issue
Block a user