Mô hình :
File .NET :
autostart = False
[localhost]
[[3725]]
image = \Program Files\Dynamips\images\C3725-AD.BIN
ram = 128
[[ROUTER SG]]
model = 3725
s2/0 = FR_SW 1
idlepc = 0x612f1a04
[[ROUTER HN]]
model = 3725
s2/0 = FR_SW 2
idlepc = 0x612f1a04
[[ROUTER CT]]
model = 3725
s2/0 = FR_SW 3
idlepc = 0x612f1a04
[[FRSW FR_SW]]
#router SG noi voi Frame Relay Switch
1:100 = 2:200
1:300 = 3:400
#router HN va CT ko can noi vi trong Dynamip chi can noi 1 chieu
Ở đây ta ko cần cấu hình Frame Relay Switch vì trong Dynamip nó tự hiểu
Cấu hình Frame Relay cho từng router :
SG(config)#int s2/0
SG(config-if)#encap
SG(config-if)#encapsulation fram
SG(config-if)#encapsulation frame-relay
SG(config-if)#fram
SG(config-if)#frame-relay map ip 200.200.200.2 100 broa
SG(config-if)#frame-relay map ip 200.200.200.2 100 broadcast
SG(config-if)#fram
SG(config-if)#frame-relay map ip 200.200.200.3 300 brao
SG(config-if)#frame-relay map ip 200.200.200.3 300 broa
SG(config-if)#frame-relay map ip 200.200.200.3 300 broadcast
SG(config-if)#ip add 200.200.200.1 255.255.255.248
SG(config-if)#no shut
SG(config-if)#exit
HN(config)#int s2/0
HN(config-if)#enca
HN(config-if)#encapsulation fa
HN(config-if)#encapsulation fra
HN(config-if)#encapsulation frame-relay
HN(config-if)#fram
HN(config-if)#frame-relay map ip 200.200.200.1 200 brao
HN(config-if)#frame-relay map ip 200.200.200.1 200 broa
HN(config-if)#frame-relay map ip 200.200.200.1 200 broadcast
HN(config-if)#frame-relay map ip 200.200.200.3 200 broadcast
HN(config-if)#ip add 200.200.200.2 255.255.255.248
HN(config-if)#no shut
CT(config)#int s2/0
CT(config-if)#enca
CT(config-if)#encapsulation fram
CT(config-if)#encapsulation frame-relay
CT(config-if)#frame-relay map ip 200.200.200.1 400 broa
CT(config-if)#frame-relay map ip 200.200.200.1 400 broadcast
CT(config-if)#fram
CT(config-if)#frame-relay map ip 200.200.200.2 400 broa
CT(config-if)#frame-relay map ip 200.200.200.2 400 broadcast
CT(config-if)#ip add 200.200.200.3 255.255.255.248
CT(config-if)#no shut
CT(config-if)#exit





Reply With Quote
, đồ ảo mà nên ko làm đầy đủ hết được.
