As a Cisco-certified IT professional, you already understand the importance of training and technical certifications. Cisco has partnered with the Institution of Engineering and Technology (IET), one of the world’s leading professional societies for the engineering and technology community with more than 150,000 members in 127 countries in Europe, North America and Asia, to foster professional development in the global IT industry.

The IET is pleased to announce the ICTTech, a brand new professional standard for Information and Communication Technology (ICT) practitioners. ICT practitioners support or facilitate the use of ICT equipment and applications in a range of roles that includes network technician, systems testing specialist, software developer, telecoms engineer and security administrator.

The ICTTech qualification is an assessment that considers not only your technical expertise, but also your wider skill set such as business knowledge, commitment to professionalism and personal communication. It will complement your Cisco certifications and provide you with an additional, globally recognized qualification as formal recognition of your skills and abilities. It will assure global businesses that you have demonstrated a high level of professional and technical competence.

News from Cisco Learning :

Cisco Introduces Four New Career Certifications
CCNP Wireless, Cisco Certified Architect, and two New Data Center Unified Computing Specialist Certifications Announced at this Week’s Cisco Live!

In response to the growing demand for IT professionals who can design, manage, and maintain converged technologies across global network infrastructures, Cisco announced the release of four new certifications at the Cisco Live! show, held this week in San Francisco, CA.

Cisco Certified Architect, CCNP Wireless, and two new Cisco Datacenter Unified Computing Specialists reinforce Cisco’s commitment developing state of the art, technology driven, role based certifications that meet the demands of today’s network professional.

  • Cisco Certified Architect (Available January, 2010) Cisco Certified Architect is the pinnacle for individuals wishing to establish formal validation of both design and IT skills in Cisco technologies and infrastructure.
  • CCNP Wireless (Available July 24th, 2009) CCNP Wireless recognizes the expertise and technical acumen of wireless professionals who support and manage Cisco wireless LANs and networks.
  • DC Unified Computing Design Specialist, DC Unified Computing Support Specialist (Available Late, 2009) The Cisco Data Center Unified Computing Design Specialist and the Cisco Data Center Unified Computing Support Specialist validate a data center computing professional’s knowledge, expertise, and ability to run mission-critical computer operations.

New Certification Option for CCNA Voice Candidates

On June 24th, 2009, Learning@Cisco will implement program changes to the CCNA Voice certification. There will now be two options available for candidates wishing to achieve their CCNA Voice certification: A commercial option and an enterprise option. The new CCNA Voice Certification enterprise option assesses skills/knowledge related to the Cisco Unified Communications Manager 6.0 (CUCM 6.0). It is typically employed by large organizations such as governments, large companies, and colleges. Passing the CVOICE #642-436 exam will meet the requirements for this option. The CCNA Voice Certification commercial option continues to use the IIUC #640-460 exam and assesses skills and knowledge related to the Cisco Unified Communications Manager Express 4.1 (Cisco UME) and Cisco Unity Express (CUE), solutions typically used by medium & small organizations such as companies with less than 2,000 employees, retail businesses, and small school districts. Read More

CCVP 4.1 Path to Expire December 2009

On December 31, 2009, Cisco will formally retire the CCVP Cisco Unified CallManager 4.1 option path. As a result, the two (2) CCVP CallManager 4.1 option path exams, CIPT 4.1 #642-444 and GWGK #642-453, will no longer be available after that date. Professionals following that path must pass both exams by December 31, 2009 to use them towards the CCVP certification. Read More

Available on-Demand Now

Could your network be vulnerable to the Conficker bot and other new threats? How can you get “ahead of the curve” in the war against hackers and anticipate tomorrow’s cyberschemes? What are the primary technical elements making attacks such as this one so successful?

Get the inside story, as we reverse-engineer the newest attacks you face such as the insidious Conficker bot, highlight what makes them so successful, and show you how to control them. Discover how you can apply the “wisdom of crowds” to implement a dynamic solution that continually learns from the threats experienced by others.

See how the latest architectural approaches to network security can provide greater protection than point products and maximize the value of your existing technology investments by evolving with your business. Learn how you can avoid being “fat, dumb, and hacked” as we reveal:

  • Why deep packet inspection is no longer dependable
  • How to turn infrastructure access control lists (iACLs) into one of your most valuable defenses
  • How standard methodologies can enable you to identify and control even threats you don’t understand
  • New botnet enhancements for the Cisco Adaptive Security Appliance (ASA)

Telnet, part of the TCP/IP protocol suite, is a virtual terminal protocol that allows you to make connections to remote devices, gather information, and run programs.

After your routers and switches are configured, you can use the Telnet program to reconfigure and/or check up on your routers and switches without using a console cable. You run the Telnet program by typing telnet from any command prompt (DOS or Cisco). You need to have VTY passwords set on the routers for this to work.

Remember, you can’t use CDP to gather information about routers and switches that aren’t directly connected to your device. But you can use the Telnet application to connect to your neighbor devices, and then run CDP on those remote devices to get information on them. You can issue the telnet command from any router prompt like this:

RouterA#telnet 172.16.10.2
Trying 172.16.10.2 … Open
Password required, but none set
[Connection to 172.16.10.2 closed by foreign host]
RouterA#

