Training Cisco Certified Network Associate CCNA 640802 - PowerPoint PPT Presentation

1 / 33
About This Presentation
Title:

Training Cisco Certified Network Associate CCNA 640802

Description:

Wide Area Networks , Frame Relay , xDSL , VPN. IP Routing , Static route , Default ... Config-if#no ip address. Config-if#encapsulation frame-relay cisco , ietf ... – PowerPoint PPT presentation

Number of Views:251
Avg rating:3.0/5.0
Slides: 34
Provided by: jod6
Category:

less

Transcript and Presenter's Notes

Title: Training Cisco Certified Network Associate CCNA 640802


1
Training Cisco Certified Network Associate (CCNA
640-802)
  • Mr.Kriangsak Namkot
  • jodoi_at_jodoi.com
  • jodoi1819_at_hotmail.com
  • http//www.jodoi.com

2
Day 3
  • Wide Area Networks , Frame Relay , xDSL , VPN
  • IP Routing , Static route , Default route ,
  • rip , igrp
  • LAB Configuration

3
Frame Relay Overview
  • Connections made by virtual circuits
  • Connection-oriented service

4
Frame Relay Stack
OSI Reference Model
Frame Relay
Application
Presentation
Session
Transport
Network
IP/IPX/AppleTalk, etc.
Data-Link
Frame Relay
EIA/TIA-232, EIA/TIA-449, V.35, X.21, EIA/TIA-530
Physical
5
Frame Relay Terminology
6
Selecting a Frame Relay Topology
  • Frame Relay default nonbroadcast, multiaccess
    (NBMA)

7
Configuration Router
  • Frame Relay
  • Point-to-point (no sub interface)
  • Configinterface S0
  • Config-ifencapsulation frame-relay cisco , ietf
  • Config-ifip address 10.10.10.1 255.255.255.252
  • Config-ifbandwidth 256
  • Config-ifframe-relay lmi-type cisco , ansi ,
    q933a

8
Configuration Router
  • Frame Relay
  • Point-to-point ( sub interface)
  • Configinterface S0
  • Config-ifno ip address
  • Config-ifencapsulation frame-relay cisco , ietf
  • Configinterface S0.2 point-to-point
  • Config-ifip address 10.10.10.1 255.255.255.0
  • Config-ifbandwidth 128
  • Config-ifframe-relay interface-dlci 120

Configinterface S0.3 point-to-point Config-ifip
address 20.20.20.1 255.255.255.0 Config-ifbandwid
th 128 Config-ifframe-relay interface-dlci 110
9
Configuration Router
  • Frame Relay
  • Point-to-multipoint ( sub interface)
  • Configinterface S0
  • Config-ifno ip address
  • Config-ifencapsulation frame-relay
  • Configinterface S0.2 multipoint
  • Config-ifip address 10.10.10.1 255.255.255.0
  • Config-ifbandwidth 256
  • Config-ifframe-relay map ip 10.10.10.2 120
    broadcast
  • Config-ifframe-relay map ip 10.10.10.3 110
    broadcast

10
Digital Subscriber Line
11
Digital Subscriber Line
12
Digital Subscriber Line
13
Digital Subscriber Line
14
Digital Subscriber Line
15
??? VPI ??? VCI ??????????????? ADSL
16
PPPoE Configuration
  • !
  • interface FastEthernet4
  • pppoe enable group global
  • pppoe-client dial-pool-number 1
  • !
  • interface Dialer 0
  • ip address negotiated
  • ip mtu1452
  • encapsulation ppp
  • dialer pool 1
  • dialer-group 1
  • ppp authentication chap callin
  • ppp chap hostname Todd
  • ppp chap password 0 lammle
  • !

17
Virtual Private Networks
  • Types of VPNs
  • There are three different categories of VPNs
  • Remote access VPNs Remote access VPNs allow
    remote users like telecommuters to securely
    access the corporate network wherever and
    whenever they need to.
  • Site-to-site VPNs Site-to-site VPNs, or intranet
    VPNs, allow a company to connect its remote sites
    to the corporate backbone securely over a public
    medium like the Internet instead of requiring
    more expensive WAN connections like Frame Relay.
  • Extranet VPNs Extranet VPNs allow an
    organizations suppliers, partners, and customers
    to be connected to the corporate network in a
    limited way for business-to-business (B2B)
    communications.

