Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Screenshotmacro
Borderfalse
Shadowfalse
URLhttp://docs.tri-line.com:8090/download/attachments/12158183/cisco_ucme_4.png

Now just Once connected, enter the following RADIUS commandscommands to enable RADIUS events to be sent to TIM Plus:

StepIOS commandsDescription
1enableEnter EXEC mode, enter password if requested.
2conf tEnter global configuration mode.
3aaa new-modelEnable aaa accounting mode.
aaa accounting connection h323 start-stop group RADIUS
gw-accounting aaa
acct-template callhistory-detail
4RADIUS-server host 192.168.1.1 auth-port 1645 acct-port 1612Specifies the IP address to send CDR data. Where '192.168.1.1' is the machine running TIM Plus.
5RADIUS-server key C1scoSpecifies the RADIUS authentication secret as 'C1sco' as configured above.
6RADIUS-server vsa send accounting
Enables VSA events.
7endExit configuration mode.
8wrSave changes.

...