NET150 Lab 9.1 - eitan-j/tech-journal GitHub Wiki
Q1 Select PC0 and answer the following: 4 points
- What is the PC's IP address and Default Gateway?
IP: 192.168.30.3, Default Gateway: 192.168.30.1. - Can you ping the Default Gateway?
Yes. - Can you ping PC1?
Yes. - Can you ping any other PC's (2-5)?
No.
Q2 Why do you think the pings to other networks fail? 2 Points
The routers do not have their routing tables set up.
Q3 What are the ip route commands for R3? 3 points screenshot
Q4 Ping PC0-PC4, PC5 - PC3, and PC2-PC1 are they able to communicate? Show screenshot of successful pings. 3 points
Q5: Explain what the command output is showing 1 point
It is showing what routes the router has.
Q6 Repeat Step 6 for R3 and Answer same question 1 point
It is showing what routes the router has.
Q7 Imagine a larger internet network with 25 different network segments (subnets). What would the challenge be with using "static routes"? 2 points
The static routes would have to be manually configured, which would take a long time.