USER_ENTER_CONFIG_MODE

There is no YANG model available yet to map this class of messages. Please check the Structured message example section to see the structure.

Implemented for

  • eos
  • junos

Syslog message example

<189>Jul 20 21:44:00 vmx01 mgd[7729]: UI_DBASE_LOGIN_EVENT: User 'luke' entering configuration mode

Structured message example

{
  "error": "USER_ENTER_CONFIG_MODE",
  "facility": 23,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul 20",
      "facility": 23,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "User 'luke' entering configuration mode",
      "pri": "189",
      "processId": "7729",
      "processName": "mgd",
      "severity": 5,
      "tag": "UI_DBASE_LOGIN_EVENT",
      "time": "21:44:00"
  },
  "os": "junos",
  "severity": 5,
  "timestamp": 1500587040,
  "yang_message": {
      "users": {
          "user": {
              "luke": {
                  "action": {
                      "enter_config_mode": true
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}