Slot: IPv4 router address (router_ipv4_address)
The IPv4 address of the router (AKA gateway) corresponding to a IPv4 address.
URI: base:router_ipv4_address Alias: router_ipv4_address
Inheritance
- ipv4_address
- router_ipv4_address
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Ipv4Connectivity | Configuration of an IP port | no |
Properties
-
Range: String
-
Recommended: True
-
Regex pattern:
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
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_ipv4_address |
| native | base:router_ipv4_address |
LinkML Source
name: router_ipv4_address
description: The IPv4 address of the router (AKA gateway) corresponding to a IPv4
address.
title: IPv4 router address
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
rank: 1000
is_a: ipv4_address
alias: router_ipv4_address
domain_of:
- Ipv4Connectivity
range: string
recommended: true
pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$