SNMPv3
SNMP remains the universal monitoring protocol for network equipment: routers, switches, UPS, servers. Every NOC and network monitoring tool (Zabbix, Nagios, LibreNMS) speaks SNMP. Understanding OID trees, MIB compilation, and USM vs community strings is essential for network operations.
What It Defines
Simple Network Management Protocol v3 adds a User-based Security Model (USM) with authentication (HMAC-MD5/SHA) and encryption (DES/AES) to SNMP. Defines the architecture (RFC 3411), MIB object model, PDU types (GET, GETNEXT, GETBULK, SET, TRAP, INFORM), OID tree, and the Manager-Agent paradigm.
Canonical (Normative)
Related References
The canonical publication point for finalized RFCs. If a protocol is standardized as an RFC, the RFC Editor text is the normative final reference. Published by the IETF, IRTF, IAB, and independent stream.
Related Specs
NETCONF replaced manual CLI for network device configuration in most modern SD-WAN, carrier, and enterprise deployments. Understanding datastores, capabilities, and YANG-driven RPC is essential for network automation.
YANG is to NETCONF what JSON Schema is to REST APIs — it describes the data model. Any network automation work with modern devices (Juniper, Cisco IOS-XR, Nokia SR-OS) requires reading and writing YANG models.
RADIUS is the AAA protocol behind every enterprise Wi-Fi login, VPN authentication, and 802.1X deployment. FreeRADIUS, Cisco ISE, and Aruba ClearPass all implement it. Essential for understanding corporate network access and SSO integration.