Default Behavior of Interfaces Device Interface Default When Device is Plugged In Switch No shutdown command Goes up/up automatically Router Has shutdown command Stays admin down/down, must be enabled manually π‘ Switch Interfaces π΄ Router Interfaces Interface Status Commands SW1# show ip interface brief // Summary (L1/L2) β works for routers/switches SW1# show interfaces status…
CISCO
IPv4 Addressing
Layer 3 and IP IP Broadcast Binary Conversion Binary to Decimal Decimal to Binary Number Systems Base Description Binary Base-2 β powers of 2 Decimal Base-10 β powers of 10 Hexadecimal Base-16 β powers of 16 IPv4 Address Classes Class Binary Start Range Notes A 0xxxxxxx 1β126 0.0.0.0 reserved, 127.x.x.x is loopback B 10xxxxxx 128β191…
Ethernet LAN Switching
LAN Basics Data Encapsulation: PDUs Ethernet Frame Structure [ Preamble (7) | SFD (1) | Destination MAC (6) | Source MAC (6) | Type/Length (2) | Data | FCS (4) ] Ethernet Header (14 bytes) Preamble + SFD (not technically part of header) Ethernet Trailer (4 bytes) MAC Address (6 bytes) Hexadecimal and Decimal Quick…
Cisco IOS CLI
CLI vs GUI Connecting via Console Port CLI Modes Configuration Files Two types: To save configuration: write write memory copy running-config startup-config Password Encryption Use enable secret instead of enable password (more secure) service password-encryption no service password-encryption enable secret 5 xxx # Type 5: MD5 encryption enable password 7 xxx # Type 7: Cisco…
OSI Model and TCP/IP Suite
A networking model provides structure and categories for both logical protocols and physical standards. A networking protocol is a set of rules that defines how devices and software should operate and communicate logically. OSI Model (Open Systems Interconnection) Adjacent-Layer vs Same-Layer Interaction Layer 7 β Application Layer 6 β Presentation Layer 5 β Session Upper…
Resetting a Preconfigured Cisco 881 Router
Recently, I got a used Cisco 881 router that was already configured (asking for a login and password when it started). The previous owner didnβt remember the credentials, so I had to reset it to factory settings. It turned out to be more difficult than I thought β hereβs what I learned. π 1οΈβ£ ROM…
Interfaces and Cables
Connections and Speed Ethernet Standards (Copper) IEEE 802.3i, 802.3u, 802.3ab, 802.3an β standards with different data transmission speeds and names Speed Name (common) IEEE (standard) Name (informal) 10 Mbps Ethernet 802.3i 10BASE-T 100 Mbps Fast Ethernet 802.3u 100BASE-T 1 Gbps Gigabit Ethernet 802.3ab 1000BASE-T 10 Gbps 10 Gig Ethernet 802.3an 10GBASE-T UTP (Unshielded Twisted Pair)…
Network Devices
A computer network is a digital telecommunications network that allows nodes to share resources. Nodes: Client vs Server Switch Router Firewall A firewall (or a next-generation firewall) monitors and controls network traffic based on configured rules. It can be placed inside (after the router) or outside the network (before the router). There are two types…