Skip to content

Commit abe86c0

Browse files
committed
edits
1 parent 82044a5 commit abe86c0

File tree

6 files changed

+49
-1
lines changed

6 files changed

+49
-1
lines changed

2020-05-31-23-06-04.png

28.5 KB
Loading

2020-05-31-23-25-21.png

7.91 KB
Loading

2020-05-31-23-27-25.png

128 KB
Loading

2020-05-31-23-27-50.png

113 KB
Loading

2020-05-31-23-28-51.png

13.8 KB
Loading

README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,55 @@
1010
pip install ciscoaxl
1111
```
1212

13-
## Example Usage
13+
`testing in a lab is highly recommended. if you don't have a lab of your own, you can reserve a DevNet Sandbox free of charge!`
14+
15+
## Reserve a DevNet Sandbox (if required)
16+
17+
The DevNet Sandbox is accessible through Cisco DevNet at http://developer.cisco.com
18+
19+
Select Collaboration on the right hand category menu and then look for the “Collaboration 12.5” tile.
20+
Hit reserve.
21+
22+
To connect to the lab, you'll need to use VPN.
23+
24+
VPN Credentials will be sent to your DevNet registered email account, or you can view the _OUTPUT_ from the topology page.
25+
26+
Once connected, you can click on the server, in this case CUCM, and select _ATTRIBUTES_ to find username, password, and hostname / ip address.
27+
28+
29+
___
30+
31+
32+
## Enable AXL SOAP Service on CUCM:
33+
34+
Enable the AXL SOAP interface
35+
36+
Browse to the CUCM Serviceability page on https://<IP_CUCM>/ccmservice
37+
38+
Tools > Service Activation:
39+
40+
Enable the "Cisco AXL Web Service"
41+
42+
![](2020-05-31-23-25-21.png)
43+
44+
---
45+
46+
## Create an Application User and assign AXL role
47+
48+
CUCM > User Management > Role > Add.
49+
50+
![](2020-05-31-23-27-50.png)
51+
52+
Create a new User Group "AXL Group" in User Management > User Group.
53+
54+
On the top right drop down list "Related Links", select "Assign Role to User Group" and assign the previously created Role to the new User Group "AXL Group".
55+
56+
Create a new Application User in User Management > User Group. Add the User Group "AXL Group" to this user so that after saving the roles of the new Application User appear as in the following screen:
57+
58+
![](2020-05-31-23-28-51.png)
59+
60+
61+
## SDK Usage
1462

1563
```python
1664
from ciscoaxl import axl

0 commit comments

Comments
 (0)