Slot: MAC address (mac_address)
The MAC address of the port. It is expected to be fixed, but in some ethernet ports it can be changed.
An asset instance must provide for each ethernet port the default MAC address.
URI: base:mac_address Alias: mac_address
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| EthernetPort | A hardware ConnectionPoint that supports one of the Ethernet networking proto... | yes |
| MacIdentifier | Identifier for an Asset instance using the mac address | yes |
Properties
-
Range: String
-
Regex pattern:
^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$
Identifier and Mapping Information
Schema Source
- from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | base:mac_address |
| native | base:mac_address |
LinkML Source
name: mac_address
description: 'The MAC address of the port. It is expected to be fixed, but in some
ethernet ports it can be changed.
An asset instance must provide for each ethernet port the default MAC address.'
title: MAC address
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
rank: 1000
alias: mac_address
domain_of:
- EthernetPort
- MacIdentifier
range: string
pattern: ^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$