Wednesday, August 12, 2015

Retired Certification Exams


Here you can check for the Cisco retired exams.


http://www.cisco.com/web/learning/exams/retired.html




Cisco IP Phone 8811_8841_8851_8861 Administration











Basic Reset


Performing a basic reset of a Cisco IP Phone provides a way to recover if the phone experiences an error and provides a way to reset or restore various configuration and security settings.
The following table describes the ways to perform a basic reset. You can reset a phone with any of these operations after the phone has started up. Choose the operation that is appropriate for your situation.

Table 1 Basic Reset Methods
Operation
Action
Explanation
Restart phone
Press Services, Applications, or Directoriesand then press **#**.
Resets any user and network setup changes that you have made, but that the phone has not written to its Flash memory, to previously saved settings, then restarts the phone.
Reset settings
To reset settings, press Applications and choose Administrator Settings > Reset Settings > Network.
Resets user and network setup settings to their default values, and restarts the phone.
To reset the CTL file, press Applications and choose Administrator Settings > Reset Settings > Security.
Resets the CTL file.


Perform Factory Reset from Phone Keypad


Use these steps to reset the phone to factory default settings using the phone keypad.
Procedure

    Step 1  Unplug the phone:
    • If using PoE, unplug the LAN cable.
    • If using the power cube, unplug the power cube.
    Step 2  Wait 5 seconds.
    Step 3  Press and hold # and plug the phone back in.
    Step 4  When the light on the Mute button turns off, press 123456789*0# in sequence.
    After you press these buttons, the phone goes through the factory reset process.

    Caution   
    Do not power down the phone until it completes the factory reset process, and the main screen appears.

    mRemoteNG Serial Connection

    mRemoteNG Serial Connection



    Its is impossible to simply create a serial connection on mRemoteNG ( a least at 1.67 version) so there is a tip to do that.

    1 Using Putty Session

    - Download putty.exe and copy it so somewhere ( example to "C:\1")
    - Open putty.exe, create Serial Connection, and save it.Dont forget to choose baud rate ( example "COM_9600")
    - Open mRemoteNG go to external tools (Tools-External Tools), create new external tool ( example "PTTY_9600")
    - At the filename write path+filename ( example "C:\1\putty.exe")
    - At the argumets write putty.exe -load "CONNECTION_NAME) ( example "putty.exe -load "COM_9600")
    - Choose "Try to integrate" Option
    - Create new connection and in the protocol filed choose "Ext. App" then External tool "PTTY_9600" ( external tool name)

    2 - Using TeraTerm
    - install teratem ( i use v 4.70)
    - Create external tool, name it ( example TTRM_9600)
    - At the filename write path+filename ( example "C:\Program Files\teraterm\ttermpro.exe")
    -  At the argumets write "ttermpro.exe /BAUD=9600 /C=1"
       (/BAUD is baud rate and /C is COM port number)
    - Choose "Try to integrate" Option
    - Create new connection and in the protocol filed choose "Ext. App" then External tool "TTRM_9600" ( external tool name)

    Enjoy!

    mRemoteNG FileZilla SFTP



    How to integrate FileZilla SFTP support in mRemoteNG.
    First open up mRemoteNG then press “tools” and then “External Tools”
    2015-05-06 17_33_50-mRemoteNG - confCons.xml

    Right click and select “New External Tool”
    2015-05-06 17_39_40-mRemoteNG - confCons.xml

    In the External Tools Properties tab, enter the following:
    Filename: C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe
    Arguments: sftp://%Username%:%Password%@%Hostname%:%port%
    2015-05-06 17_42_26-mRemoteNG - confCons.xml

    After that you should be all set, just right click the connection you want to connect via STFP and FileZilla should automatically open.