Table of Contents

General

CLI Modes

Right to use license / Evaluation license

Software Activation on Cisco Integrated Services Routers

SNMP Basics

SNMP Configuration

  1. Configure trap destination
  2. Enable SNMP r/w access to the agent (router)
  3. (optional) Define SNMP location/contact details
  4. (optional) Define an ACL to define SNMP access between the agent and NMS

SNMPv1 Configuration

R1(config)#snmp-server community TST RO
R1(config)#snmp-server enable traps
R1(config)#snmp-server host 192.168.1.80 TST !optional

SNMPv2c Configuration

R1(config)#snmp-server community TST RO
R1(config)#snmp-server enable traps
R1(config)#snmp-server host 192.168.1.80 version 2c TST

SNMPv3 Configuration

R1(config)#snmp-server group TSTGRP v3 noauth read TSTVIEW
R1(config)#snmp-server view TSTVIEW mib-2 included
R1(config)#snmp-server enable traps
R1(config)#snmp-server host 192.168.1.80 version 3 noauth TST

Syslog Basics

The Syslog Protocol RFC 5424

IPSLA for troubleshooting

Device Configuration Management

External Backups

Misc

Timezone

Loopbacks

Cisco IOS Upgrades

SPAN

Local SPAN

Network Programmability

Northbound and Southbound APIs

Southbound APIs

Northbound APIs