Cisco Certified Design Associate (CCDA) Quick Reference Sheet Exam

Size: px
Start display at page:

Download "Cisco Certified Design Associate (CCDA) Quick Reference Sheet Exam"

Transcription

1 Cisco Certified Design Associate (CCDA) Quick Reference Sheet Exam

2 Chapter 1. Network Design Methodologies Basic Network Design Considerations Business Driven: Business Requirements must exclusively consider in the design process of network. Business strategies, requirements and demands must satisfy in a successful network design. Modular: Entire Network infrastructure is segregated and designed independently so that each part remains isolated in situations of network failure yet integrated to complete connectivity. Adaptable: Future expansion of business is a reality that should keep in mind while design a corporate network. Flexible: Network design should be planned to add or remove components easily without effecting the overall network structure. OSI Reference Model What? 7-layer hierarchal design. Data has to pass through each layer at both ends (sender and receiver). Sender device attach control bits at each layer that would detach at receiver s side over the corresponding layer. 7-layers: layers are broadly classified into upper and lower layers. Upper (Host) Layer: Application, Presentation and Session layer Lower (Media) Layer: Transport, Network, Data-Link and Physical layer. Application Layer: Network services are requested by this layer. Example: HTTP, FTP, DNS etc. Presentation Layer: Data representation and organization is performed at this layer. Example: JPEG, ASCII etc Session Layer: Establishment and maintenance of communication sessions. Example: NetBIOS etc Transport Layer: Assembly, disassembly and delivery of data segments is performed over this layer. Example: TCP, UDP etc Network Layer: Routing and addressing decisions are implemented over this layer. Example: IP, IPsec etc Data Link Layer: This layer is combination of two sub-layers: Media Access Control Layer: Control and access of devices to the network is supported by this sub-layer. Logical Link Control Layer: Packet synchronization, error detection and fixation are implemented on this sub-layer. Example: Ethernet, Frame relay, PPP etc. Physical Layer: Implement medium specific functionalities to make bits compatible travel through the channel. Example: RJ.45, etc TCP/IP REFERENCE MODEL What? 4 Layers. TCP protocol ensures for the reliable and error free and acknowledged transmission of data. IP protocol dictates path packet has to take from sender to receiver. Application Layer: Represent end-points from which transmission and reception take place Transport Layer: Management and monitoring of data is carried out at this layer. Internet Layer: Manages and perform functionalities for the movement of data packet over routed environment. Network Interface Layer: Manages physical connectivity of data associated with IP protocol TCP Three-Way Hand Shake Process For the establishment of dedicated connection between two devices (i.e. client, server), transmission control protocol (TCP) performs three-way exchange and acknowledgement mechanism. SYNC Client Client Client SYNC + ACK ACK Server Server Server Application Requirements Following are emerging requirement of almost every organization: E-commerce E-banking Video-conferencing Network Must Provide High Availability Services Access and Mobility Services Application Optimization and Protection Services Virtualization Services Security Services Operational and Management Services Network Design Drivers Return on Investment Compliance to Regulations and Standards Enhance Productivity Applications Cisco Life Cycle Approach Provide platform to logically build and maintain network infrastructure for complete resource utilization. This approach consists of three broad phases: 1. Plan Phase: Network strategy, roadmap and design are developed and analyzed using Cisco s smart tools. 2. Build Phase: Implementation, validation and migration of application are services are executed over this step. 3. Manage Phase: optimized solutions for the application, infrastructure and services are managed over this phase. Network Design Methodology Recommended Design Approach: Top-Down Approach is suggested over Bottom-up Approach. Why? Because customer requirements are given foremost priority in network design and Top-Down approach is focused to implement customer desires. How? Clients reside on the access layer (top) of the network. Design Consideration Scalability Availability Security Manageability Customer Requirements Identification Focused, structured and comprehensive analysis of customer requirements is first and the most essential step in network design. Customer s business, functional and technical requirements are analyze through arranging meetings and workshops with customers before building network design. Formal proposal report of design must deliver to customer before implementation to prevent end up with ineffective and unserviceable network. Network Structure must be Self-healing Self-defending Self-optimizing Self-aware Factors Effecting Design Process Price Time Lines Site Constraints Resources Building Blocks of Network Design Reliability: This factor is influenced by choice of transport mechanism. TCP and UDP are commonly used mechanism to provide transport services. TCP: Connection oriented, reliable data transfer. Example: HTTP, HTTPs, SMT FTP, Telnet UDP: Connection-less and fast data transfer. Example: DNS, DHCP etc. Availability: Basic network performance is measured by network availability. Availability (%) = Uptime/Total time Total time= Uptime + downtime Modularity: Addition and separation of network section does not affect the complete construction. Following are the advantages of modular network: Scalability Manageability Flexibility Simplicity Manageability: Five functional areas are considered to manage overall network. Fault Management Configuration Management Performance Management Security Management Accounting Management

