BFD_STATE_CHANGE

a comment

Maps to the openconfig-bfd YANG model.

Implemented for

  • eos

Syslog message example

<165>Feb  7 22:22:26 HOSTNAME Bfd: %BFD-5-STATE_CHANGE: peer (vrf:default, ip:18.11.5.1, intf:Ethernet50/1, srcIp:0.0.0.0, type:normal) changed state from Up to Down diag None

Structured message example

{
  "error": "BFD_STATE_CHANGE",
  "facility": 20,
  "host": "HOSTNAME",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Feb  7",
      "facility": 20,
      "host": "HOSTNAME",
      "message": ": peer (vrf:default, ip:18.11.5.1, intf:Ethernet50/1, srcIp:0.0.0.0, type:normal) changed state from Up to Down diag None",
      "pri": "165",
      "processName": "Bfd",
      "severity": 5,
      "tag": "BFD-5-STATE_CHANGE",
      "time": "22:22:26"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1526706119764,
  "yang_message": {
      "bfd": {
          "interfaces": {
              "interface": {
                  "id": "Ethernet50/1",
                  "peers": {
                      "peer": {
                          "state": {
                              "session-state": "DOWN"
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bfd"
}