...
Screenshotmacro | ||||||
---|---|---|---|---|---|---|
|
Now just Once connected, enter the following RADIUS commandscommands to enable RADIUS events to be sent 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 RADIUS | ||
gw-accounting aaa | ||
acct-template callhistory-detail | ||
4 | RADIUS-server host 192.168.1.1 auth-port 1645 acct-port 1612 | Specifies the IP address to send CDR data. Where '192.168.1.1' is the machine running TIM Plus. |
5 | RADIUS-server key C1sco | Specifies the RADIUS authentication secret as 'C1sco' as configured above. |
6 | RADIUS-server vsa send accounting | Enables VSA events. |
7 | end | Exit configuration mode. |
8 | wr | Save changes. |
...