3 Chapter 2. Network Design Objectives Design Objectives Following are the required design parameters that must be consider in the design process: Modularity Hierarchy Scalability Resiliency Fault domains Enterprise Campus Design What? Collection of devices (end-point) over wired or wireless link create campus network environment. Network Modularity Entire network structure is divided into small network sections. Modular design supports: Future growth and flexibility Easier customization Easy troubleshooting Simplifies design Network Hierarchy Specified functions can be implemented in hierarchal design. Access Layer: Users and end-points are connected to network over this layer. Functionalities supported: Maintain device connectivity Support various logical networks simultaneously Supported resiliency and provide security Support advanced technologies Distribution Layer: Aggregates access and core layer. Supported functionalities: Filtering Quality of Service (Qos) Summarization Layer-3 services Supported scalability Reduced complexity and introduce resiliency Core Layer: The most efficient, simple and fast layer of the network. This layer glues together various elements of network architecture. Datacenter: Internal and corporate servers are supported over this module. Data center design must be: Resilient Scalable Flexible Data center holds the following features: Monitoring modules Logging modules Security modules Enterprise WAN: The WAN module provides connectivity between remote sites and the main site over various WAN technologies. Example: Frame-relay, MPLS etc Internet Edge: This module connects to the internet world through service provider network. Internet edge is the vulnerable portion of network. Firewalls, IPS, Filtering and other security mechanism have implemented to secure internal network from outside world. Enterprise Branch: The enterprise branch module extends the enterprise by providing each location with resilient network architecture with integrated security. Enterprise Tele-worker: Highly secure and protected access to the network resources is provided over this module to remote locations. VPN tunnel mechanism is used to establish connection. Network Scalability Expansion and expected future growth must consider in the network design along with maintaining high network performance includes: Availability Reliability Responsive Efficient Adaptable Network Resiliency Availability of network throughout is must in every condition. Following are the levels over which resiliency is incorporated: Network Resiliency Device Resiliency Operational Resiliency Network Fault Domains Potential fault domain must be located and analyzed in the design process. Following are the two types of network failure: Planned Failure: Deliberately down for a scheduled event Unplanned Failure: Caused by internal failure of hardware or software

4 Chapter 3. Addressing and Routing Protocols in an Existing Network Fundamentals of IP Addressing Internet Protocol version 4 (IPv4): 32-bit address space Public Addresses: Internet routable addresses Private Addresses: Specific range of address only employed for private use, they are not routable on internet. Class full Addressing: Class A, B, C, D and E are demarcated by IP address range so as defined amount of networks and host are associated with each class. Class-less Addressing: Customized network and host addresses can be formed. Internet Protocol version 6 (IPv6): 128-bit address space Scalable IP Addressing Plan Following factors directly influence scalability: Hierarchy: Identification of various levels and sections in a network introduce efficient addition or subtraction of a particular block without effecting other portions improves scalability. Summarization: Summarized routes exchange greatly improves network scalability. Efficiency: Efficient and sophisticated network structure enhances the chance of easy expansion. Consideration for Effective IP Address The parameters need to consider designing an effective IP address scheme for a network are: Sub-netting: Introduce multiple logical networks within a network. NAT: Modify private addresses by mapping them with public address to route private data over public network. Scalability: This is enabled by implementing other features such as hierarchy, summarization etc. Routing Protocol What? Routing protocol dictates the process of establishment of communication between/among network devices Static Routing Protocol: Static routing protocol need to statically implement changes and transitions. Fit for small network AD = 1 Easy to configure and implement Low Bandwidth and processing Dynamic Routing Protocol: Dynamic routing protocols are designed to learn and implement changes by themselves. Suitable for large networks Complex design and configuration AD > 1 High BW and processing required Less AD values are preferred while routing decisions are taken. Autonomous System represent single routing domain. Dynamic Routing Categories Interior Gateway Protocols (IGP): It is designed to exchange information within autonomous system. IGPs has two broad categories: Link state Routing Protocol: Link state Routing Protocol follows: Hello Packets are collected from each node Update transitions Calculate best route using dijkstra's algorithm Complete information of topology is known. Example: OSPF, IS-IS Distance Vector Routing Protocol: Also called at Routing by Rumor protocol. DVRP follows: Information is collected from direct neighbors only Update periodically Hop Count is used for the calculation of best route Complete topology is not known. Example: RIP v1, RIP v2 Exterior Gateway Protocol (EGP): EGP is employed the exchange information between autonomous system. Example: BGP, EGP Hierarchiel and Flat Routing Protocol In Hierarchiel, network is segmented into various sections Example: OSPF IS-IS In Flat, each network device lies on same level. Example: RIP, EIGRP Selection of Routing Protocol Static Routing not suitable RIP v1 & v2 not efficient OSPF/IS-IS Suitable, complex to design EIGRP Suitable, Cisco Proprietary Open Shortest Path First OSPF deployments hold: Area specification are assigned with a backbone area, Area0 All other areas, non-backbone areas, are connected to Area0 Routers share backbone and non-backbone area assigned as Area Border Router (ABR) For compatibility between OSPF and other routing protocol, Autonomous System Boundary Router (ASBR) is used Enhanced Interior Gateway Protocol EIGRP holds: Diffusing Update Algorithm (DUAL) is used for the best route calculation It maintains backup routes information Feasible Successor enable in case of unavailability Feasible condition must be followed to become a feasible successor i.e. the reported distance (RD) from the neighboring router must be lower than the current feasible distance (FD) Border Gateway Protocol (BGP) Follows path vector protocol Path factor along with path attribute are used for the calculation of best route ibgp: BGP running between router of same AS is interior BGP (ibgp). ibgp neighbors are not directly connected. ebgp: BGP running between routers of different AS is exterior BGP (ebgp). ebgp routers are directly connected. Routing Protocol Deployment Routing protocol selection is mainly influence by IP addressing employed, topological structure of network etc. The suggested routing protocol for each layer is: Distribution Layer: Aggregate core and access layer so this layer must support the functionality of both layer s protocol Core Layer: Fast convergence and high availability are the fundamental requirements Edge Layer: OSPF LAN, Non-Broadcast multiple access network (NBMA) and dialups EIGRP NBMA with split horizon (such as ATM and Frame relay) Remote Access and VPN: Static BGP Single exit point, IPsec VPN Multiple exit point with/without multi homing Advanced Routing Strategies Route Redistribution: Route redistribution is implemented to enforce different routing protocols compatibility. 1-Way Route Redistribution: Enabled on only one direction 2-Way Route Redistribution: Enabled on both directions Route Filtering: Prevent certain routing advertisement to flood into specific portion of the network. Route Summarization: Also called as Route Aggregation and Supernetting, implement to reduce the size of routing entries to efficiently use processing resource of network.

