ISIS_NEIGHBOR_UP

This message is sent when the isis neighbor is up Dec 14 12:08:12 HOSTNAME Isis: %ISIS-4-ISIS_ADJCHG: L1 Neighbor State Change for SystemID 1920.0000.2006 on et7 to UP

Maps to the openconfig-isis YANG model.

Implemented for

  • iosxr
  • eos
  • junos

Syslog message example

<30>Mar 14 13:34:56 junos.test.env rpd[1167]: RPD_ISIS_ADJUP: IS-IS new L2 adjacency to second.junos.device on ge-0/0/1.0

Structured message example

{
  "error": "ISIS_NEIGHBOR_UP",
  "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 new L2 adjacency to second.junos.device on ge-0/0/1.0",
      "pri": "30",
      "processId": "1167",
      "processName": "rpd",
      "severity": 6,
      "tag": "RPD_ISIS_ADJUP",
      "time": "13:34:56"
  },
  "os": "junos",
  "severity": 6,
  "timestamp": 1521034496,
  "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": "UP"
                                                                  }
                                                              }
                                                          }
                                                      }
                                                  }
                                              }
                                          }
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-isis"
}