OSPF_NEIGHBOR_DOWN

<189>521: router1: *Mar 15 10:05:53.044: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.46.4 on GigabitEthernet2.45 from INIT to DOWN, Neighbor Down: Dead timer expired

Maps to the openconfig-ospf YANG model.

Implemented for

  • netiron
  • junos
  • ios

Syslog message example

<13>Oct 15 12:17:10 HOSTNAME OSPF: nbr state changed, rid 10.10.80.14, nbr addr 10.10.228.70, nbr rid 10.10.80.17, state down

Structured message example

{
  "error": "OSPF_NEIGHBOR_DOWN",
  "facility": 1,
  "host": "HOSTNAME",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct 15",
      "facility": 1,
      "host": "HOSTNAME",
      "message": "nbr state changed, rid 10.10.80.14, nbr addr 10.10.228.70, nbr rid 10.10.80.17, state down",
      "pri": "13",
      "severity": 5,
      "tag": "OSPF",
      "time": "12:17:10"
  },
  "os": "netiron",
  "severity": 5,
  "timestamp": 1521108353,
  "yang_message": {
      "network-instances": {
          "network-instance": {
              "global": {
                  "protocols": {
                      "protocol": {
                          "ospf": {
                              "ospfv2": {
                                  "areas": {
                                      "area": {
                                          "area": {
                                              "interfaces": {
                                                  "interface": {
                                                      "interface": {
                                                          "neighbors": {
                                                              "neighbor": {
                                                                  "10.10.228.70": {
                                                                      "state": {
                                                                          "adjacency-state": "DOWN"
                                                                      }
                                                                  }
                                                              }
                                                          }
                                                      }
                                                  }
                                              }
                                          }
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-ospf"
}