INTERFACE_DUPLEX_MODE

This message type is received when there’s a notification that the interface changed the duplex mode, e.g., .. code-block:: text Interface Ethernet1/33, operational duplex mode changed to Full

Maps to the openconfig-interfaces YANG model.

Implemented for

  • nxos

Syslog message example

<190>2018 Apr 20 13:15:15 nexus-switch %ETHPORT-5-IF_DUPLEX: Interface Ethernet1/33, operational duplex mode changed to Full

Structured message example

{
  "error": "INTERFACE_DUPLEX_MODE",
  "facility": 23,
  "host": "nexus-switch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2018 Apr 20",
      "facility": 23,
      "host": "nexus-switch",
      "message": "Interface Ethernet1/33, operational duplex mode changed to Full",
      "pri": "190",
      "severity": 6,
      "tag": "ETHPORT-5-IF_DUPLEX",
      "time": "13:15:15"
  },
  "os": "nxos",
  "severity": 6,
  "timestamp": 1524230115,
  "yang_message": {
      "interfaces": {
          "interface": {
              "Ethernet1/33": {
                  "ethernet": {
                      "state": {
                          "duplex_mode": "FULL"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}