Cisco Lessons 9-12
Syslog
- Function: Collects and stores system messages from network devices.
- Purpose: Aids in monitoring and troubleshooting network issues.
NTP (Network Time Protocol)
- Importance: Synchronizes device clocks across the network.
- Benefits: Ensures accurate time for logs, authentication processes, and network coordination.
CDP (Cisco Discovery Protocol) and LLDP (Link Layer Discovery Protocol)
- Function: Discovers directly connected devices on the network.
- Purpose: Helps map network topology and troubleshoot connectivity problems.
NAT (Network Address Translation) for IPv4 Networks
- Necessity: Manages IPv4 address exhaustion.
- Mechanism: Allows private IP addresses to share public IP addresses for external communication.
Types of NAT
- Static NAT: One-to-one translation of private to public IP addresses.
- Dynamic NAT: Uses a pool of public IP addresses to assign to private IP addresses.
- PAT (Port Address Translation): Many-to-one translation, allowing multiple private IP addresses to share a single public IP address using different port numbers.
NAT Configuration
- Configuration Steps:
- Set inside and outside interfaces.
- Define translation rules to specify how addresses are translated.
- Troubleshooting: Use
showanddebugcommands to verify and diagnose NAT operation.
QoS (Quality of Service)
- Purpose: Prioritizes network traffic.
- Importance: Ensures critical services, such as VoIP and video, perform reliably.
Traffic Classification and Marking
- Function: Identifies different types of network traffic.
- Mechanism: Tags packets with DSCP (Differentiated Services Code Point) or CoS (Class of Service) values for prioritization.
Queuing in QoS
- Function: Temporarily stores packets during network congestion.
- Methods:
- FIFO (First-In, First-Out)
- WFQ (Weighted Fair Queuing)
- LLQ (Low Latency Queuing)
Shaping and Policing
- Shaping:
- Controls outbound traffic rate.
- Policing:
- Limits traffic rate.
- May drop or re-mark excess packets that exceed the configured rate.
Congestion Avoidance
- Techniques: RED (Random Early Detection).
- Function: Drops packets early to prevent buffer overflow during congestion.
FHRP (First Hop Redundancy Protocol)
- Purpose: Provides redundancy for default gateways.
- Protocols:
- HSRP (Hot Standby Router Protocol)
- VRRP (Virtual Router Redundancy Protocol)
- GLBP (Gateway Load Balancing Protocol)
SNMP (Simple Network Management Protocol)
- Function: Monitors and manages network devices.
- Mechanism: Uses agents on devices to collect and send information to a central management system.
- Security: SNMPv3 adds security features like encryption and authentication.
FTP (File Transfer Protocol) and TFTP (Trivial File Transfer Protocol)
- Purpose: Used for transferring files, configurations, and firmware.
- TFTP: Simpler protocol used for quick tasks and automated transfers.