Device Access & Data Collection

Learn how to access network devices and collect data for troubleshooting.

πŸ”πŸ“Š Device Access & Data Collection

This topic explains how IT teams remotely access devices, securely manage networks, and collect data for monitoring and troubleshooting. These are core skills for help desk, NOC, and network engineers, especially in environments built with Cisco Systems.

πŸ–₯️ 1️⃣ Remote Device Access Protocols

RDP Remote Desktop Windows RDP Session Remote Desktop Example

πŸ”‘ A) RDP (Remote Desktop Protocol)

RDP is used to remotely access Windows systems with a full graphical desktop interface.

Port Used: TCP 3389
    Help Desk β†’ RDP β†’ User’s Office PC
      
RDP = Windows GUI access
SSH Secure Access SSH CLI Session

πŸ” B) SSH (Secure Shell)

SSH provides secure, encrypted command-line access to network devices and servers.

Port Used: TCP 22
    Admin β†’ SSH β†’ Switch / Router CLI
      
SSH = secure remote CLI
Telnet Access Telnet CLI Session

⚠️ C) Telnet (Legacy / Insecure)

Telnet provides remote CLI access but without encryption.

Port Used: TCP 23
Telnet = insecure (avoid)

🌍 2️⃣ VPN (Virtual Private Network)

VPN Tunnel Concept

A VPN creates a secure, encrypted tunnel over the internet.

🧠 Why VPN Is Used

    Laptop β†’ VPN β†’ Office Network
      
VPN = secure remote network access

πŸ–₯️ 3️⃣ Console Access (Out-of-Band)

Console Cable Connection Router Console Port Console Access Diagram

Console access is a direct physical connection to a network device.

Cable Used: Console / Rollover (RJ-45 ↔ USB)
    Laptop ─ Console Cable ─ Router
      
Console access works even without network

πŸ“ˆ 4️⃣ Network Management Systems (NMS)

Network Monitoring Dashboard NMS Alerts

An NMS is software used to monitor, manage, and collect data from network devices.

πŸ”§ What It Monitors

Protocol Used: SNMP
    NMS β†’ Routers & Switches β†’ Status / Alerts
      
NMS = centralized network visibility

☁️ 5️⃣ Cloud-Managed Networks (Meraki)

Cisco Meraki Dashboard Meraki Network View

Cloud-managed networking allows devices to be managed via a web dashboard instead of local CLI.

Example Platform: Cisco Meraki
    Meraki Device β†’ Internet β†’ Meraki Cloud Dashboard
      
Meraki = cloud-managed, not CLI-heavy

πŸ€– 6️⃣ Scripts (Automation & Data Collection)

Network Automation Script

Scripts are small programs used to automate tasks and collect data.

🧠 Common Uses

    Python Script β†’ SSH β†’ Routers β†’ Collect Configs
      
Scripts = automation & efficiency

πŸ”„ How Everything Fits Together

Network Operations Center Workflow
Tool Purpose
RDPWindows GUI access
SSHSecure CLI
TelnetLegacy CLI
VPNSecure remote network
ConsoleEmergency / local access
NMSMonitoring & alerts
MerakiCloud management
ScriptsAutomation