Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[Deutsch] XG MAC-Adress Liste importieren CSV

Hallo zusammen,

ich wollte meine MAC Liste als CSV in die XG importieren. Wenn ich den Import durchführe, kommt die Meldung dass das CSV ein falsches Format hat.

Kann jemand vielleicht bitte ein Muster hier posten.

Danke und Gruß



This thread was automatically locked due to age.
Parents
  • FormerMember
    0 FormerMember

    Hi ,

    Thank you for reaching out to the Community! 

    Check out the following Community Recommended Reads for more information on creating XML objects and import them on Sophos XG Firewall: 

    The sample formate for MAC host is as follow:

    <?xml version="1.0" encoding="UTF-8"?>
    <Configuration APIVersion="1800.2" IPS_CAT_VER="1">
    <MACHost transactionid="">
         <Name>Test</Name>
         <Type>MACAddress</Type>
         <MACAddress>00:D8:XX:XX:XX:XX</MACAddress>
    </MACHost>
    <MACHost transactionid="">
         <Name>Test1</Name>
         <Type>MACAddress</Type>
         <MACAddress>00:D8:XX:XX:XX:XX</MACAddress>
    </MACHost>
    </Configuration>

    Thanks,

Reply
  • FormerMember
    0 FormerMember

    Hi ,

    Thank you for reaching out to the Community! 

    Check out the following Community Recommended Reads for more information on creating XML objects and import them on Sophos XG Firewall: 

    The sample formate for MAC host is as follow:

    <?xml version="1.0" encoding="UTF-8"?>
    <Configuration APIVersion="1800.2" IPS_CAT_VER="1">
    <MACHost transactionid="">
         <Name>Test</Name>
         <Type>MACAddress</Type>
         <MACAddress>00:D8:XX:XX:XX:XX</MACAddress>
    </MACHost>
    <MACHost transactionid="">
         <Name>Test1</Name>
         <Type>MACAddress</Type>
         <MACAddress>00:D8:XX:XX:XX:XX</MACAddress>
    </MACHost>
    </Configuration>

    Thanks,

Children