Putting CatOS commands on our Cisco practice tests: the method to our madness

October 8, 2009 at 10:48 am | In Cisco | Leave a Comment
Tags: ,

CatOS commands on the CCNA – Tell me it ain’t so!!

Several of the Transcender Cisco practice tests, including 640-802 and 642-812, include some Catalyst OS command questions as well as the standard Cisco IOS. At least once a week I get emails from customers taking me to task over this issue and asking why we have “deprecated commands” on our current tests. Many customers have the impression that because Cisco is phasing out the Catalyst operating system on its switches, there is no need to study CatOS commands for the exams. Adding fuel to this fire, many popular Cisco study guides omit any information on CatOS commands.

So I’d like to address this issue and explain the reasons why we have deliberately chosen to leave a small percentage of CatOS commands in our practice tests; yes, even the most recent practice tests:

  1. Out there in the real world, there are a lot of older switches still in production environments running the Catalyst OS, and you may well encounter them in your job.
  2. Cisco still supports the Catalyst OS, and will continue to support it until January 2013 (see this End-of-Sale and End-of-Life Announcement for the Cisco Catalyst OS Release 8.x).
  3. If you look at the stated objectives for the CCNA and CCNP exams,  you will notice that it does not say “IOS only” anywhere. In fact, at the top of each list of exam objectives, you’ll see this disclaimer:

The following information provides general guidelines for the content likely to be included on the exam. However, other related topics may also appear on any specific delivery of the exam. In order to better reflect the contents of the exam and for clarity purposes the guidelines below may change at any time without notice.

Given that Cisco exams have a huge question pool, we think it may be possible to encounter a Catalyst OS-related question, or a question that includes a CatOS command as a distractor (wrong answer), on a current exam. Therefore we will continue to include some CatOS commands on the practice test until Cisco definitively says “No more.”

CatOS commands – all the info that you’re likely to need.

I’ll start with some information about the two OS systems.

CatOS

Configuration changes in the CatOS software are written to NVRAM immediately after a change is made. No intervention by the user is required.

All configurations in CatOS are done via a set command sequence executed from the enabled-mode prompt. Issuing the clear command from the same prompt will erase a particular command.

IOS

In contrast, IOS does not save configuration changes to NVRAM unless the copy run start (or write memory) command is executed. If the configuration is not explicitly saved, any changes to the configuration will be lost should the system be reloaded.

All command-line configuration in IOS (whether on the Supervisor or the MSFC) is done from the configuration mode, commonly known as “config-t”.

Commands can be removed with the no or default form of the original command.

Below is a comparison of the common commands on user ports.

OS Command Comparison Chart

This list is provided just to give you a flavor for the differences in the two command sets. For more information use the links below:
http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008010e9d5.shtml
http://www.cisco.com/en/US/docs/switches/lan/catalyst4000/6.3and6.4/command/reference/cr_toc.html

Happy CATting,

Troy McMillan

Troy’s checklist for preparing for the CCNA: Objective 8

July 31, 2009 at 2:09 pm | In Cisco | 2 Comments
Tags: ,

Thanks for returning for the final installment of my review checklist for the CCNA exam. In this session we will cover the topics included in Objective 8: Implement and Verify WAN links.  Let’s get started!

You should be able to describe the differences between the categories of data transfer between physical locations. These include:

  • Cell switching – Cell switching is a WAN switching technology that is used by ATM. ATM is an International Telecommunication Union-Telecommunications (ITU-T) standard for the transmission of data, voice, or video traffic. It uses a fixed size frame of 53 bytes, known as cells. Out of these 53 bytes, the initial five bytes are header information and the rest of the 48 bytes are the payload.
  • Packet switching – Packet switching is popularly used for data transfer, as data is not delay-sensitive like voice traffic is, and it does not require real-time transfer from a sender to a receiver. With packet switching, the data is broken into labeled packets and transmitted using packet-switching networks.
  • Circuit switching – Circuit switching dynamically establishes a virtual connection between a source and destination. The virtual connection cannot be used by other callers unless the circuit is released. Circuit switching is the most common method used by the Public Switched Telephone Network (PSTN) to make phone calls. A dedicated circuit is temporarily established for the duration of call between caller and receiver. Once the caller or receiver hangs up the phone, the circuit is released and is available for other users.

