Specifications
B-8
Cisco NAC Appliance - Clean Access Manager Configuration Guide
OL-28003-01
Appendix B API Support
Certified Devices List Operations
• clearcertified, page B-9
addcleanmac
The addcleanmac function adds one or more MAC addresses to the Certified Devices list as exempted
devices.
Required In Parameters:
• op: addcleanmac
• mac: Specifies the MAC addresses to add. Supported formats 00:01:12:23:34:45 or
00-01-12-23-34-45 or 000112233445
Note If you do not use session-based authentication, the admin and passwd arguments are required. See
Authentication Requirements, page B-2.
Optional In Parameter:
• ssip: Default is global. Specifies the IP address used for configuring Clean Access Server to Clean
Access Manager.
Out Parameters: <!--error=mesg--> comment
• Success: mesg value of 0
• Failure: error string
removecleanmac
The removecleanmac function removes one or more MAC addresses from the Certified Devices list.
Required In Parameters:
• op: removecleanmac
• mac: Specifies one or more MAC addresses to remove. Supported formats 00:01:12:23:34:45 or
00-01-12-23-34-45 or 000112233445
Note If you do not use session-based authentication, the admin and passwd arguments are required. See
Authentication Requirements, page B-2.
Optional In Parameter:
• ssip: Default is global. Provide the IP address used for configuring Clean Access Server to Clean
Access Manager.
Out Parameters: <!--error=mesg--> comment
• Success: mesg value of 0
• Failure: one or more error strings can appear if ssip is not provided and if a MAC address cannot be
deleted from more than one Clean Access Server.