cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
584
Views
0
Helpful
1
Replies

Standalone operator console radius

dankennedy
Level 1
Level 1

Having issues with the standalone operator console program at the radius screen. The program does not seem to be able to setup radius, even though it downloaded the router config, phones etc fine.

I tried setting up radius server deatils at CLI level but this hasn't worked either.

Can anyone provide an example of the required configuration?

Thanks

1 Accepted Solution

Accepted Solutions

Steven DiStefano
VIP Alumni
VIP Alumni

In my case, the Standalone SCC Operator has Static IP address .22, so it is the server.

aaa new-model
!        
!        
aaa group server radius UccServer
server 192.168.10.22 auth-port 1645 acct-port 1646
!        
aaa accounting update newinfo
aaa accounting connection h323
action-type start-stop
broadcast
group UccServer
!      

radius-server host 192.168.10.22 auth-port 1645 acct-port 1646
radius-server key cisco
radius-server vsa send accounting
radius-server vsa send authentication

View solution in original post

1 Reply 1

Steven DiStefano
VIP Alumni
VIP Alumni

In my case, the Standalone SCC Operator has Static IP address .22, so it is the server.

aaa new-model
!        
!        
aaa group server radius UccServer
server 192.168.10.22 auth-port 1645 acct-port 1646
!        
aaa accounting update newinfo
aaa accounting connection h323
action-type start-stop
broadcast
group UccServer
!      

radius-server host 192.168.10.22 auth-port 1645 acct-port 1646
radius-server key cisco
radius-server vsa send accounting
radius-server vsa send authentication