You are on page 1of 5

ISP Config

ISP(config)# ip route 0.0.0.0 0.0.0.0 6.9.6.10


Hatay Config
HT(config)# ip route 0.0.0.0 0.0.0.0 6.9.6.9 //default route
HT(config)# ip route 192.168.5.0 255.255.255.192 192.168.4.66 //L2
//Đ chỉ Mạng Subnet Mask Đ chỉ Hàng xóm
HT(config)# ip route 192.168.5.64 255.255.255.192 192.168.4.66 //L3
HT(config)# ip route 192.168.5.128 255.255.255.192 192.168.4.66 //L 4
HT(config)# ip route 192.168.5.192 255.255.255.252 192.168.4.66 //HN – SG
HT(config)# ip route 192.168.5.196 255.255.255.252 192.168.4.66 //SG – PT
HT(config)# ip route 192.168.5.200 255.255.255.252 192.168.4.66 //SG - CT
HT(config)# exit
HT# write memory
Hanoi Config
HN(config)# ip route 0.0.0.0 0.0.0.0 192.168.4.65 //default route
HN(config)# router rip
HN(config-router)# version 2
HN(config-router)# network 192.168.5.192 //HN – SG
HN(config-router)# network 192.168.5.0 //L 2
HN(config-router)# redistribute static //advertise default
HN(config-router)# no auto-summary
HN(config-router)# end
HN# write memory
Saigon Config
SG(config)# router rip
SG(config-router)# version 2
SG(config-router)# network 192.168.5.192 //SG-HN
SG(config-router)# redistribute ospf 1 metric 1
SG(config-router)# no auto-summary
SG(config-router)# exit
SG(config)# router ospf 1
SG(config-router)# network 192.168.5.196 0.0.0.3 area 0 //SG-PT
SG(config-router)# network 192.168.5.200 0.0.0.3 area 0 //SG-CT
SG(config-router)# redistribute rip subnets
SG(config-router)# default-information originate //advertise default
SG(config-router)# end
SG# write memory
Cantho Config
CT(config)# router ospf 1
CT(config-router)# network 192.168.5.200 0.0.0.3 area 0 //SG-CT
CT(config-router)# network 192.168.5.128 0.0.0.63 area 0 //L4
CT(config-router)# end
CT# write memory
//similarly to PT

You might also like