1. LESSON ONE LAN
    1. LAN Switching Technologies
      1. • Identify enhanced switching technologies
      2. ◦ RSTP
      3. ◦ PVSTP
      4. ◦ Ethercnannels
      5. • Configure and verify PVSTP operation
      6. ◦ describe root bridge election
      7. ◦ spanning tree mode
  2. LESSON 3 IP
    1. IP Services
      1. • Recognize High availability (FHRP)
      2. ◦ VRRP
      3. ◦ HSRP
      4. ◦ GLBP
      5. • Configure and verify Syslog
      6. ◦ Utilize Syslog Output
      7. • Describe SNMP v2 & v3
  3. LESSON TWO
    1. IP Routing Technologies
      1. • Describe the boot process of Cisco IOS routers
      2. ◦ POST
      3. ◦ Router bootup process
      4. • Configure and verify operation status of a Serial interface.
      5. • Manage Cisco IOS Files
      6. ◦ Boot preferences
      7. ◦ Cisco IOS image(s)
      8. ◦ Licensing
      9. ▪ Show license
      10. ▪ Change license
      11. • Differentiate methods of routing and routing protocols
      12. ◦ Administrative distance
      13. ◦ split horizon
      14. ◦ metric
      15. ◦ next hop
      16. • Configure and verify OSPF (single area)
      17. ◦ neighbor adjacencies
      18. ◦ OSPF states
      19. ◦ Discuss Multi area
      20. ◦ Configure OSPF v2
      21. ◦ Configure OSPF v3
      22. ◦ Router ID
      23. ◦ LSA types
      24. • Configure and verify EIGRP (single AS)
      25. ◦ Feasible Distance / Feasible Successors /Administrative distance
      26. ◦ Feasibility condition
      27. ◦ Metric composition
      28. ◦ Router ID
      29. ◦ Auto summary
      30. ◦ Path selection
      31. ◦ Load balancing
      32. ▪ Equal
      33. ▪ Unequal
      34. subnetting & vlsm
        1. IP Subnetting and VLSM
        2. Subnetting Basics
        3. IP Subnet-Zero
        4. How to Create Subnets
        5. Subnet Masks
        6. Classless Inter-Domain Routing (CIDR)
        7. Subnetting Addresses
        8. Subnetting Class C
        9. Subnetting Class B
        10. Subnetting Class A
        11. Variable Length Subnet Masks VLSM Design
        12. Implementing VLSM Networks
        13. Summarization
        14. Troubleshooting IP Addressing Determining IP Address Problems
      35. ◦ Passive interface
      36. Routing Basics
        1. the IP Routing Process
  4. lesson 6 routing configurations EIGRP and OSPF EIGRP Features and Operation Protocol Dependant Modules Neighbor Discovery Reliable Transport Protocol (RTP) Diffusing Update Algorithm (DUAL) Using EIGRP to support Large Networks Multiple Autonomous Systems VLSM Support and Summarization Route Discovery and Maintenance Configuring EIGRP Configuring Discontiguous Networks Verifying EIGRP Open Shortest Past First (OSPF) Basics OSPF Terminology Configuring OSPF Areas Verifying OSPF Configuration The show ip ospf Command The show ip ospf database Command The show ip ospf interface Command The show ip ospf neighbor Command The show ip protocols Command OSPF and Loopback Interfaces Configuring Loopback Interfaces Verifying Loopbacks and RIDs Troubleshoot OSPF Configuring EIGRP and OSPF Summary Routes
    1. Configuring IP Routing
    2. Static Routing
    3. Default Routing
    4. Dynamic Routing
    5. Routing Protocol Basics
    6. Administrative Distances
    7. Routing Protocols
    8. Distance Vector Routing Protocols RIP
    9. IGRP
    10. Link State and Hybrid Routing Protocols OSPF
    11. EIGRP
    12. Routing Loops
    13. Maximum Hop Count
    14. Split Horizon
    15. Route Poisoning
    16. Holddown Timers
    17. Routing Information Protocol (RIP)
    18. RIP Timers
      1. RIP Version 2 (RIPv2)
    19. Configuring RIP Routing
    20. Verifying the RIP Routing Tables
    21. Holding Down RIP Propagations
    22. IGRP Timers
    23. Configuring IGRP Routing
    24. Verifying the IGRP Routing Tables
    25. Troubleshooting IGRP
    26. Using Both RIP and IGRP
    27. Verifying your Configurations
    28. The show protocols Command
    29. The show ip protocols Command
    30. the debug ip rip Command
    31. The debug ip igrp Command
    32. Interior Gateway Routing Protocol (IGRP)
  5. Main Topic 4
    1. Troubleshooting
      1. • Identify and correct common network problems
      2. • Utilize netflow data
      3. • Troubleshoot and Resolve Spanning Tree operation issues
      4. ◦ root switch
      5. ◦ priority
      6. ◦ mode is correct
      7. ◦ port states
      8. • Troubleshoot and Resolve routing issues
      9. ◦ routing is enabled
      10. ◦ routing table is correct
      11. ◦ correct path selection
      12. • Troubleshoot and Resolve OSPF problems
      13. ◦ neighbor adjancies
      14. ◦ Hello and Dead timers
      15. ◦ OSPF area
      16. Administrative Distance of 110 Uses Areas Area 0 is the backbone Configuration Router(config)#router ospf 1 1 is the process ID Router(config-router)#router-id 192.168.1.1 Sets the Router ID Router(config-router)#network 1.1.1.1 0.0.0.0 area 0 Places host 1.1.1.1 into the OSPF process Router(config-router)#network 192.168.1.0 0.0.0.255 area 0 Places network 192.168.1.0 into the OSPF process Network is a wildcard entry Show Commands Router#show ip ospf database Router#show ip ospf neighbor RIP Administrative Distance of 120 Configuration Router(config)#router rip Router(config-router)#version 2 Router(config-router)#no auto-summary Router(config-router)#network 2.2.2.2 Router(config-router)#network 192.168.1.0 Show commands Router#show ip rip database EIGRP Administrative Distance of 90 Configuration Router(config)#router eigrp 1 1 is the Autonomous System ID Router(config-router)#network 1.1.1.1 0.0.0.0 Places host 1.1.1.1 into EIGRP Router(config-router)#network 192.168.1.0 0.0.0.255 Places network 192.168.1.0 into EIGRP Network is a wildcard entry Show commands Router#show ip eigrp neighbors Router#show ip eigrp topology
      17. ◦ Interface MTU
      18. ◦ Network types
      19. ◦ Neighbor states
      20. ◦ OSPF topology database
      21. • Troubleshoot and Resolve EIGRP problems
      22. ◦ neighbor adjancies
      23. ◦ AS number
      24. ◦ Load balancing
      25. ◦ Split horizon
      26. • Troubleshoot and Resolve interVLAN routing problems
      27. ◦ Connectivity
      28. ◦ Encapsulation
      29. ◦ Subnet
      30. ◦ Native VLAN
      31. ◦ Port mode trunk status
      32. • Troubleshoot and Resolve WAN implementation issues
      33. ◦ Serial interfaces
      34. ◦ PPP
      35. ◦ Frame relay
      36. • Monitor NetFlow statistics
      37. • Troubleshoot etherchannel problems
  6. wan lesson 5
    1. WAN Technologies
      1. • Identify different WAN Technologies
      2. ◦ Metro Ethernet
      3. ◦ VSAT
      4. ◦ Cellular 3G / 4G
      5. ◦ MPLS
      6. ◦ T1 / E1
      7. ◦ ISDN
      8. ◦ DSL
      9. ◦ Frame relay
      10. ◦ Cable
      11. ◦ VPN
      12. • Configure and verify a basic WAN serial connection
      13. • Configure and verify a PPP connection between Cisco routers
      14. • Configure and verify Frame Relay on Cisco routers
      15. • Implement and troubleshoot PPPoE
    2. wan topics
      1. s
      2. Introduction to Wide Area Networks
      3. Defining WAN Terms
      4. WAN Connection Types
      5. WAN Support
      6. Cabling the Wide Area Network
      7. Serial Transmission
      8. Data Termination Equipment
      9. Data Communication Equipment
      10. Fixed and Modular Interfaces
      11. High-Level Data-Link Control (HDLC) Protocol
      12. Point to Point Protocol
      13. LCP Configuration
      14. PPP Session Establishment
      15. PPP Authentication Methods
      16. Configuring PPP on Cisco Routers
      17. Configuring PPP Authentication
      18. Verifying PPP Encapsulation
      19. Frame Relay Introduction to Frame Relay Technology
      20. Frame Relay Implementation and Monitoring
      21. Integrated Services Digital Network
      22. ISDN Connections
      23. ISDN Components
      24. Basic Rate Interface
      25. Primary Rate Interface
      26. ISDN with Cisco Routers
      27. Dial on Demand Routing
      28. Configuring DDR
      29. Optional Commands
      30. DDR with Access Lists
      31. Verifying the ISDN Operation
  7. vlans 7
    1. Broadcast Control
    2. Security
    3. Flexibility and Scalability
    4. VLAN Memberships Static VLANs
    5. Dynamic VLANs
    6. Identifying VLANs
    7. Frame Tagging
    8. VLAN Identification Methods
    9. Inter-Switch Link (ISL) Protocol
    10. VLAN Trunking Protocol (VTP) VTP Modes of Operation
    11. VTP Pruning
    12. Routing between VLANs
    13. Configuring VLANs
    14. Assigning Switch Ports to VLANs
    15. Configuring Trunk Ports
    16. Configuring Inter-VLAN Routing
    17. Troubleshooting VTP Configuring VTP
  8. switching layer 8
    1. Before Layer 2 Switching
    2. Switching Services
    3. Limitations of Layer 2 Switching
    4. Bridging vs. LAN Switching
    5. Three Switch Functions at Layer 2
    6. Spanning Tree Protocol (STP) Spanning Tree Terms
    7. Spanning Tree Operation
    8. LAN Switch Types
    9. Cut-Through
    10. Fragment Free
    11. Store and Forward
  9. Managing a Cisco Internetwork 10 The Internal Components of a Cisco Router The Router Boot Sequence Managing Configuration Registers Understanding the Configuration Register Bits Checking the Current Configuration Register Value Changing the Configuration Register Recovering Passwords Backing Up and Restoring the Cisco IOS Verifying Flash Memory Backing Up the Cisco IOS Restoring or Upgrading the Cisco Router IOS Backing Up and Restoring the Router Configuration Backing Up the Router Configuration Restoring the Router Configuration Erasing the Configuration Using Cisco Discovery Protocol (CDP) Getting CDP Timers and Holdtime Information Gathering Neighbour Information Gathering Interface Traffic Information Gathering Port and Interface Information Using Telnet Telnetting into Multiple Devices Checking Telnet connections Checking Telnet Users Closing Telnet Sessions Resolving Hostnames Building a Host Table Using DNS to resolve names Checking Network Connectivity Using Ping Using Traceroute 9
  10. Managing a Cisco Internetwork 10
  11. Introduction to Access Lists Wildcard Masking Standard Access Lists Controlling VTY Access Extended Access Lists Named Access Lists Monitoring Access Lists
  12. router on a stick Where a single interface routes between di!erent networks Configures a Fast Ethernet port on a router as a trunk Can use ISL or 802.1q Have to create sub interfaces and tag these with the correct VLAN Configuration First select fa0/1 Router(config)#interface fa0/1 No L3 info is needed Router(config-if)#no ip-address Ensure the interface is up Router(config-if)#no shutdown Router(config-if)#interface fa0/1.1 Configure the sub interface It is good practice to match the sub interface number with the VLAN number Not essential Router(config-subif)#ip address 10.0.0.1 255.255.255.0 Configure L3 on the interface This will become the gateway for the VLAN Router(config-subif)#encapsulation dot1q 1 native As this is a trunk, the encapsulation must be set You can use dot1q or ISL This is where the VLAN is mapped It is a good idea to identify the native VLAN In this case it is VLAN 1 Router(config-subif)#exit Configure the sub interface for VLAN 2 Router(config-if)#interface fa0/1.2 Configure L3 on the interface Router(config-subif)#ip address 10.1.0.1 255.255.255.0 Sets dot1q encapsulation for VLAN 2 Router(config-subif)#encapsulation dot1q 2
  13. Static Routing 13
    1. Administrative Distance of 1
    2. Apart from a static route to a
    3. connected interface - AD of 0
    4. Router(config)ip route 1.1.1.0 255.255.255.0 2.2.2.2 To get to 1.1.10/24 go via 2.2.2.2
  14. Main Topic 14
    1. Inter VLAN Routing
      1. Routing between VLANS
      2. Can use Router on a stick
      3. Common on L3 switches
      4. VLAN Interfaces are represented as interface
      5. vlan # where # is the VLAN number
      6. Give the VLAN interface an IP Address T
  15. This is the gateway for hosts on the VLAN
  16. Main Topic 16