commit ec23876466b971a45b57e83d6718f9d68c628bff Author: Le Stagiaire Date: Mon Oct 14 16:10:36 2024 +0200 Add README.md files for sections 1.3.6, 1.6.1, and 1.4.7 diff --git a/1.1.7/1.1.7-lab---basic-switch-configuration.pdf b/1.1.7/1.1.7-lab---basic-switch-configuration.pdf new file mode 100644 index 0000000..2835853 Binary files /dev/null and b/1.1.7/1.1.7-lab---basic-switch-configuration.pdf differ diff --git a/1.1.7/README.md b/1.1.7/README.md new file mode 100644 index 0000000..475bd5b --- /dev/null +++ b/1.1.7/README.md @@ -0,0 +1,87 @@ +# 1.1.7 - Lab - Basic Switch Configuration + +## Part 1 - Step 1 + +### b. Why must you use a console connection to initially configure the switch? Why is it not possible to connect to the switch via Telnet or SSH? + +Because telnet and ssh are not configured + +## Part 1 - Step 2 + +### b. How many FastEthernet interfaces does a 3750 switch have? + +The switch have 24 FastEthernet ports + +### b. How many GigabitEthernet interfaces does a 3750 switch have? + +The switch have 2 GigabitEthernet ports + +### b. What is the range of values shown for the VTY lines? + +The range for VTY lines is 0 - 15 + +### c. Why does this message appear? + +Because no startup configuration is present in the NVRAM + +### d. Is there an IP address assigned to VLAN 1? + +No + +### d. What is the MAC address of this SVI? + +001D.464B.C3C0 + +### d. Is this interface up? + +The line status is up but the protocol is down + +### g. What is the Cisco IOS version version information of the switch? + +Cisco C3750 SOftware Version 12.2(55)SE12 + +### g. What is the system image filename? + +c3750-ipbasek9-mz.122-55.SE12.bin + +### g. What is the base MAC address of this switch? + +00:1D::46:4B:C3:80 + +### h. Is the interface up or down? + +The interface is up + +### h. What event would make an interface go up? + +To plug an ethernet cable in the port of the interface + +### h. What is the MAC address of this interface? + +001D.464B.C388 + +### h. What is the speed and duplex setting of the interface? + +The interface is in full-duplex 100mbps + +### i. What is the default name of the VLAN 1? + +default + +### i. Which port are in VLAN 1? + +All the switch ports + +### i. What type of VLAN is the default VLAN? + +The type of default VLAN is enet + +### j. What is the filename o fthe Cisco IOS image? + +c3750-ipbasek9-mz.122-55.SE12.bin + +## Part 2 - Step 1 + +### g. Why is the login command required? + +To allow connections on line diff --git a/1.3.6/1.3.6-packet-tracer---configure-ssh.pdf b/1.3.6/1.3.6-packet-tracer---configure-ssh.pdf new file mode 100644 index 0000000..cc1523c Binary files /dev/null and b/1.3.6/1.3.6-packet-tracer---configure-ssh.pdf differ diff --git a/1.3.6/1.3.6-packet-tracer---configure-ssh.pka b/1.3.6/1.3.6-packet-tracer---configure-ssh.pka new file mode 100644 index 0000000..1936714 Binary files /dev/null and b/1.3.6/1.3.6-packet-tracer---configure-ssh.pka differ diff --git a/1.3.6/README.md b/1.3.6/README.md new file mode 100644 index 0000000..59daa8f --- /dev/null +++ b/1.3.6/README.md @@ -0,0 +1,3 @@ +# 1.3.6 - Configure SSH + +No questions for this section, just Packet Tracer activities. \ No newline at end of file diff --git a/1.4.7/1.4.7-packet-tracer---configure-router-interfaces.pdf b/1.4.7/1.4.7-packet-tracer---configure-router-interfaces.pdf new file mode 100644 index 0000000..4b0d073 Binary files /dev/null and b/1.4.7/1.4.7-packet-tracer---configure-router-interfaces.pdf differ diff --git a/1.4.7/1.4.7-packet-tracer---configure-router-interfaces.pka b/1.4.7/1.4.7-packet-tracer---configure-router-interfaces.pka new file mode 100644 index 0000000..6c8d7a3 Binary files /dev/null and b/1.4.7/1.4.7-packet-tracer---configure-router-interfaces.pka differ diff --git a/1.4.7/README.md b/1.4.7/README.md new file mode 100644 index 0000000..f299caa --- /dev/null +++ b/1.4.7/README.md @@ -0,0 +1,3 @@ +# 1.4.7 - Configure router interfaces + +No questions for this section, just Packet Tracer activities. diff --git a/1.5.10/1.5.10-packet-tracer---verify-directly-connected-networks.pdf b/1.5.10/1.5.10-packet-tracer---verify-directly-connected-networks.pdf new file mode 100644 index 0000000..1f553eb Binary files /dev/null and b/1.5.10/1.5.10-packet-tracer---verify-directly-connected-networks.pdf differ diff --git a/1.5.10/1.5.10-packet-tracer---verify-directly-connected-networks.pka b/1.5.10/1.5.10-packet-tracer---verify-directly-connected-networks.pka new file mode 100644 index 0000000..2cee003 Binary files /dev/null and b/1.5.10/1.5.10-packet-tracer---verify-directly-connected-networks.pka differ diff --git a/1.5.10/README.md b/1.5.10/README.md new file mode 100644 index 0000000..b073888 --- /dev/null +++ b/1.5.10/README.md @@ -0,0 +1,25 @@ +# 1.5.10 - Verify directly connected networks + +## Part1 + +### d. What is the Gateway of last resort address? + +The gateway of the last resort address is 209.165.200.226 + +### e. What is the Circuit ID displayed from your output? + +It is BCB123450001 + +### f. What is the duplex setting, speed and media type? + +The duplex is full, the speed is 1000Mbps and the media type is RJ45 + +## Part 2 + +### a. What is the status of the configured interfaces? + +The configured interfaces are up + +### d. How many addresses are configured on each Gigabit interface? + +There are two addresses configured for each Gigabit interface. One is the link local address and the other is the IP address diff --git a/1.6.1/1.6.1-packet-tracer---implement-a-small-network.pdf b/1.6.1/1.6.1-packet-tracer---implement-a-small-network.pdf new file mode 100644 index 0000000..0b6b5da Binary files /dev/null and b/1.6.1/1.6.1-packet-tracer---implement-a-small-network.pdf differ diff --git a/1.6.1/1.6.1-packet-tracer---implement-a-small-network.pka b/1.6.1/1.6.1-packet-tracer---implement-a-small-network.pka new file mode 100644 index 0000000..9c2e034 Binary files /dev/null and b/1.6.1/1.6.1-packet-tracer---implement-a-small-network.pka differ diff --git a/1.6.1/README.md b/1.6.1/README.md new file mode 100644 index 0000000..29f9b76 --- /dev/null +++ b/1.6.1/README.md @@ -0,0 +1,3 @@ +# 1.6.1 - Implement a Small Network + +No questions for this section, just Packet Tracer activities. diff --git a/1.6.2/1.6.2-packet-tracer----configure-basic-router-settings---physical-mode.pdf b/1.6.2/1.6.2-packet-tracer----configure-basic-router-settings---physical-mode.pdf new file mode 100644 index 0000000..7983c76 Binary files /dev/null and b/1.6.2/1.6.2-packet-tracer----configure-basic-router-settings---physical-mode.pdf differ diff --git a/1.6.2/1.6.2-packet-tracer----configure-basic-router-settings---physical-mode.pka b/1.6.2/1.6.2-packet-tracer----configure-basic-router-settings---physical-mode.pka new file mode 100644 index 0000000..55c39e0 Binary files /dev/null and b/1.6.2/1.6.2-packet-tracer----configure-basic-router-settings---physical-mode.pka differ diff --git a/1.6.2/README.md b/1.6.2/README.md new file mode 100644 index 0000000..7791965 --- /dev/null +++ b/1.6.2/README.md @@ -0,0 +1,99 @@ +# 1.6.2 Configure basic router settings - Physical Mode + +## Part 2 - Step 2 + +### p. What would be the result of reloading the router prior to completing the copy running-config startup-config command? + +The router will take the default config + +## Part 2 - Step 3 + +### a. Were the pings successful? + +Yes + +### b. Was the remote access successful? + +Yes + +### c. Was the remote access successful? + +Yes + +### c. Why is the Telnet protocol considered to be a security risk? + +Because the data are not sent encrypted through the network + +## Part 3 - Step 2 + +### a. What is the name of the IOS image that the router is running? + +Version 03.16.05.S - Extended Support Release + +### a. How much non-volatile random-access memory (NVRAM) does the router have? + +32768K bytes + +### a. How much Flash memory does the router have? + +3223551K bytes + +### b. What would be the boot process for the router on the next reload if the configuration register was 0x2142? + +The configuration will be changed + +## Part 3 - Step 3 + +### a. How are passwords presented in the output? + +The password are encrypted + +### b. What is the result of using this command? + +This will show the VTY lines config + +## Part 3 - Step 4 + +### a. What code is used in the routing table to indicate a directly connected network? + +The code is C + +### a. How many route entries are coded with a C code in the routing table? + +There are 3 + +## Part 3 - Step 5 + +### a. What command changed the status of the Gigabit Ethernet ports from administratively down to up? + +The command no shutdown + +### b. What is the meaning of the [up/up] part of the output? + +This is for link and protocol + +### c. What is the IPv6 address assigned to Server? + +The IPv6 address is 2001:DB8:ACAD:0:207:ECFF:FEA5:6286 + +### c. What is the default gateway assigned to Server? + +The default gateway is FE80::1 + +### c. From PC-B, issue a ping to the R1 default gateway link local address. Was it successful? + +Yes + +### c. From Server, issue a ping to the R1 IPv6 unicast address 2001:db8:acad::1. Was it successful? + +Yes + +## Reflection Questions + +### 1. In researching a network connectivity issue, a technician suspects that an interface was not enabled. What show command could the technician use to troubleshoot this issue? + +show interface brief + +### 2. In researching a network connectivity issue, a technician suspects that an interface was assigned an incorrect subnet mask. What show command could the technician use to troubleshoot this issue? + +show ip interface brief diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f9b38a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Cisco CCNA 2 : Switching, Routing, and Wireless Essentials (SRWE) + +[1.1.7 - Lab - Basic Switch Configuration](1.1.7/) + +[1.3.6 - Configure SSH](1.3.6/) + +[1.4.7 - Configure router interfaces](1.4.7/) + +[1.5.10 - Verify connected networks](1.5.10/) + +[1.6.1 - Implement a Small Network](1.6.1/) + +[1.6.2 - Configure basic router settings - Physical Mode](1.6.2/)