Friday, April 26, 2013

Windows 7 TFTP: error code 11 received - 18025 or %Error opening tftp://

Objective: Copy my switches/routers running-config to TFTP server(which is on my laptop)

Error: TFTP: error code 11 received - 18025

Attempts: Login to another workstation that's on the same LAN, DLed the TFTPd64 application and successfully utilizes the TFTP  to copy the running-config file of the switch. Then I know it's SOMETHING on my computer.

Solution: That something is the "WinAgents TFTP Service 4" service started automatically, so I had to disable that service. WOOHOO the TFTP is working again!


Note: The solution fits my environment, so it may helped you out and it may not. Which I hope it will.

Thursday, April 25, 2013

Steps to configure Cisco Console, Telnet and Auxiliary port passwords

Follow these steps to configure console passwords.

Note: Before performing this test, ensure that you have an alternate connection into the router, such as Telnet or Dial-in, in case there is a problem logging back in to the router.

Step 1. From the privileged EXEC (enable) prompt, enter configuration mode ((config)) and then switch to line configuration mode ((config-line), by issuing the following commands:

Note: Notice that the prompt changes to reflect the current mode.
router#conf t 
!--- Enter configuration commands, one per line.
End with CNTL/Z. 
router(config)#line con 0 
router(config-line)#

Step 2. Configure the password, and enable password checking at login.
router(config-line)#password 
router(config-line)#login

Step 3. Exit configuration mode.
router(config-line)#end
router#
%SYS-5-CONFIG_I: Configured from console by console

Note: Do not save your configuration changes until your ability to log in has been verified.

Step 4. Verify the configuration.

Examine the configuration of the router to make sure that the commands have been properly entered by issuing the show running-config command.

To test the configuration, log off the console with the exit command and log in again, using the configured password to access the router.
router#exit
router con0 is now available
Press RETURN to get started.

Step 5. Save your configuration.
router#write memory





Perform these steps to configure Telnet passwords.

Note: Before performing this test, ensure that you have an alternate connection into the router, such as console or dial-in, in case there is a problem logging back in to the router.

Step 1. From the privileged EXEC (or enable) prompt, enter configuration mode (or (config)) and then switch to line configuration mode ((config-line)), by issuing the following commands:

Note: Notice that the prompt changes to reflect the current mode.
router#conf t
!--- Enter configuration commands, one per line.
End with CNTL/Z.
router(config)#line vty 0 4
router(config-line)#

Step 2. Configure the password, and enable password checking at login.
router(config-line)#password 
router(config-line)#login

Step 3. Step 3. Exit configuration mode.
router(config-line)#end
router#
%SYS-5-CONFIG_I: Configured from console by console

Note: Do not save your configuration changes until your ability to log in has been verified.

Step 4. Verify the configuration.

Examine the configuration of the router to make sure that the commands have been properly entered, by issuing the show running-config command.

Test the configuration by making a Telnet connection to the router.

This can be done by connecting from a different host on the network, but you can also do so from the router itself by Telnetting to the IP address of any interface on the router that is in an up/up state as seen in the output of the show interfaces command.
router#telnet 

Step 5. Save your configuration.
router#write memory





Follow these steps to configure Auxiliary (AUX) port passwords.

Note: before performing this test, ensure that you have an alternate connection into the router, such as console or Telnet, in case there is a problem logging back in to the router.

Step 1. From the privileged EXEC (or enable) prompt, enter configuration mode ((config)) and then switch to line configuration mode ((config-line)), by issuing the following commands:

Note: Notice that the prompt changes to reflect the current mode.
router#conf t
!--- Enter configuration commands, one per line.
End with CNTL/Z.
router(config)#line aux 0
router(config-line)#

Step 2. Configure the password, and enable password checking at login.
router(config-line)#password  
router(config-line)#login

Step 3. Exit configuration mode.
router(config-line)#end
router#
%SYS-5-CONFIG_I: Configured from console by console

Note: Do not save your configuration changes until your ability to log in has been verified.

Step 4. Verify the configuration. Examine the configuration of the router to make sure that the commands have been properly entered by issuing the show running-config command. Test the configuration by making an inbound or outbound connection to the line.

Step 5. Save your configuration.
router#write memory

Thursday, April 18, 2013

Upgrading ConfigMgr 2012 from Evaluation version (Enter SCCM 2012 License Key)

In System Center 2012 Configuration Manager it is really easy to upgrade an installation that was made using the Evaluation option when you installed it to a fully licensed installation by simply entering the Product key.

It is done by using the “Configuration Manager Setup” which can be found on the Start menu or by simply running install from the installation source.

When the setup starts select the “Perform site maintenance or reset this Site” in the following wizard you can convert the installation from an evaluation to a fully licensed installation.
Here is a step-by-step guide:

  1. Start Configuration Manager Setup either from the start menu or the installation source.
  2. Select the “Perform site maintenance or reset Site” option


3. Then you get the option to “Convert from Evaluation to Full Product Version. Enter your 25-character product key:”



4.  In the next screen accept the license agreement

5. Finished!







  1. Then you get the option to “Convert from Evaluation to Full Product Version. Enter your 25-character product key:”