You want to grant Read-Only Management access to the CacheFlow
Example :
CF210#config term
CF210#(config)security local-user-list edit local_user_database
CF210#(config local-user-list local_user_database)user create test
CF210#(config local-user-list local_user_database)user edit test
CF210#(config local-user-list local_user_database test)password test
CF210#(config local-user-list local_user_database test)exit
CF210#(config local-user-list local_user_database)exit
CF210#(config)exit
CF210#inline policy local eofmarker
<Admin>
authenticate(LOCAL) authenticate.force(no)
<Admin>
realm=LOCAL user="test" allow admin.access=read
eofmarker
ok
Note:
The "inline policy local" entry above will overwrite any existing Local Policy. If you have any existing Local Policy, ensure you include them along with the Admin Authentication Layer and Admin Access Layer above.