cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
10
Helpful
1
Replies

CSCvi10380 - Docbug RFC3576 is not supported on 8.3 ME and is supported from 8.7 only

FPL_Harte
Level 1
Level 1

RFC3576 is supported on 8.5.140 (Using 5508 WLC ) from the docs.

I can enable from GUI, but not able to set from CLI..

I am however using CLI script to create Radius server and need to be able to set RFC3576.

Below is CLI sequence.. Anyone aware of a CLI solution?

(LAB-WLC1) >config radius auth add 7 192.168.7.200 1812 ascii TheKey

(LAB-WLC1) >config radius auth network 7 disable   !! No error after command but show summary indicates it did not succeed
(LAB-WLC1) >config radius auth rfc3576 enable 7
Disable the server state to set new configuration      !! Error message or statement I don't quite follow as I just tried to disable above..

1 Reply 1

FPL_Harte
Level 1
Level 1

Issue resolved, user error.. I was disabling Network auth feature of the server and not the server itself..

Below is incorrect command I was using and correct command I needed to use..

(LAB-WLC1) >config radius auth network 7 disable !!! Incorrect as this disables the Network auth feature of the server index 7

(LAB-WLC1) >config radius auth disable 7 !Correct command to disable server index 7.