Scenario.
As shown above, we have two types of network for this cloud FR. RT1(SAN FRANCISCO) , RT2 (CIUDAD DE MÉXICO) , and RT3 (NEW YORK) belongs to one multipoint FR network and RT1 (SAN FRANCISCO) and RT4 (TORONTO) belong to one point-to-point FR network. Each PVC uses different DLCI number.Task. Configure those routers so you will be able to ping from any router to any router.
You can use any routing protocol if necessary.
Document your lab!!!
R1
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
interface Serial0/0/0
no ip address
encapsulation frame-relay ietf
!
interface Serial0/0/0.102 point-to-point
bandwidth 64
ip address 172.16.10.1 255.255.255.0
frame-relay interface-dlci 102
clock rate 2000000
!
interface Serial0/0/0.103 point-to-point
bandwidth 64
ip address 172.16.20.1 255.255.255.0
frame-relay interface-dlci 103
router rip
version 2
network 172.16.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
no auto-summary
R2
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
no shutdown
interface Serial0/0/0
no ip address
encapsulation frame-relay ietf
!
interface Serial0/0/0.201 point-to-point
bandwidth 64
ip address 172.16.20.2 255.255.255.0
frame-relay interface-dlci 201
clock rate 2000000
!
interface Serial0/0/0.203 point-to-point
bandwidth 64
ip address 172.16.30.1 255.255.255.0
frame-relay interface-dlci 203
router rip
version 2
network 172.16.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
no auto-summary
R3
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
interface Serial0/0/0
no ip address
encapsulation frame-relay ietf
!
interface Serial0/0/0.301 point-to-point
bandwidth 64
ip address 172.16.10.2 255.255.255.0
frame-relay interface-dlci 301
!
interface Serial0/0/0.302 point-to-point
bandwidth 64
ip address 172.16.30.2 255.255.255.0
frame-relay interface-dlci 203
router rip
version 2
network 172.16.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
no auto-summary
Configurar la nube:
serial 0: DLCI 301 NAME R3-R1
serial 0: DLCI 302 NAME R3-R2
serial 1: DLCI 102 NAME R1-R3
serial 1: DLCI 103 NAME R1-R2
serial 2: DLCI 201 NAME R2-R1
serial 2: DLCI 203 NAME R2-R3