...
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.10.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. |
...