<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Technical</title>
        <description></description>
        <link>http://www.netcraftsmen.net/</link>
        <lastBuildDate>Fri, 24 May 2013 23:13:19 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
		<atom:link href="http://www.netcraftsmen.net/component/ninjarsssyndicator/?feed_id=3" rel="self" type="application/rss+xml" />        <item>
            <title>Protecting a Cisco Catalyst 6500 Switch Against Layer 2 Loops</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/986-protecting-a-cisco-catalyst-6500-switch-against-layer-2-loops.html</link>
            <description><![CDATA[<h4>Introduction</h4>
<p>Should you be concerned about a Layer 2 loop in your campus network? My answer is absolutely. In this article, I explain why you should take steps in protecting your campus network. This article also provides practical steps in reducing the effects of a Layer 2 loop on a Cisco Catalyst 6500. Before delving into details, let’s first define what a Layer 2 loop is. A Layer 2 loop occurs in a campus network when more than one Layer 2 forwarding path exists between two given switches. In this scenario, a switch that receives a broadcast frame sends it to all its trunk ports and access ports (same VLAN). In the presence of a loop, when campus switches forward broadcast frames to all their ports, this creates an amplification phenomenon for broadcast frames trapped indefinitely within the loop. This phenomenon is also known as a broadcast storm. It leads to an exhaustion of bandwidth, and CPU overutilization due to the presence of large volumes of broadcast frames. A broadcast storm brings a network to an unusable state, and in certain cases network administrators may lose the capability to access devices by console.</p>
<p>The Spanning Tree Protocol (STP) was designed to ensure loop-free Layer 2 topologies. Despite the use of STP, some situations can create Layer 2 loops such as wiring mistakes, misconfigured hosts (bridged interfaces), switch configuration mistakes, and loss of BPDU keepalives.</p>
<p>You may have a good campus network design, but human errors are still possible. It is critical to look beyond what can be prevented, and ask yourself the following question. If a Layer 2 loop were to occur, would my campus network be able to sustain it? If the answer to this question is no, or if you are not sure, I encourage you to explore a suggested solution presented in this article to mitigate the impact of a Layer 2 loop.</p>
<p>I got involved in exploring solutions to protect the Catalyst 6500 because one of our customers had experienced Layer 2 issues, and they wanted to leverage Cisco existing tools to alleviate the effects of Layer 2 loops on their Cisco Catalyst 6500 distribution switches. Their campus network consists of a three-layer model with Layer 2 connections between access and distribution switches, and Layer 3 connections between distribution and core switches.</p>
<p>This article presents the steps I took to develop a solution to protect the Catalyst 6500 in the presence of a Layer 2 loop. These steps include the following:</p>
<ul>
<li><a href="http://www.netcraftsmen.net/#simulate_loop">How to simulate of a Layer 2 loop</a></li>
<li><a href="http://www.netcraftsmen.net/#monitor_control_plane">How to monitor the control plane traffic</a></li>
<li><a href="http://www.netcraftsmen.net/#CPP">Control plane policing</a></li>
<li><a href="http://www.netcraftsmen.net/#storm_control">Storm control</a></li>
<li><a href="http://www.netcraftsmen.net/#hw_rate_limiting">Hardware rate limiting</a></li>
<li><a href="http://www.netcraftsmen.net/#design_guidelines">Design recommendations</a></li>
</ul>
<h4><a name="simulate_loop"></a>How to Simulate a Layer 2 Loop</h4>
<p>Four switches were used in a lab environment to simulate a Layer 2 loop, as illustrated in the figure below. VLAN 10 was created as a user VLAN to simulate communication between two users’ PCs.</p>
<p><span style="color: #ff0000;"><em> </em></span><img src="http://www.netcraftsmen.net/images/testbed-2.png" alt="Test Bed" height="379" width="436" /></p>
<p> </p>
<p>The configuration shown below was implemented on all switches to create a Layer 2 loop, specifically a spanning tree loop on VLAN 10.</p>
<pre>Distribution-Sw1(config)no spanning-tree VLAN 10.</pre>
<p>Within one minute after issuing the command above, the CPU utilization had risen to 99% for all four switches. To display the current CPU utilization, the command “show processes cpu” was used, as shown below.</p>
<pre>Distribution-Sw1# show processes cpu sorted | exclude 0.00%__0.00%__0.00%<br />CPU utilization for five seconds: 99%/92%; one minute: 99%; five minutes: 99%<br />PID Runtime(ms)   Invoked   uSecs    5Sec    1Min    5Min    TTY Process<br />------------------------    Output omitted   ----------------------------------------------------</pre>
<p>With the CPU reaching 99%, routing adjacencies were flapping, and communication within the user VLAN 10 between PC1 and PC2 was no longer possible. A set of measurements were taken and the results are shown on the figure below.</p>
<p><span style="color: #ff0000;"><em><img src="http://www.netcraftsmen.net/images/cpu-layer2-loop.png" alt="CPU utilization with layer 2 loop" /></em></span></p>
<p> </p>
<p>To develop a good understanding of the type of traffic responsible for high CPU utilization, it was essential to monitor the traffic processed by the control plane.</p>
<h4><a name="monitor_control_plane"></a>How to Monitor the Control Plane Traffic</h4>
<p>The figure below illustrates the monitoring context for analyzing traffic that is processed by the Catalyst 6500 control plane. What is needed is a Switched Port Analyzer (SPAN), a host running a network protocol analyzer, and an Ethernet cable.</p>
<p><span style="color: #ff0000;"><em><span style="color: #ff0000;"><em><img src="http://www.netcraftsmen.net/images/cpp%20monitoring-2.png" alt="Control plane traffic monitoring" /></em></span></em></span></p>
<h4><a name="using_span"></a>Control Plane Traffic Monitoring using SPAN</h4>
<p>The configuration shown below defines port Gigabit 5/24 as a spanned port for CPU traffic. The traffic processed by the Route Processor (RP) and the Switch Processor (SP) is duplicated on Gigabit 5/24.</p>
<pre>Distribution-Sw1(config)#monitor session 2 type local<br />Distribution-Sw1(config-mon-local)#source cpu rp<br />Distribution-Sw1(config-mon-local)#source cpu sp<br />Distribution-Sw1(config-mon-local)#destination interface gigabit 5/24</pre>
<p>The configuration shown below checks the status of a created SPAN.</p>
<pre>Distribution-Sw1# show monitor session 2<br />Session 2<br />---------<br />Type                   : Local Session<br />Status                 : Admin Disabled<br />Egress SPAN Replication State:<br />Operational mode       : -<br />Configured mode        : -</pre>
<p>It is important to note that after the CPU SPAN is created, it defaults to “Admin Disabled”. To make it operational a “no shut” command is needed on the SPAN.</p>
<pre>Distribution-Sw1(config)#monitor session 2<br />Distribution-Sw1(config-mon-local)#no shut</pre>
<p>After the “no shut” command is issued, the SPAN is put in Admin Enabled mode as shown in the output below.</p>
<pre>Distribution-Sw1# show monitor session 2<br />Session 2<br />---------<br />Type                   : Local Session<br />Status                 : Admin Enabled<br />Source Ports           :<br />Both               : rp,sp<br />Destination Ports      : Gi5/24<br />Egress SPAN Replication State:<br />Operational mode       : Centralized<br />Configured mode        : Centralized (default)</pre>
<p>Now that the Layer 2 loop had been simulated, and that the traffic processed by the control plane was being monitored, the next step was to select what tools, or combination of tools could be used to mitigate the impact of the Layer 2 loop. The possible tools considered for the mitigation were:</p>
<ul>
<li>Control plane policing</li>
<li>Storm control</li>
<li>Hardware rate limiting</li>
</ul>
<h4><a name="CPP"></a>Control Plane Policing</h4>
<p>Control Plane Policing is a feature in Cisco routers and switches that enable administrators to configure QoS policies to protect the control plane against reconnaissance, denial-of-service (DoS) attacks, and other scenarios that can lead to exhaustion of CPU resources.</p>
<p>To limit the impact on the switches CPU, control plane policing was applied to limit traffic that could potentially affect CPU utilization and to protect other traffic such as routing against CPU resource starvation. Control plane policing uses the same class-map and policy-map commands that you may be familiar with when you configure Quality of Service. The process of creating and applying control plane policing consists of the following three steps:</p>
<ol>
<li>Use class-map to classify traffic processed by the control plane</li>
<li>Use policy-map to apply policing on classified traffic</li>
<li>Apply policy-map to the control plane</li>
</ol>
<p>The traffic targeted for classification included: EIGRP, HSRP, SSH, SNMP, TACACS, DHCP, IGMP, and PIM. I created the following class-map:</p>
<pre>class-map match-all class-eigrp<br />   match access-group name EIGRP<br /><br />class-map match-all class-mgmt<br />   match access-group name MGMT<br /><br />class-map match-all class-hsrp<br />   match access-group name HSRP<br /><br />class-map match-all class-pim<br />   match access-group name PIM<br /><br />class-map match-all class-igmp<br />   match access-group name IGMP<br /><br />class-map match-all class-dhcp<br />   match access-group name DHCP<br /><br /><br />ip access-list extended EIGRP<br />   permit eigrp any host 224.0.0.10<br /><br />ip access-list extended HSRP<br />   permit udp any host 224.0.0.2 eq 1985<br />   permit udp any host 224.0.0.102 eq 1985<br /><br />ip access-list extended PIM<br />   permit pim any 224.0.0.0 0.0.0.255<br /><br />ip access-list extended IGMP<br />   permit igmp any 224.0.0.0 31.255.255.255<br /><br />ip access-list extended MGMT<br />   permit tcp any any tacacs<br />   permit tcp any any eq 22<br />   permit udp any any eq snmp<br />   permit icmp any any<br /><br />ip access-list extended DHCP<br />   permit udp any eq bootpc any eq bootps<br />   permit udp any eq bootps any eq bootpc<br />   permit udp any eq bootps any eq bootps</pre>
<p>I created a policy-map named copp-policy to apply policy restriction to traffic processed by the control place. As an example, for dhcp traffic I created the following policy.</p>
<pre>class  class-dhcp<br />   police 32000 conform-action transmit exceed-action drop</pre>
<p>In the policy statement above, the switch processes DHCP traffic up to a threshold of 32000 bits/sec, but any excess above this threshold is dropped by switch.</p>
<p>The values used for policing were based on measurement of actual traffic in the operational network(using the SPAN port). Below is a complete of list of policing statements applied to classified traffic.</p>
<pre>policy-map copp-policy<br />   class  class-eigrp<br />      police 32000 conform-action transmit exceed-action transmit ! protection of EIGRP traffic<br />   <br />   class  class-hsrp<br />      police 32000 conform-action transmit exceed-action transmit ! protection of HSRP traffic<br /><br />   class  class-mgmt<br />      police 512000 conform-action transmit exceed-action drop<br /><br />   class  class-pim<br />      police 32000 conform-action transmit exceed-action drop<br /><br />   class  class-igmp<br />      police 100000 conform-action transmit exceed-action drop<br /><br />   class  class-dhcp<br />      police 32000 conform-action transmit exceed-action drop<br /><br />   class  class-default<br />      police 2000000 conform-action transmit exceed-action drop</pre>
<p>After the creation of the policy map, I applied it to the control plane as shown below</p>
<pre>control-plane<br />   service-policy input  copp-policy</pre>
<p>After applying the policy map to distribution switch control planes, the CPU utilization was reduced from 99% to an average of 92% as shown in the figure below.</p>
<p><span style="color: #ff0000;"><em><img src="http://www.netcraftsmen.net/images/cpu-layer2-loop-control-plane.png" alt="CPU utilization with layer2 loop and control plane policing" /></em></span></p>
<p>With control policing applied, communication was now possible within user VLAN 10 between PC1 and PC2. Despite the CPU utilization reduction, intermittent packet losses were observed.</p>
<p>To alleviate further the impact of the Layer 2 loop, the next step was to use an additional tool. Given the nature of Layer 2 loops, large volumes of broadcast and multicast traffic get amplified, as explained earlier, and storm control was a logical selection for the tool to use.</p>
<h4><a name="storm_control"></a>Storm Control</h4>
<p>Traffic storm control is a feature in Cisco switches that can be used to monitor broadcast, multicast, and unicast traffic levels entering a given interface over a 1-second interval. Traffic gets dropped during the monitoring interval when configured thresholds are exceeded.</p>
<p>After observing the amount of multicast and broadcast traffic in the operational network (using the SPAN port) it was estimated that 5% of the total bandwidth was sufficient to accommodate all broadcast and multicast traffic. The following configuration was applied to all switch trunk ports to set the storm control threshold to 5%.</p>
<pre>Distribution-Sw1(config)#int  range f0/21 - 24<br />Distribution-Sw1(config-if)#storm-control multicast level  5<br />Distribution-Sw1(config-if)#storm-control broadcast level  5</pre>
<p>Combining control policing with storm control resulted in a significant improvement of the CPU utilization as shown in the figure below.</p>
<p><span style="color: #ff0000;"><em><img src="http://www.netcraftsmen.net/images/cpu-layer2-loop-control-plane-storm-control.png" alt="CPU Utilization with layer2 loop, control plane policing, and storm control" /></em></span></p>
<p>Communication within the user VLAN 10 between PC1 and PC2 became normal with no packet losses. Although the CPU was less than 40% on average, CPU spikes for up to 95% were observed for short duration of time. An observation of the traffic processed by distribution switch control planes revealed large amount of BPDU, VTP, STP, and ARP traffic. To reduce the volume of this traffic, the hardware rate-limiting tool available on the Catalyst 6500 was selected as the next improvement step.</p>
<h4><a name="hw_rate_limiting"></a>Hardware Rate Limiting</h4>
<p>The Cisco Catalyst 6500 switches with Supervisor 720 or Supervisor 32 engine provide hardware rate limiters that can be used to limit specific Layer 2 and Layer 3 traffic that are processed by the control plane. The advantage of hardware rate limiters is that their use does not impact CPU utilization.</p>
<p>The following configuration was implemented on distribution switches. The selected parameters were based on measurement of actual traffic in the operational network (using the SPAN port).</p>
<pre>Distribution-Sw1(config)#mls rate-limit layer2 pdu 620 10<br />Distribution-Sw1(config)#mls qos protocol ARP police 64000 2000</pre>
<p>The command “mls rate-limit layer2 pdu 620 10” rate limits Layer 2 PDU protocol packets (including BPDUs, DTP, PAgP, CDP, STP, and VTP packets) to a maximum of 620 packets per second with a burst of 10 packets per seconds.</p>
<p>The command “mls qos protocol ARP police 64000 2000” rate limits ARP packets to a maximum of 64000 bps with a burst of 2000 bps</p>
<p>By combining control policing, storm control, and hardware rate-limiting, the CPU utilization was reduced to an average of 5% with a maximum peak of 28% as shown in the figure below.</p>
<p><span style="color: #ff0000;"><em><img src="http://www.netcraftsmen.net/images/cpu-control-plane-storm-hw-limiters.png" alt="CPU utilization with control plane policing, storm control, and hardware rate limiters" /></em></span></p>
<p><span style="color: #ff0000;"><em> </em></span>With such a reduction of CPU utilization, no perceptible impact was observed on the performance of switches and the user VLAN 10 despite the presence of the Layer 2 loop.</p>
<h4>Results from All Scenarios</h4>
<p>The figure below depicts the results from all scenarios. This diagram provides a representation that enables a visual comparison of the results achieved for these scenarios.</p>
<p><span style="color: #ff0000;"><em><img src="http://www.netcraftsmen.net/images/cpu-utilization-all-cases.png" alt="CPU utilization for all test cases" /></em></span></p>
<h4><a name="design_guidelines"></a>Design Recommendations</h4>
<p>The following are some basic recommendations that can help reduce the risks of occurrence of Layer 2 loops:</p>
<ul>
<li>Limit VLANs to a single wiring closet, whenever possible.</li>
<li>Use UniDirectional Link Detection (UDLD) aggressive mode to prevent occurrence of spanning tree loops as a result of unidirectional links.</li>
<li>As applicable, use BGPU guard, loop guard, and root guard switch features to protect against undesirable changes in the spanning tree topology.</li>
<li>Disable the use of Dynamic Trunking Protocol (DTP) by using the “no negotiate” command on switch ports to prevent automatic negotiation of trunks and access ports.</li>
<li>Set unused ports to an undefined VLAN, and set the administrative mode to shutdown to prevent unauthorized users to connect devices to unused ports.</li>
</ul>
<h4>Conclusion</h4>
<p>The results that I have presented show that by combining control plane policing, storm control, and hardware rate limiters, significant and consistent reduction of CPU utilization can be achieved in the presence of Layer 2 loops. Configuration parameters used to define control plane policing, storm control, and hardware rate limiters were based on a 72-hour measurement of traffic processed by switch control planes in the operational network using the SPAN port. These results are based on tests performed in lab settings, but the conclusions reached are representative of what can be achieved in operational environments.</p>
<p>Even in a well-designed campus network, Layer 2 loops may occur due to wiring mistakes, misconfigured hosts (bridged interfaces), switch configuration mistakes, and loss of BPDU keepalives. By implementing mitigating tools presented in this article, you can prevent the Catalyst 6500 from being overwhelmed in the presence of a Layer 2 loop.</p>
<p>You should follow Cisco design guidelines in campus network design to minimize risks of spanning tree loop occurrence. One important goal in the campus network design is to minimize, as much as possible, the span of broadcast domains by reducing VLANs to a single wiring closet, and using high-speed Layer 3 switching for the core layer instead Layer 2 switching. By reducing the scope of broadcast domains within a campus, a shorter diameter can be obtained for spanning-tree, which inherently reduces the risk and scope of Layer 2 loops.</p>
<h4>References</h4>
<p>1. Protecting the Cisco Catalyst 6500 Series Switches Against Denial-Of-Service Attacks</p>
<p><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/prod_white_paper0900aecd802ca5d6.html">http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/prod_white_paper0900aecd802ca5d6.html</a></p>
<p>2. Configuring Control Plane Policing (CoPP)</p>
<p><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/white_paper_c11_553261.html">http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/white_paper_c11_553261.html</a></p>
<p>3. Protecting Cisco Catalyst 6500 Series Switches Using Control Plane Policing, Hardware Rate Limiting, and Access-Control Lists</p>
<p><a target="_blank" href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/white_paper_c11_553261.html">http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/white_paper_c11_553261.html</a></p>
<p>4. Configuring Traffic-Storm Control</p>
<p><a target="_blank" href="http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SXF/native/configuration/guide/storm.pdf">http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SXF/native/configuration/guide/storm.pdf</a></p>
<p> </p>
<p> </p>]]></description>
            <pubDate>Fri, 16 Sep 2011 15:29:43 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/986-protecting-a-cisco-catalyst-6500-switch-against-layer-2-loops.html</guid>
        </item>
        <item>
            <title>Device Registration and VCS Clustering</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/953-registrationvcsclustering.html</link>
            <description><![CDATA[<p> </p>
<p><span style="color: #004684;"><span style="font-size: 14pt;"><strong>Device Registration and VCS Clustering</strong></span></span></p>
<p><span style="font-size: 14pt;"><strong>Introduction and Background</strong></span></p>
<p><span style="font-size: 12pt;"><strong>Introduction</strong></span></p>
<p>When running a VCS cluster, some consideration needs to be given to the endpoint configuration parameters for client registration since providing a fault-tolerant solution for client registration and re-registration should be a critical element of any production VCS design.  This article discusses several approaches for managing SIP and H.323 device registrations to a clustered VCS.  (I previously provided some general information on the<a href="http://www.netcraftsmen.net/resources/blogs/cisco-vcs-clustering-configuration.html"> Cisco VCS Clustering Configuration</a>.)</p>
<p>This article covers the following areas:</p>
<ol>
<li><a href="http://www.netcraftsmen.net/#Background">Background</a></li>
<li><a href="http://www.netcraftsmen.net/#ExampleEnvironment">Example Environment</a></li>
<li><a href="http://www.netcraftsmen.net/#LeveragingDNS">Leveraging DNS</a></li>
<li><a href="http://www.netcraftsmen.net/#endpointh323">Endpoint Registration Approach: H.323</a></li>
<li><a href="http://www.netcraftsmen.net/#endpointsip">Endpoint Registration Approach: SIP</a></li>
<li><a href="http://www.netcraftsmen.net/#otherConsiderations">Other Considerations</a></li>
</ol>
<p><span style="font-size: 12pt;"><strong><a name="Background"></a>Background</strong></span></p>
<p>A Cisco VCS cluster can contain up to 6 member peers. From a call routing perspective, a VCS cluster acts a a single Local Zone.  In a fully provisioned cluster, only 4 VCS peers can be used for active registrations. The 2 remaining VCS peers are intended for failover. Endpoints and IPVC service providers can register to any VCS peer by IP address or hostname. Providing a  redundant mechanism for handling client registration requests should be a critical element of any production design. Equally important is the ability for registered clients to handle failure events that impact communication between the client and the attached VCS cluster member.</p>
<p>To facilitate our discussion we will lay out an example configuration. Then we will go into design options related to client registrations. Since the Cisco VCS can be a H.323 gatekeeper and a SIP proxy/registrar server we shall look at each standard independently.</p>
<p>For this discussion, we are focusing on VCS version X6.</p>
<p><strong><span style="font-size: 12pt;"><a name="ExampleEnvironment"></a>Example Environment</span></strong></p>
<p>The discussion in this article is based on the following example VCS configurations.</p>
<p><span style="font-size: 12pt;"><em>VCS Control (Internal):</em></span></p>
<p>The VCS Control cluster is the primary call processing solution for endpoints and IPVC infrastructure resources (e.g. MCU, ISDN GW) deployed on the internal or corporate network.</p>
<table style="text-align: center;" align="center" border="1" cellpadding="0" cellspacing="0">
<thead style="text-align: left;"> 
<tr style="text-align: left; background-color: #004684;">
<td style="text-align: left;" valign="top" width="98">
<p><strong><span style="color: #ffffff;">Role</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="127">
<p><strong><span style="color: #ffffff;">Hostname</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="64">
<p><strong><span style="color: #ffffff;">IP Address</span></strong></p>
</td>
</tr>
</thead> 
<tbody style="text-align: left;">
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="98">
<p>VCS Master Peer</p>
</td>
<td style="text-align: left;" valign="top" width="127">
<p>vcsc01.netcraftsmen.net</p>
</td>
<td style="text-align: left;" valign="top" width="64">
<p>10.1.1.32</p>
</td>
</tr>
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="98">
<p>VCS Member Peer</p>
</td>
<td style="text-align: left;" valign="top" width="127">
<p>vcsc02.netcraftsmen.net</p>
</td>
<td style="text-align: left;" valign="top" width="64">
<p>10.2.2.32</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p>The VCS Control cluster name is: <strong>vcsc.netcraftsmen.net</strong></p>
<p><span style="font-size: 12pt;"><em>VCS Expressway (External):</em></span></p>
<p>The VCS Expressway cluster is used as the registration point for endpoints deployed outside of the organization’s autonomous network (e.g. the Internet). The Expressway can also peer with call processing systems in other autonomous domains. The Expressway is also used to facilitate firewall traversal between the VCS Control and Expressway.</p>
<table align="center" border="1" cellpadding="0" cellspacing="0">
<thead style="text-align: left;"> 
<tr style="text-align: left; background-color: #004684;">
<td style="text-align: left;" valign="top" width="98">
<p><strong><span style="color: #ffffff;">Role</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="127">
<p><strong><span style="color: #ffffff;">Hostname</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="64">
<p><strong><span style="color: #ffffff;">IP Address</span></strong></p>
</td>
</tr>
</thead> 
<tbody style="text-align: left;">
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="98">
<p>VCS Master Peer</p>
</td>
<td style="text-align: left;" valign="top" width="127">
<p>vcse01.netcraftsmen.net</p>
</td>
<td style="text-align: left;" valign="top" width="64">
<p>192.168.1.32</p>
</td>
</tr>
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="98">
<p>VCS Member Peer</p>
</td>
<td style="text-align: left;" valign="top" width="127">
<p>vcse02.netcraftsmen.net</p>
</td>
<td style="text-align: left;" valign="top" width="64">
<p>192.168.1.33</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p>The VCS Control cluster name is: <strong>vcsc.netcraftsmen.net</strong></p>
<p><span style="font-size: 14pt;"><strong>Methodology</strong></span></p>
<p><strong><span style="font-size: 12pt;">Diverse Methodology</span></strong></p>
<p>In my humble opinion, if you have a diverse environment with different endpoint types (vendor or version) then you will need to leverage multiple techniques to ensure registration fault tolerance.</p>
<p>You will also need to pay attention to the nuances between devices or clients from the same manufacturer. For instance, the E20 leverages Name Authority Pointer (NAPTR) queries to determine whether it is "internal" or "external". Movi, on the other hand, has two separate entries for an "internal" and "external" SIP proxy.</p>
<p><span style="font-size: 12pt;"><strong><a name="LeveragingDNS"></a>Leveraging DNS</strong></span></p>
<p>A key component of the design approaches outlined in this article is DNS. For a design to address the needs of different end point models and versions it must leverage DNS SRV Resource Records (RRs), DNS host ("A") RRs, and DNS round-robin techniques. For some devices Name Authority Pointers (NAPTR) RRs may be required. Finally, leveraging a "split dns" approach may help optimize client registrations for clients such as Cisco Movi.</p>
<p><em><span style="font-size: 12pt;">DNS SRV Resource Records</span></em></p>
<p><a href="http://tools.ietf.org/html/rfc2782">RFC 2782</a> defines the DNS SRV resource record. A SRV record takes the form of:</p>
<p>_service._proto.name TTL class SRV priority weight port target</p>
<p> </p>
<ul>
<li><em>service:</em> The symbolic name of the hosted service (e.g. sip)</li>
<li><em>proto:</em> The transport used to access the hosted service (i.e. tcp or udp)</li>
<li><em>name:</em> The domain name or FQDN identifying the domain of the hosted service</li>
<li><em>ttl: </em>The "time to live" field (standard DNS TTL)</li>
<li><em>class:</em> The standard DNS class field. For SRV RRs this is always "IN"</li>
<li><em>priority:</em> The priority for the target host associated with the SRV RR. A lower priority value means "more preferred"</li>
<li><em>weight:</em> The weighted value for a target host. Leveraged when target hosts have equal priority value. This is a relative weight.</li>
<li><em>port: </em>The TCP or UDP port number used to access the hosted service</li>
<li><em>target:</em> The DNS A or AAA record de-referencing the IP address of the target host (NOTE: CNAME records are not permitted)</li>
</ul>
<p>Wikipedia provides a decent discussion on DNS SRV records <a href="http://en.wikipedia.org/wiki/SRV_record">here</a>.</p>
<p><span style="font-size: 12pt;"><em>H.323 and DNS SRV</em></span></p>
<p>H.323v5 Annex O extended the H.323 standard protocol stack to support DNS procedures for gatekeeper discovery. This is useful when statically provisioning endpoints with gatekeeper information. Leveraging mechanisms available in DNS SRV records allows gatekeeper redundancy and load balancing schemes to be deployed transparently.</p>
<p>H323 Annex O defines the following symbolic names to be used in the service field of the SRV record:</p>
<table align="center" border="1" cellpadding="0" cellspacing="0">
<thead style="text-align: left;"> 
<tr style="text-align: left; background-color: #004684;">
<td style="text-align: left;" valign="top" width="50">
<p><strong><span style="color: #ffffff;">Service</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="107">
<p><strong><span style="color: #ffffff;">Name</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p><strong><span style="color: #ffffff;">Meeting</span></strong></p>
</td>
</tr>
</thead> 
<tbody style="text-align: left;">
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="50">
<p>h323ls</p>
</td>
<td style="text-align: left;" valign="top" width="107">
<p>Location Service</p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p>H.323 entity supporting   H.225.0 LRQ procedure</p>
</td>
</tr>
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="50">
<p>h323rs</p>
</td>
<td style="text-align: left;" valign="top" width="107">
<p>Registration Service</p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p>H323 entity supporting   H.225.0 RRQ procedure</p>
</td>
</tr>
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="50">
<p>h323cs</p>
</td>
<td style="text-align: left;" valign="top" width="107">
<p>Call Signaling</p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p>H.323 entity that supports   H.225 call signaling</p>
</td>
</tr>
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="50">
<p>h323be</p>
</td>
<td style="text-align: left;" valign="top" width="107">
<p>Border Element</p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p>H.323 entity supporting   communications as defined in Annex G/ H.225.0</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><em><span style="font-size: 12pt;">SIP and DNS SRV</span></em></p>
<p><a href="http://www.ietf.org/rfc/rfc3263.txt">IETF RFC 3263</a> defines how SIP agents can leverage DNS to resolve a SIP Uniform Resource Identifier (URI) into the IP address, port, and transport protocol of the next hop contact. The method in RFC 3263 may be applied to SIP register messages. RFC 3263 defines the following symbolic names to be used in the service field of the SRV record.</p>
<table align="center" border="1" cellpadding="0" cellspacing="0">
<thead style="text-align: left;"> 
<tr style="text-align: left; background-color: #004684;">
<td style="text-align: left;" valign="top" width="50">
<p><strong><span style="color: #ffffff;">Service</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="133">
<p><strong><span style="color: #ffffff;">Name</span></strong></p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p><strong><span style="color: #ffffff;">Meeting</span></strong></p>
</td>
</tr>
</thead> 
<tbody style="text-align: left;">
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="50">
<p>sip</p>
</td>
<td style="text-align: left;" valign="top" width="133">
<p>Session Initiation Protocol</p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p>SIP messages over TCP or UDP.</p>
</td>
</tr>
<tr style="text-align: left;">
<td style="text-align: left;" valign="top" width="50">
<p>sips</p>
</td>
<td style="text-align: left;" valign="top" width="133">
<p>Secure SIP</p>
</td>
<td style="text-align: left;" valign="top" width="202">
<p>SIP messages that leverage   Transport Layer Security (TLS). TLS is only supported over TCP.</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><span style="font-size: 12pt;"><strong><a name="endpointh323"></a>Endpoint Registration Approach: H.323</strong></span></p>
<p>We are going to assume that gatekeeper configurations on IPVC endpoints will be manual. Auto-gatekeeper discovery is beyond the scope of this article. Based on Cisco best practice, IPVC system designers should leverage the following methods for identifying gatekeepers to endpoints and infrastructure devices (in order of preference):</p>
<ol>
<li>DNS SRV Resource Records</li>
<li>DNS A records using a round-robin methodology</li>
<li>Static IP address assignments</li>
</ol>
<p><em><span style="font-size: 12pt;">Initial Registration DNS SRV</span></em></p>
<p>Using DNS SRV records is the preferred approach to providing redundant gatekeeper lists to IPVC endpoints and infrastructure devices for <strong><em>initial registration</em></strong>. From the endpoints perspective, you configure a hostname such as <strong>vcsc.netcraftsmen.net</strong>. You don't configure the service or protocol fields on the client. You will notice that the hostname configured is identical to the VCS cluster name. Using the cluster name isn't necessarily required but it is preferred.</p>
<p>When an endpoint that supports DNS SRV is configured with a gatekeeper hostname it will issue a DNS SRV request on startup. The assigned DNS resolver returns the SRV record with all VCS peer IP addresses, associated priorities, and associated weights. The endpoint will then attempt to register with the VCS peer which has the highest priority.</p>
<p>SRV records can be used to provide redundancy to VCS cluster peers as well as identifying backup or secondary VCS clusters. In very large deployments this can be used in conjunction with geographic proximity of the requesting endpoint to provide all kinds of fancy registration scenarios.  For our purposes, we are going to keep it simple. Building on our example, we could have the following SRV records.</p>
<pre>_h323ls._udp.vcsc.netcraftsmen.net.     86400 IN SRV 10 0 1719 vcsc02.netcraftsmen.net.<br />                                        86400 IN SRV 10 0 1719 vcsc01.netcraftsmen.net.<br />_h323rs._udp.vcsc.netcraftsmen.net.     86400 IN SRV 10 0 1719 vcsc02.netcraftsmen.net.<br />                                        86400 IN SRV 10 0 1719 vcsc01.netcraftsmen.net.<br />_h323cs._tcp.vcsc.netcraftsmen.net.     86400 IN SRV 10 0 1720 vcsc02.netcraftsmen.net.<br />                                        86400 IN SRV 10 0 1720 vscc01.netcraftsmen.net.</pre>
<p>In this example, we are using an equal priority and weight for all VCS peers. This should result in a balanced distribution of registrations over both cluster peers. We are also specifying a TTL value of 24 hours (86400 seconds). This is recommended because the endpoint will cache ALL addresses returned by the SRV request. Having a higher TTL will minimize the number of requests that need to be handled by the DNS server(s).</p>
<p><span style="font-size: 12pt;"><em>Initial Registration DNS Round-Robin</em></span></p>
<p>Your IPVC design should account for both DNS SRV and DNS Round-Robin if you have endpoints which do not support DNS SRV for H.323 registration/location services. It is also worth noting that endpoints that do leverage SRV will fall back to requesting DNS "A" resource records if there is no SRV records.</p>
<p>If the endpoint doesn't support SRV or there is no SRV record response, then the endpoint will perform a DNS A-record lookup. The DNS server responds with an IP address and the endpoint attempts registration. If that IP address doesn't respond, then the endpoint will submit another DNS A-record lookup. This will be repeated until the endpoint can register to a gatekeeper (VCS peer).</p>
<p>Using our example, we may have the following A-records configured in a round-robin fashion:</p>
<pre>vcsc.netcraftsmen.net.       60     IN     A      10.1.1.32<br />vcsc.netcraftsmen.net.       60     IN     A      10.2.2.32</pre>
<p>Again, we used the cluster name for the round-robin configuration. This is a good idea because you can then have a standard gatekeeper configuration for all endpoints, regardless of whether they support SRV record lookups or not. When using DNS A-records in a round-robin configuration, it is recommended to use relatively short TTL values. In our example, we use 60 seconds. I like to set the TTL to a value which is identical to my SIP and H.323 re-registration interval (which I adjust to 60 seconds).</p>
<p>Using DNS round-robin has the drawback of requiring the endpoint to make multiple DNS requests in the event that the VCS associated with the first DNS query response is unreachable.</p>
<p><span style="font-size: 12pt;"><em>Initial Registration IP Address</em></span></p>
<p>This is the least preferred approach because it represents a single point of failure with gatekeeper registration. You specify an IP address and hope the VCS device is online.</p>
<p><em><span style="font-size: 12pt;">Re-Registration and Fault Tolerance</span></em></p>
<p>No matter which method is used, when an H.323 endpoint registers to a VCS cluster member the gatekeeper process provides the endpoint with an alternate gatekeeper list. The VCS builds this alternate gatekeeper list from the list of VCS cluster peer members. This alternate gatekeeper list will be used by the endpoint for all further re-registration transactions. The advantage of the alternate gatekeeper functionality is that endpoints will use this list in the event the gatekeeper holding the active registration should become unavailable. IOW, a H.323 endpoint that has an alternate gatekeeper list won't rely on DNS in the event of failover.</p>
<p>The endpoint still needs to detect the failure that means that there is an impact to service. The actual impact is roughly equivalent to the re-registration timer value.</p>
<p><span style="font-size: 12pt;"><strong><a name="endpointsip"></a>Endpoint Registration Approach: SIP</strong></span></p>
<p>Based on Cisco best practice, IPVC system designers should leverage the following methods for identifying SIP registrars to endpoints and infrastructure devices (in order of preference):</p>
<ol>
<li>SIP Outbound (<a href="http://tools.ietf.org/html/rfc5626">RFC 5626</a>)</li>
<li>DNS SRV Resource Records</li>
<li>DNS A records using a round-robin methodology</li>
<li>Static IP address assignment</li>
</ol>
<p><em><span style="font-size: 12pt;">Registration Using SIP Outbound</span></em></p>
<p>Some Cisco endpoints can leverage a parameter called SIP Outbound. Using this option, an endpoint is configured to have more than one SIP registrar/proxy address and has the "SIP Outbound" optional parameter enabled. When configured in this manner, the endpoint will actually open separate TCP connections to each configured SIP registrar/proxy server. The endpoint keeps all sessions open (assuming there is an available network path).</p>
<p>An example endpoint configuration:</p>
<ul>
<li>Proxy 1   
<ul>
<li>Server discovery: Manual</li>
<li>Server address: vcsc01.netcraftsmen.net (or 10.1.1.32)</li>
</ul>
</li>
<li>Proxy 2   
<ul>
<li>Server discovery: Manual</li>
<li>Server address: vcsc02.netcraftsmen.net (or 10.2.2.32)</li>
</ul>
</li>
<li>Outbound: On</li>
</ul>
<ol> </ol>Using the above configuration our endpoint will establish a SIP connection to 10.1.1.32 and 10.2.2.32. Since the endpoint is registering to both peers simultaneously, there is no service disruption in the event one of the VCS registrations is broken (i.e. due to a VCS or network path failure).
<p><em><span style="font-size: 12pt;">Registration Using DNS SRV</span></em></p>
<p>Using DNS SRV for SIP registrations is very similar to the method described for H.323. From the endpoints perspective, you configure a hostname such as <strong>vcsc.netcraftsmen.net</strong>. You don't configure the service or protocol fields on the client. You will notice that the hostname configured is identical to the VCS cluster name. Using the cluster name isn't necessarily required but it is preferred.</p>
<p>When an endpoint that supports DNS SRV is configured with a SIP proxy hostname it will issue a DNS SRV request on startup. The assigned DNS resolver returns the SRV record with all VCS peer IP addresses, associated priorities, and associated weights. The endpoint will then attempt to register with the VCS peer which has the highest priority.</p>
<p>SRV records can be used to provide redundancy to VCS cluster peers as well as identifying backup or secondary VCS clusters. In very large deployments this can be used in conjunction with geographic proximity of the requesting endpoint to provide all kinds of fancy registration scenarios.  For our purposes, we are going to keep it simple. Building on our example, we could have the following SRV records.</p>
<pre>_sip._tcp.vcsc.netcraftsmen.net.     86400 IN SRV 10 0 5060 vcsc02.netcraftsmen.net.<br />                                     86400 IN SRV 10 0 5060 vcsc01.netcraftsmen.net.<br />_sips._tcp.vcsc.netcraftsmen.net.    86400 IN SRV 10 0 5061 vcsc02.netcraftsmen.net.<br />                                     86400 IN SRV 10 0 5061 vscc01.netcraftsmen.net.</pre>
<p>The SRV records defined above facilitate SIP sessions that leverage TCP or TLS transport mechanisms. We don't specify a UDP configuration because the call control channel for SIP conversations involve messages that are too large to be carried on a packed based (vs. stream based) transport.</p>
<p>In this example, we are using an equal priority and weight for all VCS peers. This should result in a balanced distribution of registrations over both cluster peers. We are also specifying a TTL value of 24 hours (86400 seconds). This is recommended because the endpoint will cache ALL addresses returned by the SRV request. Having a higher TTL will minimize the number of requests that need to be handled by the DNS server(s).</p>
<p><em><span style="font-size: 12pt;">Registration Using DNS Round-Robin</span></em></p>
<p>As with H.323, when an endpoint doesn't support method 1 or method 2 then we fall back to using a DNS round-robin approach. In our example, SIP clients would use the exact same configuration presented for H.323 clients.</p>
<p><em><span style="font-size: 12pt;">Registration Using Static IP Address</span></em></p>
<p>This is the least preferred approach because it represents a single point of failure with gatekeeper registration. You specify an IP address and hope the VCS device is online.</p>
<p><em><span style="font-size: 12pt;">Re-Registration and Fault Tolerance</span></em></p>
<p>The closest analog to the H.323 "Alternate Gatekeeper" feature in SIP is found in RFC 5626. An endpoint that supports the ability to establish and maintain divergent SIP connections offers the optimum fault tolerant model.</p>
<p>Endpoints that do not support this capability (or are not configured to support it) must rely on one of the other three approaches. Using the DNS SRV approach, an endpoint that loses connection to its primary VCS will use the cached DNS SRV response to establish a connection to an alternate SIP proxy/registrar. With DNS round-robin, the endpoint must query DNS again, which can add considerable lag time.</p>
<p><strong><span style="font-size: 12pt;"><a name="otherConsiderations"></a>Other Considerations</span></strong></p>
<p><em><span style="font-size: 12pt;">Cisco Movi Clients</span></em></p>
<p>The Cisco Movi client is a SIP-only client that supports DNS SRV. Therefore it shall prefer SIP registration option 2 (SIP Outbound is not supported). Movi clients are actually provisioned with separate parameters for “internal” and “external” registrations. This approach means that some thought must be given to how DNS records are resolved by internal and external DNS clients.</p>
<p>When the Movi client is initiated it will always attempt to register to the VCS host configured as the "internal" VCS. If this registration attempt fails then the VCS will try the external VCS. If you are using DNS names for your internal/external VCS parameters then the first step Movi will use to register to the internal VCS is to query DNS to resolve the hostname to an IP address.</p>
<p>Therefore, NetCraftsmen recommends that DNS be configured so that queries from external (i.e. Internet) clients cannot resolve DNS SRV or host records for the VCS Control cluster. This will optimize the time it takes for a Movi client on the Internet to determine it should register to the VCS Expressway (i.e. "external") cluster.</p>
<p><span style="font-size: 12pt;"><em>SRV for Registration vs. SRV for Call Routing/Searching</em></span></p>
<p>The design approach outlined in this article is focused on facilitating the registration process only. The registration process should be treated separately from call processing. DNS SRV and NAPTR records supporting call routing may be different than those used to support the registration process.</p>
<br />
<p> </p>
<p><strong> </strong></p>
<p> </p>
<p> </p>]]></description>
            <pubDate>Sun, 12 Jun 2011 02:22:00 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/953-registrationvcsclustering.html</guid>
        </item>
        <item>
            <title>Medical Grade Network Design and Operation White Paper</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/913-medical-grade-network-design-and-operation.html</link>
            <description><![CDATA[<p style="text-align: right;"><a title="PDF of Medical Grade Network Design and Operations" href="http://www.netcraftsmen.net/index.php?option=com_docman&amp;task=doc_download&amp;gid=290"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> </a><a title="PDF of Medical Grade Network Design and Operations" href="http://www.netcraftsmen.net/index.php?option=com_docman&amp;task=doc_download&amp;gid=290"><span style="font-size: 8pt;">PDF of Medical Grade Network Design and Operation</span></a></p>
<p> </p>
<p>Chesapeake NetCraftsmen has been supporting our health care customers with designs and implementations of 'Medical Grade Networks'. In this whitepaper we will describe medical grade network design and discuss some of the problems that we find in real networks.</p>
<h4>Background</h4>
<p>Most health care organizations have an existing network infrastructure - often there are <em>several </em>physically separate networks, supporting clinical data, non-clinical data, voice, research, educational equipment, and departmental staff. For several reasons (manageability, efficiency, costs), there is a desire to converge these separate networks into one physical infrastructure, while still providing the isolation, security, and responsiveness needed by the organization.</p>
<h4>High Level Converged Network Infrastructure Design</h4>
<p>Our design of the converged network infrastructure for a health care organization is based on the hierarchical, three-layer model: core, distribution, and access layers. This hierarchy establishes the foundation and connectivity for the entire network, as shown below. It is a resilient network that is easy to understand and easy to troublnaceshoot.</p>
<p style="text-align: center;"><img alt="Typical Three Layer Hierarchy in a Medical Grade Network" src="http://www.netcraftsmen.net/images/stories/67/2011_01_26_a.png" height="478" width="600" /></p>
<p>Within each layer are redundant modules that serve a specific role in that layer. The hierarchy allows changes or upgrades to be performed at one layer in the hierarchy without disruption or significant changes to the other layers. End-do-end connectivity uses the ISO network model’s network layer (also called the routing layer or Layer 3), which provides network stability, fault isolation, fast response to failures, and maximizes redundant path utilization. Large Layer 2 switching domains are avoided, because of their inherent susceptibility to operational failures. (For example, a large Layer 2 network that failed and caused a four-day network-wide failure at the CareGroup Healthcare System in Boston is described here: <a title="Article on the Layer 2 failure at the CareGroup Healthcare System" target="_blank" href="http://www.cio.com.au/article/6511/all_systems_down/">http://www.cio.com.au/article/6511/all_systems_down/</a>).</p>
<p>We overlay the network infrastructure foundation with multiple virtual networks to create the connectivity and the isolation previously provided by the separate physical networks. These virtual networks we call Virtual Network Overlays (VNO). By using VNOs, separate logical networks can be built to support clinical, voice, research, and guest users/devices while maintaining appropriate isolation from each other. Connectivity between VNOs is controlled at clearly identified connection points where security and connectivity policies control access into each VNO. The gray area in the figure below illustrates the domain of the Clinical General Purpose VNO across a healthcare network.</p>
<p style="text-align: center;"><img alt="Example Virtual Network Overlay in a Medical Grade Network" src="http://www.netcraftsmen.net/images/stories/67/2011_01_26_b.png" height="478" width="600" /></p>
<p>Along with Layer 3 routing, we recommend a structured addressing plan based on IPv4, augmented with groundwork for implementation of IPv6. The structured IP addressing plan incorporates stability and security features, making it easy to implement Network Admission Control for network sign-on and easy identification of IP telephony endpoints.<br /> <br /> The network Quality of Service (QoS) design is developed to support delay sensitive network applications and to improve application performance. It provides end-to-end differentiated service levels, ensuring that applications like Voice over IP (VoIP), clinical systems, and telemedicine receive preferential treatment over bulk data applications like email, system backups, and back-office applications. The generalized QoS design, as shown in the figure below, is flexible, easily extending to support new services, and is based a Cisco QoS model.</p>
<p style="text-align: center;"><img alt="QoS Classes in a Medical Grade Network" src="http://www.netcraftsmen.net/images/stories/67/2011_01_26_c.png" height="328" width="500" /></p>
<p>To implement high availability throughout the network infrastructure, we design with redundant pairs of devices, especially for the core and distribution layer. We find that replicating a standard redundant design, based on pairs, is predictable, easy to implement, scalable, and relatively simple to maintain.<br /> <br /> Security is a crucial part of the health care network designs. In addition to standard infrastructure security practices, our designs include a security module to control all communication between the global network and the virtual networks. IPS/IDS devices and firewalls customized with organization specific policies and rules comprise the nucleus of the security module. All traffic that passes between the virtual networks and the global network travels through these network security devices. In addition, the perimeter network is secured to meet appropriate health care policies and regulations.</p>
<h4>Network Operations</h4>
<p>Once the network is built, network management and operations makes sure that any problems are quickly identified and corrected. We have used the network management architecture containing the functionality shown in the following diagram in multiple organizations. It provides the core functionality that is needed without overwhelming the network operations staff with new tools to learn and use.</p>
<p> </p>
<p style="text-align: center;"><img alt="Network Management Architecture for a Medical Grade Network" src="http://www.netcraftsmen.net/images/stories/67/2011_01_26_d.png" height="452" width="600" /></p>
<p>The combination of event processing and performance data collection provides real-time notification of network problems. NCCM (Network Change and Configuration Management) identifies inconsistent configurations that create compliance problems and security holes, in addition to performance problems and errors. IP Address Management tracks devices on the network, so that when a problem is identified, the affected device can be quickly located.</p>
<p>Performance monitoring systems report on high utilization interfaces,  identifying hot spots in the network where links are oversubscribed.  These same systems also identify interfaces with high numbers of errors,  allowing the network staff it correct the problem and increase  productivity of anyone using applications whose data transits the  interface.</p>
<p>Dashboards that show network health and operational problems are key to identifying and correcting network problems before they impact healthcare applications. A combination of real-time alerts and the network health metrics dashboard, shown in the following diagram, informs the network team of immediate and long-term problems that need to be corrected.</p>
<p style="text-align: center;"><img alt="Network health Metric in a Medical Grade Network" src="http://www.netcraftsmen.net/images/stories/67/2011_01_26_e.png" height="452" width="600" /></p>
<h4>Conclusion</h4>
<p>The Medical Grade Network has become a critical infrastructure element for healthcare organizations, incorporating significant redundancy and security components. With a few good network management tools, the network team can work proactively to keep the network operating smoothly.</p>
<p><span style="font-size: 10pt;"><strong>About Chesapeake NetCraftsmen</strong></span></p>
Chesapeake NetCraftsmen, LLC is an advanced network consulting firm that specializes in high-profile and challenging network consulting jobs. We provide network design and consulting services for many healthcare organizations NetCraftsmen is a Premier Cisco Partner, with a large number of Cisco specializations. A third of the company staff are Cisco Certified Internetwork Experts (CCIEs).
<p><span style="font-size: 8pt;">Authors: Terry Slattery (CCIE #1026), Carole Warner Reece (CCIE #5168), and Steve Meyer </span></p>]]></description>
            <pubDate>Thu, 27 Jan 2011 18:03:34 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/913-medical-grade-network-design-and-operation.html</guid>
        </item>
        <item>
            <title>CCIE R&amp;amp;S Roadmap Topics - Section 1 </title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/907-ccie-rs-roadmap-topics-section-1.html</link>
            <description><![CDATA[There are ten sections on the CCIE Routing and Switching v4.0 Lab Blueprint:                    
<ul>
<li><a title="Section 1 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=907:ccie-rs-roadmap-topics-section-1&amp;catid=35&amp;Itemid=176#section1">Section 1 - Implement Layer 2 Technologies</a></li>
<li><a title="Section 2 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=908:ccie-rs-roadmap-topics-section-2&amp;catid=35&amp;Itemid=176#section2">Section 2 - Implement IPv4</a></li>
<li><a title="Section 3 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section3">Section 3 - Implement IPv6</a></li>
<li><a title="Section 4 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section4">Section 4 - Implement MPLS Layer 3 VPNs</a></li>
<li><a title="Section 5 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section5">Section 5 - Implement IP Multicast</a></li>
<li><a title="Section 6 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=910:ccie-rs-roadmap-topics-section-6&amp;catid=35&amp;Itemid=176#section6">Section 6 - Implement Network Security</a></li>
<li><a title="Section 7 topics for v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section7">Section 7 - Implement Network Services</a></li>
<li><a title="Section 8 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section8">Section 8 - Implement Quality of Service</a></li>
<li><a title="Section 9 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section9">Section 9 - Troubleshoot a Network</a></li>
<li><a title="Section 10 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section10">Section 10 - Optimize the Network</a></li>
</ul>
<p>Section 1 topics are outlined in this document, which is one of  a set of six documents that  correlates CCIE R&amp;S Blueprint v4.0  from the Cisco Learning Network <a target="_blank" title="Cisco Learning Network DOC-4375 &quot;CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0&quot;" href="https://learningnetwork.cisco.com/docs/DOC-4375">DOC-4375 "CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0"</a> with the expanded topic list from the <a target="_blank" title="Cisco Learning Network DOC-6864 &quot;CCIE Routing and Switching Lab Exam Checklist&quot;" href="https://learningnetwork.cisco.com/docs/DOC-6864">DOC-6864 "CCIE Routing and Switching Lab Exam Checklist"</a>.</p>
<p>Numbering and topics from the <strong><span style="color: #0000ff;">DOC-4375</span></strong> blueprint are shown in <strong><span style="color: #0000ff;">blue</span></strong>,    numbering and expanded topics from the <strong><span style="color: #ff0000;">DOC-6864</span></strong> checklist are shown in    <strong><span style="color: #ff0000;">red</span></strong>. When the topic appears on both blueprints, it is shown in <strong><span style="color: #b316e3;">purple</span></strong>.</p>
<table class="MsoNormalTable" style="width: 546px; margin-left: -1.25pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section1"></a>1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Layer 2 Technologies</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Catalyst Configuration</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.24.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">SNMP Management on the Switch</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.25.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Telnet and SSH Management on the Switch</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.26.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Controlling Inbound and Outbound Telnet on the Switch</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.27.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Regular and Smart Macros</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.28.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Switch Banners</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.29.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">UDLD</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.30.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Switch Virtual Interfaces (SVIs) for IP Routing</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.31.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Router on a Stick</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.34.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IP Routing on the Switch Using RIPv2, EIGRP, OSPF, and BGP</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.35.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IP Phones to Connect to the Catalyst Switch</span></p>
</td>
</tr>
<tr style="height: 17pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 17pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 17pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.36.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 17pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Dot1q Tunneling</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Spanning Tree Protocol (STP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">802.1d</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.17.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Selecting the Root Bridge for VLANs in a PVST Environment</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">802.1w</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.16.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">801.1s<br /> MSTP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.18.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Selecting the Root Bridge for an MST Instance in an MST Environment</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.10.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PortFast</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">d</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.11.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Loop guard</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">e</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Root guard</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">f</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.12.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Bridge protocol data unit (BPDU) guard</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.15.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BackboneFast</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.09.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Optimizing STP by STP Timers</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.13.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BPDU Filters</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.14.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">UplinkFast</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">g</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Storm control</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">h</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Unicast flooding</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">i</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Port roles, failure propagation, and loop guard operation</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.19.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Setting the Port Priority to Designate the Forwarding Ports</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement VLAN and VLAN Trunking Protocol (VTP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.03.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Creating, Deleting, and Editing VLANs</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.04.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VTP in Client/Server Mode</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.05.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VTP in Transparent Mode</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.06.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VTP Authentication</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.07.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VTP Pruning</span></p>
</td>
</tr>
<tr style="height: 16pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 16pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 16pt;" nowrap="nowrap" valign="bottom" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 16pt;" nowrap="nowrap" valign="bottom" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 16pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement trunk and trunk protocols, EtherChannel, and load-balance</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.01.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Trunks Using an Industry-Standard Encapsulation</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.02.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Trunks Using a Cisco Proprietary Encapsulation</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.08.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Controlling VLANs That Cross a Trunk</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.20.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EtherChannel Using an Industry-Standard Protocol</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.21.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EtherChannel Using a Cisco Proprietary Protocol</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.22.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Disabling Protocols on the EtherChannel</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.23.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Load-Balancing Type on the EtherChannel</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Ethernet technologies</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Speed and duplex</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Ethernet, Fast Ethernet, and Gigabit Ethernet</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">PPP over Ethernet   (PPPoE)</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Switched Port Analyzer (SPAN), Remote Switched Port Analyzer (RSPAN), and flow control</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.32.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">SPAN</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.2.33.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">RSPAN</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" nowrap="nowrap" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Frame Relay</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Frame Relay Multipoint Links on a Physical Interface Using Inverse ARP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Frame Relay Multipoint Links on a Physical Interface Without Using Inverse ARP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Frame Relay Multipoint Link on a Subinterface Using Inverse ARP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Frame Relay Multipoint Link on a Subinterface Without Using Inverse ARP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Frame Relay Point-to-Point Subinterfaces</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PVC with a Multipoint Interface on One Side and a Subinterface on the Other Side</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.01.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Authentication on a Frame Relay Link Using PPP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Local Management Interface (LMI)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Traffic shaping</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Full mesh</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">d</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Hub and spoke</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">e</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Discard eligible (DE)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Other Layer 2 Technologies</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">1.7</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement High-Level Data Link Control (HDLC) and PPP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">HDLC</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.3.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PPP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">1.3.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PPP over Ethernet</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
</tr>
</tbody>
</table>
<p> </p>
<p><strong><span style="color: #1d54e2;">_____________________________________________________________________________________________</span></strong></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <a title="PDF of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/292-ccie-rs-topics-from-doc-4375-and-doc-s6864-pdf.html"><span style="font-size: 8pt;">PDF of Combined RS Topics from DOC-4375 and DOC-6864</span></a></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;">Excel File of Combined RS Topics from DOC-4375 and DOC-6864</span></a><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"><br /></span></a></p>]]></description>
            <pubDate>Sun, 04 Dec 2011 23:08:21 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/907-ccie-rs-roadmap-topics-section-1.html</guid>
        </item>
        <item>
            <title>CCIE R&amp;amp;S Roadmap Topics - Section 2 </title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/908-ccie-rs-roadmap-topics-section-2.html</link>
            <description><![CDATA[There are ten sections on the CCIE Routing and Switching v4.0 Blueprint: 
<ul>
</ul>
<ul>
<li><a title="Section 1 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=907:ccie-rs-roadmap-topics-section-1&amp;catid=35&amp;Itemid=176#section1">Section 1 Implement Layer 2 Technologies</a></li>
<li><a title="Section 2 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=908:ccie-rs-roadmap-topics-section-2&amp;catid=35&amp;Itemid=176#section2">Section 2 Implement IPv4</a></li>
<li><a title="Section 3 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section3">Section 3 Implement IPv6</a></li>
<li><a title="Section 4 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section4">Section 4 Implement MPLS Layer 3 VPNs</a></li>
<li><a title="Section 5 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section5">Section 5 Implement IP Multicast</a></li>
<li><a title="Section 6 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=910:ccie-rs-roadmap-topics-section-6&amp;catid=35&amp;Itemid=176#section6">Section 6 Implement Network Security</a></li>
<li><a title="Section 7 topics for v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section7">Section 7 Implement Network Services</a></li>
<li><a title="Section 8 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section8">Section 8 Implement Quality of Service</a></li>
<li><a title="Section 9 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section9">Section 9 Troubleshoot a Network</a></li>
<li><a title="Section 10 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section10">Section 10 Optimize the Network</a></li>
</ul>
<ul>
</ul>
<p>Section 2 topics are outlined in this document, which is one of a set of six documents that correlates CCIE R&amp;S Blueprint v4.0 from the Cisco Learning Network <a target="_blank" title="Cisco Learning Network DOC-4375 &quot;CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0&quot;" href="https://learningnetwork.cisco.com/docs/DOC-4375">DOC-4375 "CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0"</a> with the expanded topic list from the <a target="_blank" title="Cisco Learning Network DOC-6864 &quot;CCIE Routing and Switching Lab Exam Checklist&quot;" href="https://learningnetwork.cisco.com/docs/DOC-6864">DOC-6864 "CCIE Routing and Switching Lab Exam Checklist"</a>.</p>
<p>Numbering and topics from the <strong><span style="color: #0000ff;">DOC-4375</span></strong> blueprint are shown in <strong><span style="color: #0000ff;">blue</span></strong>, numbering and expanded topics from the <strong><span style="color: #ff0000;">DOC-6864</span></strong> checklist are shown in <strong><span style="color: #ff0000;">red</span></strong>. When the topic appears on both blueprints, it is shown in <strong><span style="color: #b316e3;">purple</span></strong>.</p>
<table class="MsoNormalTable" style="width: 546px; margin-left: -1.25pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section2"></a>2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement IPv4</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IP version  4 (IPv4) addressing, subnetting, and variable-length subnet masking (VLSM)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv4 Addressing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv4 Addressing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv4 Subnetting</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.1.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv4 VLSM</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IPv4  tunneling and Generic Routing Encapsulation (GRE)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IPv4 RIP version 2 (RIPv2)</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IPv4 Open Shortest Path First (OSPF)<br </span><span style="font-size: 10pt; color: red;">OSPFv2</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Standard OSPF areas</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.06.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" nowrap="nowrap" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Stub area</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.07.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" nowrap="nowrap" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Totally stubby area</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">d</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.08.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" nowrap="nowrap" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;"> Not-so-stubby-area (NSSA)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.09.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">NSSA and Stub Areas</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">e</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Totally NSSA</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.10.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">NSSA and Totally Stubby Areas</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">f</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Link-state advertisement (LSA) types</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">g</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Adjacency on a point-to-point and on a multi-access network</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.01.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">OSPF on a Broadcast Multicast Access Network (Ethernet)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.02.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">OSPF over a Frame Relay Multipoint Network by Changing Network Types</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.03.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">OSPF over a Frame Relay Multipoint Network by Using the neighbor Command</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.04.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">OSPF over a Frame Relay Point-to-Point Network</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.2.05.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Virtual Links</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">h</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">OSPF graceful restart</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement IPv4 Enhanced Interior Gateway Routing Protocol (EIGRP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Basic EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Best path</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Loop-free paths</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">EIGRP operations when alternate loop-free paths are available, and when they are not available</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">d</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">EIGRP queries</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">e</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Manual summarization and autosummarization</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">f</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">EIGRP stubs</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EIGRP Stub on Routers and Switches</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Passive Interfaces</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EIGRP Update—Bandwidth Control</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Changing the Administrative Distance of EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.3.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Unequal-Cost Load Balancing for EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IPv4 Border Gateway Protocol (BGP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Next hop</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IBGP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.5.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Next-Hop Attribute</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Peering</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IBGP Peering</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.6.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EBGP Peering</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.6.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EBGP Peering Based on Loopbacks</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Internal Border Gateway Protocol (IBGP) and External Border Gateway Protocol (EBGP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.5.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Advertising Routes in BGP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.5.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Reflectors</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.5.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redundancy by Neighbor Relationships Based on Loopbacks</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">EBGP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Advanced Features</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.01.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Filtering Using ACLs</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.02.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Filtering Using Prefix Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.03.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Filtering Using AS Path Filters</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.04.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistributing Connected Routes into BGP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.05.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistributing Dynamic Routing Protocols into BGP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.06.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Aggregation</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.07.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Aggregation with the Summary Only Parameter</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.08.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Aggregation with Suppress Maps</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.09.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Aggregation with Unsuppress Maps</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.10.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Best-Path Selection – Weight</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.11.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Best-Path Selection – Local Preference</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.12.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Best-Path Selection – MED</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.13.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Communities – No-Export</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.14.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Communities – No-Advertise</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.15.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Confederation</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.16.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">BGP Local AS</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.17.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Working with Private AS Numbers</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.18.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Dampening</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.19.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Conditional Advertising</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.7.20. </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Peer Groups </span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.7</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement policy   routing</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.8</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.8</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Performance Routing (PfR) and Cisco Optimized Edge Routing (OER)</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">2.9</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement filtering, route redistribution, summarization, synchronization, attributes, and other advanced features</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Filtering, Redistribution, and Summarization</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.01.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Filtering for OSPF Within the Area Using a Distribute List with an ACL and Prefix Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.02.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Filtering for OSPF Between Areas</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.03.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Summarization of OSPF Routes Between Areas</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.04.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Summarization of External Routers Within OSPF</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.05.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Filtering with a Distribute List Using an ACL and Prefix Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.06.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Using Advanced ACLs and a Prefix List for Filtering Routes</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.07.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Summarizing Routes with EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.08.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Summarization for RIP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.09.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution Between OSPF and EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.10.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution Between RIP and EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.11. </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution Between RIP and OSPF </span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.12.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution of Directly Connected Routes</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.13.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution of Static Routes</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.14.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution with Filtering Using ACLs and Prefix Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
<br /></td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">2.4.15</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Redistribution with Filtering Using Route Tagging</span></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><strong><span style="color: #1d54e2;">_____________________________________________________________________________________________</span></strong></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" <a title="PDF of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/292-ccie-rs-topics-from-doc-4375-and-doc-s6864-pdf.html"><span style="font-size: 8pt;">PDF of Combined RS Topics from DOC-4375 and DOC-6864</span></a></p>
<img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" <strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;">Excel File of Combined RS Topics from DOC-4375 and DOC-6864</span></a><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"><br /></span></a></strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"> </span></a>
<p><a href="http://www.netcraftsmen.net/resources/technical-articles/908-ccie-rs-roadmap-topics-section-2.html">Read more...</a></p>]]></description>
            <pubDate>Sun, 04 Dec 2011 23:08:38 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/908-ccie-rs-roadmap-topics-section-2.html</guid>
        </item>
        <item>
            <title>CCIE R&amp;amp;S Roadmap Topics - Sections 3, 4, and 5</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/909-ccie-rs-roadmap-topics-sections-3-4-and-5.html</link>
            <description><![CDATA[There are ten sections on the CCIE Routing and Switching v4.0 Blueprint:                                
<ul>
</ul>
<ul>
<li><a title="Section 1 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=907:ccie-rs-roadmap-topics-section-1&amp;catid=35&amp;Itemid=176#section1">Section 1 - Implement Layer 2 Technologies</a></li>
<li><a title="Section 2 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=908:ccie-rs-roadmap-topics-section-2&amp;catid=35&amp;Itemid=176#section2">Section 2 - Implement IPv4</a></li>
<li><a title="Section 3 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section3">Section 3 - Implement IPv6</a></li>
<li><a title="Section 4 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section4">Section 4 - Implement MPLS Layer 3 VPNs</a></li>
<li><a title="Section 5 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section5">Section 5 - Implement IP Multicast</a></li>
<li><a title="Section 6 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=910:ccie-rs-roadmap-topics-section-6&amp;catid=35&amp;Itemid=176#section6">Section 6 - Implement Network Security</a></li>
<li><a title="Section 7 topics for v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section7">Section 7 - Implement Network Services</a></li>
<li><a title="Section 8 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section8">Section 8 - Implement Quality of Service</a></li>
<li><a title="Section 9 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section9">Section 9 - Troubleshoot a Network</a></li>
<li><a title="Section 10 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section10">Section 10 - Optimize the Network</a></li>
</ul>
<ul>
</ul>
<p>Sections 3, 4, and 5 topics are outlined in this document, which is one  of  a set of  six documents that  correlates CCIE R&amp;S Blueprint v4.0   from the  Cisco Learning Network <a target="_blank" title="Cisco Learning Network DOC-4375 &quot;CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0&quot;" href="https://learningnetwork.cisco.com/docs/DOC-4375">DOC-4375 "CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0"</a> with the expanded topic list from the <a target="_blank" title="Cisco Learning Network DOC-6864 &quot;CCIE Routing and Switching Lab Exam Checklist&quot;" href="https://learningnetwork.cisco.com/docs/DOC-6864">DOC-6864 "CCIE Routing and Switching Lab Exam Checklist"</a>.</p>
<p>Numbering and topics from the <strong><span style="color: #0000ff;">DOC-4375</span></strong> blueprint are shown in <strong><span style="color: #0000ff;">blue</span></strong>,    numbering and expanded topics from the <strong><span style="color: #ff0000;">DOC-6864</span></strong> checklist are shown in    <strong><span style="color: #ff0000;">red</span></strong>. When the topic appears on both blueprints, it is shown in <strong><span style="color: #b316e3;">purple</span></strong>.</p>
<table class="MsoNormalTable" style="width: 546px; margin-left: -1.25pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section3"></a>3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement IPv6</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv6</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement IP version 6 (IPv6) addressing and different addressing types</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IPv6 neighbor discovery</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement basic IPv6 functionality protocols</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.2 </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">RIPng </span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement tunneling techniques<br /> </span><span style="font-size: 10pt; color: red;">IPv6 Tunneling</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement OSPF version 3 (OSPFv3)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement EIGRP version 6 (EIGRPv6)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv6 on a Frame Relay Network – Multipoint</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv6 on a Frame Relay Network – Point-to-Point</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">3.7</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement filtering and route redistribution</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Filtering with a Distribute List Using an ACL and Prefix Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">3.1.8.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Route Redistribution Between OSPFv3 and EIGRPv6</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section4"></a>4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement MPLS Layer 3 VPNs</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">4.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Multiprotocol Label Switching</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS Unicast Routing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS Unicast Routing Using LDP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Controlling Label Distribution</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">4.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Layer 3 virtual private networks (VPNs) on provider edge (PE), provider (P), and customer edge (CE) routers</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS VPN</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS VPN Using Static Routing Between PE-CE</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS VPN Using EIGRP as the PE-CE Routing Protocol</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.2.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS VPN Using OSPF as the PE-CE Routing Protocol</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.2.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MPLS VPN Using EBGP as the PE-CE Routing Protocol</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">4.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement virtual routing and forwarding (VRF) and Multi-VRF Customer Edge (VRF-Lite)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.2.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Controlling Route Propagation Using the Route Target with Import and Export Maps</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VRF-Lite</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">4.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VRFs at the Customer Sites Using VRF-Lite</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section5"></a>5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement IP Multicast</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">5.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Protocol Independent Multicast (PIM) sparse mode</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM Sparse Mode – Static Rendezvous Point</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM Sparse Mode – Multiple Static Rendezvous Points</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM Sparse Mode – Auto Rendezvous Point</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM Sparse Mode with Multiple Rendezvous Points Using the Auto Rendezvous Point</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM and Bidirectional PIM</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM Dense Mode</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PIM on an NMBA Network</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.1.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Bidirectional PIM</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">5.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Multicast Source Discovery Protocol (MSDP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MSDP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">MSDP to an Anycast Rendezvous Point</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">5.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement interdomain multicast routing</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">5.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement PIM Auto-Rendezvous Point (Auto-RP), unicast rendezvous point (RP), and bootstrap router (BSR)</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">5.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement multicast tools, features, and source-specific multicast</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Multicast Tools</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Multicast Rate Limiting</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.3.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IGMP Filtering on the Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.3.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of the Switch to Block Multicast Traffic</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.3.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Multicasting Through a GRE Tunnel</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.3.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Multicast Helper Address</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">5.6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IPv6 multicast, PIM, and related multicast protocols, such as Multicast Listener Discovery (MLD)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv6 Multicast</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv6 Multicast Routing Using PIM</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">5.4.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IPv6 Multicast Listener Discovery (MLD) Protocol</span></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>
<p><strong><span style="color: #1d54e2;">_____________________________________________________________________________________________</span></strong></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <a title="PDF of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/292-ccie-rs-topics-from-doc-4375-and-doc-s6864-pdf.html"><span style="font-size: 8pt;">PDF of Combined RS Topics from DOC-4375 and DOC-6864</span></a></p>
<img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;">Excel File of Combined RS Topics from DOC-4375 and DOC-6864</span></a></strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"><br /></span></a>]]></description>
            <pubDate>Sun, 04 Dec 2011 23:08:52 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/909-ccie-rs-roadmap-topics-sections-3-4-and-5.html</guid>
        </item>
        <item>
            <title>CCIE R&amp;amp;S Roadmap Topics - Section 6</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/910-ccie-rs-roadmap-topics-section-6.html</link>
            <description><![CDATA[There are ten sections on the CCIE Routing and Switching v4.0 Blueprint:                           
<ul>
</ul>
<ul>
<li><a title="Section 1 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=907:ccie-rs-roadmap-topics-section-1&amp;catid=35&amp;Itemid=176#section1">Section 1 - Implement Layer 2 Technologies</a></li>
<li><a title="Section 2 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=908:ccie-rs-roadmap-topics-section-2&amp;catid=35&amp;Itemid=176#section2">Section 2 - Implement IPv4</a></li>
<li><a title="Section 3 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section3">Section 3 - Implement IPv6</a></li>
<li><a title="Section 4 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section4">Section 4 - Implement MPLS Layer 3 VPNs</a></li>
<li><a title="Section 5 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section5">Section 5 - Implement IP Multicast</a></li>
<li><a title="Section 6 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=910:ccie-rs-roadmap-topics-section-6&amp;catid=35&amp;Itemid=176#section6">Section 6 - Implement Network Security</a></li>
<li><a title="Section 7 topics for v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section7">Section 7 - Implement Network Services</a></li>
<li><a title="Section 8 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section8">Section 8 - Implement Quality of Service</a></li>
<li><a title="Section 9 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section9">Section 9 - Troubleshoot a Network</a></li>
<li><a title="Section 10 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section10">Section 10 - Optimize the Network</a></li>
</ul>
<ul>
</ul>
<p>Section 6 topics are outlined in this document, which is one  of  a set of six documents that  correlates CCIE R&amp;S Blueprint v4.0   from the Cisco Learning Network <a target="_blank" title="Cisco Learning Network DOC-4375 &quot;CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0&quot;" href="https://learningnetwork.cisco.com/docs/DOC-4375">DOC-4375 "CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0"</a> with the expanded topic list from the <a target="_blank" title="Cisco Learning Network DOC-6864 &quot;CCIE Routing and Switching Lab Exam Checklist&quot;" href="https://learningnetwork.cisco.com/docs/DOC-6864">DOC-6864 "CCIE Routing and Switching Lab Exam Checklist"</a>.</p>
<p>Numbering and topics from the <strong><span style="color: #0000ff;">DOC-4375</span></strong> blueprint are shown in <strong><span style="color: #0000ff;">blue</span></strong>,    numbering and expanded topics from the <strong><span style="color: #ff0000;">DOC-6864</span></strong> checklist are shown in    <strong><span style="color: #ff0000;">red</span></strong>. When the topic appears on both blueprints, it is shown in <strong><span style="color: #b316e3;">purple</span></strong>.</p>
<table class="MsoNormalTable" style="width: 546px; margin-left: -1.25pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section6"></a>6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Network Security</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.01</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement access   lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Standard Access Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Extended Access Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.2.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Time-Based Access Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.2.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Reflexive Access Lists</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.02</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Zone Based Firewall</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.5.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Basic Zone-Based Firewall</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.5.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Zone-Based Firewall with Deep Packet Inspection</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.03</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Unicast   Reverse Path Forwarding (uRPF)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.04</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.8.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IP Source   Guard</span></p>
</td>
</tr>
<tr style="height: 39pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 39pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.05</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 39pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 39pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 39pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement authentication, authorization, and accounting (AAA) (configuring the AAA server is not required, only the client-side (IOS) is configured)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">AAA and Security Server Protocols</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of a Router to Authenticate Against a AAA Server Using TACACS+</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of a Router to Authenticate Against a AAA Server Using RADIUS</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.1.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Local Privilege Authorization</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.1.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Accounting to a AAA Server Using TACACS+</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.1.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Accounting to a AAA Server Using RADIUS</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.06</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Control Plane Policing (CoPP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.07</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Cisco IOS Firewall</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Cisco IOS and Zone-Based Firewalls</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Basic Cisco IOS Firewall</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.5.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">DoS Protection on a Cisco IOS Firewall</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.08</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Cisco IOS Intrusion Prevention System (IPS)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.09</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Secure Shell (SSH)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">SSH on Routers and Switches</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.8.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Controlling Telnet and SSH Access to the Router and Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Catalyst Security</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Switch Port Security</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement 802.1x</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Dot1x Authentication</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Dot1x Authentication for VLAN Assignment</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">VLAN Access Maps</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">DHCP Snooping</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">DAI</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.4.9.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Private VLANs</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.11</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement NAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.6.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Dynamic NAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.6.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">PAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.6.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Static NAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.6.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Static PAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.6.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Policy-Based NAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.12</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement routing protocol authentication</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Routing Protocol Security</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Routing Protocol Authentication for EIGRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.3.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Routing Protocol Authentication for OSPF – Area-Wide</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.3.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Routing Protocol Authentication for OSPF – Interface-Specific</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.3.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Routing Protocol Authentication for OSPF Virtual Links</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.3.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Routing Protocol Authentication for BGP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.13</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement device access control</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">6.14</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement security features<br /> </span><span style="font-size: 10pt; color: red;">Other Security Features</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring the TCP Intercept Feature</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring Blocking of Fragment Attacks</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring Switch Security Features</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring Antispoofing Using an ACL</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">6.7.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring Antispoofing Using uRPF</span></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>
<p><strong><span style="color: #1d54e2;">_____________________________________________________________________________________________</span></strong></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <a title="PDF of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/292-ccie-rs-topics-from-doc-4375-and-doc-s6864-pdf.html"><span style="font-size: 8pt;">PDF of Combined RS Topics from DOC-4375 and DOC-6864</span></a></p>
<img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;">Excel File of Combined RS Topics from DOC-4375 and DOC-6864</span></a></strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"><br /></span></a>]]></description>
            <pubDate>Sun, 04 Dec 2011 23:09:07 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/910-ccie-rs-roadmap-topics-section-6.html</guid>
        </item>
        <item>
            <title>CCIE R&amp;amp;S Roadmap Topics - Sections 7 and 8</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/911-ccie-rs-roadmap-topics-sections-7-and-8.html</link>
            <description><![CDATA[There are ten sections on the CCIE Routing and Switching v4.0 Blueprint:              
<ul>
</ul>
<ul>
<li><a title="Section 1 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=907:ccie-rs-roadmap-topics-section-1&amp;catid=35&amp;Itemid=176#section1">Section 1 - Implement Layer 2 Technologies</a></li>
<li><a title="Section 2 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=908:ccie-rs-roadmap-topics-section-2&amp;catid=35&amp;Itemid=176#section2">Section 2 - Implement IPv4</a></li>
<li><a title="Section 3 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section3">Section 3 - Implement IPv6</a></li>
<li><a title="Section 4 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section4">Section 4 - Implement MPLS Layer 3 VPNs</a></li>
<li><a title="Section 5 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section5">Section 5 - Implement IP Multicast</a></li>
<li><a title="Section 6 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=910:ccie-rs-roadmap-topics-section-6&amp;catid=35&amp;Itemid=176#section6">Section 6 - Implement Network Security</a></li>
<li><a title="Section 7 topics for v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section7">Section 7 - Implement Network Services</a></li>
<li><a title="Section 8 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section8">Section 8 - Implement Quality of Service</a></li>
<li><a title="Section 9 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section9">Section 9 - Troubleshoot a Network</a></li>
<li><a title="Section 10 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section10">Section 10 - Optimize the Network</a></li>
</ul>
<ul>
</ul>
<p>Section 7 and Section 8 are outlined in this document, which is one of a set of six documents that  correlates CCIE R&amp;S Blueprint v4.0 from the Cisco Learning Network <a target="_blank" title="Cisco Learning Network DOC-4375 &quot;CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0&quot;" href="https://learningnetwork.cisco.com/docs/DOC-4375">DOC-4375 "CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0"</a> with the expanded topic list from the <a target="_blank" title="Cisco Learning Network DOC-6864 &quot;CCIE Routing and Switching Lab Exam Checklist&quot;" href="https://learningnetwork.cisco.com/docs/DOC-6864">DOC-6864 "CCIE Routing and Switching Lab Exam Checklist"</a>.</p>
<p>Numbering and topics from the <strong><span style="color: #0000ff;">DOC-4375</span></strong> blueprint are shown in <strong><span style="color: #0000ff;">blue</span></strong>,    numbering and expanded topics from the <strong><span style="color: #ff0000;">DOC-6864</span></strong> checklist are shown in    <strong><span style="color: #ff0000;">red</span></strong>. When the topic appears on both blueprints, it is shown in <strong><span style="color: #b316e3;">purple</span></strong>.</p>
<table class="MsoNormalTable" style="width: 546px; margin-left: -1.25pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section7"></a>7</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Network Services</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">7.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Hot Standby Router Protocol (HSRP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">HSRP Between Two Routers</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Pre-empt for HSRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.2.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Authentication for HSRP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">7.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.2.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Gateway Load Balancing Protocol (GLBP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">7.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.2.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Virtual Router Redundancy Protocol (VRRP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">7.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Network Time Protocol (NTP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">NTP Using the NTP Master and NTP Server Commands</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.5.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">NTP Without Using the NTP Server</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.5.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">NTP Using NTP Broadcast Commands</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">7.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement DHCP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring DHCP on a Cisco IOS Router</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Configuring DHCP on a Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.1.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Using a Router and a Switch to Act as a DHCP Relay Agent (Helper Address)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">7.6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Web Cache Communication Protocol (WCCP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IP Services</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of the Router for WCCP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.3.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of the Router to Generate an Exception Dump Using TFTP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.3.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of the Router to Generate an Exception Dump Using FTP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.3.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of the Router to Generate an Exception Dump Using RCP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.3.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Broadcast Forwarding for Protocols</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">System Management</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Telnet Management on the Router and Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.4.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">SSH Management on the Router and Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.4.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Disabling Telnet and the SSH Client on the Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.4.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">HTTP Management on the Router and Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">7.4.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Controlling HTTP Management on the Router and Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section8"></a>8</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Quality of  Service (QoS)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Catalyst QoS</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.6.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">SRR on the Catalyst Switch</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">8.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Modular QoS CLI (MQC)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">a</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Network-Based Application Recognition (NBAR)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Using NBAR for QoS</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">b</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Class-based weighted fair queuing (CBWFQ),  modified deficit round robin (MDRR), and low latency queuing (LLQ)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Congestion Management and Congestion Avoidance</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Priority Queuing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Custom Queuing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.2.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Weighted Fair Queuing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Class-Based Weighted Fair Queuing (CB-WFQ)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Low Latency Queuing (LLQ)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">c</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Classification</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">d</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Policing</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">e</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Shaping</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Shaping Using MQC</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">f</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Marking</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Marking Using DSCP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Marking Using IP Precedence</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.1.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Marking Using CoS</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">g</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.2.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Weighted random early detection (WRED) and random early detection (RED)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Random Early Detection Using MQC</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">WRED Using MQC</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">h</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Compression</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">8.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Layer 2 QoS: weighted round robin (WRR), shaped round robin (SRR), and policies</span></p>
</td>
</tr>
<tr style="height: 26pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">8.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 26pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 26pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 26pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement link fragmentation and interleaving (LFI) for Frame Relay</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Link Efficiency Mechanisms</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.4.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Link Fragmentation and Interleaving (LFI) for Frame Relay</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">8.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement generic traffic shaping</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Policing and Shaping</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">CAR Using Rate Limiting Under the Interface</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.3.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Frame Relay Traffic Shaping Using Map Classes</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.3.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Discard Eligible List</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.5.8.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Discard Eligible Marking Using MQC</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">8.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">8.2.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Resource Reservation Protocol (RSVP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">8.6</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Cisco   AutoQoS</span></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>
<p><strong><span style="color: #1d54e2;">_____________________________________________________________________________________________</span></strong></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <a title="PDF of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/292-ccie-rs-topics-from-doc-4375-and-doc-s6864-pdf.html"><span style="font-size: 8pt;">PDF of Combined RS Topics from DOC-4375 and DOC-6864</span></a></p>
<img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;">Excel File of Combined RS Topics from DOC-4375 and DOC-6864</span></a></strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"><br /></span></a>]]></description>
            <pubDate>Sun, 04 Dec 2011 23:09:22 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/911-ccie-rs-roadmap-topics-sections-7-and-8.html</guid>
        </item>
        <item>
            <title>CCIE R&amp;amp;S Roadmap Topics - Sections 9 and 10</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/912-ccie-rs-roadmap-topics-sections-9-and-10.html</link>
            <description><![CDATA[There are ten sections on the CCIE Routing and Switching v4.0 Blueprint:                   
<ul>
</ul>
<ul>
<li><a title="Section 1 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=907:ccie-rs-roadmap-topics-section-1&amp;catid=35&amp;Itemid=176#section1">Section 1 - Implement Layer 2 Technologies</a></li>
<li><a title="Section 2 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=908:ccie-rs-roadmap-topics-section-2&amp;catid=35&amp;Itemid=176#section2">Section 2 - Implement IPv4</a></li>
<li><a title="Section 3 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section3">Section 3 - Implement IPv6</a></li>
<li><a title="Section 4 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section4">Section 4 - Implement MPLS Layer 3 VPNs</a></li>
<li><a title="Section 5 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=909:ccie-rs-roadmap-topics-sections-3-4-and-5&amp;catid=35&amp;Itemid=176#section5">Section 5 - Implement IP Multicast</a></li>
<li><a title="Section 6 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=910:ccie-rs-roadmap-topics-section-6&amp;catid=35&amp;Itemid=176#section6">Section 6 - Implement Network Security</a></li>
<li><a title="Section 7 topics for v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section7">Section 7 - Implement Network Services</a></li>
<li><a title="Section 8 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=911:ccie-rs-roadmap-topics-sections-7-and-8&amp;catid=35&amp;Itemid=176#section8">Section 8 - Implement Quality of Service</a></li>
<li><a title="Section 9 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section9">Section 9 - Troubleshoot a Network</a></li>
<li><a title="Section 10 topics from v4.0 R&amp;S CCIE blueprint" href="http://www.netcraftsmen.net/index.php?option=com_content&amp;view=article&amp;id=912:ccie-rs-roadmap-topics-sections-9-and-10&amp;catid=35&amp;Itemid=176#section10">Section 10 - Optimize the Network</a></li>
</ul>
<ul>
</ul>
<p>Section 9 and Section 10 topics are outlined in this document, which is one of  a set of six documents that  correlates CCIE R&amp;S Blueprint v4.0  from the Cisco Learning Network <a target="_blank" title="Cisco Learning Network DOC-4375 &quot;CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0&quot;" href="https://learningnetwork.cisco.com/docs/DOC-4375">DOC-4375 "CCIE Routing and Switching Lab Exam Topics (Blueprint) v4.0"</a> with the expanded topic list from the <a target="_blank" title="Cisco Learning Network DOC-6864 &quot;CCIE Routing and Switching Lab Exam Checklist&quot;" href="https://learningnetwork.cisco.com/docs/DOC-6864">DOC-6864 "CCIE Routing and Switching Lab Exam Checklist"</a>.</p>
<p>Numbering and topics from the <strong><span style="color: #0000ff;">DOC-4375</span></strong> blueprint are shown in <strong><span style="color: #0000ff;">blue</span></strong>,    numbering and expanded topics from the <strong><span style="color: #ff0000;">DOC-6864</span></strong> checklist are shown in    <strong><span style="color: #ff0000;">red</span></strong>. When the topic appears on both blueprints, it is shown in <strong><span style="color: #b316e3;">purple</span></strong>.</p>
<table class="MsoNormalTable" style="width: 546px; margin-left: -1.25pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section9"></a>9</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Troubleshoot a Network</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">9.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Troubleshoot complex Layer 2 network issues<br /> </span><span style="font-size: 10pt; color: red;">Troubleshooting Layer 2 Problems</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42px; height: 15pt;" nowrap="nowrap" valign="top">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Catalyst Switch Network Issues</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Frame Relay Network Issues</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">9.2</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Troubleshoot complex Layer 3 network issues<br /> </span><span style="font-size: 10pt; color: red;">Troubleshooting Layer 3 Problems</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting IP Addressing Network Issues</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Routing Protocol Network Issues</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.2.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Routing Protocol Loop Issues</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">9.3</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Troubleshoot a network in response to application problems</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Application Problems</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Determining Which Aspects of the Network to Troubleshoot to Determine Network Functionality (Given a Set of Symptoms)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">9.4</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Troubleshoot network services</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured NTP Setup</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.4.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured DHCP Setup</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.4.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured Telnet and SSH Setup</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.4.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured SNMP Setup</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">9.5</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Troubleshoot network security</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Security Services</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured ACLs</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.5.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured NAT</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">9.5.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Troubleshooting Misconfigured AAA Services</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"><a name="section10"></a>10</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Optimize the Network</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.01</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement syslog and local logging</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Logging</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.1.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Logging to a Remote Syslog Server</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.1.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Logging to the Internal Buffer</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.02</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement IP Service Level Agreement SLA</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">SLA</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.5.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IP SLA</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.03</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement NetFlow</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.04</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement SPAN, RSPAN, and router IP traffic export (RITE)</span></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" valign="top" width="42">
<p class="MsoNormal"><em><span style="font-size: 10pt; color: red;">1.2.32</span></em></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><em><span style="font-size: 10pt; color: red;">SPAN  <br /> </span></em><em><span style="font-size: 10pt; color: blue;">(1.5 of original blueprint)</span></em></p>
</td>
</tr>
<tr style="height: 24pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 24pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 24pt;" valign="top" width="42">
<p class="MsoNormal"><em><span style="font-size: 10pt; color: red;">1.2.33</span></em></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 24pt;" valign="top" width="437">
<p class="MsoNormal"><em><span style="font-size: 10pt; color: red;">RSPAN<br /> </span></em><em><span style="font-size: 10pt; color: blue;">(1.5 of original blueprint)</span></em></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.05</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: #b316e3;">Implement Simple Network Management Protocol (SNMP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.2.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of a Router to Communicate to an SNMP Management Station</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.2.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of a Router to Generate SNMP Traps</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.06</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Cisco IOS Embedded Event Manager (EEM)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.07</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.3.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Remote Monitoring (RMON)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.3.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of a Router to Generate SNMP Traps Using RMON</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.4.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Accounting</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.4.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">IP Accounting</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Implementing Network Services on the Routers</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.08</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement FTP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.1.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Use of a Router as an FTP Server</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.09</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement TFTP</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.1</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.2.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement TFTP server on router</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.11</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.7.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Secure Copy Protocol (SCP)</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.12</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement HTTP and HTTPS</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.5.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">HTTP and HTTPS on a Router</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">10.13</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: black;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;">Implement Telnet</span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 25pt; height: 15pt;" nowrap="nowrap" valign="top" width="25">
<p class="MsoNormal"><span style="font-size: 10pt; color: blue;"> </span></p>
</td>
<td style="padding: 0in 5.4pt; width: 42pt; height: 15pt;" nowrap="nowrap" valign="top" width="42">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">10.6.6.</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 437pt; height: 15pt;" valign="top" width="437">
<p class="MsoNormal"><span style="font-size: 10pt; color: red;">Telnet on a Router</span></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>
<p><strong><span style="color: #1d54e2;">_____________________________________________________________________________________________</span></strong></p>
<p style="text-align: left;"><img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <a title="PDF of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/292-ccie-rs-topics-from-doc-4375-and-doc-s6864-pdf.html"><span style="font-size: 8pt;">PDF of Combined RS Topics from DOC-4375 and DOC-6864</span></a></p>
<img src="http://www.netcraftsmen.net/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" style="width: 16px; height: 16px; border: 0px solid;" /> <strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;">Excel File of Combined RS Topics from DOC-4375 and DOC-6864</span></a></strong><a title="Excel file of Combined RS Topics from DOC-4375 and DOC-6864" href="http://www.netcraftsmen.net/component/docman/doc_download/291-ccie-rs-topics-from-doc-s4375-and-doc-s6864-excel.html"><span style="font-size: 8pt;"><br /></span></a>]]></description>
            <pubDate>Sun, 04 Dec 2011 23:09:37 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/912-ccie-rs-roadmap-topics-sections-9-and-10.html</guid>
        </item>
        <item>
            <title>R&amp;amp;S CCIEs and CCIE Candidates Contact Form</title>
            <link>http://www.netcraftsmen.net/resources/technical-articles/891-invitation-to-recent-rs-ccie-candidates.html</link>
            <description><![CDATA[<p><img style="margin: 6px; float: left;" alt="terry-slattery" src="http://www.netcraftsmen.net/images/stories/terry-slattery.jpg" width="84" height="105" /> <a href="http://www.netcraftsmen.net/about-us/bios/staff-articles-and-blogs/carole-warner-reece.html" title="Link to Carole's articles and blogs"><img style="border: 0px solid; width: 100px; height: 105px; margin: 6px; float: right;" title="Carole Warner Reece" src="http://www.netcraftsmen.net/images/stories/67/cwr_bio_small.jpg" alt="Carole Warner Reece" width="100px" height="105px" /></a></p>
<p><span style="color: #ff0000;"><strong>Updated  02/22/2010: A big thank-you to all the folks that were gracious enough  to speak with us! We are no longer collecting candidate names. We really  appreciate the help of every one who participated!</strong></span></p>
<span style="color: #ff0000;"><strong>- - - - - - - - - - - - - - -</strong></span>
<p>Chesapeake NetCraftsmen would like to invite         recent Routing         and Switching CCIEs and CCIE candidates to participate in a survey of CCIE         preparation         methods. In the next few weeks, Terry Slattery and Carole Warner Reece are looking to interview about 100 people who attempted or passed the CCIE        lab exam between         April 1, 2010 and Dec 31, 2010.</p>
<p>During the interview process, we will gather         information about your preparation methods and  learning         materials, and get your feedback         on what tools or processes you think are most helpful in         preparing         for the CCIE lab exam. We will also look at data from the Cisco CCIE lab and the Cisco 360 Learning Program (where available).</p>
<h4>CCIE Candidate Survey Privacy Policy:</h4>
<p>Chesapeake NetCraftsmen respects your privacy.  We will use the information  we gather only in support of a Cisco Systems funded survey.  We may gather information from you directly, or with your permission also through Cisco sources.  We will not release the specific information gathered except to Cisco Systems.</p>
<p> </p>]]></description>
            <pubDate>Wed, 23 Feb 2011 00:23:34 GMT</pubDate>
            <guid isPermaLink="false">http://www.netcraftsmen.net/resources/technical-articles/891-invitation-to-recent-rs-ccie-candidates.html</guid>
        </item>
    </channel>
</rss>
