User Tools

Site Tools


wiki:cisco:cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:cisco:cheatsheet [2023/02/23 07:12] – created michelwiki:cisco:cheatsheet [2023/02/23 07:16] (current) michel
Line 3: Line 3:
 **Cisco CLI Reference, Howtos, and Tools** **Cisco CLI Reference, Howtos, and Tools**
  
-_Warning, use at your own risk. I created these scripts with an educational mindset while studying for my CCNA_ 
- 
-## Quick Navigtation 
- 
-### Quick Snippets & Scripts 
-  - [Intialize](#intialize) 
-  - [Basic Config](#basic-config) 
-  - [Assign Static IP to Interface](#assign-static-ip-to-interface) 
-  - [Snippet: Enable Router DHCP Server](#snippet-enable-router-dhcp-server) 
-  - [Snippet: Enable Switch DHCP Server](#snippet-enable-switch-dhcp-server) 
-  - [Nuking (ROMMON, Password Recovery, etc)](#nuking-rommon-password-recovery-etc) 
-  - [Howto: File Transfer Over Console (linux / xmodem)](#file-transfer-over-console-linux--xmodem) 
-  - [Access Console over USB on Linux](#access-console-over-usb-on-linux) 
- 
-   
- 
-### General Sections 
-  * [Basic Networking](#basic-networking) 
-    + [Basic Setup](#setup) 
-    + [Interfaces](#interfaces) 
-    + [DHCP](#dhcp) 
-  * [Intermediate Networking](#intermediate-networking) 
-    + [VLANs](#vlans) 
-    + [Trunks](#trunks) 
-    + [Etherchannel](#etherchannel) 
-    + [Dynamic Trunking Protocol (DTP)](#dtp-dynamic-trunking-protocol) 
-    + [Routing](#routing) 
-    + [Spanning Tree Protocol](#spaning-tree-protocol) 
-  * [Advanced Networking](#advanced-networking) 
-    + [OSPFv2](#ospfv2) 
-  * [How To's](#how-tos) 
-    + [FTP Server Usage](#ftp-server-usage) 
-    + [Access Console over USB on Linux](#access-console-over-usb-on-linux) 
-  * [Tools](#tools) 
- 
-## Full Navigation 
- 
-  * [Basic Networking](#basic-networking) 
-    + [Setup](#setup) 
-      - [Intialize](#intialize) 
-      - [Basic Switch Config](#basic-switch-config) 
-      - [Basic Router Config](#basic-router-config) 
-      - [Basic Config with Password Security](#basic-config-with-password-security) 
-      - [Basic Security](#basic-security) 
-      - [Configure SSH](#configure-ssh) 
-      - [Set Clock](#set-clock) 
-      - [Basic Hardening (Work Needed)](#basic-hardening-work-needed) 
-      - [Backup config over FTP](#backup-config-over-ftp) 
-      - [Backup config over console](#backup-config-over-console) 
-      - [Restore Config](#restore-config) 
-      - [Nuking (ROMMON, Password Recovery, etc)](#nuking-rommon-password-recovery-etc) 
-    + [Interfaces](#interfaces) 
-      - [Interface Selection](#interface-selection) 
-      - [Assign Static IP to Interface](#assign-static-ip-to-interface) 
-      - [Interface Ranges](#interface-ranges) 
-    + [Interface Verification](#interface-verification) 
-      - [Remove IP Addresses](#remove-ip-addresses) 
-    + [Console Port](#console-port) 
-      - [Change Console Baudrate](#change-console-baudrate) 
-    + [DHCP](#dhcp) 
-      - [Snippet: Enable Router DHCP Server](#snippet-enable-router-dhcp-server) 
-      - [Snippet: Enable Switch DHCP Server](#snippet-enable-switch-dhcp-server) 
-      - [Create DHCP Pool](#create-dhcp-pool) 
-      - [DHCP Verification](#dhcp-verification) 
-      - [Disable DHCP](#disable-dhcp) 
-      - [Re-enabled DHCP](#re-enabled-dhcp) 
-      - [Create VLAN DHCP](#create-vlan-dhcp) 
-      - [Verify DHCP Pool](#verify-dhcp-pool) 
-      - [Delete DHCP Pool](#delete-dhcp-pool) 
-  * [Intermediate Networking](#intermediate-networking) 
-    + [VLANs](#vlans) 
-      - [VLAN Creation](#vlan-creation) 
-      - [Port Assignment](#port-assignment) 
-      - [IP Assignemnt](#ip-assignemnt) 
-      - [Verification](#verification) 
-      - [Voice and Data VLAN](#voice-and-data-vlan) 
-      - [Management VLAN](#management-vlan) 
-      - [Delete VLANS on file](#delete-vlans-on-file) 
-      - [Delete VLANS in memory](#delete-vlans-in-memory) 
-      - [Inter-VLAN Routing](#inter-vlan-routing) 
-    + [Trunks](#trunks) 
-      - [Create multi-switch vlan trunk](#create-multi-switch-vlan-trunk) 
-      - [Trunk Verification](#trunk-verification) 
-    + [EtherChannel](#etherchannel) 
-      - [Configure EtherChannel](#configure-etherchannel) 
-      - [Verify EtherChannel](#verify-etherchannel) 
-    + [DTP (Dynamic Trunking Protocol)](#dtp-dynamic-trunking-protocol) 
-      - [Configure DTP](#configure-dtp) 
-      - [Disable DTP](#disable-dtp) 
-      - [Verify DTP](#verify-dtp) 
-  * [Advanced Networking](#advanced-networking) 
-    + [OSPFv2](#ospfv2) 
-      - [OSPF Router IDs](#ospf-router-ids) 
-        * [All Commands](#all-commands) 
-        * [Enable router OSPF process](#enable-router-ospf-process) 
-        * [Configure Loopback](#configure-loopback) 
-        * [Configure OSPF Router ID](#configure-ospf-router-id) 
-        * [Modify OSPF router ID](#modify-ospf-router-id) 
-      - [OSPF - Point-to-Point Networks](#ospf---point-to-point-networks) 
-        * [Network Command Syntax](#network-command-syntax) 
-        * [Configure OSPF With Network Command](#configure-ospf-with-network-command) 
-        * [Use Entire Gigabit Interfaces](#use-entire-gigabit-interfaces) 
-        * [Configure OSPF with `ip ospf`](#configure-ospf-with-ip-ospf) 
-        * [OSPF Passive Interfaces](#ospf-passive-interfaces) 
-        * [Find Designated Router and Backup](#find-designated-router-and-backup) 
-        * [Change OSPF from Broadcast to Point-to-Point](#change-ospf-from-broadcast-to-point-to-point) 
-        * [Loopback and P2P Networks](#loopback-and-p2p-networks) 
-      - [Multiaccess OSPF Networks](#multiaccess-ospf-networks) 
-        * [Configure OSPF Priority](#configure-ospf-priority) 
-      - [Modifying Single Area OSPF](#modifying-single-area-ospf) 
-        * [Adjusting Reference Bandwidth](#adjusting-reference-bandwidth) 
-        * [Manually Set OSPF Link Cost](#manually-set-ospf-link-cost) 
-        * [Show OSPF Hello Packet Intervals](#show-ospf-hello-packet-intervals) 
-        * [Set OSPF Hello Packet Intervals](#set-ospf-hello-packet-intervals) 
-        * [Set OSPF Dead Interval](#set-ospf-dead-interval) 
-      - [OSPF Default Routes](#ospf-default-routes) 
-        * [Propogate Default Route](#propogate-default-route) 
-        * [Verify Propogated Default Route](#verify-propogated-default-route) 
-      - [Verify Single-Area OSPF](#verify-single-area-ospf) 
-        * [Verify OSPF Neighbors](#verify-ospf-neighbors) 
-        * [Verify OSPF Protocols](#verify-ospf-protocols) 
-        * [Verify OSPF Process Info](#verify-ospf-process-info) 
-        * [Verify OSPF Interface Setting](#verify-ospf-interface-setting) 
-  * [How To's](#how-tos) 
-    + [FTP Server Usage](#ftp-server-usage) 
-    + [Install Packet Tracer on Fedora Workstation](#install-packet-tracer-on-fedora-workstation) 
-    + [Console Access with `minicom` on Linux](#console-access-with-minicom-on-linux) 
-    + [Configure Serial Port with `stty` on Linux](#configure-serial-port-with-stty-on-linux) 
-  * [Tools](#tools) 
-    + [Subnetting/Calcuation](#subnettingcalcuation) 
-      - [ipcalc (*nix)](#ipcalc-nix) 
-      - [sipcalc (*nix)](#sipcalc-nix) 
-      - [whatmask (*nix)](#whatmask-nix) 
-     
 ## Basic Networking ## Basic Networking
  
/dokuwiki/data/attic/wiki/cisco/cheatsheet.1677136339.txt.gz · Last modified: 2023/02/23 07:12 by michel