Skip to main content

Cisco

RADIUS

To allow RADIUS accounting and authorization, add the following lines to your Cisco's configuration file:

!
aaa new-model
!
gw-accounting aaa
!
radius-server host <BILLING-IP> auth-port 1812 acct-port 1813
radius-server key <SECRET>
radius-server vsa send accounting
radius-server vsa send authentication
!
!
aaa group server radius VCS
server <BILLING-IP> auth-port 1812 acct-port 1813
!
aaa accounting connection h323 start-stop group VCS
aaa accounting send stop-record authentication failure
aaa authentication login default group VCS local
aaa authorization exec default group VCS local
aaa authorization network default group VCS local

Replace the following values in the config:

  • <BILLING-IP> – set to IP address of the JeraSoft Billing
  • <SECRET> – set to a random value (same as in JeraSoft Billing)

To find more information about Cisco switch configuration, please refer to your Cisco User Manuals.