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

  • ios
  • eos

Syslog message example

<165>Oct 23 12:23:41 GeorgeSwitch ConfigAgent: %SYS-5-CONFIG_I: Configured from console by admin on vty3 (127.0.0.1)

Structured message example

{
  "error": "USER_EXIT_CONFIG_MODE",
  "facility": 20,
  "host": "GeorgeSwitch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct 23",
      "facility": 20,
      "host": "GeorgeSwitch",
      "message": ": Configured from console by admin on vty3 (127.0.0.1)",
      "pri": "165",
      "processName": "ConfigAgent",
      "severity": 5,
      "tag": "SYS-5-CONFIG_I",
      "time": "12:23:41"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1540297421,
  "yang_message": {
      "users": {
          "user": {
              "admin": {
                  "action": {
                      "exit_config_mode": true
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}