🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Commands Needed for the Networking Final Lab.pdf

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Full Transcript

Step 2 : Configure Host Addressing a) Use the IPv4 address from Step 1 and the IPV6 addressing values provided in the Addressing Table to configure all host PCs with the correct addressing. (Host PC Icon) Click each host > Ip Configuration > Fill out the following info a...

Step 2 : Configure Host Addressing a) Use the IPv4 address from Step 1 and the IPV6 addressing values provided in the Addressing Table to configure all host PCs with the correct addressing. (Host PC Icon) Click each host > Ip Configuration > Fill out the following info according to the addressing table for each host. Do the same for the Server as well according to the addressing table. Step 3 : Configure the Router a) Configure the router with all the initial configurations that you have learned in the course so far. - Configuration will be locked at first when clicking the router so connect a console cable to the router via console and connect it to any one of the hosts via RS 232. - Click on the PC you connected the router to. Click Host PC> Terminal > OK Commands to type on Host PC Router>enable Router#configure terminal Configure the router hostname: CS-Department (Just an example name, may be different on exam) Router(config) #hostname CS-Department Protect device configurations from unauthorized access with the encrypted privileged exec password. CS-Department (config) #enable secret cisco12345 (example password, you can use whatever) Secure all access lines into the router using methods covered in the course and labs. CS-Department (config) #line console 0 CS-Department (config-line) #password cisco12345 CS-Department (config-line) #login CS-Department (config-line) #logging synchronous CS-Department (config-line) #line vty 0 4 CS-Department (config-line) #password cisco12345 CS-Department (config-line) #login CS-Department (config-line) #exit Require newly-entered passwords to have a minimum length of 10 characters. CS-Department (config) # security passwords minimum length 10 Prevent all passwords from being viewed in clear text in device configuration files. CS-Department (config) #service-password encryption Configure the local user authentication for in-band management connections. Create a user with the name netadmin and a secret password of Cisco_CCNA7 CS-Department (config) #username netadmin secret Cisco_CCNA7 Configure the router to only accept in-band management connections over the protocol that is more secure than Telnet, as was shown in the lab and the PT activities. Use the value 1024 for encryption key strength. CS-Department (config) #ip domain-name cisco.com CS-Department (config) #crypto key generate rsa How many bits in the modulus {512}: 1024 CS-Department (config) #ip ssh version 2 CS-Department (config)#line vty 0 4 CS-Department (config-line) #login local CS-Department (config-line) #transport input ssh b) Configure the two Gigabit Ethernet interfaces using the IPV4 addressing values that you calculated and the IPV6 values provided in the addressing table Reconfigure the link local addresses to the value shown in the table. Document the interfaces in the configuration file. CS-Department (config-line) #interface g0/0 CS-Department (config-if) #ip address (CS Department Ip address) (subnet mask of router) CS-Department (config-if) #ipv6 address (ipv6 address) CS-Department (config-if) #ipv6 address fe80::1 link-local CS-Department (config-if) #no shutdown CS-Department (config-if) #description Connected to (switch below router) CS-Department (config-if) #interface g0/1 CS-Department (config-if) #ip address (g0/1 ip address) (subnet mask) CS-Department (config-if) #ipv6 address (ipv6 address) CS-Department (config-if) #ipv6 address fe80::1 link-local CS-Department (config-if) #description Connected to (switch on the right of the router) CS-Department (config-if) #no shutdown Step 4: Configure the LAB 214-A switch a) Configure Vlan 1 as the SVI b) Configure IPv4 addressing according to your work in Step 1. c) Be sure that the switch is able to accept connections from hosts on other networks. Console cable> Switch> Console> Connect to any host via RS 232> Terminal> OK Switch_2>enable Switch_2 #configure terminal Switch_2(config) int vlan 1 Switch_2(config-if) #ip address (SVI IP) (subnet mask) Switch_2(config-if) #exit Switch_2(config) #ip default-gateway (ip for def gate) Switch_2(config) #int vlan 1 Switch_2(config) #description SVI for management Switch_2(config) #no shutdown Go to host pc that is connected to router and go to global config mode CS-Department (config) #ipv6 unicast-routing CS-Department (config) #banner motd “Warning, unauth access prohibited” Go to host pc that is connected to Lab 214>Terminal>OK Switch_2(config) #line vty 0 15 Switch_2(config-line) #password cisco12345 Switch_2(config-line) #login Switch_2(config-line) #end Switch_2# copy run start

Use Quizgecko on...
Browser
Browser