Which task must you perform to enable a point-to-point Frame Relay connection?

Which task must you perform to enable a point-to-point Frame Relay connection?
A. Configure the encapsulation type
B. Disable inverse ARP
C. Enable inverse ARP
D. Configure static address mapping

cisco-exams

2 thoughts on “Which task must you perform to enable a point-to-point Frame Relay connection?

  1. answer A

    Hub(config)#interface serial 0/0
    Hub(config-if)#encapsulation frame-relay

    Hub(config)#interface serial 0/0.1 point-to-point
    Hub(config-subif)#ip address 192.168.12.1 255.255.255.0
    Hub(config-subif)#frame-relay interface-dlci 102

    Hub(config)#interface serial 0/0.2 point-to-point
    Hub(config-subif)#ip address 192.168.13.1 255.255.255.0
    Hub(config-subif)#frame-relay interface-dlci 103

    https://dynamicparallax.wordpress.com/2016/01/13/frame-relay-point-to-point-configuration/

  2. A

    https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/wan_frly/configuration/15-s/wan-frly-15-s-book/wan-cfg-frm-rly.pdf

    BeforePPPoverFrame Relay is configured,Frame Relay must be enabled on the router using the encapsulation
    frame-relaycommand. The only task required in order to implement PPP over Frame Relay is to configure
    the interface with the locally terminated PVC and the associated virtual template for PPP and IP, as described
    in the following section.

Leave a Reply

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


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