USER_EXIT_CONFIG_MODE

<189>24: test-ztp: May 23 15:49:32.302: %SYS-5-CONFIG_I: Configured from tftp://10.83.21.224//cisco-bootstrap by console <189>30: test-ztp: May 23 13:56:15.055: %SYS-5-CONFIG_I: Configured from console by admin on vty0 (10.31.0.24)

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
  • ios

Syslog message example

<189>30: test-ztp: May 23 13:56:15.055: %SYS-5-CONFIG_I: Configured from console by admin on vty0 (10.31.0.24)

Structured message example

{
  "error": "USER_EXIT_CONFIG_MODE",
  "facility": 23,
  "host": "test-ztp",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "May 23",
      "facility": 23,
      "host": "test-ztp",
      "message": "Configured from console by admin on vty0 (10.31.0.24)",
      "messageId": "30",
      "milliseconds": "055",
      "pri": "189",
      "severity": 5,
      "tag": "SYS-5-CONFIG_I",
      "time": "13:56:15",
      "timeZone": null
  },
  "os": "ios",
  "severity": 5,
  "timestamp": 1527083775,
  "yang_message": {
      "users": {
          "user": {
              "admin": {
                  "action": {
                      "exit_config_mode": true,
                      "from": "console",
                      "vty": "vty0 (10.31.0.24)"
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}