Screenshot of logical diagram configured with all given OSPF,static configurations:-

Configuring R1 with a static Route:-
Static Routing:-
ip route [ip address of router] [subnet mask of destination network] [network address of the dest network]
R1#
conf t
ip route 10.0.0.0 255.248.0.0 10.8.0.0
end
R1#
conf t
ip route 10.0.0.0 255.248.0.0 10.16.0.0
end
R1#
conf t
ip route 10.0.0.0 255.248.0.0 10.24.0.0
end
R1#
conf t
ip route 10.0.0.0 255.248.0.0 10.32.0.0
end
**************************************************************************************************
Static Routing
IP route [ip address of router] [subnet mask of destination network] [network address of the dest network]
R5#
conf t
ip route 10.32.0.0 255.255.224.0 158.20.64.0
end
***************************************************************************************************
EIGRP configuration
eigrp [A.s #20]
network [network Address of dest router] [wildcard mask of the network]
R3#
eigrp 20 network 158.20.32.0 0.0.31.255 network 10.16.0.0 0.7.255.255 end
***************************************************************************************************
router ospf [number]
network [network Address of dest router] [wildcard mask of the network] [area number]
R2#
router ospf 10
network 158.20.96.0 0.0.31.255 area 0
network 10.8.0.0 0.7.255.255 area 0
end
***************************************************************************************************
IF you have any doubt please feel free to comment. Thank You..Please UPVOTE.
TELE33324 - Assignment 3 (10%) - Individual Assignment Packet Tracer Assignment 3 - VLSM - 10...
Configure RIPv2 1. Create the following network topology on Packet Tracer 192.168.2.0/30 192.168.2.2 /30 192.168.2.1/30 192.168.1.1/25 1811 R1 281 192.168.1.129/25 1192.168.1.128 /25 192.168.1.0/25 PC-PT PC1 PC-PT PC2 192.168.1.254/25 192.168.1.126/25 2. Configure the PCs and the routers with network information based on their networks. To configure the routers, use the CLI rather than through the GUI Router1: Fa0/0 192.168.1.1 255.255.255.128 Serial 192.168.2.1 255.255.255.252 with clock rate of 64000 Router2: Fa0/0 192.168.1.129 255.255.255.128 Serial 192.168.2.2 255.255.255.252 Completed 4. Now apply RIPv2 to...
PLEASE ATTACH A SCREENSHOT OF YOUR SUCCESSFUL PING IN
PACKET TRACER FOR THE END!!!!!!!!!!! THANK YOU!
Objectives Part A: Configure a simple static routing . Part B: Configure a simple RIP routing Part A: Configure a simple static routing 1. Create the following network topology on Packet Tracer Router-PT Router-PT Addressing Table Device Interface IP Address Subnet Mask Default Gatewa 10.0.0.1 20.0.0.1 30.0.0.1 20.0.0.2 0.0.0.10 30.0.0.10 N/A 255.0.0.0 255.0.0.0 255.0.0.0 255.0.0.0 255.0.0.0 255.0.0.0 Routero 2/0 NIA NIA NIA 10.0.0.1 30.0.0.1...
PLEASE SHOW ALL WORK AND TO USE PSPICE AND FOLLOW ALL
DIRECTIONS.
STUDENT ID=378564
Assignment: 1. For the Circuit 1 shown below: A. Analyze the circuit by hand as described in the textbook. B. Analyze the circuit using PSPICE as follows: Use a Bias Point analysis to find the quantities found in part A above. Be sure to add text to the schematic as indicated in the Sample Report. Adjust the placement of each value on the schematic so that...
I need help with this assignment, please; Programming Assignment 3: UDP Pinger Lab In this lab, you will study a simple Internet ping server written in the Java language, and implement a corresponding client. The functionality provided by these programs is similar to the standard ping programs available in modern operating systems, except that they use UDP rather than Internet Control Message Protocol (ICMP) to communicate with each other. (Java does not provide a straightforward means to interact with ICMP.)...
The
both files are included. Where are these which are colorful.
Point.h and point.cpp
Hor this assignment you are provided the files for a class called point. Download the h and .cpp files and include them in your project. IheじML diagram below details the class Point くくfriend>> ostream& operator.((ostream&, point&) <ごfriend::. İstream& operator:..イ1stream&-point& - : double - v doublc getX) double getYO double - sctX( double): void - set Y(double) : void - point(double-0.0, double-0.0 operator-(const point& bool perator< const...