5 Chapter 4. Enterprise Network Design Basic Campus Design Campus network generally consist of two network modules: Local Area Network Module Datacenter Module Campus overall design is divided into two design consideration steps: Network Design Consideration Infrastructure Design Consideration Network Design Consideration The design parameters which are considered at this level are: Applications considerations includes: Peer-Peer, Client-Local Server, Client- Datacenter, Client-Enterprise Edge server Devices selection is effected by the size, density of users and topology. Choices includes: Shared Media segment: Same speed with fixed (portion of total) Bandwidth to each node Switched Media Segment: Dynamic speed with full Bandwidth allocation. Environment characteristics that effects design are: Distance between the node (Nodes Location) Type of connection used between the nodes (Connection Medium) Selection of Medium is decided upon how nodes are connected. Medium can be selected from two broad categories includes: Wired Medium Wireless Medium Infrastructure Design Consideration Modular and reliable design is implemented. The design consideration for each module is: Access Layer Design Considerations: Access layer utilizes following facilities and protocols: Layer-2 Protocol & VLAN Spanning Tree Protocol (STP) Cisco STP Tool Kit Ether Channels Trunk Management Campus Distribution Layer Design Consideration: Aggregation of core and access layer is implemented over this layer including following feature for fast convergence: First Hop Redundancy Protocols Layer-2/Layer-3 Demarcation Virtual Switching System (VSS) Campus Core Layer Design Considerations: High availability and fast convergence with simplified structure are basic design requirements of core layer. Edge Distribution must also implement on core layer to secure internal network from outside. Campus Data Center Design Considerations: Design of data center must follow fast allocation of resources. Cisco Datacenter Architectural Framework is used that supports: Virtualization Unified Computing Unified Fabric Data center infrastructure also follows modular design approach. Each layer holds the similar functions as campus network layer with listed slight modifications: Access Layer: Switches must support high performance, low latency and dense port requirements. Distribution Layer: Multi-layer distribution switches are recommended with layer2/layer3 demarcation. Design to support high speed STP calculations, Firewalls, security policies etc. Core Layer: High speed layer-3 devices are suggested. Basic Enterprise Design Enterprise design requires some additional modules includes: Enterprise Edge Module ServiceProvider Tele-Worker Module LAN is extended to wide area network (WAN) in enterprise. WAN additional requirements must thoroughly analyze to design enterprise network. WAN Technologies: TDM, ISDN, Frame-relay, ATM, MPLS, Metro-Ethernet, DSL, Cable, Wireless and SONET/SDH WAN Link Categories: Private, Leased and Shared WAN WAN Design Considerations Following are the list of parameters over which a comprehensive network can be built: Layer-3 Protocols & Redistribution is implemented to establish communication with outer network (internet) WAN Connectivity is a collective term that includes: WAN Topology: list of standard topological. Includes: Hub and Spoke Spoke to Spoke Point to Point Partial Mesh Full Mesh WAN Connectivity Methods: Following are conventional connectivity methods available to connect remote locations to the central office: DMVPN, get VPN, MPLS Layer-3 VPN, Static IPsec, GRE, VTI Resiliency: Network must design to recover itself from unwanted situation. Following factor influences and improved resiliency: Service Level agreements (SLAs): official agreement of quality of expected service with ISP. Backup Links: backup links installation improves performance. Following methods can be employed to backup WAN link: Dial Backup Routing Permanent Secondary WAN Link IPsec Internet as a Backup Quality of Service (QoS): QoS criteria are selected according to the requirements and traffic type. Connectivity to Edge Module: Module bridges between external and internal network is edge module. Following facilities must be implemented over this module: Internet Connectivity: For the establishment of connection between internal &external networks. ACL & Firewall Placement: To prevent unwanted and heavy traffic extension to internal sensitive network. NAT Placement: To facilitate inside traffic movement to outside world Enterprise Tele-Worker Network Cisco Virtual Office Solution is implemented to allow access to the network for remote users. Basic Branch Design Functional individual network over each branch along with concurrent connectivity is the basic idea of branch network design. Design is influences by the size of branch offices. Following is the approach for each size of branch offices: Small (up to 50 users) Medium ( users) Large ( users) Additional Design Considerations Redundant deployments of hardware and links Service Provider managed MPLS Suitable capacity of Link Single-tier design Dual-tier Three-tier

