Attribute (AKA Slot): 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
Applicable Classes
Name | Description |
---|---|
MacIdentifier | Identifier for an Asset instance using the mac address |
EthernetPort | A hardware ConnectionPoint that supports one of the Ethernet networking proto... |
Properties
- Range: String
Identifier and Mapping Information
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://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: mac_address
domain_of:
- MacIdentifier
- EthernetPort
range: string
pattern: ^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$