├── Chapter 02 ├── R1 configs.txt ├── SW1 configs.txt └── SW2 configs.txt ├── Chapter 03 └── IPv6 Configuration.txt ├── Chapter 05 ├── EtherChannel │ ├── SW1.txt │ └── SW2.txt └── VLANs │ ├── R1.txt │ ├── SW1.txt │ ├── SW2.txt │ └── SW3.txt ├── Chapter 06 ├── A1 with Portfast configuration.txt ├── C1.txt └── C2.txt ├── Chapter 07 ├── Branch-A router configurations.txt ├── Branch-B router configurations.txt ├── Branch-C router configurations.txt └── HQ router configurations.txt ├── Chapter 08 ├── HSRP Lab │ ├── ISP.txt │ ├── R1 .txt │ └── R2.txt ├── IPv4 Static Routing Lab │ ├── Branch-A router.txt │ ├── Branch-B router.txt │ ├── Branch-C router.txt │ ├── HQ router.txt │ └── ISP router.txt ├── IPv6 Static Routing Lab │ ├── Branch-A router.txt │ ├── Branch-B router.txt │ ├── Branch-C router.txt │ ├── HQ router.txt │ └── ISP router.txt └── OSPFv2 Routing Lab │ ├── Branch-A router.txt │ ├── Branch-B router.txt │ ├── Branch-C router.txt │ ├── HQ router.txt │ └── ISP Router.txt ├── Chapter 09 ├── Dynamic NAT Lab │ ├── HQ router configs.txt │ └── ISP router configs.txt ├── NAT Overload Lab (PAT) │ ├── Branch-A router configs.txt │ ├── HQ router configs.txt │ └── ISP router configs.txt └── Static NAT Lab │ ├── Branch-A router configs.txt │ ├── HQ router configs.txt │ └── ISP router configs.txt ├── Chapter 10 ├── DHCP & DNS Lab │ ├── Branch-A router configs.txt │ └── HQ router configs.txt ├── NTP Lab │ ├── Branch-A router configs.txt │ └── HQ router configs.txt ├── SNMP Lab │ ├── Branch-A router configs.txt │ └── HQ router configs.txt └── Syslog Lab │ ├── Branch-A router configs.txt │ └── HQ router configs.txt ├── Chapter 11 └── AAA R1 Configuration.txt ├── Chapter 12 ├── Remote Access VPN │ ├── HQ configs.txt │ ├── ISP configs.txt │ └── R1 configs.txt ├── Securing Cisco IOS Devices │ └── R1 configs.txt └── Site-to-Site VPN │ ├── HQ configs.txt │ ├── ISP configs.txt │ └── R1 configs.txt ├── Chapter 13 ├── Extended ACL Lab │ └── HQ configs.txt ├── Securing VTY Lab │ └── HQ configs.txt └── Standard ACL Labs │ └── HQ configs.txt ├── Chapter 14 ├── R1 configs.txt ├── SW1 configs.txt └── SW2 configs.txt ├── Chapter 15 ├── IT Certs.json ├── ITCerts_YAML.yml ├── Interface.json └── XML_Core.xml ├── LICENSE └── README.md /Chapter 02/R1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 02/R1 configs.txt -------------------------------------------------------------------------------- /Chapter 02/SW1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 02/SW1 configs.txt -------------------------------------------------------------------------------- /Chapter 02/SW2 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 02/SW2 configs.txt -------------------------------------------------------------------------------- /Chapter 03/IPv6 Configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 03/IPv6 Configuration.txt -------------------------------------------------------------------------------- /Chapter 05/EtherChannel/SW1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 05/EtherChannel/SW1.txt -------------------------------------------------------------------------------- /Chapter 05/EtherChannel/SW2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 05/EtherChannel/SW2.txt -------------------------------------------------------------------------------- /Chapter 05/VLANs/R1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 05/VLANs/R1.txt -------------------------------------------------------------------------------- /Chapter 05/VLANs/SW1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 05/VLANs/SW1.txt -------------------------------------------------------------------------------- /Chapter 05/VLANs/SW2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 05/VLANs/SW2.txt -------------------------------------------------------------------------------- /Chapter 05/VLANs/SW3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 05/VLANs/SW3.txt -------------------------------------------------------------------------------- /Chapter 06/A1 with Portfast configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 06/A1 with Portfast configuration.txt -------------------------------------------------------------------------------- /Chapter 06/C1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 06/C1.txt -------------------------------------------------------------------------------- /Chapter 06/C2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 06/C2.txt -------------------------------------------------------------------------------- /Chapter 07/Branch-A router configurations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 07/Branch-A router configurations.txt -------------------------------------------------------------------------------- /Chapter 07/Branch-B router configurations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 07/Branch-B router configurations.txt -------------------------------------------------------------------------------- /Chapter 07/Branch-C router configurations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 07/Branch-C router configurations.txt -------------------------------------------------------------------------------- /Chapter 07/HQ router configurations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 07/HQ router configurations.txt -------------------------------------------------------------------------------- /Chapter 08/HSRP Lab/ISP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/HSRP Lab/ISP.txt -------------------------------------------------------------------------------- /Chapter 08/HSRP Lab/R1 .txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/HSRP Lab/R1 .txt -------------------------------------------------------------------------------- /Chapter 08/HSRP Lab/R2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/HSRP Lab/R2.txt -------------------------------------------------------------------------------- /Chapter 08/IPv4 Static Routing Lab/Branch-A router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv4 Static Routing Lab/Branch-A router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv4 Static Routing Lab/Branch-B router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv4 Static Routing Lab/Branch-B router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv4 Static Routing Lab/Branch-C router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv4 Static Routing Lab/Branch-C router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv4 Static Routing Lab/HQ router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv4 Static Routing Lab/HQ router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv4 Static Routing Lab/ISP router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv4 Static Routing Lab/ISP router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv6 Static Routing Lab/Branch-A router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv6 Static Routing Lab/Branch-A router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv6 Static Routing Lab/Branch-B router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv6 Static Routing Lab/Branch-B router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv6 Static Routing Lab/Branch-C router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv6 Static Routing Lab/Branch-C router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv6 Static Routing Lab/HQ router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv6 Static Routing Lab/HQ router.txt -------------------------------------------------------------------------------- /Chapter 08/IPv6 Static Routing Lab/ISP router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/IPv6 Static Routing Lab/ISP router.txt -------------------------------------------------------------------------------- /Chapter 08/OSPFv2 Routing Lab/Branch-A router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/OSPFv2 Routing Lab/Branch-A router.txt -------------------------------------------------------------------------------- /Chapter 08/OSPFv2 Routing Lab/Branch-B router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/OSPFv2 Routing Lab/Branch-B router.txt -------------------------------------------------------------------------------- /Chapter 08/OSPFv2 Routing Lab/Branch-C router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/OSPFv2 Routing Lab/Branch-C router.txt -------------------------------------------------------------------------------- /Chapter 08/OSPFv2 Routing Lab/HQ router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/OSPFv2 Routing Lab/HQ router.txt -------------------------------------------------------------------------------- /Chapter 08/OSPFv2 Routing Lab/ISP Router.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 08/OSPFv2 Routing Lab/ISP Router.txt -------------------------------------------------------------------------------- /Chapter 09/Dynamic NAT Lab/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/Dynamic NAT Lab/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 09/Dynamic NAT Lab/ISP router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/Dynamic NAT Lab/ISP router configs.txt -------------------------------------------------------------------------------- /Chapter 09/NAT Overload Lab (PAT)/Branch-A router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/NAT Overload Lab (PAT)/Branch-A router configs.txt -------------------------------------------------------------------------------- /Chapter 09/NAT Overload Lab (PAT)/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/NAT Overload Lab (PAT)/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 09/NAT Overload Lab (PAT)/ISP router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/NAT Overload Lab (PAT)/ISP router configs.txt -------------------------------------------------------------------------------- /Chapter 09/Static NAT Lab/Branch-A router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/Static NAT Lab/Branch-A router configs.txt -------------------------------------------------------------------------------- /Chapter 09/Static NAT Lab/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/Static NAT Lab/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 09/Static NAT Lab/ISP router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 09/Static NAT Lab/ISP router configs.txt -------------------------------------------------------------------------------- /Chapter 10/DHCP & DNS Lab/Branch-A router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/DHCP & DNS Lab/Branch-A router configs.txt -------------------------------------------------------------------------------- /Chapter 10/DHCP & DNS Lab/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/DHCP & DNS Lab/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 10/NTP Lab/Branch-A router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/NTP Lab/Branch-A router configs.txt -------------------------------------------------------------------------------- /Chapter 10/NTP Lab/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/NTP Lab/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 10/SNMP Lab/Branch-A router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/SNMP Lab/Branch-A router configs.txt -------------------------------------------------------------------------------- /Chapter 10/SNMP Lab/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/SNMP Lab/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 10/Syslog Lab/Branch-A router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/Syslog Lab/Branch-A router configs.txt -------------------------------------------------------------------------------- /Chapter 10/Syslog Lab/HQ router configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 10/Syslog Lab/HQ router configs.txt -------------------------------------------------------------------------------- /Chapter 11/AAA R1 Configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 11/AAA R1 Configuration.txt -------------------------------------------------------------------------------- /Chapter 12/Remote Access VPN/HQ configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Remote Access VPN/HQ configs.txt -------------------------------------------------------------------------------- /Chapter 12/Remote Access VPN/ISP configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Remote Access VPN/ISP configs.txt -------------------------------------------------------------------------------- /Chapter 12/Remote Access VPN/R1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Remote Access VPN/R1 configs.txt -------------------------------------------------------------------------------- /Chapter 12/Securing Cisco IOS Devices/R1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Securing Cisco IOS Devices/R1 configs.txt -------------------------------------------------------------------------------- /Chapter 12/Site-to-Site VPN/HQ configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Site-to-Site VPN/HQ configs.txt -------------------------------------------------------------------------------- /Chapter 12/Site-to-Site VPN/ISP configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Site-to-Site VPN/ISP configs.txt -------------------------------------------------------------------------------- /Chapter 12/Site-to-Site VPN/R1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 12/Site-to-Site VPN/R1 configs.txt -------------------------------------------------------------------------------- /Chapter 13/Extended ACL Lab/HQ configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 13/Extended ACL Lab/HQ configs.txt -------------------------------------------------------------------------------- /Chapter 13/Securing VTY Lab/HQ configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 13/Securing VTY Lab/HQ configs.txt -------------------------------------------------------------------------------- /Chapter 13/Standard ACL Labs/HQ configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 13/Standard ACL Labs/HQ configs.txt -------------------------------------------------------------------------------- /Chapter 14/R1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 14/R1 configs.txt -------------------------------------------------------------------------------- /Chapter 14/SW1 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 14/SW1 configs.txt -------------------------------------------------------------------------------- /Chapter 14/SW2 configs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 14/SW2 configs.txt -------------------------------------------------------------------------------- /Chapter 15/IT Certs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 15/IT Certs.json -------------------------------------------------------------------------------- /Chapter 15/ITCerts_YAML.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 15/ITCerts_YAML.yml -------------------------------------------------------------------------------- /Chapter 15/Interface.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 15/Interface.json -------------------------------------------------------------------------------- /Chapter 15/XML_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/Chapter 15/XML_Core.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Implementing-and-Administering-Cisco-Solutions/HEAD/README.md --------------------------------------------------------------------------------