Skip to content

  • Home
  • What is CCNA?
  • New CCNA exam – 200-301

Author: upravnik

show processes command

September 1, 2018January 19, 2019 upravnik

If a Cisco device is suffering from high CPU usage, we can use the show processes command to list all running processes and determine the cause of problem. This command gives you a list of active processes, along with their Read More …

debug command

September 1, 2018January 19, 2019 upravnik

The debug command displays information about the Cisco device operations, generated or received traffic, and any error messages. The information are provided in real-time until the user disables debugging or the device is restarted. The debug operation takes a lot Read More …

traceroute command

September 1, 2018January 19, 2019 upravnik

The traceroute command on a Cisco device can be used to identify the path used by a packet to reach its target. It identifies all the routers in the path from the source host to destination host and it can Read More …

Extended ping command

September 1, 2018January 19, 2019 upravnik

The ping command in Cisco IOS (and other operating systems) is used to test the accessibility of devices on a TCP/IP network. Cisco devices also support the extended ping command that allows you to perform a more advanced check of Read More …

Configure Cisco device as DNS client

September 1, 2018January 19, 2019 upravnik

DNS is an  application layer protocol used to resolve hostnames to IP addresses. If you have a DNS server on your network, you can configure your Cisco device to use it for name resolution. Here are the steps: (Optional) If Read More …

Map hostnames to IP addresses

August 31, 2018January 19, 2019 upravnik

It is possible to define static hostname-to-address mappings on a Cisco device for the purpose of name resolution. This is usually done in environments without a DNS server. The mappings can be defined using the global configuration command ip host Read More …

Cisco Discovery Protocol (CDP) overview

August 31, 2018January 19, 2019 upravnik

CDP (Cisco Discovery Protocol) is a proprietary protocol developed by Cisco used to discovers information about the locally attached Cisco equipment. With CDP, the administrator can gather hardware and protocol information about neighboring devices, which can be helpful when troubleshooting Read More …

Configure NTP on a Cisco router

August 31, 2018January 19, 2019 upravnik

NTP (Network Time Protocol) is an application layer protocol used for time synchronization between hosts on a TCP/IP network. The goal of NTP is to ensure that all devices on a network agree on the time, since even a small difference Read More …

Configure Cisco router as DHCP server

August 31, 2018January 19, 2019 upravnik

Dynamic Host Configuration Protocol (DHCP) is an application layer protocol used to distribute various network configuration parameters to devices on a TCP/IP network. – IP addresses, subnet masks, default gateways, DNS servers, etc. DHCP employs a client-server architecture; a DHCP client Read More …

Types of memory on a Cisco device

August 30, 2018January 19, 2019 upravnik

Cisco devices usually have four types of memory that are being used for different purposes. These four types are: ROM (Read-only memory) – stores a bootstrap program that is used to initialize a boot process. This is a read-only type Read More …

Posts navigation