6 Chapter 5. Considerations for Expanding an Existing Network Wireless Considerations Deployments of wireless can be implemented by two ways: Autonomous Deployment: Access Point independently establishes connection. Cisco Unified Deployment: Controller and Access Point (AP) collectively establish connection Protocol used: CAPWAP (Control & Provisioning of Wireless Access Point) LWAPP (Light-weight Access Point Protocol) Cisco Unified WLAN Architecture Client Devices Access Points Network Unification Module World Class Network Management Mobility Services Design Consideration of WLAN RF Site Survey: Formal & comprehensive site survey is performed and reported utilizing efficient survey tool. Campus Network: Numbers of APs, controllers and power requirements are considered Controller Deployment Options Physical Controller: Placed over network and access APs. Virtual Controller: Software applications (8.2 and later version). Centralized Controller: Placed centrally in core layer. De-centralized Controller: Placed in each distributions module. Branch Network: Design must support efficiency, speed and reliability. H- REAP mode enabled Access Points are placed. Guest Services: Following step are taken to enable guest services: Path isolation is implemented to segregate internal traffic from guest Guest traffic is directed to DMZ, over which guest use guest controller to access network Certain number of network access is incorporated to improve security Outdoor Network: Following deployment structures are used: Point to Point Point to Multipoint Mesh Connection Integration of WLAN over Existing Network Integration solutions take in to account following parameters: Traffic Flows: Roaming capability in WLAN network supported network access to moving devices. Bandwidth Consumption: Bandwidth must be considered according to the intended user requirements. Controller & AP Connectivity: AP undergo discovery of controller process to discover neighboring WLAN controller using CAPWAP protocol first. If controller found unavailable for 60 seconds, scanning process is re-started using LWAPP protocol. Quality of Service: Implementation of QoS policies is very important especially when medium is both wireless and remote. Security Considerations Identification of potential risks and threats Locate vulnerable network sections Enforce security policies accordingly Solution: Cisco SAFE Architecture. Traffic filtering and Inspection: is carried out over vulnerable points of network. Cisco Intrusion Prevention System (IPS) is deployed for controlled detection and filtration of unwanted traffic. Firewall and IPS placement: Firewall and IPS are placed on each network device such as routers, switches etc. according to the level of vulnerability. Security Policies Deployments Following are the security policies along with the technologies by which they are implemented and enforced over campus and datacenter module: Identity and Access Control Security Policies: IEE 802.1x, NAC, Firewalls, ACLs Threat Detection and Mitigation Security Policies: SNMP, NetFlow, Syslog, Cisco security MARS Security Policies over Infrastructure Security Policies: SNMP, AAA, Layer-2 security, MD5, SSH, IGP/EGP Client Access Methods: Trust and identity are managed to decide client access. Trust and identity are managed by: IEE 802.1x, Cisco IBNS, ACL, NAC, Firewall Network Access Control Following conventional structure is used to deploy access control: Source Specific Rules: Apply closer to source Destination Specific Rules: Apply closer to destination Mixed Rules: Apply closer to source node Collaboration Considerations Integration of Voice and Video over Existing Network: Voice is traditionally transmitted over PSTN network which is not feasible medium for video transfer. Unified approach fits well for the transportation irrespective of type of the data. IP infrastructure provides an integrated platform over which each data type is modified into packets. Voice and Video Standards H.323 (Multimedia Transfer Protocol) H.264 (Video Compression Protocol) Real Time Transport Protocol (RTP) Skinny Client Control Protocol (SCCP) Session Initiation Protocol (SIP) Media Gateway Control Protocol (MGCP) Requirement of Voice and Video Technologies Following parameters need to specifically consider for an integrated network design: Quality of Service, Trust Boundaries, Delay, Loss, Capacity Convergence Time, Service Placement Virtualization Considerations What? Virtualization introduces efficient utilization of network resources. Network or devices of the network can be virtualized to efficiently and cost-effectively use network resources. Virtualization can be used to split single device in to multiple devices or aggregate multiple devices into single. Following are the network resources that can e virtualized: Switches: VLAN, VSS, Chassis, VDC Appliances: Context Routers: VRFs. routing elements Tunnels: Tunnel is itself a logical concept, virtualized to utilize it more efficiently Programmability Considerations Programmable network is progressive concept in which customized and controlled operation of network is accomplished, often called as Software Defined Network (SDN). The composition of SDN includes: Application Program Interfaces (APIs): The interfaces which interact to network layers are API. Two type of API includes: South-Bound API: Controller to Network Devices (lower) North-Bound API: Controller and Application layer (upper) Controllers: control and management policies of network devices are de-coupled and starched to controller. Application Centric Infrastructure (ACI): Network devices are placed over ACI. Datacenter Components Datacenter requires all time high availability and connectivity. Bandwidth requirement must analyze in data center design along with suitable devices and protocol implementation at each layer to use datacenter for the designed purpose. Following are the advance strategies implemented on data center for better efficiency: Server Load-Balancing: Traffic is controlled to take clear path rather than congested with the distribution of traffic over redundant paths. Blocking Vs Non-Blocking: Blocking is introduced by applying STP protocols to prevent looping. Non-Blocking is the cost effective method and by default switches are in non-blocking mode. Layer-2 Extension: Implement Layer-2 switching over layer-3 to improve efficiency, reliability and compatibility.

7 About this Quick Reference Sheet IPSpecialists Quick Reference Sheets are summarized collection of the condensed notes taken from our technology workbooks that are prepared keeping the exam blueprint in mind. It s an ideal handy document to help you remember the most important technology concepts.

: Designing for Cisco Internetwork Solutions (DESGN) v2.1

: Designing for Cisco Internetwork Solutions (DESGN) v2.1 640-864: Designing for Cisco Internetwork Solutions (DESGN) v2.1 Course Introduction Course Introduction Module 01 - Network Design Methodology Overview Understanding the Network Architectures for the

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

PREREQUISITES TARGET AUDIENCE. Length Days: 5

PREREQUISITES TARGET AUDIENCE. Length Days: 5 Cisco Implementing Cisco IP Routing v2.0 (ROUTE) ROUTE v2.0 includes major updates and follows an updated blueprint. However, note that this course does not cover all items listed on the blueprint. Some

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, ,

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, , CCNA Cisco Certified Network Associate (200-125) Exam DescrIPtion: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment

More information

Exam Topics Cross Reference

Exam Topics Cross Reference Appendix R Exam Topics Cross Reference This appendix lists the exam topics associated with the ICND1 100-105 exam and the CCNA 200-125 exam. Cisco lists the exam topics on its website. Even though changes

More information

Cisco CCNP ROUTE: Implementing Cisco IP Routing (ROUTE) 2.0. Upcoming Dates. Course Description. Course Outline

Cisco CCNP ROUTE: Implementing Cisco IP Routing (ROUTE) 2.0. Upcoming Dates. Course Description. Course Outline Cisco CCNP ROUTE: Implementing Cisco IP Routing (ROUTE) 2.0 Implementing Cisco IP Routing (ROUTE) v2.0 is an instructor-led five day training course developed to help students prepare for Cisco CCNP certification.

More information

