...
Configuring UCME to send SysLog events
Login Log in to your phone system via Telnet, using the IP address of your Cisco UCME / UC500, as shown below:
...
Once connected, enter the following commands to enable the Cisco UCME / UC500 to send SysLog events to TIM Plus:
Step | IOS commands | Description |
---|---|---|
1 | enable | Enter EXEC mode, enter password if requested. |
2 | conf t | Enter global configuration mode. |
3 | aaa new-model | Enable aaa accounting mode. |
aaa accounting connection h323 start-stop group SysLog | ||
gw-accounting syslog | ||
acct-template callhistory-detail | ||
4 | logging 192.168.1.1 | Specifies the IP address to send CDR data. Where '192.168.1.1' is the machine running TIM Plus. |
5 | end | Exit configuration mode. |
6 | wr | Save changes. |
...