Older posts
Newer posts
BGP performance
  • What is a network?
  • OSI & TCP/IP models
  • Local area network (LAN)
  • Wide area network
  • Encapsulation
  • Ethernet explained
  • Ethernet frame
  • MAC & IP addresses
  • Unicast, multicast, and broadcast addresses
  • Network devices
  • Network hubs explained
  • Network bridge explained
  • Network switch explained
  • Network router explained
  • Half duplex and full duplex
  • IEEE Ethernet standards
  • Cisco three-layer hierarchical model
  • Types of Ethernet cabling
  • Types of Ethernet cables – straight-through and crossover
  • Types of IP addresses
  • Classes of IP addresses
  • Private IP addresses explained
  • Subnetting explained
  • Subnet mask
  • Create subnets
  • CIDR (Classless inter-domain routing)
  • Ping explained
  • Traceroute explained
  • TCP/IP suite of protocols
  • TCP explained
  • UDP explained
  • Ports explained
  • ARP (Address Resolution Protocol) explained
  • DHCP & DNS
  • Telnet & SSH
  • FTP & TFTP
  • SNMP (Simple Network Management Protocol)
  • HTTP and HTTPS explained
  • NTP (Network Time Protocol)
  • APIPA (Automatic Private IP Addressing)
  • ICMP (Internet Control Message Protocol)
  • IP header
  • Cisco IOS overview
  • Power on a Cisco device
  • IOS command modes
  • Get help in IOS
  • Running & startup configuration
  • IOS basic commands
  • show command
  • Configure descriptions
  • Run privileged commands within global config mode
  • Ports on an IOS device
  • Pipe character in IOS
  • IOS boot sequence
  • Backing up IOS configuration
  • What is IP routing?
  • Connected, static & dynamic routes
  • Administrative distance & metric
  • Routing protocols
  • RIP overview
  • Configuring RIPv2
  • passive-interface command
  • RIP loop prevention
  • Advertise default routes using RIP
  • EIGRP overview
  • EIGRP configuration
  • Wildcard mask in EIGRP
  • EIGRP automatic & manual summarization
  • EIGRP authentication & load balancing
  • EIGRP Reliable Transport Protocol (RTP)
  • EIGRP Diffusing Update Algorithm (DUAL)
  • EIGRP summary
  • OSPF overview
  • OSPF configuration
  • Designated & Backup Designated Router
  • OSPF authentication
  • OSPF summarization
  • OSPF summary
  • Differences between OSPF and EIGRP
  • Comparing internal routing protocols (IGPs)
  • Layer 2 switching
  • How switches work
  • Collision & broadcast domain
  • CSMA/CD
  • What is a VLAN?
  • Access and trunk ports
  • Configuring VLANs
  • Configuring access & trunk ports
  • Frame tagging
  • IEEE 802.1Q
  • Inter-Switch Link (ISL)
  • Configuring voice VLANs
  • Configuring allowed VLANs
  • What is VTP?
  • VTP modes
  • VTP configuration
  • What is STP?
  • How STP works
  • Electing the Root Switch in STP
  • Selecting STP root port
  • Selecting STP designated port (DP)
  • What is RSTP?
  • How RSTP works
  • Configuring RSTP
  • What are ACLs?
  • Types of ACLs
  • Configuring standard ACLs
  • Configuring extended ACLs
  • Configuring named ACLs
  • What is NAT?
  • Static NAT
  • Dynamic NAT
  • Port Address Translation (PAT) configuration
  • What is IPv6?
  • IPv6 address format
  • Types of IPv6 addresses
  • IPv6 unicast addresses
  • IPv6 global unicast addresses
  • IPv6 unique local addresses
  • IPv6 link-local addresses
  • IPv6 multicast addresses
  • IPv6 address prefixes
  • IPv6 interface identifier
  • IPv6 transition options
  • IPv6 routing protocols
  • How to configure IPv6
  • RIPng
  • Differences between IPv4 and IPv6
  • Wildcard masks
  • Setting up Telnet
  • Setting up SSH
  • Port security
  • Types of memory on a Cisco device
  • Configure Cisco router as DHCP server
  • Configure NTP on a Cisco router
  • Cisco Discovery Protocol (CDP) overview
  • Map hostnames to IP addresses
  • Configure Cisco device as DNS client
  • Extended ping command
  • traceroute command
  • debug command
  • show processes command
  • Configure an IP address on a switch
  • Configure interVLAN routing
  • Configure ROAS
  • Configure static MAC address
  • Link Layer Discovery Protocol (LLDP)
  • IOS files
  • Configure speed and duplex
  • Interface range command
  • How to upgrade Cisco IOS
  • Copy files with FTP
  • show version command
  • TCP three-way handshake
  • Erasing configuration files
  • show interfaces status command
  • Configure Cisco router as a DHCP client
  • logging synchronous command
  • exec-timeout command
  • no ip domain-lookup command
  • Encrypt local usernames and passwords
  • Cisco console rollover cable
  • Create a static host route
  • Uniform Resource Locator (URL) structure
  • The ARP table on a Cisco router
  • Default static route
  • Configure timezone and Daylight Saving Time (DST)
  • DHCP relay agent
  • Interface status codes
  • Auxiliary Port on a Cisco router
  • Syslog explained
  • Syslog message format
  • About
  • Contact
  • Support our work
Copyright study-ccna.com 2020. All rights reserved. This is not an official Cisco website.
Proudly powered by WordPress | Education Hub by WEN Themes