18
Virtual Private Networks
  • four of the most common tunneling protocols
  • Layer 2 Forwarding (L2F) Layer 2 Forwarding (L2F)
    is a Cisco-proprietary tunneling protocol, and it
    was their first tunneling protocol created for
    virtual private dial-up networks (VPDNs). VPDN
    allows a device to use a dial-up connection to
    create a secure connection to a corporate
    network. L2F was later replaced by L2TP, which is
    backward compatible with L2F.
  • Point-to-Point Tunneling Protocol (PPTP)
    Point-to-Point Tunneling Protocol (PPTP) was
    created by Microsoft to allow the secure transfer
    of data from remote networks to the corporate
    network.
  • Layer 2 Tunneling Protocol (L2TP) Layer 2
    Tunneling Protocol (L2TP) was created by Cisco
    and Microsoft to replace L2F and PPTP. L2TP
    merged the capabilities of both L2F and PPTP
    into one tunneling protocol.
  • Generic Routing Encapsulation (GRE) Generic
    Routing Encapsulation (GRE) is another
    Cisco-proprietary tunneling protocol. It forms
    virtual point-to-point links, allowing for a
    variety of protocols to be encapsulated in IP
    tunnels.

19
Virtual Private Networks
20
Virtual Private Networks
21
Virtual Private Networks
22
IP Routing
  • Routing
  • Static
  • Dynamic

Config static route Config ip route ________
________ ________
( Network ip )
( subnet mask)
( gateway ip )
Ex R2 config ip route 192.168.1.0 255.255.255.0
10.10.10.1 R1 config ip route 192.168.2.0
255.255.255.0 10.10.10.2 Default route config
ip route 0.0.0.0 0.0.0.0 10.10.10.2
23
AS Numbers
24
Classful Routing Overview
  • Classful routing protocols do not include the
    subnet mask with the route advertisement.
  • Within the same network, consistency of the
    subnet masks is assumed.
  • Summary routes are exchanged between foreign
    networks.
  • Examples of classful routing protocols
  • RIP Version 1 (RIPv1)
  • IGRP

25
Classless Routing Overview
  • Classless routing protocols include the subnet
    mask with the route advertisement.
  • Classless routing protocols support
    variable-length subnet masking (VLSM).
  • Summary routes can be manually controlled within
    the network.
  • Examples of classless routing protocols
  • RIP Version 2 (RIPv2)
  • EIGRP
  • OSPF
  • IS-IS

26
IP Routing
  • Dynamic routing
  • Interier Gateway Protocol (IGP) ? Autonomous
    System (AS) ????????
  • Exterier Gateway Protocol (EGP) ? Autonomous
    System (AS) ???????
  • ?? CCNA ???????????? IGP
  • Interier Gateway Protocol (IGP)
  • Distance vector? rip , igrp update table
    ?????????????
  • Link-state ? ospf ,IS-IS ??????????????
    database
  • Balancing Hybrid ? EIGRP????????????? link-state
  • ????? routing ??? distance vector

27
Selecting the Best Route with Metrics
28
Configuration Router
Routing Information Protocol (RIP) Configrouter
rip Confignetwork ____________ Ex
172.16.1.30/24 Mojor network ?????
172.16.0.0 10.10.10.3/26 Mojor network ?????
10.0.0.0 192.168.1.5/28 Mojor network ?????
192.168.1.0 configrouter rip config-routernetwo
rk 172.16.0.0 config-routernetwork
10.0.0.0 config-routernetwork 192.168.1.0
(major network)
29
Configuration Router
  • Routing Information Protocol (RIP) ???
  • Rip ??? hop ????????????????? ???????????????????
  • configrouter rip
  • config-routerversion 2 version 1 ??? support
    triggered
  • debug ip rip
  • show ip protocol ???????????? routing
  • show ip route ????????????? R

30
Configuration Router
  • Interier Gateway Routing Protocol (IGRP)
  • configrouter igrp ___________
  • configrouter igrp 100
  • config-routernetwork ___________
  • config-routernetwork 192.168.1.0
  • debug ip igrp _____________
  • Igrp ?????????????????? Metric ?????????
    Bandwidth ??? ??? Delay ???????? command show ip
    protocol ???????? K1 ??? K3 ????????
  • ??? igrp ???????? load balancing ???

( AS Number )
(major network)
( events ) ( transactions )
31
Default Administrative Distance
??????? ?.????????? ???? 188
32
RIPv1 vs. RIPv2
33
IGRP vs RIP
Write a Comment
User Comments (0)
About PowerShow.com