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

How to import bulk list of MAC address in Clearpass

This thread has been viewed 9 times
  • 1.  How to import bulk list of MAC address in Clearpass

    Posted Jun 24, 2013 12:47 AM

    I'm trying to import bulk list of MAC address to Clearpass as static host list.  Please advice what are the ways to import bulk MAC address to the Clearpass?

     

    Thanks.



  • 2.  RE: How to import bulk list of MAC address in Clearpass

    EMPLOYEE
    Posted Jun 24, 2013 12:55 AM

    To import a static host list you need to create a XML file and add the MAC address in the list in this format. Then import it to the static host list main page.

     

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <TipsContents xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
    <TipsHeader exportTime="Sun Jun 23 23:50:10 CDT 2013" version="6.1"/>
    <StaticHostLists>
    <StaticHostList description="" name="Static Hosts" memberType="MACAddress" memberFormat="list" members="00:14:d1:f1:a9:b1, 00:20:00:98:7b:b4, 80:c6:ab:41:6c:b7"/>
    </StaticHostLists>
    </TipsContents>

     

     



  • 3.  RE: How to import bulk list of MAC address in Clearpass

    Posted Jun 24, 2013 03:37 AM

    Hi Troy,

     

    Thanks for help