Transcript
  • 8/10/2019 Konfig Pseudowire Class Pw Class

    1/4

    4.2 Frame Relay & PPP over L2TPV3

    R21 and R24 connect to the service provider by FR and PPP respectively.

    configure L2TPV3 on R5 and R10 to support FR and PPP using interworking IP. Configure OSPF IPV4 on

    the interfaces that are show in this table.

    Ensure that R21 and R24 have full IPV4 connectivity.

    Answer:

    Konfigurasi R10

    pseudowire-class 2124

    encapsulation l2tpv3

    interworking ip

    ip local interface lo0

    int se2/0

    encapsulation ppp

    xconnect 9.9.0.5 100 pw-class 2124

    Konfigurasi R5

    pseudowire-class 2124

    encapsulation l2tpv3

    interworking ip

    ip local interface lo0

    int se2/0

    encapsulation frame-relay

    frame-relay interface-dlci 521 switched

    connect R10-R5 se2/0 521 l2transport

    xconnect 9.9.0.10 100 pw-class 21249.9.0.10 100

    Konfigurasi R24

    int s2/0

    encapsulation ppp

    router ospf 1

    router-id 172.9.0.24

    http://cciespindonesia.blogdetik.com/2014/05/08/42-frame-relay-ppp-over-l2tpv3/http://cciespindonesia.blogdetik.com/files/2014/05/0fd05657d64f441a8aadc05a1a820680_44.pnghttp://cciespindonesia.blogdetik.com/files/2014/05/0fd05657d64f441a8aadc05a1a820680_44.pnghttp://cciespindonesia.blogdetik.com/2014/05/08/42-frame-relay-ppp-over-l2tpv3/
  • 8/10/2019 Konfig Pseudowire Class Pw Class

    2/4

    network 172.9.0.24 0.0.0.0 area 0

    network 172.9.214.24 0.0.0.0 area 0

    Konfigurasi R21

    int s2/0

    no shutencapsulation frame-relay

    no frame-relay inverse-arp

    int se2/0.21 point-to-point

    ip ospf 1 area 0

    frame-relay interface-dlci 215

    ip ospf network point-to-point

    router ospf 1

    router-id 172.9.0.21

    network 172.9.0.21 0.0.0.0 area 0

    Verifikasi:

    R5#sh frame-relay pvc

    PVC Statistics for interface Serial2/0 (Frame Relay DTE)

    Active Inactive Deleted Static

    Local 0 0 0 0

    Switched 1 0 0 0

    Unused 0 0 0 0

    DLCI = 521, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial2/0

    input pkts 89 output pkts 143 in bytes 3026

    out bytes 11440 dropped pkts 24 in pkts dropped 24

    out pkts dropped 0 out bytes dropped 0

    in FECN pkts 0 in BECN pkts 0 out FECN pkts 0

    out BECN pkts 0 in DE pkts 0 out DE pkts 0

    out bcast pkts 0 out bcast bytes 0

    5 minute input rate 0 bits/sec, 0 packets/sec

    5 minute output rate 0 bits/sec, 0 packets/secswitched pkts 0

    Detailed packet drop counters:

    no out intf 0 out intf down 0 no out PVC 0

    in PVC down 0 out PVC down 0 pkt too big 0

    shaping Q full 0 pkt above DE 0 policing drop 0

    connected to pseudowire 9.9.0.10 vcid 100, interworking ip

  • 8/10/2019 Konfig Pseudowire Class Pw Class

    3/4

    pvc create time 01:52:56, last time pvc status changed 00:23:11

    R5#sh connection

    ID Name Segment 1 Segment 2 State

    ===============================================================

    =================

    1 R10-R5 Se2/0 521 9.9.0.10 100 UP9.9.0.10 100

    R5#

    R10#sh xconnect all

    Legend: XC ST=Xconnect State S1=Segment1 State S2=Segment2 State

    UP=Up DN=Down AD=Admin Down IA=Inactive

    SB=Standby RV=Recovering NH=No Hardware

    XC ST Segment 1 S1 Segment 2 S2

    ++++

    UP ac Se2/0(PPP) UP l2tp 9.9.0.5:100 UP

    R10#

    R21#sh ip ospf neigh

    Neighbor ID Pri State Dead Time Address Interface

    172.9.0.24 0 FULL/ - 00:00: 33 172.9.214.24 Serial2/0.21

    R21#sh ip route

    Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP

    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

    E1 - OSPF external type 1, E2 - OSPF external type 2

    i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

    ia - IS-IS inter area, * - candidate default, U - per-user static route

    o - ODR, P - periodic downloaded static route, + - replicated route33 172.9.214.24

    Gateway of last resort is not set

    172.9.0.0/16 is variably subnetted, 4 subnets, 2 masks

    C 172.9.0.21/32 is directly connected, Loopback0

    O 172.9.0.24/32 [110/65] via 172.9.214.24, 00:01:27, Serial2/0.21

    C 172.9.214.0/24 is directly connected, Serial2/0.21

    L 172.9.214.21/32 is directly connected, Serial2/0.21

    R21#ping 172.9.0.24

  • 8/10/2019 Konfig Pseudowire Class Pw Class

    4/4

    Type escape sequence to abort.

    Sending 5, 100-byte ICMP Echos to 172.9.0.24, timeout is 2 seconds:

    !!!!!

    Success rate is 100 percent (5/5), round-trip min/avg/max = 40/41/44 ms

    R21#


Recommended