Security

 View Only
last person joined: 16 hours ago 

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

known endpoints

This thread has been viewed 28 times
  • 1.  known endpoints

    Posted yesterday

    hi Airheads,

    basic question coming up !!

    in the endpoints repository on Clearpass, the act of making an endpoint known can only be triggered:-

    1. by enforcement policy ?
    2. By manually going into the specific endpoint and changing from unknown (default) to known ?

    thanks

    Peter



  • 2.  RE: known endpoints
    Best Answer

    Posted 21 hours ago

    Think you can use the API, and import XML (probably after an export) as well.



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------



  • 3.  RE: known endpoints

    EMPLOYEE
    Posted 21 hours ago

     Those are the two usual methods, yes.  Can probably also use API but I've never looked for that.



    ------------------------------
    Carson Hulcher, ACEX#110
    ------------------------------



  • 4.  RE: known endpoints

    Posted 21 hours ago

    You can just post the below JSON to the endpoint "/endpoint" for API:

    {
      "mac_address": "00:00:00:00:00:00", - Example MAC 
      "status": "Known"
    }

    Thanks,




  • 5.  RE: known endpoints

    Posted 20 hours ago

    thanks to all answers coming back,

    because i'm making some policy decisions based on known endpoints i wanted to make sure the defult state is unknown regardless of authentication and that the only way the endpoint known\unknown status can change is by methods i've outlined.

    cheers again

    Peter




  • 6.  RE: known endpoints

    EMPLOYEE
    Posted 20 hours ago

    Would not recommend using Known for policy.

    Known vs Unknown has two main purposes:

    1. Filtering for endpoint cleanup
    2. A MAC auth service (not Allow All MAC Auth) - Known is allowed, Unknown is denied

    You should be using some other process/information/tag/etc. for authorization.  If you are needing to authorize specific MAC address, use the Device Repository and assign a role or custom fields.



    ------------------------------
    Carson Hulcher, ACEX#110
    ------------------------------



  • 7.  RE: known endpoints

    Posted 19 hours ago

    thanks Carson,

    the customer has a PSK SSID and MAC-AUTH (allow ALL MAC-AUTH method) , this is because of limitations on clients (can't do 802.1x).

    I suggested doing STATIC host list but they like the idea of seeing the endpoint and allowing them on by clicking known from a default status of unknown.

    I said not ideal but yes it should work providing known endpoint cleanup interval is set to 0 and we have a policy to disallow "unknown" endpoints and allow "known".

    cheers

    Pete




  • 8.  RE: known endpoints

    Posted 19 hours ago

    Hi Peter,

    I would strongly suggest you use the guest device repository and then you will be able to create custom forms to allow or disallow devices. It is a lot more user friendly and reliable. I would auto register the devices in the repository and add an allow feature / blacklist feature.

    Thanks,




  • 9.  RE: known endpoints

    Posted 19 hours ago

    thanks Ben,

    definitely worth a look.

    cheers

    Peter




  • 10.  RE: known endpoints

    EMPLOYEE
    Posted 19 hours ago

    Dynamic updates of the Endpoint?  Go for it.

    Requiring the user/admin to go in and edit the Endpoint?  Don't do that.  Use the device repository.



    ------------------------------
    Carson Hulcher, ACEX#110
    ------------------------------



  • 11.  RE: known endpoints

    EMPLOYEE
    Posted 19 hours ago

    And never use a static host list, use the device repository.



    ------------------------------
    Carson Hulcher, ACEX#110
    ------------------------------