Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Confused on why I have to specify my radius server twice in Cisco config?

This thread has been viewed 0 times
  • 1.  Confused on why I have to specify my radius server twice in Cisco config?

    Posted Aug 24, 2017 11:22 AM

    I'm looking at my configs I've built for our Cisco switches we use with CPPM and I'm confused as why I have to specify my radius server twice?

     

    We start out with:

     

    (config)#radius server Aruba-CPPM
    (config-radius-server)#address ipv4 10.1.2.3
    (config-radius-server)#key secretkey

     

    Then later on I specify it again as a dynamic-author:

     

    (config)# aaa server radius dynamic-author
    (config-locsvr-da-radius)#client 10.1.2.3 server-key secretkey

    (config-locsvr-da-radius)#client 10.1.2.4 server-key secretkey

     

     

    Are these doing two different things or am I putting in redundant code?



  • 2.  RE: Confused on why I have to specify my radius server twice in Cisco config?

    EMPLOYEE
    Posted Aug 24, 2017 11:35 AM

    One is defining ClearPass as a RADIUS server (for client authentication).

    The second is defining ClearPass as a RADIUS client (for RFC5176).



  • 3.  RE: Confused on why I have to specify my radius server twice in Cisco config?

    Posted Aug 24, 2017 11:45 AM

    So basically if 10.1.2.3 goes down, I'm kinda screwed since nobody would be able to auth right? 

     

    I should change that to a group and use a server group would be a better practice? 



  • 4.  RE: Confused on why I have to specify my radius server twice in Cisco config?

    EMPLOYEE
    Posted Aug 24, 2017 11:47 AM

    Yes. Defining all RADIUS servers is a good idea.



  • 5.  RE: Confused on why I have to specify my radius server twice in Cisco config?

    Posted Aug 24, 2017 12:31 PM

    and I guess it's a good idea to have all my radius servers listed under the dynamic-authors too righ?