├── lab_IP Config.pdf ├── Lab 5 - OSI Model.pkt ├── Basic Device Security.pkt ├── Lab 1-Connecting Devices.pdf ├── Lab1-Connecting Devices.pkt ├── Lab4-Connecting_Two_LANs.pdf ├── Lab7-IPv4 Configuration.pdf ├── Lab7-IPv4 Configuration.pkt ├── Basic Security Device Lab.png ├── Lab2-Connecting_Two_Nodes.pdf ├── Lab2-Connecting_Two_Nodes.pkt ├── Lab5-BasicSecuirtyDevices.pdf ├── Lab3-Connecting_HUB_To_Nodes.pdf ├── Lab3-Connecting_HUB_To_Nodes.pkt ├── Router Switch Bacic Commands.pdf ├── README.md └── basic-router-switch-commands.txt /lab_IP Config.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/lab_IP Config.pdf -------------------------------------------------------------------------------- /Lab 5 - OSI Model.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab 5 - OSI Model.pkt -------------------------------------------------------------------------------- /Basic Device Security.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Basic Device Security.pkt -------------------------------------------------------------------------------- /Lab 1-Connecting Devices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab 1-Connecting Devices.pdf -------------------------------------------------------------------------------- /Lab1-Connecting Devices.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab1-Connecting Devices.pkt -------------------------------------------------------------------------------- /Lab4-Connecting_Two_LANs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab4-Connecting_Two_LANs.pdf -------------------------------------------------------------------------------- /Lab7-IPv4 Configuration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab7-IPv4 Configuration.pdf -------------------------------------------------------------------------------- /Lab7-IPv4 Configuration.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab7-IPv4 Configuration.pkt -------------------------------------------------------------------------------- /Basic Security Device Lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Basic Security Device Lab.png -------------------------------------------------------------------------------- /Lab2-Connecting_Two_Nodes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab2-Connecting_Two_Nodes.pdf -------------------------------------------------------------------------------- /Lab2-Connecting_Two_Nodes.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab2-Connecting_Two_Nodes.pkt -------------------------------------------------------------------------------- /Lab5-BasicSecuirtyDevices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab5-BasicSecuirtyDevices.pdf -------------------------------------------------------------------------------- /Lab3-Connecting_HUB_To_Nodes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab3-Connecting_HUB_To_Nodes.pdf -------------------------------------------------------------------------------- /Lab3-Connecting_HUB_To_Nodes.pkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Lab3-Connecting_HUB_To_Nodes.pkt -------------------------------------------------------------------------------- /Router Switch Bacic Commands.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SajidMajeed92/CCNA-200-301/main/Router Switch Bacic Commands.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CCNA-200-301 2 | This Repository contains Lab related to Networking Using Cisco Packet Tracer 3 | This repository is containing all the labs related to CCNA 200-301. 4 | -------------------------------------------------------------------------------- /basic-router-switch-commands.txt: -------------------------------------------------------------------------------- 1 | ================================= 2 | Basic Router Commands 3 | ================================= 4 | Router> ---User EXEC mode exit 5 | Router> ? 6 | Router> enable 7 | --------------- 8 | Router# ---Privileged EXEC mode disable, exit 9 | Router# ? 10 | ----------------- 11 | Router# configure terminal 12 | Router(config)# ---Global Config mode exit, end, Ctrl+c, Ctrl+z 13 | Router(config)# ? 14 | ----------------- 15 | Router(config)# line vty 0 15 16 | Router(config)# line console 0 17 | Router(config-line)# ---Line configuration mode exit, end, Ctrl+c, Ctrl+z 18 | Router(config-line)# ? 19 | ---------------------------- 20 | Router(config)# interface gigabitEthernet 0/0/0 21 | Router(config-if)# ---Interface configuration mode exit, end, Ctrl+c, Ctrl+z 22 | Router(config-if)# ? 23 | ---------------------------- 24 | Router# 25 | Router# configure terminal 26 | Router# show ? 27 | Router# show running-config 28 | Router# copy running-config startup-config 29 | Router# ping 192.168.1.100 30 | Router# traceroute 192.168.1.100 31 | Router# ssh 192.168.1.100 32 | Router# telnet 192.168.1.100 33 | Router# debug ? 34 | Router# clock set 07:14:00 October 15 2019 35 | Router# reload 36 | --------------------------------- 37 | Router(conf)# 38 | Router(conf)# hostname R1 39 | Router(conf)# banner motd "No unauthorized access allowed!" 40 | Router(conf)# enable password class 41 | Router(conf)# enable secret class 42 | Router(conf)# service password-encryption 43 | Router(config)# line vty 0 15 44 | Router(config)# line console 0 45 | Router(config)# interface gigabitEthernet 0/0/0 46 | ---------------------------------------------------- 47 | Router(config-line)# 48 | Router(config-line)# password cisco 49 | Router(config-line)# login 50 | Router(config-line)# transport input all (line vty) 51 | ---------------------------------------------------- 52 | Router(config-if)# 53 | Router(config-if)# interface gigabitEthernet 0/0/0 54 | Router(config-if)# int g0/0 //command abbreviation 55 | Router(config-if)# ip address 192.168.1.1 255.255.255.0 56 | Router(config-if)# no shutdown 57 | 58 | 59 | ================================= 60 | Basic Switch Commands 61 | ================================= 62 | Switch> ---User EXEC mode exit 63 | Switch> enable 64 | --------------- 65 | Switch# ---Privileged EXEC mode disable, exit 66 | ----------------- 67 | Switch# configure terminal 68 | Switch(config)# ---Global Config mode exit, end, Ctrl+c, Ctrl+z 69 | ----------------- 70 | Switch(config)# line vty 0 15 71 | Switch(config)# line console 0 72 | Switch(config-line)# ---Line configuration mode exit, end, Ctrl+c, Ctrl+z 73 | ---------------------------- 74 | Switch(config)# interface vlan 1 75 | Switch(config-if)# ---Interface configuration mode exit, end, Ctrl+c, Ctrl+z 76 | ---------------------------- 77 | Switch# 78 | Switch# configure terminal 79 | Switch# show ? 80 | Switch# show running-config 81 | Switch# copy running-config startup-config 82 | Switch# ping 192.168.1.100 83 | Switch# traceroute 192.168.1.100 84 | Switch# ssh 192.168.1.100 85 | Switch# telnet 192.168.1.100 86 | Switch# debug ? 87 | Switch# clock set 07:14:00 October 15 2019 88 | Switch# reload 89 | --------------------------------- 90 | Switch(conf)# 91 | Switch(conf)# hostname R1 92 | Switch(conf)# banner motd "No unauthorized access allowed!" 93 | Switch(conf)# enable password class 94 | Switch(conf)# enable secret class 95 | Switch(conf)# service password-encryption 96 | Switch(config)# line vty 0 15 97 | Switch(config)# line console 0 98 | Switch(config)# interface vlan 1 99 | ---------------------------------------------------- 100 | Switch(config-line)# 101 | Switch(config-line)# password cisco 102 | Switch(config-line)# login 103 | Switch(config-line)# transport input all (line vty) 104 | ---------------------------------------------------- 105 | Switch(config-if)# 106 | Switch(config-if)# interface vlan 1 107 | Switch(config-if)# ip address 192.168.1.2 255.255.255.0 108 | Switch(config-if)# no shutdown 109 | Switch(config-if)# exit 110 | Switch(config)# ip default-gateway 192.168.1.1 111 | 112 | 113 | Extra helpful commands: 114 | ========================= 115 | Router(conf)# no ip domain-lookup //prevents miss-typed commands from being "translated..." 116 | Router(conf-line)# logging synchronous //prevents logging output from interrupting your command input 117 | 118 | 119 | 120 | --------------------------------------------------------------------------------