cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1200
Views
0
Helpful
2
Replies

Phone flat-profile xml for WEP and WPA-PSK

ksubashc
Level 1
Level 1

                   Hi, I am from CCA team, require telephony-service commands specific to "WEP" and "WPA-PSK" wireless security modes.

Currently, CCA generates the commands for "disabled" and "WPA2_PSK" security mode cases.

 

Following is the commands for WPA2_PSK;

 

telephony-service

service phone SPA525-Encryption-key cisco1234

service phone SPA525-wifi-on yes

service phone SPA525-protocol SPCP

service phone SPA525-auto-detect-sccp yes

service phone SPA525-http-write yes

service phone SPA525-SSID myvoice

service phone SPA525-readonly no

service phone SPA525-Encryption-type WPA2_PSK

create cnf-files

 

Following xml pushed auomatically to SPA525G after CCA deleiver the above commands to UC520

 

<flat-profile>

<SPA525-SSID>myvoice</SPA525-SSID>

<SPA525-Encryption-type>WPA2_PSK</SPA525-Encryption-type>

<SPA525-Encryption-key-code></SPA525-Encryption-key-code>

<SPA525-Encryption-key>cisco1234</SPA525-Encryption-key>

<SPA525-protocol>SPCP</SPA525-protocol>

<SPA525-auto-detect-sccp>yes</SPA525-auto-detect-sccp>

<SPA525-wifi-on>yes</SPA525-wifi-on>

<SPA525-readonly>no</SPA525-readonly>

<SPA525-http-write>yes</SPA525-http-write>

</flat-profile>

 

Instead of WPA2_PSK, I have tried by replacing the Encryption-type to WEP or WPA_PSK .But the wireless connectivity get failed .

Can you please let me know sample xml or command specific to the security modes?

1 Accepted Solution

Accepted Solutions

nseto
Level 6
Level 6

You can download the spc file from

http://www.cisco.com/cisco/software/release.html?mdfid=282414147&softwareid=282562500&release=7.4.9 which allows you to generate the xml file.

I did that and I see the following options for the security.

Disable

View solution in original post

2 Replies 2

nseto
Level 6
Level 6

You can download the spc file from

http://www.cisco.com/cisco/software/release.html?mdfid=282414147&softwareid=282562500&release=7.4.9 which allows you to generate the xml file.

I did that and I see the following options for the security.

Disable

Thanks very much for your help. I executed the spc exe and got the xml which contains tags with the values as you mentioned. Now I am trying to push the xml from CCA to phone as part of configuring a ssid from CCA. I am using this approach, http://10.1.1.12/admin/resync?http://192.168.10.11:8088/wo/phone for send the xml.

Earlier I tried some older version of tool spa525g-sccp-7-2-5-spc-win32-i386.exe which just generated tags without values.