Cisco Device Management Configuration
Goal: Configure Syslog and SNMP (Simple Network Management Protocol) logging.
SNMP and Syslog
- Configure SNMP communities read-only and read-write
- #conf t
- (config)#snmp-server community [password] ro
- Read-only
- (config)#snmp-server community [password] rw
- Read-write
- Configure syslog server to receive all severity events
- (config)#logging 10.0.0.100
- (config)#logging debugging
- Verify logging level
- #show logging