0% found this document useful (0 votes)
79 views1 page

Configuring Frame Relay

This document configures a serial interface S0/1/0 on router R1 for Frame Relay connectivity. It sets the IP address and subnet mask, enables Frame Relay encapsulation with ANSI LMI type, and maps two IP addresses to DLCI numbers, with one being broadcast. The interface is then enabled.

Uploaded by

carolatu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views1 page

Configuring Frame Relay

This document configures a serial interface S0/1/0 on router R1 for Frame Relay connectivity. It sets the IP address and subnet mask, enables Frame Relay encapsulation with ANSI LMI type, and maps two IP addresses to DLCI numbers, with one being broadcast. The interface is then enabled.

Uploaded by

carolatu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

R1# conf t R1(config)#int s0/1/0 R1(config-if)# ip address 192.168.1.1 255.255.255.

0 R1(config-if)# encapsulation frame relay Or R1(config-if)# encapsulation frame-relay lmi-type ansi [for older outers especially, they are unable to detect what the service provider is using] R1(config-if)# frame-relay map ip A.B.C.D <DLCI no.> R1(config-if)# frame-relay map ip A.B.C.D <DLCI no.> broadcast R1(config-if)#no shutdown

You might also like