TEXTBOOK MAPPING CISCO COMPANION GUIDES

TEXTBOOK MAPPING CISCO COMPANION GUIDES TestOut Routing and Switching Pro - English 6.0.x TEXTBOOK MAPPING CISCO COMPANION GUIDES Modified 2018-08-20 Objective Mapping: Cisco 100-105 ICND1 Objective to LabSim Section # Exam Objective TestOut

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) COURSE OVERVIEW: Implementing Cisco IP Routing (ROUTE) v2.0 is an instructor-led five-day training course developed to help students prepare for Cisco CCNP certification.

More information

PassReview. PassReview - IT Certification Exams Pass Review

PassReview.   PassReview - IT Certification Exams Pass Review PassReview http://www.passreview.com PassReview - IT Certification Exams Pass Review Exam : 640-863 Title : Designing for Cisco Internetwork Solutions Vendors : Cisco Version : DEMO Get Latest & Valid

More information

Cisco Implementing Cisco IP Routing v2.0 (ROUTE)

Cisco Implementing Cisco IP Routing v2.0 (ROUTE) Course Overview ROUTE v2.0, a five-day ILT course, includes major updates and follows an updated blueprint. (However, note that this course does not cover all items listed on the blueprint.) Some older

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

Cisco Group Encrypted Transport VPN

Cisco Group Encrypted Transport VPN Cisco Group Encrypted Transport VPN Q. What is Cisco Group Encrypted Transport VPN? A. Cisco Group Encrypted Transport is a next-generation WAN VPN solution that defines a new category of VPN, one that

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) Foundation Learning Guide Foundation learning for the ROUTE 642-902 Exam Diane Teare Cisco Press 800 East 96th Street Indianapolis, IN 46240 Implementing Cisco IP

More information

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER CHAPTER 23 You can configure Generic Routing Encapsulation (GRE) and Dynamic Multipoint (DM) VPNs that include GRE mode configurations. You can configure IPsec GRE VPNs for hub-and-spoke, point-to-point,

More information

Cisco 5921 Embedded Services Router

Cisco 5921 Embedded Services Router Data Sheet Cisco 5921 Embedded Services Router The Cisco 5921 Embedded Services Router (ESR) is a Cisco IOS software router application. It is designed to operate on small, low-power, Linux-based platforms

More information

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CCENT - Cisco Certified Entry Networking Technician (ICND1) CCNA Routing and Switching (ICND2) Prerequisites:

More information

CCIE Routing & Switching

CCIE Routing & Switching CCIE Routing & Switching Cisco Certified Internetwork Expert Routing and Switching (CCIE Routing and Switching) certifies the skills required of expert-level network engineers to plan, operate and troubleshoot

More information

Implementing Cisco IP Routing E-Learning

Implementing Cisco IP Routing E-Learning Implementing Cisco IP Routing E-Learning Duration: 1 Day Course Code: E-ROUTE Overview: In this course, administrators of medium-to-large network sites will learn to use advanced routing to provide scalability

More information

Hands-On ROUTE Implementing Cisco IP Routing CCNP Course 1

Hands-On ROUTE Implementing Cisco IP Routing CCNP Course 1 Hands-On CCNP Course 1 Course Description Revised CCNP Curriculum and Exams Cisco has redesigned the CCNP courses and exams to reflect the evolving job tasks of global network professionals. Course 1 ROUTE

More information

QUESTION: 1 You have been asked to establish a design that will allow your company to migrate from a WAN service to a Layer 3 VPN service. In your des

QUESTION: 1 You have been asked to establish a design that will allow your company to migrate from a WAN service to a Layer 3 VPN service. In your des Vendor: Cisco Exam Code: 352-001 Exam Name: ADVDESIGN Version: Demo www.dumpspdf.com QUESTION: 1 You have been asked to establish a design that will allow your company to migrate from a WAN service to

More information

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE Modified 2017-07-10 TestOut Routing and Switching Pro Outline- English 6.0.x Videos: 133 (15:42:34) Demonstrations: 78 (7:22:19) Simulations:

More information

Exam Questions

Exam Questions Exam Questions 200-310 DESGN Designing for Cisco Internetwork Solutions https://www.2passeasy.com/dumps/200-310/ 1. What is the recommended spanning tree protocol to use for all Layer 2 deployments in

More information

Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications

Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications Data Sheet Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications Product Overview Cisco Dynamic Multipoint VPN (DMVPN) is a Cisco IOS Software-based security solution for building

More information

Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications

Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications Product Overview Cisco Dynamic Multipoint VPN (DMVPN) is a Cisco IOS Software-based security solution for building scalable

More information

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified TestOut Network Pro - English 4.1.x COURSE OUTLINE Modified 2017-07-06 TestOut Network Pro Outline - English 4.1.x Videos: 141 (18:42:14) Demonstrations: 81 (10:38:59) Simulations: 92 Fact Sheets: 145

More information

Cisco Service Advertisement Framework Deployment Guide

Cisco Service Advertisement Framework Deployment Guide Cisco Service Advertisement Framework Deployment Guide What You Will Learn Cisco Service Advertisement Framework (SAF) is a network-based, scalable, bandwidth-efficient approach to service advertisement

More information

Cisco EXAM Designing for Cisco Internetwork Solutions. Buy Full Product.

Cisco EXAM Designing for Cisco Internetwork Solutions. Buy Full Product. Cisco EXAM - 640-864 Designing for Cisco Internetwork Solutions Buy Full Product http://www.examskey.com/640-864.html Examskey Cisco 640-864 exam demo product is here for you to test the quality of the

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

CISCO QUAD Cisco CCENT/CCNA/CCDA/CCNA Security (QUAD)