You should how to configure a serial link for a WAN connection. Make sure that you know how to use these commands: Continue reading Troy’s checklist for preparing for the CCNA: Objective 8…

Troy’s checklist for preparing for the CCNA: Objective 7

July 21, 2009 at 3:50 pm | In Cisco | Leave a Comment
Tags: , ,

I am just back from spending a week teaching security to our nation’s finest at an Air Force base in central Georgia, so I am all ready to dive into this week’s security-related objective for the CCNA exam. This week’s topic is Implement, verify, and troubleshoot NAT and ACLs in a medium-sized Enterprise branch office network.

(Here’s the previous coverage of Objective 1, Objective 2, Objective 3, Objective 4 Part 1, Objective 4 Part II, Objective 5, and Objective 6. The full list of CCNA objectives is at https://cisco.hosted.jivesoftware.com/community/certifications/ccna/ccna_exam?view=overview.)

To begin with, let’s make sure everyone knows what these two concepts are all about. Network Address Translation (NAT) is a service that can run on a server or on a router that converts private IP addresses to public IP addresses. This provides two advantages:

  • It conserves address space on the Internet and allows an enterprise to use private IP addresses inside the network, instead of having to register public IP addresses for all computers that need Internet access.
  • It ‘hides’ the real IP addresses of the internal computers , which makes the first step in the hacking process (discovery) more difficult.

Be able to identify the types of NAT:

  • Static NAT – uses a one to one mapping from public to private. Doesn’t save any IP addresses, but does provide the security of hiding the private addresses.
  • Dynamic – uses a pool of public addresses and dynamically uses the pool to create mappings. Same as static NAT, except that the address mappings keep changing.
  • NAT overload – describes any situation where there are fewer public addresses than private addresses. In this case, the same public address(s) is used over and over and the NAT device identifies each computer by the port number it uses to connect to the router using port address translation (or PAT).

Be able to identify the most appropriate router in a diagram on which to configure NAT. This will usually be the last router before connecting to the Internet.

Understand which interface on the router to apply the following commands:

  • ip nat inside – should be applied on the interface connected to the LAN
  • ip nat outside – should be applied on the interface connected to the Internet

NOTE – You must be able to perform a complete NAT configuration, up to and including a static mapping and NAT overload. Don’t take the exam if you can’t do that!

Continue reading Troy’s checklist for preparing for the CCNA: Objective 7…

Troy’s checklist for preparing for the CCNA: Objective 6

July 17, 2009 at 7:57 am | In Cisco | Leave a Comment
Tags: ,

This week we cover Objective 6 of 640-802, Identify Security threats to a network and describe general methods to mitigate those threats. This objective, while a small part of the exam, is very important in the real world. First you should be familiar with all types of attacks that a network can experience, and second, you should know the security features or approaches that can mitigate theses attacks.

Attack Defense
DoS (Denial of Service) – floods the target system with unwanted requests, causing the loss of service to users. Stateful packet filtering is the most common defense against a DoS attack.
DDoS (Distributed Denial of Service) – occurs when multiple systems are used to flood the network and tax the resources of the target system. Various intrusion detection systems, utilizing stateful packet filtering, can protect against DDoS attacks.
Spoofing – also known as masquerading, is a popular trick in which an attacker intercepts a network packet, replaces the source address of the packets header with the address of the authorized host, and reinserts fake information which is sent to the receiver. This type of attack involves modifying packet contents. Message Authentication Code (MAC) can prevent this type of attack and ensure data integrity by ensuring that no data has changed. MAC also protects against frequency analysis, sequence manipulation, and ciphertext-only attacks (more concepts to be familiar with).
SYN floods – repeatedly bombards the target with spoofed IP packets and causes it to either freeze or crash. A SYN flood attack is a type of D0S  attack that exploits the buffers of a device that accept incoming connections and therefore cannot be prevented by MAC. Common defenses against a SYN flood attack include filtering, reducing the SYN-RECEIVED timer, and implementing SYN cache or SYN cookies.

The above answers are general in nature. You also should know the specific Cisco feature that can be used to mitigate these attacks, such as: Continue reading Troy’s checklist for preparing for the CCNA: Objective 6…

Troy’s checklist for preparing for the CCNA: Objective 5

July 6, 2009 at 4:36 pm | In Cisco | Leave a Comment
Tags: ,

Hello, intrepid CCNA seekers. I salute your persistence if you’ve stuck with me this far! This week we venture into the wild and woolly world of wireless. Specifically we cover the following: Objective 5 of 640-802, Explain and select the appropriate administrative tasks required for a WLAN. It’s a short and sweet objective, especially compared with the whopper that was Objective 4.

(Here’s the previous coverage of Objective 1, Objective 2, Objective 3, Objective 4 Part 1, and Objective 4 Part II. The full list of CCNA objectives is at https://cisco.hosted.jivesoftware.com/community/certifications/ccna/ccna_exam?view=overview.)

First you should know all of the major standard creating and regulatory bodies that influence 802.11 (WLAN) networking:

  • Wi-Fi Alliance (no, they have nothing to do with your old record player, that’s Hi-Fi) – The Wireless Fidelity (Wi-Fi) Alliance is an organization formed to provide interoperability between different WLAN vendors.
  • IEEE – the Institute of Electrical and Electronics Engineers (IEEE) is a non-profit worldwide organization that creates standards for various industries, including information technology (IT) and telecommunications.  802.11 wireless networking standards are defined by the IEEE.
  • FCC – the Federal Communications Commission (FCC) is a U.S. government agency that regulates communication standards in the areas of wire, television, cable, and satellite communications. It also regulates the use of radio frequencies (RF) and power of transmitters.

Know all of the following terms and how the components make up a wireless network:

  • Ad Hoc network
  • Infrastructure network
  • ESS, BSS, IBSS
  • SSID

Also, know how to create an ESS. (If you put the same SSID on each access point, they will all be in the same ESS while each maintains its own BSS.) If you need some background, here’s a good basic article from Cisco Press: Wireless LANs: Extending the Reach of a LAN

Before I continue, here’s a joke.

Q. What are the three most important things to understand about wireless networking?

A. Security, security, security, security, and security.

Seriously, folks, there is a lot of wireless security to know. If you only have room in your memory for a few key facts, then here’s where to focus. It might help to generate a timeline of each security technology and make a note of 1. what it features, 2. what it replaced or supplemented, and 3. where it’s currently implemented, if at all.

  • Know the common wireless standards: 802.11, 802.11g, and 802.11b.
  • Be familiar with the components of WEP, WPA, and WPA-2, including the differences between these technologies.
  • WPA-2 operates in two modes: Enterprise and Personal. Know what encryption is used in each mode. In Enterprise it uses AES/CCMP. In Personal it uses a shared key.
  • WPA (the older, less powerful technology) uses MIC/TKIP for encryption.
  • WEP  uses static shared secrets and is the weakest security listed here.
  • IEEE 802.11i is an amendment to the 802.11 standard that is meant to address the weaknesses of WEP. WPA2 is an implementation of 802.11i.
  • LEAP is a form of EAP that uses passwords and a RADIUS server. It can also dynamically change the WEP keys, if you are also using WEP.
  • Be familiar with security concepts like MAC address filters, port-based access control, and wireless intrusion detection and prevention.
  • Understand what is meant by wireless security terms like sniffing and war driving.

That’s pretty much it! Objective 5 is not a major part of the exam, so you can focus your study on these topics for good coverage.

Troy’s checklist for preparing for the CCNA: Objective 4 – part 2

June 25, 2009 at 4:03 pm | In Cisco | Leave a Comment
Tags: ,

Welcome to Part 2 of Objective 4: Configure, verify, and troubleshoot basic router operation and routing on Cisco routers. Don’t forget Objective 4 – Part 1.

Be able to compare and contrast the capabilities and idiosyncrasies of common routing protocols, especially:

•    RIPv1 and RIPv2
•    OSPF
•    EIGRP

You should know details like:

•    The metrics and routing algorithm that each protocol uses
•    Which protocols are classless and which are classful
•    How to enable each protocol globally and then how to enable each protocol on an interface
•    Each protocol’s default administrative distance

For example, how does OSPF select the designated router on a segment? On a related note, what determines the OSPF router ID? Can you interpret the show ip ospf neighbor command output?

Quick tutorial. Here’s how to enable OSPF and assign the router to an area:

Router(config)#router ospf 1
Router(config-router)#network 192.168.5.0 0.0.0.255 area 0 (yes, you use wildcard mask here)

Here’s how to enable EIGRP globally and enable it on an interface:

router(config) # router eigrp [autonomous-system]
router (config-router) # network x.x.x.x
router (config-router) # network y.y.y.y

Know how to set up a hyperterminal connection to a router or a switch, and the required settings for the serial connection it uses. Hint: Continue reading Troy’s checklist for preparing for the CCNA: Objective 4 – part 2…

Troy’s checklist for preparing for the CCNA: Objective 4 – part 1

June 19, 2009 at 11:06 am | In Cisco | Leave a Comment
Tags: ,

Welcome to to this week’s exciting double feature. Today we’ll dive into what you need to know in Objective 4: Configure, verify, and troubleshoot basic router operation and routing on Cisco routers. There’s so much material here that I’ve broken it up into two posts. Get off the Internet and let’s get started!

(Here’s the previous coverage of Objective 1, Objective 2 and Objective 3. The full list of CCNA objectives is at https://cisco.hosted.jivesoftware.com/community/certifications/ccna/ccna_exam?view=overview.)

For Objective 4, you need to know how routers handle and alter the packets they receive. Specifically, you should understand which addresses in the packet are changed by the router (MAC addresses), and which remain the same in the routing process (source and destination IP addresses).

You should be able to read a routing table and pull information out, such as:

  • The meaning of the codes next to each entry (C, R, S, I, etc). These codes indicate the method by which the route was learned. When you run the command on a router, there is a legend (a key) at the beginning that explains the codes, but that legend may be truncated from the output shown on the exam (those sneaky rascals!)
  • The meaning of all that stuff in brackets next to each route, i.e. [160/5]. Answer: the left side of the slash is the administrative distance (AD) and the right side is the route metric.

For a more in-depth review, study the Cisco command reference for show ip route and related commands.

You should know what a default route is and how to configure one. You also know when it is appropriate to use them (on edge routers or routers with only one connection to the rest of the network, and thus only one route to anything). You should also know that a default route’s main benefit is to reduce the number of routes in the routing table.

You should be familiar with the concept of route redistribution, its purpose, and how it is configured. You should also know how to alter the default behavior of route redistribution by using distribution lists. Make sure that you understand to use an access list to control the redistribution, but apply the list as a distribute list under the configuration of the routing protocol as shown below (taken from show run). In this example, we have instructed the router to only redistribute the network 0.0.0.0 and 10.108.0.0. and deny everything else:

access-list 10 permit 0.0.0.0
access-list 10 permit 10.108.0.0
access-list 10 deny 0.0.0.0 255.255.255.255
router eigrp 1
network 10.108.0.0
distribute-list 10 in

You should understand basic operation of the internals of the router. Specifically, you should know what the following terms and concepts mean, how they all work together, and what is stored in each location:

• Running configuration
• Startup configuration
• NVRAM
• FLASH
• ROM

You should be familiar with possible ports you might find on a router (Serial, BRI, FastEthernet, etc.), and what type of cable is required to connect various devices (straight-through, crossover, rollover/console). (This is also covered in Objective 2.)

Understand how the following mechanisms work:

• Split horizon
• Poison reverse
• Triggered updates
• Count to infinity
• Gateway of last resort

Know how to configure a router from start to finish. This topic is an excellent one to practice in real life. If you don’t have the gear to practice with, get a lab simulator – I personally recommend the Kaplan IT CCNA simulator.

Here are some good examples of basic router configurations:

• Set a Telnet password
• Set an encrypted password
• Configure an IP address on an interface and enable the interface
• Enable a routing protocol on an interface

Very Important: Know your command prompts and the commands for getting in and out of the various prompt levels. Know what commands and functions can be performed at the various prompts. Always check the command AND the prompt in output. Careless errors can cost you.

Practice, practice, practice!!!  You will not have time to figure out how to do these operations on the exam; you only have time to do them. On the exam you will have about 1 to 2 minutes per question. That goes quick if you don’t quite know what you’re doing.

~~Continued in Part 2~~

Troy’s checklist for preparing for the CCNA: Objective 3

June 11, 2009 at 11:08 am | In Cisco | Leave a Comment
Tags: , ,

Welcome back to Week Three of my CCNA study checklist! This week we’ll cover the third objective, which is Implementing an IP addressing scheme and IP Services to meet network requirements in a medium-size Enterprise branch office network (whew, that’s a mouthful; who makes this stuff up?).

(In my previous post here, I took a broad look at the CCNA objectives. In this post, I covered Objective 1. Here’s Objective 2. The full list of CCNA objectives are posted on the Cisco website here: https://cisco.hosted.jivesoftware.com/community/certifications/ccna/ccna_exam?view=overview.)

OK, let’s get started.

First you should understand the difference between public and private IP addresses. This includes knowing:

  • What the three ranges of private IP addresses are
  • • 10.0.0.0 – 10.255.255.255
    • 172.16.0.0 – 172.31.255.255
    • 192.168.0.0 – 192.168.255.255

  • The purpose and benefits of private IP addresses
  • • Increased security
    • More efficient use of public IP addresses

  • How Network Address Translation (NAT) allows computers with private addresses access to the Internet and how to configure a router to perform NAT. You should understand the terms inside global, outside global, inside local and outside local.

You should feel comfortable using the following commands to configure a NAT router given a set of requirements, including the type of prompt where they are applied:

  • ip nat inside and ip nat outside
  • ip nat pool: you should know how this command can be combined with an access list to determine the local hosts that allowed to use the pool of public addresses. This includes knowing how to use wildcard masks to define the range of addresses allowed to use the pool of addresses. (If you need help with that topic, here’s a link: http://www.routerfreak.com/understanding-wild-card-masks/)
  • overload parameter: you should know the purpose of this parameter when combined with ip nat inside

Hint and shameless self promotion: The Kaplan IT CCNA Simulator will teach you how do every aspect of these tasks.

You should understand how DHCP works and what the benefits of DHCP and DNS services are. This includes:

  • Have knowledge of the packets that are used between the DHCP server (or router) and the DHCP client (DHCP discover, DHCP offer, DHCP request, DHCP ack) and the exact order they occur.
  • You should feel comfortable using the following commands to configure a router to perform DHCP given a set of requirements:
  • service dhcp (this enables DHCP; the command is usually not required since it is enabled by default)
    ip dhcp excluded address
    ip dhcp pool name

  • Also know the network command, the dns server command, and the lease command used for the purpose of defining the mask, the DNS server address, and the lease period for the computers that receive addresses from the DHCP router. These are executed after entering ip dhcp pool mode.

You should be able to examine a network diagram labeled with interfaces and IP addressing information and use it to determine IP addressing problems. This includes problems like:

    • Incorrect IP addresses (usually outside of the subnet boundaries)
    • Incorrect subnet masks (which result in the above)
    • Incorrect gateway addresses

Make sure that you approach this problem in a systematic way. If, for example, Host 1 cannot ping Host 2, trace the entire route from Host 1 to Host 2 and determine at each juncture if the two interfaces required to communicate are in the same subnet.  (Example: trace the address of Host 1 and the address of its gateway, the address of Router 1 and the address of Router 2, the address of Router 2 and the address of Host 2, etc.)

Be able to answer question about VLSM and its application to a network. Specifically, be able to:

  • Determine the subnet mask that will yield a certain number of addresses without wasting any addresses. Example: what would be the subnet mask applied to a class C network that would yield at least 50 but not more than 100 addresses? ( hint 255.255.255.192 or /26)
  • Determine if two ip addresses are in the same subnet given their addresses and masks. Example: are these two addresses in the same network: 192.168.1.62/26 and 192.168.1.65/26? (Answer: they aren’t.)
  • Determine how many IP addresses are possible given the network ID (or subnet ID as some books call it) and the mask. Example: how many addresses are possible in the network 192.168.1.0/27? (Hint: 30)

If all of this is Greek to you,  here’s a link to help: http://www.learntosubnet.com/

Be able to examine a network diagram for IP addressing problems and spot a situation where the mask is configured in such a way that there are not enough addresses for the computers.

Be able to summarize a given set of subnets and know the commands required to instruct a router to use the summarization in its advertisements. (If you have problems with the concept of route summarization, look for an upcoming blog post next week explaining that topic.)

Understand IP addressing backwards and forwards.

  • Know the various methods for migrating to IPV6 from IPV4 and the methods of using both at the same time.
  • Understand what dual stack and tunneling are and how they operate (protocols, hardware, etc).
  • Be able to identify an IPV6 address when you see it and know the types of IPV6 addresses:
    • Link-local (starts with FE8 to FEB)
    • Site-local (start with FEC to FEF)
  • (The above two categories make up the IPv6 equivalent of private IP addresses.)
    • Global (starts with 2000::/3)
    • Loopback (yes, the equivalent of 127.0.0.1 in IPv4) which is simply :: 1
    • Unspecified (this is the address a computer has until a DHCP server gives it an IPv6 address), which is simply ::

  • Understand how IPV6 addresses are formatted and the rules to shorten them by eliminating zeros.
    If all of this sounds like blah blah blah blah blah blah check this out:
    http://www.tcpipguide.com/free/t_IPv6Addressing.htm

Till next week – Happy Studying!

-Troy McMillan

Troy’s checklist for preparing for the CCNA: Objective 2

June 4, 2009 at 3:19 pm | In Cisco, Study hints | 2 Comments
Tags: ,

Welcome to the second installment of my personal checklist to preparing for the CCNA exam.  In my previous post here, I took a broad look at the objectives. In this post, I covered Objective 1.

The CCNA objectives are posted on the Cisco website here: https://cisco.hosted.jivesoftware.com/community/certifications/ccna/ccna_exam?view=overview. I will use them as a framework to discuss the topics where you should focus your attention. Do not attempt the test without knowing the following items. (Needless to say, NO actual live exam items were revealed in the making of this list.)

Objective 2: Configure, verify, and troubleshoot a switch with VLANs and interswitch communications

Cable questions should be easy. You should know the three cable types and when each type is called for:

  • Crossover cables
  • Rolled (console) cables
  • Straight-through cables

Do you know what cable type is required to connect two switches? (Answer: Crossover.) The general rule is use a crossover to connect like devices (router to router) and straight-through to connect unlike devices. Rollover or console cables are used to connect to the serial or console port on the router or switch to manage the router or switch.

You should know that CSMA/CD is the contention method used in Ethernet, and you should understand how it works.

You should be able to examine a network diagram and state the number of collision and broadcast domains present in the network by recognizaing the types of devices present. Remember, each router interface is a broadcast domain and each switch port is a collision domain. Hubs are one collision domain, regardless of the number of ports.

You should how switches forward frames. Specifically you should know:

  • How switches populate the MAC address table
  • Where a frame will be forwarded based on the current state of its MAC table
  • That switches forward frames based on MAC addresses, not IP addresses (Layer2, remember?)

You should know how to configure a switch. Specifically you should know how to:

  • Log in to the switch
  • Name the switch
  • Create VLANs and assign switch ports to the VLANs
  • Create trunk ports
  • Assign an address to the switch for management purposes
  • Telnet into the switch remotely
  • Save the configuration

You should know how to use the following commands for troubleshooting and be able to recognize the command output of each: ping, traceroute, telnet, SSH, arp, ipconfig

You should know the theory and basic operation of the major routing protocols (OSPF, RIPv1 and v2, IGRP, EIGRP, etc).

You should know how VTP and RSTP work, including:

  • The purposes of these two protocols
  • The definition of a root bridge, and how to determine the root bridge by examining a diagram that shows the addresses of the interfaces, the priorities, and the cabling setup
  • The effect on a network with an existing configuration when a new bridge is introduced to the network, and what information is determined by examining the configuration version numbers of the switches already present
  • The differences between a switch in server mode, one in client mode, and one in transparent mode

You should know how VLANs work. Specifically, you should know:

  • Their purpose
  • How to configure them on a switch
  • What is required to get traffic from one VLAN to another (a router)
  • What a trunk link is and its purpose
  • How to create a trunk to the router and to other switches

You should be able to examine a diagram and determine why routing between VLANs is not working. You should know to check:

  • That the computers in each VLAN are in the same subnet with the interface of the router dedicated to each VLAN
  • That each computer is set to use the router interface dedicated to its  VLAN as its default gateway
  • That the subnet masks of the computers and the gateway are the same

You should be able to recognize and interpret the output of common show and debug commands such as:

  • show mac-address-table
  • show interfaces
  • show controllers
  • show running-config
  • show spanning-tree

For example, do you recognize the command that yielded this output?

Address 000c.00d3.5124
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 000c.14f5.b5c0
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface   Role  Sts  Cost Prio.Nbr  Type
———-  —-  —  —- ——–  ———
Fa0/1       Desg  FWD   19   128.1     P2p
Fa0/2       Root  FWD   19   128.2     P2p
Fa0/10      Desg  FWD   19   128.10    P2p
Switch# show cdp neighbors
Capability Codes: R – Router, T – Trans Bridge, B – Source Route Bridge
S – Switch, H – Host, I – IGMP, r – Repeater
Device ID   Local Intrfce  Holdtme Capability Platform Port ID
SwitchB         Fa0/1         113       S      2560    Fa0/5
SwitchC         Fa0/2         142       S      3570    Fa0/24
SwitchD         Fa0/10        122       S      2560    Fa0/22

Know basic concepts such as traffic management, switching, switch operation, switching technologies, switch security, and troubleshooting.

You should know how to secure the ports on a switch and why you would do so. Know the specific use of these commands: switchport port-security and switchport port-security mac-address sticky. Know what “sticky” means when you use that argument.

Don’t forget that our Kaplan IT CCNA Simulator is one of the only tools for the home user that lets you play with a fully functional simulated network AND run exercises tailored to studying for the CCNA.

Troy’s checklist for preparing for the CCNA: Objective 1

May 28, 2009 at 2:28 pm | In Cisco | Leave a Comment
Tags: ,

Delicious Bookmark this on Delicious

If you are reading this, chances are you have committed yourself (or are considering committing yourself) to achieving the coveted Cisco Certified Network Associate certification. If you have made the commitment, congratulations! If you are still watching with hesitation from the sidelines, come on and get in the game!

Welcome to my personal checklist to preparing for the CCNA exam. When I was a trainer, these are the topics I really emphasized for my students pre-exam. There are a ton of potential concepts you could be tested on, and it is extremely helpful to know where to focus your efforts. In my previous post here, I took a broad look at the objectives. In my next posts, I’ll break each section of the objectives down and discuss where your focus should be in each section.

The CCNA objectives are posted on the Cisco website here: https://cisco.hosted.jivesoftware.com/community/certifications/ccna/ccna_exam?view=overview. I will use them as a framework to discuss the topics where you should focus your attention. Do not attempt the test without knowing the following items.

Objective 1: Describe how a network works

You should know the function of each type of network device, including routers, switches hubs and CSU/DSUs. You should know the following for each device:

  • The layer of the OSI model on which it operates.
  • The role the  device plays in the network.
  • The situation in which a particular device is required.

As a corrollary, you should be able to identify each device in a network diagram. Cisco uses specific icons for routers, switches, and hubs, and you must be able to recognize a device by its icon. They may not be labeled with their function on the test.

You should have the OSI model down cold. You should know:

  • The name and the number of each layer and its function.
  • What protocols and devices map to each layer (for example, a switch maps to the data link layer or Layer 2; TCP maps to the transport layer or Layer 4).
  • How data encapsulation works in conjunction with the OSI model.
  • What type of information each layer adds to the packet as it is being formed (packet formation IS encapsulation).

You should know the ports numbers of common network applications, such as:

  • FTP – 23
  • DNS – 53
  • Telnet – 21
  • HTTP – 80

(This is not all of them. Your textbook should have a list of about 10 to 15 port numbers that you should have memorized.)

You should be able to view a network diagram and understand what you are seeing. You should be able to translate to and from dotted decimal and binary numeric formats.

  • Since CIDR notation will be use instead of dotted decimal format for subnet masks, you should know what /22 means (255.255.252).
  • You should be able to view the IP addresses used and spot an IP addressing problems, such as an incorrect gateway or an IP address that is not in the subnet.
  • You must understand subnetting backwards and forwards. For example, if I gave you the addresses 192.168.10.62/26 and 192.168.10.65/26 and I ask you if they are in the same subnet, would you know? (Answer: They are NOT.)

You should understand when IP addresses are used for communication and when MAC addresses are used. (IP addresses are used for routing, but the communication within a subnet is done by way of MAC addresses.) Understand how this works and the role that ARP plays in the process.

You should understand the differences between LAN communication and WAN communication. You be familiar with:

  • The protocols used for WANS and LANS (they are different).
  • How LAN protocols and WAN protocols work together. (The original LAN packet is wrapped or encapsulated in the WAN protocol for delivery. Then the LAN packet emerges on the far end of the WAN link unencapsulated.)

You should be able to troubleshoot a network problem by using a layered approach, such as:

  • A cabling problem is a physical layer or Layer 1 problem.
  • An IP address problem is a network layer or Layer 3 problem.
  • An incorrect DLCI on a WAN link is a data link layer or Layer 2 problem.

Stay tuned for my coverage of Objective 2 next week!

Next Page »

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.