Compare commits

...

3 Commits

Author SHA1 Message Date
535c95ab00 Added EXAM 2024-11-25 16:28:05 +01:00
0dc9ab8c1a Update README.md with new activities and their corresponding links 2024-10-14 17:39:01 +02:00
404d57ffd3 Actualiser README.md 2024-10-14 17:26:22 +02:00
4 changed files with 33 additions and 0 deletions

View File

@ -71,3 +71,33 @@ It drops it
### Save the configuration files on both routers to NVRAM. What command did you use? ### Save the configuration files on both routers to NVRAM. What command did you use?
I used the write command I used the write command
## Part 3 - Step 1
### a. How many interfaces on R1 and R2 are configured with IP addresses and in the “up” and “up” state?
There are 3 interfaces up on R1 and R2
### a. What part of the interface configuration is NOT displayed in the command output?
The description
### a. What commands can you use to verify this part of the configuration?
show interfaces
### b. How many connected routes (uses the C code) do you see on each router?
There are 3 connected routes
### b. How many OSPF routes (uses the O code) do you see on each router?
There are 2 OSPF routes
### b. If the router knows all the routes in the network, then the number of connected routes and dynamically learned routes (OSPF) should equal the total number of LANs and WANs. How many LANs and WANs are in the topology?
There are 4 LANs and WANs in the topology
### b. Does this number match the number of C and O routes shown in the routing table?
Yes

Binary file not shown.

View File

@ -1,6 +1,9 @@
# Cisco Packet Tracer BTS 2e année # Cisco Packet Tracer BTS 2e année
[9.1.3 - Identifier les adresses MAC et IP](9.1.3/) [9.1.3 - Identifier les adresses MAC et IP](9.1.3/)
[9.2.9 - Observation de la table ARP](9.2.9/) [9.2.9 - Observation de la table ARP](9.2.9/)
[10.1.4 - Configure initial router settings](10.1.4/) [10.1.4 - Configure initial router settings](10.1.4/)
[10.3.4 - Connect a router to a LAN](10.3.4/) [10.3.4 - Connect a router to a LAN](10.3.4/)