CISCO QUAD Cisco CCENT/CCNA/CCDA/CCNA Security (QUAD) Our Learning Exclusive Custom exam prep software and materials Exam delivery in classroom with 98% success Course specific thinqtank Learning publications to promote fun exciting learning Extended hours

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Original slides copyright by Cisco Press & Priscilla Oppenheimer Network Topology Design Issues Hierarchy Redundancy Modularity Well-defined

More information

Unit 3: Dynamic Routing

Unit 3: Dynamic Routing Unit 3: Dynamic Routing Basic Routing The term routing refers to taking a packet from one device and sending it through the network to another device on a different network. Routers don t really care about

More information

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNP: Building Scalable

More information

Implementing Cisco IP Routing ( )

Implementing Cisco IP Routing ( ) Implementing Cisco IP Routing (300-101) Implementing Cisco IP Routing (ROUTE 300-101) is a 120-minute qualifying exam with 50 60 questions for the Cisco CCNP and CCDP certifications. The ROUTE 300-101

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

Syllabus. Cisco Certified Design Professional. Implementing Cisco IP Routing

Syllabus. Cisco Certified Design Professional. Implementing Cisco IP Routing Syllabus Cisco Certified Design Professional Implementing Cisco IP Routing 1.0 Network Principles 1.1 Identify Cisco Express Forwarding concepts 1.1.a FIB 1.1.b Adjacency table 1.2 Explain general network

More information

"Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary

Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary Description Course Summary The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices: Accelerated (CCNAX), consisting of Interconnecting Cisco Networking Devices, Part

More information

Scope and Sequence: CCNA Exploration v4.0

Scope and Sequence: CCNA Exploration v4.0 Scope and Sequence: CCNA Exploration v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Exploration courses, LAN Switching and Wireless and Accessing the WAN, are

More information

CCNP 1: Advanced Routing

CCNP 1: Advanced Routing Scope and Sequence CCNP 1: Advanced Routing Cisco Networking Academy Program Version 3.1 TABLE OF CONTENTS CCNP 1: ADVANCED ROUTING...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE

More information

IP & DCN Planning for Microwave Networks

IP & DCN Planning for Microwave Networks IP & DCN Planning for Microwave Networks 2016 IP & DCN Planning for Microwave Networks To equip trainees with in-depth understandings and practical knowledge of IP / MPLS & DCN Planning and its Implementation

More information

CCIE Route & Switch Written (CCIERSW) 1.0

CCIE Route & Switch Written (CCIERSW) 1.0 CCIE Route & Switch Written (CCIERSW) 1.0 COURSE OVERVIEW: CCIE Route and Switch Written (CCIERSW) preparation course is a five-day course that prepares the student for the written exam portion of the

More information

Document Control. : 1 August 2017

Document Control. : 1 August 2017 Document Control Proposal Name Document Version : 1.0 Document Release Date Reference : CCDA Workbook : 1 August 2017 : CCNA_WB_CCDA Copyright 2018 IPSpecialist LTD. Registered in England and Wales Company

More information

Information and Network Technology Revised Date 07/26/2012 Implementation Date 08/01/2012

Information and Network Technology Revised Date 07/26/2012 Implementation Date 08/01/2012 Information and Network Technology Ben Eckart Revised Date 07/26/2012 Implementation Date 08/01/2012 COURSE OUTLINE CRT 286 LAN/WAN Implementation and Support 3 Credit Hours Course Description The focus

More information

Politecnico di Torino Network architecture and management. Outline 11/01/2016. Marcello Maggiora, Antonio Lantieri, Marco Ricca

Politecnico di Torino Network architecture and management. Outline 11/01/2016. Marcello Maggiora, Antonio Lantieri, Marco Ricca Politecnico di Torino Network architecture and management Marcello Maggiora, Antonio Lantieri, Marco Ricca Outline Politecnico di Torino network: Overview Building blocks: Edge, Core, Distribution, Access

More information

MPLS in the DCN. Introduction CHAPTER

MPLS in the DCN. Introduction CHAPTER CHAPTER 5 First Published: January 3, 2008 Last Updated: January 3, 2008 Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images Use Cisco Feature Navigator to find information

More information

Cisco Cisco ADVDESIGN. Download Full Version :

Cisco Cisco ADVDESIGN. Download Full Version : Cisco 352-001 Cisco ADVDESIGN Download Full Version : http://killexams.com/pass4sure/exam-detail/352-001 C. Your neighbors will drop immediately. D. Your neighbors will drop and EIGRP will begin the query

More information

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

