ISIS_NEIGHBOR_DOWN

This message is sent when the isis neighbor is down Dec 14 12:07:43 HOSTNAME Isis: %ISIS-4-ISIS_ADJCHG: L1 Neighbor State Change for SystemID 1920.0000.2006 on et7 to DOWN: interface went down or no IP address on interface

Maps to the openconfig-isis YANG model.

Implemented for

  • iosxr
  • eos
  • junos

Syslog message example

<29>Mar 14 13:19:49 junos.test.env rpd[1167]: RPD_ISIS_ADJDOWN: IS-IS lost L2 adjacency to second.junos.device on ge-0/0/1.0, reason: Aged Out: 1521033590.3

Structured message example

{
  "error": "ISIS_NEIGHBOR_DOWN",
  "facility": 3,
  "host": "junos.test.env",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Mar 14",
      "facility": 3,
      "host": "junos.test.env",
      "hostPrefix": null,
      "message": "IS-IS lost L2 adjacency to second.junos.device on ge-0/0/1.0, reason: Aged Out: 1521033590.3",
      "pri": "29",
      "processId": "1167",
      "processName": "rpd",
      "severity": 5,
      "tag": "RPD_ISIS_ADJDOWN",
      "time": "13:19:49"
  },
  "os": "junos",
  "severity": 5,
  "timestamp": 1521033589,
  "yang_message": {
      "network-instances": {
          "network-instance": {
              "global": {
                  "protocols": {
                      "protocol": {
                          "isis": {
                              "interfaces": {
                                  "interface": {
                                      "ge-0/0/1.0": {
                                          "levels": {
                                              "level": {
                                                  "L2": {
                                                      "adjacencies": {
                                                          "adjacency": {
                                                              "second.junos.device": {
                                                                  "state": {
                                                                      "adjacency-state": "DOWN",
                                                                      "adjacency-state-change-reason-message": "Aged Out: 1521033590.3"
                                                                  }
                                                              }
                                                          }
                                                      }
                                                  }
                                              }
                                          }
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-isis"
}