CCNP experiment: configure a Cisco router as a frame relay switch

Source: Internet
Author: User

Simply record that a Cisco router is simulated as a frame relay switch, and the router must have a serial interface module. Liehuo.net

// Enable Frame Relay switching on the vro
FRSW (config) # frame-relay switching strong-fire-network

// Enter the Interface Configuration Mode
FRSW (config) # int serial 0/1

Veryhuo.com

// Delete the interface IP Address
FRSW (config-if) # no ip address veryhuo.com

// Configure the interface encapsulation type as frame relay.
FRSW (config-if) # encapsulation frame-relay veryhuo.com

// If the interface is DCE, configure the clock (the frame relay switch interface may not be a DCE end)
FRSW (config-if) # clock rate 64000

Liehuo.net

// Configure the interface. (as long as the interface type is the same as that of the peer interface)
FRSW (config-if) # frame-relay LR-type cisco/ansi/q933a

Veryhuo.com

// Configure the interface as the frame relay DCE terminal type (not related to the line DCE)
FRSW (config-if) # frame-relay intf-type dce veryhuo.com

// Configure the frame relay route
FRSW (config-if) # frame-relay route local DLCI No. interface peer DLCI No.

Liehuo.net

// Enable the interface
FRSW (config-if) # no shutdown veryhuo.com

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.