Slot: router IPv6 address (router_ipv6_address)
The IP v6 address of the default IP v6 router (AKA gateway).
URI: base:router_ipv6_address Alias: router_ipv6_address
Inheritance
- ipv6_address
- router_ipv6_address
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Ipv6Connectivity | Configuration of an IP port | no |
Properties
-
Range: String
-
Recommended: True
-
Regex pattern:
^(?:[a-fA-F0-9]{0,4}:){1,7}[a-fA-F0-9]{1,4}$
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:router_ipv6_address |
| native | base:router_ipv6_address |
LinkML Source
name: router_ipv6_address
conforms_to: https://www.rfc-editor.org/rfc/rfc4291#section-2.2 (except compressed
form)
description: The IP v6 address of the default IP v6 router (AKA gateway).
title: router IPv6 address
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
rank: 1000
is_a: ipv6_address
alias: router_ipv6_address
domain_of:
- Ipv6Connectivity
range: string
recommended: true
pattern: ^(?:[a-fA-F0-9]{0,4}:){1,7}[a-fA-F0-9]{1,4}$