|
CertExams.com Simulator Lab Exercises Answers
|
Configuring frame-relay without sub-interfaces
|
Description:
Configure frame-relay without using sub-interfaces. This configuration
example uses full mesh topology.

Note that on a frame-relay network without sub-interfaces, the LMI-type
is automatically detected. Similarly, PVC DLCIs are learned through CMS
status messages. There is no need to specify the same explicitly. On
the otherhand, in a FR network with point-to-point sub-interface
configurations, you need to specify the interface-dlci number.
Instructions:
IP
Address Assignment Table
| Device |
Interface |
| Venus-S0 |
192.160.1.1/24 |
| Jupitor-S0 |
192.160.1.2/24 |
| Saturn-S0 |
192.160.1.3/24 |
1.
Specify frame-relay on S0 of Venus
2.
Specify frame-relay on S0 of Saturn
3.
Specify frame-relay on S0 of Jupitor
R1>enable
R1#configure terminal
R1(config)#hostname Venus
Venus(config)#interface serial 0
Venus(config-if)# encapsulation frame-relay
Venus(config-if)#ip address 192.160.1.1 255.255.255.0
Venus(config-if)#^z
Venus#
R2>enable
R2#configure terminal
R2(config)#hostname Jupitor
Jupitor(config)#interface serial 0
Jupitor(config-if)#encapsulation frame-relay
Jupitor(config-if)#ip address 192.160.1.2 255.255.255.0
Jupitor(config-if)#^z
R3>enable
R3#configure terminal
R3(config)#hostname Saturn
Saturn(config)#interface serial 0
Saturn(config-if)#encapsulation frame-relay
Saturn(config-if)#ip address 192.160.1.3 255.255.255.0
Saturn(config-if)#^z
Saturn#
|