DRAG DROP

DRAG DROP
Refer to the exhibit.

You are configuring the R1 Serial0 interface for a point-to-point connection. drag and drop the required configuration statements from the left onto the correct locations from the diagram on the right. Not all commands are used.
Select and Place:

cisco-exams

One thought on “DRAG DROP

  1. A 5
    B 2
    C 1
    D 6

    https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/wan_frly/configuration/15-s/wan-frly-15-s-book/wan-pppofr.html#GUID-2A6F00EA-A534-4793-A5F3-1BE18C67C0C9

    Example PPP over Frame Relay DCE
    The following example configures a router to act as a data communications equipment (DCE) device. Typically, a router is configured as a DCE if connecting directly to another router or if connected to a 90i D4 channel unit, which is connected to a telco channel bank. The three commands required for this type of configuration are frame-relay switching, frame-relay intf-type dce, and frame-relay route commands.

    frame-relay switching
    !
    interface Serial2/0:0
    no ip address
    encapsulation frame-relay IETF
    frame-relay lmi-type ansi
    frame-relay intf-type dce
    frame-relay route 31 interface Serial1/2 100
    frame-relay interface-dlci 32 ppp Virtual-Template1
    !
    interface Serial2/0:0.2 point-to-point
    no ip address
    frame-relay interface-dlci 40 ppp Virtual-Template2
    !
    interface Virtual-Template1
    ip unnumbered Ethernet0/0
    peer default ip address pool default
    ppp authentication chap pap
    !
    interface Virtual-Template2
    ip address 209.165.200.225 255.255.255.224
    ppp authentication chap pap

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.