0% found this document useful (0 votes)
28 views7 pages

Internet Configuration: Internet (Config) # Ip Route 0.0.0.0 0.0.0.0 10.2.2.2

The document contains configurations for several routers - Internet, Haiphong, Hanoi, Danang, Hue, Saigon, and Cantho. Internet router is configured with a default route. Haiphong router is configured with RIP routing with redistribution of static routes, and a default route. Hanoi router is configured with both RIP and OSPF routing, redistributing between the two protocols, and connecting multiple network areas.

Uploaded by

VũĐứcNội
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views7 pages

Internet Configuration: Internet (Config) # Ip Route 0.0.0.0 0.0.0.0 10.2.2.2

The document contains configurations for several routers - Internet, Haiphong, Hanoi, Danang, Hue, Saigon, and Cantho. Internet router is configured with a default route. Haiphong router is configured with RIP routing with redistribution of static routes, and a default route. Hanoi router is configured with both RIP and OSPF routing, redistributing between the two protocols, and connecting multiple network areas.

Uploaded by

VũĐứcNội
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Internet Configuration

Internet(config)# ip route 0.0.0.0


0.0.0.0 10.2.2.2

Haiphong Configuration
Haiphong# router rip
Haiphong(config-router)# version 2
Haiphong(config-router)# network 192.168.3.0
Haiphong(config-router)# no auto-summary
Haiphong(config-router)# redistribute static
Haiphong(config-router)#exit
Haiphong(config)# ip route 0.0.0.0 0.0.0.0
10.2.2.1
Haiphong(config# end
Haiphong# write memory

Hanoi Configuration
Hanoi(config)# router rip
Hanoi(config-router)# version 2
Hanoi(config-router)# network 192.168.3.0
Hanoi(config-router)# no auto-summary
Hanoi(config-router)# redistribute ospf 1 metric 1
Hanoi(config-router)# exit
Hanoi(config)# router ospf 1
Hanoi(config-router)# network 192.168.3.248 0.0.0.3 area 3
Hanoi(config-router)# network 192.168.3.0 0.0.0.63 area 3
Hanoi(config-router)# network 192.168.0.96 0.0.0.31 area 0
Hanoi(config-router)# redistribute rip metric 1 subnets
Hanoi(config-router)# end
Hanoi# write memory

Danang Configuration
Danang(config)# router ospf 1
Danang(config-router)# network
192.168.0.32 0.0.0.31 area 0
Danang(config-router)# network
192.168.0.96 0.0.0.31 area 0
Danang(config-router)# network
192.168.0.248 0.0.0.3 area 1
Danang(config-router)# end
Danang# write memory

Hue Configuration
Hue(config)# router ospf 1
Hue(config-router)# network
192.168.1.248 0.0.0.3 area 1
Hue(config-router)# network
192.168.1.0 0.0.0.63 area 1
Hue(config-router)# end
Hue# write memory

Saigon Configuration
Saigon(config)# router ospf 1
Saigon(config-router)# network
192.168.0.96 0.0.0.31 area 0
Saigon(config-router)# network
192.168.0.64 0.0.0.31 area 0
Saigon(config-router)# network
192.168.2.248 0.0.0.3 area 2
Saigon(config-router)# end
Saigon# write memory

Cantho Configuration
Similar to Hue --> Do it by yourself

You might also like