CONFIGURACIÓN FRAME RELAY CON ROUTER'S CISCO EN GNS3 Y SALIDA A INTERNET
COMANDOS R1 conf t hostname R1 int e0/0 ip add 172.16.20.1 255.255.255.0 no shut ip ospf 10 area 0 exit int e0/1 ip add 200.10.10.1 255.255.255.0 no shut exit int ser 2/0 encapsulation frame-relay frame-relay lmi-type ansi ip add 10.10.10.4 255.255.255.0 ip ospf 10 area 0 no shut exit router ospf 10 router-id 1.1.1.1 exit int ser 2/0 ip ospf network point-to-multipoint exit ip route 0.0.0.0 0.0.0.0 200.10.10.2 router ospf 10 default-information originate exit =========================================================== R2 conf t hostname R2 int e0/0 ip add 192.168.10.1 255.255.255.0 no shut ip ospf 10 area 0 exit int ser 2/0 encapsulation frame-relay frame-relay lmi-type ansi ip add 10.10.10.5 255.255.255.0 ip ospf 10 area 0 no shut exit router ospf 10 router-id 2.2.2.2 exit inter ser 2/0 frame-relay map ip 10.10.10.4 101 broadcast exit int ser 2/0 ip ospf network point-to-multipoint exit =========================================================== R3 conf t hostname R3 int e0/0 ip...