As you can see, I didn’t set my passwords—how embarrassing! Remember that the VTY ports on a router are configured as login, meaning that we have to either set the VTY passwords or use the no login command.

There are five passwords used to secure your Cisco routers: console, auxiliary, telnet (VTY), enable password, and enable secret. Just as you learned earlier in the chapter, the first two passwords are used to set your enable password that’s used to secure privileged mode. This will prompt a user for a password when the enable command is used. The other three are used to configure a password when user mode is accessed either through the console port, through the auxiliary port, or via Telnet.

Enable Passwords

You can set the enable passwords from global configuration mode like this:

Router(config)#enable ?
last-resort Define enable action if no TACACS servers respond
password Assign the privileged level password
secret Assign the privileged level secret
use-tacacs Use TACACS to check enable passwords

The following points describe the enable password parameters:

Last-resort Allows you to still enter the router if you set up authentication through a TACACS server and it’s not available. But it isn’t used if the TACACS server is working.

Password Sets the enable password on older, pre-10.3 systems, and isn’t ever used if an enable secret is set.

Secret Is the newer, encrypted password that overrides the enable password if it’s set.

A banner is more than just a little cool—one very good reason for having a banner is to give any and all who dare attempt to telnet or dial into your internetwork a little security notice.

And you can create a banner to give anyone who shows up on the router exactly the information you want them to have. Make sure you’re familiar with these four available banner types: exec process creation banner, incoming terminal line banner, login banner, and message of the day banner (all illustrated in the code below):

Router(config)#banner ?
LINE c banner-text c, where ‘c’ is a delimiting character
exec Set EXEC process creation banner
incoming Set incoming terminal line banner
login Set login banner
motd Set Message of the Day banner

Message of the day (MOTD) is the most extensively used banner. It gives a message to every person dialing into or connecting to the router via Telnet or auxiliary port, or even through a console port as seen here:

Router(config)#banner motd ?
LINE c banner-text c, where ‘c’ is a delimiting character
Router(config)#banner motd #
Enter TEXT message. End with the character ‘#’.
$ Type your motd banner here.
#
Router(config)#^Z
Router#
00:25:12: %SYS-5-CONFIG_I: Configured from console by console

You can set the identity of the router with the hostname command. This is only locally significant, which means that it has no bearing on how the router performs name lookups or how the router works on the internetwork.

Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RouterA
Todd(config)#hostname RouterB
Atlanta(config)#

Even though it’s pretty tempting to configure the hostname after your own name, it’s definitely a better idea to name the router something pertinent to the location.

This is because giving it a hostname that’s somehow relevant to where the device actually lives will make finding it a whole lot easier.

And it also helps you confirm that you are, indeed, configuring the right device.

Learn more about cisco router configuration on how to setting up router banners here.

A router typically goes through five steps when booting up:

1. The router loads and runs POST (located in ROM), testing its hardware components, including memory and interfaces.
2. The bootstrap program is loaded and executed.
3. The bootstrap program finds and loads an IOS image: Possible locations of the IOS image include flash, a TFTP server, or the Mini-IOS in ROM.
4. Once the IOS is loaded, the IOS attempts to find and load a configuration file, which is normally stored in NVRAM if the IOS cannot find a configuration file, it starts up the System Configuration Dialog.
5. After the configuration is loaded, you are presented with the CLI interface (remember that the first mode you are placed into is User EXEC mode.

If you are connected to the console port, you’ll see the following output as your router boots up:

System Bootstrap, Version 11.0(10c), SOFTWARE
Copyright (c) 1986-1996 by cisco Systems
2500 processor with 6144 Kbytes of main memory
F3: 5593060+79544+421160 at 0×3000060
Cisco Internetwork Operating System Software
IOS ™ 2500 Software (C2500-I-L), Version 12.0(5)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Tue 15-Jun-99 19:49 by phanguye
Image text-base: 0×0302EC70, data-base: 0×00001000

Powers of 2 are important to understand and memorize for use with IP subnetting.

To review powers of 2, remember that when you see a number with another number to its upper right (called an exponent), this means you should multiply the number by itself as many times as the upper number specifies.

For example, 2 power of 3 is 2 × 2 × 2, which equals 8. Here’s a list of powers of 2 that you should commit to memory:

2 power of 1 = 2
2 power of 2 = 4
2 power of 3 = 8

2 power of 4 = 16
2 power of 5 = 32
2 power of 6 = 64
2 power of 7 = 128
2 power of 8 = 256
2 power of 9 = 512
2 power of 10 = 1,024
2 power of 11 = 2,048
2 power of 12 = 4,096
2 power of 13 = 8,192
2 power of 14 = 16,384

Before you get stressed out about knowing all these exponents, remember that it’s helpful to know them, but it’s not absolutely necessary. Here’s a little trick since you’re working with 2s: each successive power of 2 is double the previous one.

Welcome Networking Guys,

We have tried our best to resolve all the doubts that might be in the minds of the readers about Cisco Certifications Contents.

We’ve also provided you about the Cisco Certification Content such as CCNA, CCNP and more on Cisco Certification Exam with the real our team experiences, we do test and shared you from our testing and setup it from our team, so you can learn and take it to your jobs or use to your working now.