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

<165>Oct 23 12:20:55 GeorgeSwitch ConfigAgent: %SYS-5-CONFIG_E: Enter configuration mode from console by admin on vty3 (127.0.0.1)

Structured message example

{
  "error": "USER_ENTER_CONFIG_MODE",
  "facility": 20,
  "host": "GeorgeSwitch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct 23",
      "facility": 20,
      "host": "GeorgeSwitch",
      "message": ": Enter configuration mode from console by admin on vty3 (127.0.0.1)",
      "pri": "165",
      "processName": "ConfigAgent",
      "severity": 5,
      "tag": "SYS-5-CONFIG_E",
      "time": "12:20:55"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1540297255,
  "yang_message": {
      "users": {
          "user": {
              "admin": {
                  "action": {
                      "enter_config_mode": true
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}