1. Copy the packet tracer nie (FE.2311) from the M: drive to your desktop. 2. Re
ID: 3580262 • Letter: 1
Question
1. Copy the packet tracer nie (FE.2311) from the M: drive to your desktop. 2. Rename the file to FE980 55 3. Do not configure the PC's, the switches and the ISP router. They are already configured. 4. The following inteface configurations are already done 200.200.200.1/24 Border router So/o/o 192.168.6.2/24 DCE So/o/1 192.168.6.1/24 So/o/o Branch A 192.168.7.1/24 DCE So/o/1 192.168.4.9/24 fao/o 192.168.5.9/24 fao/1 192.168.7.2/24 SO/O/O Branch B 192.168.8.9/24 fao/o Configuration tasks need to be done: configure the Border router to perform PAT for all networks within the inside network (i.ee. all insid networks will be translated to the IP address configured with so/o/o interface) (30%) Configure the Border router to include a default route to the ISP router (do not do this for the (20%) BranchLA and the Branch Brouters) Configure the three routers in the inside network to use OSPF dynamic routing (50%) Use 10 as the process ID Routing information should not be sent out from interfaces which do not connect to a router Pass the default route information from the Border router to all other routers within the ospF networkExplanation / Answer
Border Router
Router>enable
Router#configure terminal
Router(config)# interface serial 0/0/0
Router(config)# ip address 200.200.200.1 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Router>enable
Router#configure terminal
Router(config)# interface serial 0/0/1
Router(config)# ip address 192.168.6.2 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Branch_A
Router>enable
Router#configure terminal
Router(config)# interface serial 0/0/0
Router(config)# ip address 192.168.6.1 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Router>enable
Router#configure terminal
Router(config)# interface serial 0/0/1
Router(config)# ip address 192.168.7.1 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Router>enable
Router#configure terminal
Router(config)# interface fastEthernet 0/0
Router(config)# ip address 192.168.4.9 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Router>enable
Router#configure terminal
Router(config)# interface fastEthernet 0/1
Router(config)# ip address 192.168.5.9 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Branch_B
Router>enable
Router#configure terminal
Router(config)# interface serial 0/0/0
Router(config)# ip address 192.168.7.2 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Router>enable
Router#configure terminal
Router(config)# interface fastEthernet 0/0
Router(config)# ip address 192.168.8.9 255.255.255.0
Router(config)# no shutdown
Router(config)# exit
Thanks, I hope it clarifies. Let me know if there is anything. Please provide feedback
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.