cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4352
Views
0
Helpful
8
Replies

SPA112 provisioning Password and NTP Server

christophtobler
Level 1
Level 1

I have some problem to set the password and the time server with the SPA112.

Does anybody knows how to set them in the in the .xml file.

My Example is:

     <!-- Time SetUp-->

             <Time_Setup>

             <Time_Zone>+01 2 2</Time_Zone>

             <Auto_Adjust_Clock>1</Auto_Adjust_Clock>

             <Time_Server_Mode>auto</Time_Server_Mode>

             <Time_Server/>swisstime.ethz.ch</Time_Server>

             <Resync_Timer>3600</Resync_Timer>

             <Auto_Recovery_System_Time>0</Auto_Recovery_System_Time>

             <Time_Mode>1</Time_Mode>

             </Time_Setup>

       <!-- Time SetUp-->

       <!-- Password-->

             <Web_Login_Admin_Name>admin</Web_Login_Admin_Name>

             <Web_Login_Admin_Password>1234</Web_Login_Admin_Password>

             <Web_Login_Guest_Name>cisco</Web_Login_Guest_Name>

             <Web_Login_Guest_Password>1234</Web_Login_Guest_Password>

       <!-- Password-->

Does anybody know the right strings ?

Thanks for Help

Chris

8 Replies 8

nseto
Level 6
Level 6

I don't see anything obvious wrong with the password config.

But the time server should be 'manual' not 'auto' since you want to name your time server.

And the timer server xml, has the extra / in the first bracket before your swisstime.ethz.ch, that shouldn't be there.

Thanks for you Answer.

But sorry nothing helps

The Password Section changes nothing on my device.

The Password is still the same, the default password.

Also the settings for the tomne Server

No value changes.

Did you have an other idea ?

The part with the provisioning, regional and the syslog server work perfect like with the over 200 PAP2t that we have by our customers.

Thanks for Help

Chris

Hi Chris,

Thanks for letting us know about this issue.

I've verified and confirmed your findings.

I've opened CDETS# CSCtx81100 against this and have also notified the device's product manager.

Regards,

Patrick

----------

Hello Patrick

Thanks for your Help.
The Problem with the Password is fixed now, with the ^configuration Like these it works fine.

Buit the Problem with the NTP Server is still here.

Here is my Config for the Password:


     

             Admin
             8500VoIPpass
             User
             8500VoIPpass

     

Regards Chris

I assume you corrected the errors that I pointed out earlier for the time config.  Also, it needs to be within the router-configuration like what you did for the password.

Hi Chris,

I'm glad you figured out the password syntax. As Nelson pointed out, the time syntax is similar. For completeness, here's the config I tested with success:

http://www.sipura.net/xsd/SPA112" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sipura.net/xsd/SPA112 http://www.sipura.net/xsd/SPA112/SPA112-1-1-0-010.xsd">

10.10.10.19

300

60

tftp://192.168.12.244/Cisco/ata/spa$PSN_$MA.xml

  

   

        +01 2 2

        1

        manual

        swisstime.ethz.ch

        3600

        0

        1

   

    admin

    1234

    cisco

    4567

  

Regards,

Patrick

----------

Hi Christoph Here you have to follow some steps to change your default password

http://www.callcentric.com/support/device/cisco/spa112-spa122

If this answer was satisfactory for you, please mark the question as Answered.
Thank you

penn
Level 1
Level 1

Where is the NTP setup in the web GUI?

It used to be in the System tab, and used the time zone and DST settings in the Regional Tab.