Content
How to Add MAC Addresses to SRAPS
Snom's Secure Redirection and Provisioning Service (SRAPS) allows administrators to manage device provisioning efficiently. Adding MAC addresses to SRAPS is a key step in registering devices for automatic configuration. There are three main methods to add MAC addresses:
1. Adding MAC Addresses via the Web Portal
You can manually add MAC addresses directly through the SRAPS web interface at sraps.snom.com.
Steps:
- Log in to your SRAPS account on sraps.snom.com.
- Navigate to Phones > Add.
- Enter up to 20 MAC addresses manually.
- Assign the MAC address(es) to a specific provisioning profile and/or any subsidiary of your reseller company if needed.
- Click Save to register the devices.
This method is ideal for small-scale additions or quick updates.
2. Mass Import Using CSV Files
For bulk additions (more than 20 MAC addresses), SRAPS supports CSV file import.
Steps:
- Prepare a CSV file with the required format:
list of MAC addresses, separated by comma, new line, space or pipe. - Log in to your SRAPS account on sraps.snom.com.
- Go to Phones > Add.
- Go to the tab Upload file.
- Browse for your file.
- Assign the MAC address(es) to a specific provisioning profile and/or any subsidiary of your reseller company if needed.
- Click Save to register the devices.
This method is efficient for onboarding large numbers of devices.
3. Adding MAC Addresses via API
SRAPS also provides a RESTful API for automated device registration.
- Use `POST` requests to submit MAC addresses programmatically.
- The complete API documentation is available at https://sraps.snom.com/documentation.
This method is recommended for integration into provisioning workflows or third-party systems.
Summary
Method | Best for | Considerations |
---|---|---|
Web portal - Copy & Paste | Small batches (1-20 MAC addresses) | Manual entry of limited number of MAC addresses only |
CSV import | Large batches of MAC addresses | Requires file preparation |
API | Automation & integration | Requires development effort |
|