├── Basic Router Configuration ├── Configuring SSH on Cisco IOS Router │ ├── Configuring SSH on Cisco IOS Router.txt │ └── Scenario.png ├── Enable and secure Telnet on the Cisco IOS Router │ ├── Enable and secure Telnet on the Cisco IOS Router.txt │ └── Scenario.png └── Secure the Console port on the Cisco IOS Router │ ├── Scenario.png │ └── Secure the Console port on the Cisco IOS Router.txt ├── DHCPv4 └── Configuring DHCPv4 Server & Client on Cisco IOS │ ├── Configuring DHCPv4 Server & Client on Cisco IOS.txt │ └── Scenario.png ├── EtherChannel (Link Aggregation) ├── Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal) │ ├── Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal).txt │ └── Scenario.png ├── Configuring EtherChannel using the Manual mode (Mode on) │ ├── Configuring EtherChannel using the Manual mode (Mode on).txt │ └── Scenario.png └── Configuring EtherChannel using the PAGP mode (Cisco Proprietary) │ ├── Configuring EtherChannel using the PAGP mode (Cisco Proprietary).txt │ └── Scenario.png ├── First Hop Redundancy Protocol (FHRP) └── Configure HSRP, Priority and Preemption │ ├── Configure HSRP, Priority and Preemption.txt │ └── Scenario.png ├── IP Routing ├── Complex Static Route & Default Route (Special Labs) │ ├── Configuring Complex Static Route │ │ ├── Configuring Complex Static Route.txt │ │ └── Scenario.png │ └── Configuring Default Route │ │ ├── Configuring Default Route.txt │ │ └── Scenario.png ├── Dynamic Routing Protocol (IGP) │ ├── Enhanced Interior Gateway Routing Protocol (EIGRP) │ │ └── EIGRP Configuration │ │ │ ├── EIGRP Configuration.txt │ │ │ └── Scenario.png │ └── Open Shortest Path First (OSPF) │ │ ├── Configuring OSPF Multi-Area │ │ ├── Configuring OSPF Multi-Area.txt │ │ └── Scenario.png │ │ ├── Configuring OSPF in the backbone area │ │ ├── Configuring OSPF in the backbone area.txt │ │ └── Scenario.png │ │ ├── Configuring passive interface in OSPF │ │ ├── Configuring passive interface in OSPF.txt │ │ └── Scenario.png │ │ ├── Manipulating the Hello Packets in OSPF │ │ ├── Manipulating the Hello Packets in OSPF.txt │ │ └── Scenario.png │ │ ├── OSPF DR and BDR Election │ │ ├── DR and BDR Selection (Read first).txt │ │ ├── OSPF DR and BDR Election.txt │ │ └── Scenario.png │ │ ├── OSPF Default Route │ │ ├── OSPF Default Route.txt │ │ └── Scenario.png │ │ └── Redistributing Static Routes into OSPF │ │ ├── Redistributing Static Routes into OSPF.txt │ │ └── Scenario.png ├── Floating Static Route │ ├── Floating Static Route.txt │ └── Scenario.png └── Static Route & Default Route │ ├── Scenario.png │ └── Static Route & Default Route.txt ├── IP SLA Tracking └── Configure ISP Failover with Default Routes Using IP SLA Tracking │ ├── Configure ISP Failover with Default Routes Using IP SLA Tracking.txt │ └── Scenario.png ├── LAN Security ├── Configuring AAA on Cisco Devices (RADIUS) │ ├── Configuring AAA on Cisco Devices (RADIUS).txt │ ├── Configuring Radius Server.png │ └── Scenario.png ├── Configuring AAA on Cisco Devices (TACACS+) │ ├── Configuring AAA on Cisco Devices (TACACS+).txt │ ├── Configuring TACACS+ Server.png │ └── Scenario.png ├── Configuring Port-Security to secure from MAC Address Table Attack │ ├── Configuring Port-Security to secure from MAC Address Table Attack.txt │ └── Scenario.png ├── DHCP Snooping against DHCP Attacks │ ├── DHCP Snooping against DHCP Attacks.txt │ └── Scenario.png └── VLAN Hopping Attacks Mitigation │ ├── Scenario.png │ └── VLAN Hopping Attacks Mitigation.txt ├── Network Address Translation (NAT) ├── Port Address Translation (PAT) │ ├── Configuring PAT on Cisco IOS.txt │ └── Scenario.png └── Static Network Address Translation (Static NAT) │ ├── Configuring Static NAT on Cisco IOS.txt │ └── Scenario.png ├── Network Management ├── Device Discovery using CDP Protocol │ ├── Device Discovery using CDP Protocol.txt │ └── Scenario.png └── Link Layer Discovery Protocol (LLDP) │ ├── Link Layer Discovery Protocol (LLDP).txt │ └── scenario.png ├── Point-to-Point Protocol (PPP) └── Configuring PPPoE Client on Cisco Router │ ├── Configuring PPPoE Client on Cisco Router.txt │ └── Scenario.png ├── README.md ├── Real-world Templates ├── Cisco Switch L2 │ └── Port Up-link & Port Access.txt └── How to use SecureCRT to capture configuration logs on Cisco devices │ ├── How to use SecureCRT to capture configuration logs on Cisco devices.txt │ └── SecureCRT configuration screenshot.png ├── Router on a Stick, Inter-VLAN Routing & L3 EtherChannel ├── Configuring InterVLAN Routing on Cisco L3 Switch │ ├── Configuring InterVLAN Routing on Cisco L3 Switch.txt │ └── Scenario.png ├── Configuring L3 EtherChannel │ ├── Configuring L3 EtherChannel.txt │ └── Scenario.png └── Configuring Router on a Stick on Cisco Router │ ├── Configuring Router on a Stick on Cisco Router.txt │ └── Scenario.png ├── Spanning-Tree Protocol └── Configuring Rapid-PVST, PortFast and BPDU Guard │ ├── Configuring Rapid-PVST, PortFast and BPDU Guard.txt │ └── Scenario.png ├── VPN IPsec and GRE ├── Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site) │ ├── Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site).txt │ └── Scenario.png ├── Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site) │ ├── Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site).txt │ └── Scenario.png └── Configuring the GRE VPN Tunnel (Site-to-Site) │ ├── Configuring the GRE VPN Tunnel (Site-to-Site).txt │ └── Scenario.png └── Virtual Local Area Network (VLAN) ├── Configure Native VLAN on Cisco Switch ├── Configure Native VLAN on Cisco Switch.txt └── Scenario.png ├── Configuring Trunk ports on the Cisco Switch ├── Configuring Trunk ports on the Cisco Switch.txt └── Scenario.png ├── Configuring VTP on Cisco Switch ├── Configuring VTP on Cisco Switch.txt └── Scenario.png ├── Configuring Voice VLAN on the Cisco Switch ├── Configuring Voice VLAN on the Cisco Switch.txt └── Scenario.png └── Creating VLANs and making the ports as access port on the Cisco Switch ├── Configuring VLANs on the Cisco Switch.txt └── Scenario.png /Basic Router Configuration/Configuring SSH on Cisco IOS Router/Configuring SSH on Cisco IOS Router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Basic Router Configuration/Configuring SSH on Cisco IOS Router/Configuring SSH on Cisco IOS Router.txt -------------------------------------------------------------------------------- /Basic Router Configuration/Configuring SSH on Cisco IOS Router/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Basic Router Configuration/Configuring SSH on Cisco IOS Router/Scenario.png -------------------------------------------------------------------------------- /Basic Router Configuration/Enable and secure Telnet on the Cisco IOS Router/Enable and secure Telnet on the Cisco IOS Router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Basic Router Configuration/Enable and secure Telnet on the Cisco IOS Router/Enable and secure Telnet on the Cisco IOS Router.txt -------------------------------------------------------------------------------- /Basic Router Configuration/Enable and secure Telnet on the Cisco IOS Router/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Basic Router Configuration/Enable and secure Telnet on the Cisco IOS Router/Scenario.png -------------------------------------------------------------------------------- /Basic Router Configuration/Secure the Console port on the Cisco IOS Router/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Basic Router Configuration/Secure the Console port on the Cisco IOS Router/Scenario.png -------------------------------------------------------------------------------- /Basic Router Configuration/Secure the Console port on the Cisco IOS Router/Secure the Console port on the Cisco IOS Router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Basic Router Configuration/Secure the Console port on the Cisco IOS Router/Secure the Console port on the Cisco IOS Router.txt -------------------------------------------------------------------------------- /DHCPv4/Configuring DHCPv4 Server & Client on Cisco IOS/Configuring DHCPv4 Server & Client on Cisco IOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/DHCPv4/Configuring DHCPv4 Server & Client on Cisco IOS/Configuring DHCPv4 Server & Client on Cisco IOS.txt -------------------------------------------------------------------------------- /DHCPv4/Configuring DHCPv4 Server & Client on Cisco IOS/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/DHCPv4/Configuring DHCPv4 Server & Client on Cisco IOS/Scenario.png -------------------------------------------------------------------------------- /EtherChannel (Link Aggregation)/Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal)/Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/EtherChannel (Link Aggregation)/Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal)/Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal).txt -------------------------------------------------------------------------------- /EtherChannel (Link Aggregation)/Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/EtherChannel (Link Aggregation)/Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal)/Scenario.png -------------------------------------------------------------------------------- /EtherChannel (Link Aggregation)/Configuring EtherChannel using the Manual mode (Mode on)/Configuring EtherChannel using the Manual mode (Mode on).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/EtherChannel (Link Aggregation)/Configuring EtherChannel using the Manual mode (Mode on)/Configuring EtherChannel using the Manual mode (Mode on).txt -------------------------------------------------------------------------------- /EtherChannel (Link Aggregation)/Configuring EtherChannel using the Manual mode (Mode on)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/EtherChannel (Link Aggregation)/Configuring EtherChannel using the Manual mode (Mode on)/Scenario.png -------------------------------------------------------------------------------- /EtherChannel (Link Aggregation)/Configuring EtherChannel using the PAGP mode (Cisco Proprietary)/Configuring EtherChannel using the PAGP mode (Cisco Proprietary).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/EtherChannel (Link Aggregation)/Configuring EtherChannel using the PAGP mode (Cisco Proprietary)/Configuring EtherChannel using the PAGP mode (Cisco Proprietary).txt -------------------------------------------------------------------------------- /EtherChannel (Link Aggregation)/Configuring EtherChannel using the PAGP mode (Cisco Proprietary)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/EtherChannel (Link Aggregation)/Configuring EtherChannel using the PAGP mode (Cisco Proprietary)/Scenario.png -------------------------------------------------------------------------------- /First Hop Redundancy Protocol (FHRP)/Configure HSRP, Priority and Preemption/Configure HSRP, Priority and Preemption.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/First Hop Redundancy Protocol (FHRP)/Configure HSRP, Priority and Preemption/Configure HSRP, Priority and Preemption.txt -------------------------------------------------------------------------------- /First Hop Redundancy Protocol (FHRP)/Configure HSRP, Priority and Preemption/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/First Hop Redundancy Protocol (FHRP)/Configure HSRP, Priority and Preemption/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Complex Static Route/Configuring Complex Static Route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Complex Static Route/Configuring Complex Static Route.txt -------------------------------------------------------------------------------- /IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Complex Static Route/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Complex Static Route/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Default Route/Configuring Default Route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Default Route/Configuring Default Route.txt -------------------------------------------------------------------------------- /IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Default Route/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Complex Static Route & Default Route (Special Labs)/Configuring Default Route/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Enhanced Interior Gateway Routing Protocol (EIGRP)/EIGRP Configuration/EIGRP Configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Enhanced Interior Gateway Routing Protocol (EIGRP)/EIGRP Configuration/EIGRP Configuration.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Enhanced Interior Gateway Routing Protocol (EIGRP)/EIGRP Configuration/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Enhanced Interior Gateway Routing Protocol (EIGRP)/EIGRP Configuration/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF Multi-Area/Configuring OSPF Multi-Area.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF Multi-Area/Configuring OSPF Multi-Area.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF Multi-Area/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF Multi-Area/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF in the backbone area/Configuring OSPF in the backbone area.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF in the backbone area/Configuring OSPF in the backbone area.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF in the backbone area/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring OSPF in the backbone area/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring passive interface in OSPF/Configuring passive interface in OSPF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring passive interface in OSPF/Configuring passive interface in OSPF.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring passive interface in OSPF/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Configuring passive interface in OSPF/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Manipulating the Hello Packets in OSPF/Manipulating the Hello Packets in OSPF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Manipulating the Hello Packets in OSPF/Manipulating the Hello Packets in OSPF.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Manipulating the Hello Packets in OSPF/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Manipulating the Hello Packets in OSPF/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF DR and BDR Election/DR and BDR Selection (Read first).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF DR and BDR Election/DR and BDR Selection (Read first).txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF DR and BDR Election/OSPF DR and BDR Election.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF DR and BDR Election/OSPF DR and BDR Election.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF DR and BDR Election/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF DR and BDR Election/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF Default Route/OSPF Default Route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF Default Route/OSPF Default Route.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF Default Route/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/OSPF Default Route/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Redistributing Static Routes into OSPF/Redistributing Static Routes into OSPF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Redistributing Static Routes into OSPF/Redistributing Static Routes into OSPF.txt -------------------------------------------------------------------------------- /IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Redistributing Static Routes into OSPF/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Dynamic Routing Protocol (IGP)/Open Shortest Path First (OSPF)/Redistributing Static Routes into OSPF/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Floating Static Route/Floating Static Route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Floating Static Route/Floating Static Route.txt -------------------------------------------------------------------------------- /IP Routing/Floating Static Route/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Floating Static Route/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Static Route & Default Route/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Static Route & Default Route/Scenario.png -------------------------------------------------------------------------------- /IP Routing/Static Route & Default Route/Static Route & Default Route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP Routing/Static Route & Default Route/Static Route & Default Route.txt -------------------------------------------------------------------------------- /IP SLA Tracking/Configure ISP Failover with Default Routes Using IP SLA Tracking/Configure ISP Failover with Default Routes Using IP SLA Tracking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP SLA Tracking/Configure ISP Failover with Default Routes Using IP SLA Tracking/Configure ISP Failover with Default Routes Using IP SLA Tracking.txt -------------------------------------------------------------------------------- /IP SLA Tracking/Configure ISP Failover with Default Routes Using IP SLA Tracking/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/IP SLA Tracking/Configure ISP Failover with Default Routes Using IP SLA Tracking/Scenario.png -------------------------------------------------------------------------------- /LAN Security/Configuring AAA on Cisco Devices (RADIUS)/Configuring AAA on Cisco Devices (RADIUS).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring AAA on Cisco Devices (RADIUS)/Configuring AAA on Cisco Devices (RADIUS).txt -------------------------------------------------------------------------------- /LAN Security/Configuring AAA on Cisco Devices (RADIUS)/Configuring Radius Server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring AAA on Cisco Devices (RADIUS)/Configuring Radius Server.png -------------------------------------------------------------------------------- /LAN Security/Configuring AAA on Cisco Devices (RADIUS)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring AAA on Cisco Devices (RADIUS)/Scenario.png -------------------------------------------------------------------------------- /LAN Security/Configuring AAA on Cisco Devices (TACACS+)/Configuring AAA on Cisco Devices (TACACS+).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring AAA on Cisco Devices (TACACS+)/Configuring AAA on Cisco Devices (TACACS+).txt -------------------------------------------------------------------------------- /LAN Security/Configuring AAA on Cisco Devices (TACACS+)/Configuring TACACS+ Server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring AAA on Cisco Devices (TACACS+)/Configuring TACACS+ Server.png -------------------------------------------------------------------------------- /LAN Security/Configuring AAA on Cisco Devices (TACACS+)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring AAA on Cisco Devices (TACACS+)/Scenario.png -------------------------------------------------------------------------------- /LAN Security/Configuring Port-Security to secure from MAC Address Table Attack/Configuring Port-Security to secure from MAC Address Table Attack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring Port-Security to secure from MAC Address Table Attack/Configuring Port-Security to secure from MAC Address Table Attack.txt -------------------------------------------------------------------------------- /LAN Security/Configuring Port-Security to secure from MAC Address Table Attack/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/Configuring Port-Security to secure from MAC Address Table Attack/Scenario.png -------------------------------------------------------------------------------- /LAN Security/DHCP Snooping against DHCP Attacks/DHCP Snooping against DHCP Attacks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/DHCP Snooping against DHCP Attacks/DHCP Snooping against DHCP Attacks.txt -------------------------------------------------------------------------------- /LAN Security/DHCP Snooping against DHCP Attacks/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/DHCP Snooping against DHCP Attacks/Scenario.png -------------------------------------------------------------------------------- /LAN Security/VLAN Hopping Attacks Mitigation/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/VLAN Hopping Attacks Mitigation/Scenario.png -------------------------------------------------------------------------------- /LAN Security/VLAN Hopping Attacks Mitigation/VLAN Hopping Attacks Mitigation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/LAN Security/VLAN Hopping Attacks Mitigation/VLAN Hopping Attacks Mitigation.txt -------------------------------------------------------------------------------- /Network Address Translation (NAT)/Port Address Translation (PAT)/Configuring PAT on Cisco IOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Address Translation (NAT)/Port Address Translation (PAT)/Configuring PAT on Cisco IOS.txt -------------------------------------------------------------------------------- /Network Address Translation (NAT)/Port Address Translation (PAT)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Address Translation (NAT)/Port Address Translation (PAT)/Scenario.png -------------------------------------------------------------------------------- /Network Address Translation (NAT)/Static Network Address Translation (Static NAT)/Configuring Static NAT on Cisco IOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Address Translation (NAT)/Static Network Address Translation (Static NAT)/Configuring Static NAT on Cisco IOS.txt -------------------------------------------------------------------------------- /Network Address Translation (NAT)/Static Network Address Translation (Static NAT)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Address Translation (NAT)/Static Network Address Translation (Static NAT)/Scenario.png -------------------------------------------------------------------------------- /Network Management/Device Discovery using CDP Protocol/Device Discovery using CDP Protocol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Management/Device Discovery using CDP Protocol/Device Discovery using CDP Protocol.txt -------------------------------------------------------------------------------- /Network Management/Device Discovery using CDP Protocol/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Management/Device Discovery using CDP Protocol/Scenario.png -------------------------------------------------------------------------------- /Network Management/Link Layer Discovery Protocol (LLDP)/Link Layer Discovery Protocol (LLDP).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Management/Link Layer Discovery Protocol (LLDP)/Link Layer Discovery Protocol (LLDP).txt -------------------------------------------------------------------------------- /Network Management/Link Layer Discovery Protocol (LLDP)/scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Network Management/Link Layer Discovery Protocol (LLDP)/scenario.png -------------------------------------------------------------------------------- /Point-to-Point Protocol (PPP)/Configuring PPPoE Client on Cisco Router/Configuring PPPoE Client on Cisco Router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Point-to-Point Protocol (PPP)/Configuring PPPoE Client on Cisco Router/Configuring PPPoE Client on Cisco Router.txt -------------------------------------------------------------------------------- /Point-to-Point Protocol (PPP)/Configuring PPPoE Client on Cisco Router/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Point-to-Point Protocol (PPP)/Configuring PPPoE Client on Cisco Router/Scenario.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/README.md -------------------------------------------------------------------------------- /Real-world Templates/Cisco Switch L2/Port Up-link & Port Access.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Real-world Templates/Cisco Switch L2/Port Up-link & Port Access.txt -------------------------------------------------------------------------------- /Real-world Templates/How to use SecureCRT to capture configuration logs on Cisco devices/How to use SecureCRT to capture configuration logs on Cisco devices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Real-world Templates/How to use SecureCRT to capture configuration logs on Cisco devices/How to use SecureCRT to capture configuration logs on Cisco devices.txt -------------------------------------------------------------------------------- /Real-world Templates/How to use SecureCRT to capture configuration logs on Cisco devices/SecureCRT configuration screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Real-world Templates/How to use SecureCRT to capture configuration logs on Cisco devices/SecureCRT configuration screenshot.png -------------------------------------------------------------------------------- /Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring InterVLAN Routing on Cisco L3 Switch/Configuring InterVLAN Routing on Cisco L3 Switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring InterVLAN Routing on Cisco L3 Switch/Configuring InterVLAN Routing on Cisco L3 Switch.txt -------------------------------------------------------------------------------- /Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring InterVLAN Routing on Cisco L3 Switch/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring InterVLAN Routing on Cisco L3 Switch/Scenario.png -------------------------------------------------------------------------------- /Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring L3 EtherChannel/Configuring L3 EtherChannel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring L3 EtherChannel/Configuring L3 EtherChannel.txt -------------------------------------------------------------------------------- /Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring L3 EtherChannel/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring L3 EtherChannel/Scenario.png -------------------------------------------------------------------------------- /Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring Router on a Stick on Cisco Router/Configuring Router on a Stick on Cisco Router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring Router on a Stick on Cisco Router/Configuring Router on a Stick on Cisco Router.txt -------------------------------------------------------------------------------- /Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring Router on a Stick on Cisco Router/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Router on a Stick, Inter-VLAN Routing & L3 EtherChannel/Configuring Router on a Stick on Cisco Router/Scenario.png -------------------------------------------------------------------------------- /Spanning-Tree Protocol/Configuring Rapid-PVST, PortFast and BPDU Guard/Configuring Rapid-PVST, PortFast and BPDU Guard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Spanning-Tree Protocol/Configuring Rapid-PVST, PortFast and BPDU Guard/Configuring Rapid-PVST, PortFast and BPDU Guard.txt -------------------------------------------------------------------------------- /Spanning-Tree Protocol/Configuring Rapid-PVST, PortFast and BPDU Guard/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Spanning-Tree Protocol/Configuring Rapid-PVST, PortFast and BPDU Guard/Scenario.png -------------------------------------------------------------------------------- /VPN IPsec and GRE/Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site)/Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/VPN IPsec and GRE/Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site)/Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site).txt -------------------------------------------------------------------------------- /VPN IPsec and GRE/Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/VPN IPsec and GRE/Configuring IPSec Encryption For GRE Tunnel (GRE Over IPSec) (Site-to-Site)/Scenario.png -------------------------------------------------------------------------------- /VPN IPsec and GRE/Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site)/Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/VPN IPsec and GRE/Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site)/Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site).txt -------------------------------------------------------------------------------- /VPN IPsec and GRE/Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/VPN IPsec and GRE/Configuring IPSec VPN Tunnel on Cisco Router (Site-to-Site)/Scenario.png -------------------------------------------------------------------------------- /VPN IPsec and GRE/Configuring the GRE VPN Tunnel (Site-to-Site)/Configuring the GRE VPN Tunnel (Site-to-Site).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/VPN IPsec and GRE/Configuring the GRE VPN Tunnel (Site-to-Site)/Configuring the GRE VPN Tunnel (Site-to-Site).txt -------------------------------------------------------------------------------- /VPN IPsec and GRE/Configuring the GRE VPN Tunnel (Site-to-Site)/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/VPN IPsec and GRE/Configuring the GRE VPN Tunnel (Site-to-Site)/Scenario.png -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configure Native VLAN on Cisco Switch/Configure Native VLAN on Cisco Switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configure Native VLAN on Cisco Switch/Configure Native VLAN on Cisco Switch.txt -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configure Native VLAN on Cisco Switch/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configure Native VLAN on Cisco Switch/Scenario.png -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configuring Trunk ports on the Cisco Switch/Configuring Trunk ports on the Cisco Switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configuring Trunk ports on the Cisco Switch/Configuring Trunk ports on the Cisco Switch.txt -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configuring Trunk ports on the Cisco Switch/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configuring Trunk ports on the Cisco Switch/Scenario.png -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configuring VTP on Cisco Switch/Configuring VTP on Cisco Switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configuring VTP on Cisco Switch/Configuring VTP on Cisco Switch.txt -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configuring VTP on Cisco Switch/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configuring VTP on Cisco Switch/Scenario.png -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configuring Voice VLAN on the Cisco Switch/Configuring Voice VLAN on the Cisco Switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configuring Voice VLAN on the Cisco Switch/Configuring Voice VLAN on the Cisco Switch.txt -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Configuring Voice VLAN on the Cisco Switch/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Configuring Voice VLAN on the Cisco Switch/Scenario.png -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Creating VLANs and making the ports as access port on the Cisco Switch/Configuring VLANs on the Cisco Switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Creating VLANs and making the ports as access port on the Cisco Switch/Configuring VLANs on the Cisco Switch.txt -------------------------------------------------------------------------------- /Virtual Local Area Network (VLAN)/Creating VLANs and making the ports as access port on the Cisco Switch/Scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/misterkrittin/CCNA-Labs/HEAD/Virtual Local Area Network (VLAN)/Creating VLANs and making the ports as access port on the Cisco Switch/Scenario.png --------------------------------------------------------------------------------