Questions: Using VLSM, create addressing schemes for all connections. For the in
ID: 3639773 • Letter: Q
Question
Questions:
Using VLSM, create addressing schemes for all connections. For the interconnecting links, use the 172.16.1.0 network. For each LAN use the 192.168.1.0/24 address space.
Remote_1:
Lo0: 60 Hosts
Lo1: 24 Hosts
Remote_2:
Lo0: 62 Hosts
Lo1: 12 Hosts
Record the appropriate subnet address and mask in Table 1.
Table 1
Device
Interface
IP Address
Subnet Mask
ISP
S0/0/0
S0/0/1
Lo0
Remote_1
S0/0/0
Fa0/0
Lo0
Lo1
Remote_2
S0/0/1
Fa0/0
Lo0
Lo1
___________________________________________
Routers configurations (commands):
- Configure a message-of-the-day banner :
- Configure a password for console connections :
- Configure a password for VTY connections :
- Synchronize unsolicited messages and debug output with solicitedoutput and prompts for the console and virtual terminal lines:
- Configure an EXEC timeout of 15 minutes :
- Configure interfaces (give one interface commands, I'll do the rest):
- Configure OSPF on each router (Use Process ID 1 and advertise alldirectly connected networks in OSPF Area 0. Do not advertise theloopback interface on the ISP router) :
- Configure router Remote_1 to always be the DR. Remote_2 shouldalways be the BDR :
- Disable OSPF routing advertisements on the LAN interfaces :
- Configure a static default route on the ISP router:
- Propagate the static default route to the other routers in the network:
__________________________________________
This is one problem; please answer the questions within the lines and in the tables provided. If one answer is missing, I can't continue with the Packet Tracer project and I really can't cut this question to separate questions as you see. If you'd like to provide a complete packet tracer file instead that'll be even better.
Thanks a lot.
Device
Interface
IP Address
Subnet Mask
ISP
S0/0/0
S0/0/1
Lo0
Remote_1
S0/0/0
Fa0/0
Lo0
Lo1
Remote_2
S0/0/1
Fa0/0
Lo0
Lo1
Explanation / Answer
ISP S0/0/0 : 172.16.1.1/255.255.255.252 S0/0/1 : 172.16.1.9/255.255.255.252 Remote_1 S0/0/0 : 172.16.1.2/255.255.255.252 Fa0/0 : 172.16.1.5/255.255.255.252 Lo0 : 192.168.1.1/255.255.255.192 Hosts are 192.168.1.2-62 Lo1 : 192.168.1.65/255.255.255.224 Hosts are 192.168.1.66-94 Remote_2 S0/0/1 : 172.16.1.10/255.255.255.252 Fa0/0 : 172.16.1.6/255.255.255.252 Lo0 : 192.168.1.129/255.255.255.192 Hosts are 192.168.1.130-190 Lo1 : 192.168.1.193/255.255.255.224 Hosts are 192.168.1.194-223 Routers configurations (commands): - Configure a message-of-the-day banner : banner motd Banner!! - Configure a password for console connections : enable secret PASSWORD - Configure a password for VTY connections : line vty 0 4 password VTYPASSWORD - Synchronize unsolicited messages and debug output with solicited??output and prompts for the console and virtual terminal lines: logging synchronous all - Configure an EXEC timeout of 15 minutes : exec-timeout 15 - Configure interfaces (give one interface commands, I'll do the rest): ip addr 192.168.1.1 255.255.255.192 no shut - Configure OSPF on each router (Use Process ID 1 and advertise all??directly connected networks in OSPF Area 0. Do not advertise the??loopback interface on the ISP router) : router ospf 1 network 172.16.1.0 0.0.0.255 0 - Configure router Remote_1 to always be the DR. Remote_2 should always be the BDR : (On Remote_1) ip ospf priority 1 (On Remove_2) ip ospf priority 2 - Disable OSPF routing advertisements on the LAN interfaces : (Local interfaces not in OSPF network range) - Configure a static default route on the ISP router: ip route 0.0.0.0 0.0.0.0 SOME EXTERNAL IP ADDRESS - Propagate the static default route to the other routers in the network: (On ISP Router) redistribute
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.