Question No : 1 Which three options are basic design principles of the Cisco Nexus 7000 Series for data center virtualization? (Choose three.

Question No : 1 Which three options are basic design principles of the Cisco Nexus 7000 Series for data center virtualization? (Choose three. Volume: 162 Questions Question No : 1 Which three options are basic design principles of the Cisco Nexus 7000 Series for data center virtualization? (Choose three.) A. easy management B. infrastructure

More information

Chapter 10: Review and Preparation for Troubleshooting Complex Enterprise Networks

Chapter 10: Review and Preparation for Troubleshooting Complex Enterprise Networks 0: Review and Preparation for Troubleshooting Complex Enterprise Networks CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Chapter TSHOOT 1v6 0 1 0 Objectives Review key maintenance and troubleshooting

More information

CCNP (Routing & Switching and T.SHOOT)

CCNP (Routing & Switching and T.SHOOT) CCNP (Routing & Switching and T.SHOOT) Course Content Module -300-101 ROUTE 1.0 Network Principles 1.1 Identify Cisco Express Forwarding concepts 1.1.a FIB 1.1.b Adjacency table 1.2 Explain general network

More information

Exam : Title : Designing for Cisco Internetwork Solutions. Version : Demo

Exam : Title : Designing for Cisco Internetwork Solutions. Version : Demo Exam : 640-863 Title : Designing for Cisco nternetwork Solutions Version : Demo 1. Which statement accurately describes one difference between a small office and medium office topology? A. Small offices

More information

ISP and IXP Design. Point of Presence Topologies. ISP Network Design. PoP Topologies. Modular PoP Design. PoP Design INET 2000 NTW

ISP and IXP Design. Point of Presence Topologies. ISP Network Design. PoP Topologies. Modular PoP Design. PoP Design INET 2000 NTW ISP Network Design PoP Topologies and Design ISP and IXP Design Backbone Design Addressing INET 2000 NTW Routing Protocols Security Out of Band Management IXP/IXP Workshops 1999, Cisco Systems, Inc. 1

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 640-864 Title : Designing for Cisco Internetwork Solutions Vendor : Cisco Version : DEMO Get Latest & Valid 640-864

More information

Migrating from Dynamic Multipoint VPN Phase 2 to Phase 3: Why and How to Migrate to the Next Phase

Migrating from Dynamic Multipoint VPN Phase 2 to Phase 3: Why and How to Migrate to the Next Phase Migration Guide Migrating from Dynamic Multipoint VPN Phase 2 to Phase 3: Why and How to Migrate to the Next Phase This guide shows how a Dynamic Multipoint VPN (DMVPN) deployment can be migrated to make

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified TestOut Network Pro - English 5.0.x COURSE OUTLINE Modified 2018-03-06 TestOut Network Pro Outline - English 5.0.x Videos: 130 (17:10:31) Demonstrations: 78 (8:46:15) Simulations: 88 Fact Sheets: 136 Exams:

More information

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE COURSE TITLE ROUTING AND SWITCHING FUNDAMENTALS COURSE DURATION 16 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW In the

More information

PassTorrent. Pass your actual test with our latest and valid practice torrent at once

PassTorrent.   Pass your actual test with our latest and valid practice torrent at once PassTorrent http://www.passtorrent.com Pass your actual test with our latest and valid practice torrent at once Exam : 352-011 Title : Cisco Certified Design Expert Practical Exam Vendor : Cisco Version

More information

Campus Networking Workshop CIS 399. Core Network Design

Campus Networking Workshop CIS 399. Core Network Design Campus Networking Workshop CIS 399 Core Network Design Routing Architectures Where do we route? At the point where we want to limit our layer-2 broadcast domain At your IP subnet boundary We can create

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

SYSTEMS ADMINISTRATION USING CISCO (315)

SYSTEMS ADMINISTRATION USING CISCO (315) Page 1 of 11 Contestant Number: Time: Rank: SYSTEMS ADMINISTRATION USING CISCO (315) REGIONAL 2016 Multiple Choice: Multiple Choice (50 @ 10 points each) TOTAL POINTS (500 points) (500 points) Failure

More information

Data Center Interconnect Solution Overview

Data Center Interconnect Solution Overview CHAPTER 2 The term DCI (Data Center Interconnect) is relevant in all scenarios where different levels of connectivity are required between two or more data center locations in order to provide flexibility

More information

CCDP. Design Professional. Silver Learning

CCDP. Design Professional. Silver Learning CCDP Design Cisco Certified Professional Design Professional Silver Learning 02 Enterprise environments require networks designed for performance, availability and scalability to achieve outcomes. Seasoned

More information

CCIE ROUTING & SWITCHING V5.0

CCIE ROUTING & SWITCHING V5.0 CCIE ROUTING & SWITCHING V5.0 Overview The CCIE Routing and Switching Lab Exam version 5.0 is an eight-hour, hands-on exam which requires you to configure and troubleshoot a series of complex networks

More information

IWAN Security for Remote Site Direct Internet Access and Guest Wireless

IWAN Security for Remote Site Direct Internet Access and Guest Wireless IWAN Security for Remote Site Direct Internet Access and Guest Wireless Technology Design Guide (ISR4K) March 2015 Table of Contents Preface...1 CVD Navigator...2 Use Cases... 2 Scope... 2 Proficiency...

More information

CCNA Routing and Switching Course Overview

CCNA Routing and Switching Course Overview CCNA Routing and Switching Course Overview Course Structure and Sequences Market research and global employers have consistently indicated that the skills gap for general networking skills is shrinking,

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

CompTIA Network+ Study Guide Table of Contents

CompTIA Network+ Study Guide Table of Contents CompTIA Network+ Study Guide Table of Contents Course Introduction Table of Contents Getting Started About This Course About CompTIA Certifications Module 1 / Local Area Networks Module 1 / Unit 1 Topologies

More information

The primary audience for this course includes Network Administrators, Network Engineers,

The primary audience for this course includes Network Administrators, Network Engineers, CCNA COURSE DESCRIPTION: Cisco Certified Network Associate (CCNA) validates the ability to install, configure, operate, and troubleshoot medium-size route and switched networks, including implementation

More information

Cisco 5921 Embedded Services Router

Cisco 5921 Embedded Services Router Data Sheet Cisco 5921 Embedded Services Router The Cisco 5921 Embedded Services Router (ESR) is a Cisco IOS software router. It is designed to operate on small, low-power, Linux-based platforms to extend

More information

Campus network: Looking at the big picture

Campus network: Looking at the big picture Outline Politecnico di Torino architecture and management Marcello Maggiora, Antonio Lantieri, Marco Ricca Building blocks Core, Distribution, Access, Edge network architecture Core network Distribution

More information

CCNA-A Scope and Sequence (March 2007-Draft)

CCNA-A Scope and Sequence (March 2007-Draft) CCNA-A Scope and Sequence (March 2007-Draft) This document is a preliminary overview of the new CCNA-A curriculum and is subject to change since the courses are still under development. The English versions

More information

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test 10089.book Page xi Monday, July 23, 2007 3:17 PM Introduction Assessment Test xxiii xxxiii Chapter 1 Internetworking 1 Internetworking Basics 4 Internetworking Models 11 The Layered Approach 12 Advantages

More information

Massimiliano Sbaraglia

Massimiliano Sbaraglia Massimiliano Sbaraglia Printer Layer 2 access connections to End-Point Layer 2 connections trunk or layer 3 p2p to pair distribution switch PC CSA PVST+ or MST (Spanning Tree Protocol) VLANs LapTop VoIP

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 8: Network Routing Protocols Assistant Teacher Samraa Adnan Al-Asadi 1 Routing protocol features There are many ways to characterize routing protocols, including

More information

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 1358_fmi.book Page 460 Thursday, May 27, 2004 2:21 PM A ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 access lists, scalable networks,

More information

Deployment Scenarios

Deployment Scenarios This chapter describes and shows some typical deployment scenarios for the Cisco 860, Cisco 880, and Cisco 890 series Intergrated Services Routers (ISRs): About the, page 1 Enterprise Small Branch, page

More information

Interconnecting Cisco Networking Devices: Accelerated

Interconnecting Cisco Networking Devices: Accelerated Interconnecting Cisco Networking Devices: Accelerated CCNAX v3.0; 5 days, Instructor-led Course Description The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices:

More information

Deployments and Network Topologies

Deployments and Network Topologies TECHNICAL GUIDE Deployments and Network Topologies A technical guide to deploying Family Zone School in different network topologies. Contents Introduction...........................................3 Transparent

More information

CCNA Routing and Switching Scope and Sequence

CCNA Routing and Switching Scope and Sequence Cisco Network Academy Network Engineering technology 1, 2, 3&4 CCNA 1 2 3 4 CCNA Routing and Switching Scope and Sequence Target Audience The Cisco CCNA Routing and Switching curriculum is designed for

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

COURSE OUTLINE: Course: CCNP Route Duration: 40 Hours

COURSE OUTLINE: Course: CCNP Route Duration: 40 Hours COURSE OUTLINE: Course: CCNP Route 300-101 Duration: 40 Hours CCNP Route Training Day 1: Connecting Remote Locations Principles of Static Routing Configuring an IPv4 Static Route Configuring a Static Default

More information

CCIE(Routing & Switching) Course Catalog

CCIE(Routing & Switching) Course Catalog CCIE(Routing & Switching) Course Catalog 2012-2013 Cisco Certified Internetworking Expert (CCIE) R&S Written CCIE R&S Written Boot Camp offered by CSLiT Training is an intensive and accelerated program

More information

CCNA Routing & Switching

CCNA Routing & Switching CCNA Routing & Switching 1.0 LAN Switching Technologies 1. VLANs,Trunk, DTP 2. VLANs, Trunks and DTP Configuration 3. Voice Vlan Configuration 4. VTP 5. VTP - Configuration 6. Spanning-tree 7. STP - PVST+

More information

CCNA ROUTING & SWITCHING

CCNA ROUTING & SWITCHING CCNA ROUTING & SWITCHING Curriculum Overview The CCNA Routing and Switching curriculum consists of four courses that make up the recommended learning path. Students will be prepared to take the Cisco CCENT

More information

Transparent or Routed Firewall Mode

Transparent or Routed Firewall Mode This chapter describes how to set the firewall mode to routed or transparent, as well as how the firewall works in each firewall mode. You can set the firewall mode independently for each context in multiple

More information

Configuring MPLS L3VPN

Configuring MPLS L3VPN Contents Configuring MPLS L3VPN 1 MPLS L3VPN overview 1 Introduction to MPLS L3VPN 1 MPLS L3VPN concepts 2 MPLS L3VPN packet forwarding 5 MPLS L3VPN networking schemes 5 MPLS L3VPN routing information

More information

Transparent or Routed Firewall Mode

Transparent or Routed Firewall Mode This chapter describes how to set the firewall mode to routed or transparent, as well as how the firewall works in each firewall mode. You can set the firewall mode independently for each context in multiple

More information

Configuring MPLS and EoMPLS

Configuring MPLS and EoMPLS 37 CHAPTER This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Catalyst 3750 Metro switch. MPLS is a packet-switching technology that integrates

More information

Chapter 5. Enterprise Data Center Design

Chapter 5. Enterprise Data Center Design Chapter 5 Enterprise Data Center Design 1 Enterprise Data Center The data center is home to the computational power, storage, and applications necessary to support an enterprise business. Performance Resiliency

More information

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-5-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers

More information

Table of Contents. Cisco Introduction to EIGRP

Table of Contents. Cisco Introduction to EIGRP Table of Contents Introduction to EIGRP...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 What is IGRP?...2 What is EIGRP?...2 How Does EIGRP Work?...2 EIGRP

More information

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018 CCNA Routing and Switching Scope and Sequence Last updated August 22, 2018 Target Audience The Cisco CCNA Routing and Switching curriculum is designed for Cisco Networking Academy students who are seeking

More information

CISCO Certified Network Associate (CCNAX)

CISCO Certified Network Associate (CCNAX) CISCO Certified Network Associate (CCNAX) Overview This course is designed to prepare you for the Cisco Certified Network Associate Exam (CCNA) exams. You can choose to take a single composite exam or

More information

Certified Cisco Networking Associate v1.1 ( )

Certified Cisco Networking Associate v1.1 ( ) Certified Cisco Networking Associate v1.1 (640-802) Exam Description: The Cisco Certified Networking Associate v1.1 640-802 is the composite exam that is associated with Cisco CCNA Routing and Switching

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

Logical Network Design (Part II)

Logical Network Design (Part II) Logical Network Design (Part II) DCS COMSATS Institute of Information Technology Rab Nawaz Jadoon Assistant Professor COMSATS IIT, Abbottabad Pakistan Telecommunication Network Design (TND) Possible (Part

More information