OSPF_NEIGHBOR_UP

<190>521: router1: *Mar 15 10:05:53.044: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.46.4 on GigabitEthernet2.45 from LOADING to FULL, Loading Done

Maps to the openconfig-ospf YANG model.

Implemented for

  • ios
  • junos
  • netiron

Syslog message example

<29>Jun 21 14:03:12  vmx01 rpd[2902]: RPD_OSPF_NBRUP: OSPF neighbor 1.1.1.1 (realm ospf-v2 ge-0/0/0.0 area 0.0.0.0) state changed from Init to ExStart due to 2WayRcvd (event reason: exchange start)

Structured message example

{
  "error": "OSPF_NEIGHBOR_UP",
  "facility": 3,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jun 21",
      "facility": 3,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "OSPF neighbor 1.1.1.1 (realm ospf-v2 ge-0/0/0.0 area 0.0.0.0) state changed from Init to ExStart due to 2WayRcvd (event reason: exchange start)",
      "pri": "29",
      "processId": "2902",
      "processName": "rpd",
      "severity": 5,
      "tag": "RPD_OSPF_NBRUP",
      "time": "14:03:12"
  },
  "os": "junos",
  "severity": 5,
  "timestamp": 1498053792,
  "yang_message": {
      "network-instances": {
          "network-instance": {
              "global": {
                  "protocols": {
                      "protocol": {
                          "ospf": {
                              "ospfv2": {
                                  "areas": {
                                      "area": {
                                          "0.0.0.0": {
                                              "interfaces": {
                                                  "interface": {
                                                      "ge-0/0/0.0": {
                                                          "neighbors": {
                                                              "neighbor": {
                                                                  "1.1.1.1": {
                                                                      "state": {
                                                                          "adjacency-state": "EXCHANGE_START",
                                                                          "adjacency-state-change-reason": "TWO_WAY_RECEIVED",
                                                                          "adjacency-state-change-reason-message": "exchange start"
                                                                      }
                                                                  }
                                                              }
                                                          }
                                                      }
                                                  }
                                              }
                                          }
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-ospf"
}