cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2778
Views
0
Helpful
2
Replies

Radius Server Priority

naoki_Japan
Spotlight
Spotlight

I aim to configure the radius server group, which works as fail-over not round-robin or load-balancing.

And configured as below.

 

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 

aaa group server TEST_Group

  server name A_radius

  server name B_radius

  server name C_radius

 

radius server A_radius

  address ipv4 10.10.10.1 ~~~~~~~~~

 

radius server B_radius

  address ipv4 10.10.10.2 ~~~~~~~~~

 

radius server C_radius

  address ipv4 10.10.10.3 ~~~~~~~~~

 

 

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  

I expected that the priority order is

A_radius 1

B_radius 2

C_radius 3.

 

However, in contrary to my wish, the actual log output by the command "show aaa servers"  is

B_radius 1

A_radius 2

C_radius 3

 

 

How could I manipulate these priority as I expect ?

 

 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

If this is order -

 

I expected that the priority order is

A_radius 1

B_radius 2

C_radius 3.

 

May be due to some reason i am thinking Radius 1 one failed some reason, so the prority is changed here i guess (make sense ?)

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

If this is order -

 

I expected that the priority order is

A_radius 1

B_radius 2

C_radius 3.

 

May be due to some reason i am thinking Radius 1 one failed some reason, so the prority is changed here i guess (make sense ?)

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I found that A_radius server once failed, which caused the change of the priority.

THX