You are on page 1of 6

Scripts

[localhost]

[[3745]]

image = C:\Program Files (x86)\Dynamips\images\c3745-ipbase-


mz.124-4.T1.bin

ram = 128

[[ROUTER R1]]

model = 3745

S1/0 = FRAME 1

F0/0 = LAN 1

[[ROUTER R2]]

model = 3745

S1/0 = FRAME 2

F0/0 = LAN 2

[[ROUTER R3]]

model = 3745

S1/0 = FRAME 3

F0/0 = LAN 3

[[FRSW FRAME]]

1:102 = 2:201
1:103 = 3:301

2:104 = 3:401

R1 Configuration

en

config t

hostname R1

no ip domain lookup

interface fastEthernet 0/0

ip address 10.0.0.1 255.0.0.0

no shutdown

exit

interface serial 1/0

ip address 25.0.0.1 255.0.0.0

no shutdown

encapsulation frame-relay

frame-relay map ip 25.0.0.2 102 broadcast

frame-relay map ip 25.0.0.3 103 broadcast

ip ospf network point-to-multipoint

exit

router ospf 10
network 10.0.0.0 0.255.255.255 area 0

network 25.0.0.0 0.255.255.255 area 0

exit

exit

wr

R2 Configuration

en

config t

hostname R2

no ip domain lookup

interface fastEthernet 0/0

ip address 20.0.0.1 255.0.0.0

no shutdown

exit

interface serial 1/0

ip address 25.0.0.2 255.0.0.0

no shutdown

encapsulation frame-relay

frame-relay map ip 25.0.0.1 201 broadcast

frame-relay map ip 25.0.0.3 104 broadcast


ip ospf network point-to-multipoint

exit

router ospf 10

network 20.0.0.0 0.255.255.255 area 0

network 25.0.0.0 0.255.255.255 area 0

exit

exit

wr

R3 Configuration

en

config t

hostname R3

no ip domain lookup

interface fastEthernet 0/0

ip address 30.0.0.1 255.0.0.0

no shutdown

exit

interface serial 1/0

ip address 25.0.0.3 255.0.0.0

no shutdown
encapsulation frame-relay

frame-relay map ip 25.0.0.1 301 broadcast

frame-relay map ip 25.0.0.2 401 broadcast

ip ospf network point-to-multipoint

exit

router ospf 10

network 30.0.0.0 0.255.255.255 area 0

network 25.0.0.0 0.255.255.255 area 0

exit

exit

wr

Output Verifying Commands

Ping X.X.X.X

Traceroute X.X.X.X

Sh ip int brief

Show frame-relay route

Sh ip route

Sh ip ospf interface serial 1/0

Sh ip protocols

You might also like