{
    "@Redfish.Copyright": "Copyright 2020-2026 DMTF. All rights reserved.",
    "@odata.type": "#MessageRegistry.v1_7_0.MessageRegistry",
    "Id": "EthernetFabric.1.1.0",
    "Name": "Ethernet Fabric Message Registry",
    "Language": "en",
    "Description": "This registry defines messages for Ethernet fabrics.",
    "RegistryPrefix": "EthernetFabric",
    "RegistryVersion": "1.1.0",
    "OwningEntity": "DMTF",
    "Release": "2026.1",
    "Messages": {
        "MLAGInterfacesUp": {
            "Description": "Indicates that all multi-chassis link aggregation group (MLAG) interfaces are up.",
            "LongDescription": "This message shall indicate all multi-chassis link aggregation group (MLAG) interfaces were established for one MLAG domain ID.",
            "Message": "All MLAG interfaces were established for MLAG ID '%1'.",
            "Example": "All MLAG interfaces were established for MLAG ID 'MLAG1'.",
            "Severity": "OK",
            "MessageSeverity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The MLAG domain ID."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the MLAG domain ID that was established."
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "MLAGInterfaceDown"
                ]
            }
        },
        "MLAGInterfaceDown": {
            "Description": "Indicates that the multi-chassis link aggregation group (MLAG) interface is down on a switch.",
            "LongDescription": "This message shall indicate that the multi-chassis link aggregation group (MLAG) interface is down on a switch.",
            "Message": "The MLAG interface '%1' on switch '%2' is down.",
            "Example": "The MLAG interface 'MLAG1' on switch 'Switch1' is down.",
            "Severity": "Warning",
            "MessageSeverity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The MLAG domain ID.",
                "The `Id` of the switch."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the MLAG domain ID that dropped.",
                "This argument shall contain the value of the `Id` property of the `Switch` resource for which an MLAG interface is down."
            ],
            "Resolution": "Check physical connectivity and that the MLAG system ID matches on switch pairs."
        },
        "MLAGInterfaceDegraded": {
            "Description": "Indicates that multi-chassis link aggregation group (MLAG) interfaces were established, but at an unexpectedly low aggregated link speed.",
            "LongDescription": "This message shall indicate that multi-chassis link aggregation group (MLAG) interfaces were established, but the aggregated link speed is lower than provisioned.",
            "Message": "MLAG interface '%1' is degraded on switch '%2'.",
            "Example": "MLAG interface 'MLAG1' is degraded on switch 'Switch1'.",
            "Severity": "Warning",
            "MessageSeverity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The MLAG domain ID.",
                "The `Id` of the switch."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the MLAG domain ID that is degraded.",
                "This argument shall contain the value of the `Id` property of the `Switch` resource for which an MLAG interface is degraded."
            ],
            "Resolution": "Contact the network administrator for problem resolution."
        },
        "MLAGPeerUp": {
            "Description": "Indicates that the multi-chassis link aggregation group (MLAG) peer is up.",
            "LongDescription": "This message shall indicate that a multi-chassis link aggregation group (MLAG) peer is up.",
            "Message": "MLAG peer switch '%1' with MLAG ID '%2' is up.",
            "Example": "MLAG peer switch 'Switch2' with MLAG ID 'MLAG1' is up.",
            "Severity": "OK",
            "MessageSeverity": "OK",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The `Id` of the peer switch.",
                "The MLAG domain ID."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the value of the `Id` property of the `Switch` resource that represents the peer switch for which MLAG interfaces are up.",
                "This argument shall contain the value of the MLAG domain ID that is established."
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "MLAGPeerDown"
                ]
            }
        },
        "MLAGPeerDown": {
            "Description": "Indicates that the multi-chassis link aggregation group (MLAG) peer is down.",
            "LongDescription": "This message shall indicate that a multi-chassis link aggregation group (MLAG) peer is down.",
            "Message": "MLAG peer switch '%1' with MLAG ID '%2' is down.",
            "Example": "MLAG peer switch 'Switch2' with MLAG ID 'MLAG1' is down.",
            "Severity": "Warning",
            "MessageSeverity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The `Id` of the peer switch.",
                "The MLAG domain ID."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the value of the `Id` property of the `Switch` resource that represents the peer switch for which MLAG interface dropped.",
                "This argument shall contain the value of the MLAG domain ID that dropped."
            ],
            "Resolution": "Check physical connectivity and that the port channel ID matches on switch pairs."
        },
        "LLDPInterfaceEnabled": {
            "Description": "Indicates that an interface has enabled Link Layer Discovery Protocol (LLDP).",
            "LongDescription": "This message shall indicate that an interface has enabled Link Layer Discovery Protocol (LLDP).",
            "Message": "LLDP was enabled on switch '%1' port '%2'.",
            "Example": "LLDP was enabled on switch 'Switch1' port 'Port1'.",
            "Severity": "OK",
            "MessageSeverity": "OK",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The `Id` of the switch.",
                "The `Id` of the port."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the value of the `Id` property of the `Switch` resource on which LLDP was enabled.",
                "This argument shall contain the value of the `Id` property of the `Port` resource on which LLDP was enabled."
            ],
            "Resolution": "None.",
            "ClearingLogic": {
                "ClearsIf": "SameOriginOfCondition",
                "ClearsMessage": [
                    "LLDPInterfaceDisabled"
                ]
            }
        },
        "LLDPInterfaceDisabled": {
            "Description": "Indicates that an interface has disabled Link Layer Discovery Protocol (LLDP).",
            "LongDescription": "This message shall indicate that an interface has disabled Link Layer Discovery Protocol (LLDP).",
            "Message": "LLDP was disabled on switch '%1' port '%2'.",
            "Example": "LLDP was disabled on switch 'Switch1' port 'Port1'.",
            "Severity": "Warning",
            "MessageSeverity": "Warning",
            "NumberOfArgs": 2,
            "ParamTypes": [
                "string",
                "string"
            ],
            "ArgDescriptions": [
                "The `Id` of the switch.",
                "The `Id` of the port."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the value of the `Id` property of the `Switch` on which LLDP was disabled.",
                "This argument shall contain the value of the `Id` property of the `Port` on which LLDP was disabled."
            ],
            "Resolution": "Check that LLDP is enabled on device endpoints."
        },
        "RoutingFailureThresholdExceeded": {
            "Description": "Indicates that a switch has encountered an unusually large number of routing errors.",
            "LongDescription": "This message shall indicate that a switch has exceeded a rate threshold for routing errors.  This message shall not be emitted more than once in any 24-hour period of time.",
            "Message": "Switch '%1' has encountered %2 routing errors in the last %3 minutes.",
            "Example": "Switch 'Switch1' has encountered 100 routing errors in the last 60 minutes.",
            "Severity": "Warning",
            "MessageSeverity": "Warning",
            "NumberOfArgs": 3,
            "ParamTypes": [
                "string",
                "number",
                "number"
            ],
            "ArgDescriptions": [
                "The `Id` of the switch.",
                "The number of routing errors encountered.",
                "The number of minutes over which routing errors were encountered."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the value of the `Id` property of the `Switch` resource that encountered routing errors.",
                "This argument shall contain the number of routing errors encountered.",
                "This argument shall contain the number of minutes over which routing errors were encountered."
            ],
            "Resolution": "Contact the network administrator for problem resolution."
        }
    }
}