Network Monitoring and Management
Network Monitoring and Management
Management
Cisco Configuration
These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license
(http://creativecommons.org/licenses/by-nc/3.0/) as part of the ICANN, ISOC and NSRC Registry Operations Curriculum.
Topics
CLI modes
Accessing the configuration
Basic configuration (hostname and DNS)
Authentication and authorization (AAA)
Log collection
Time Synchronization (date/timezone)
SNMP configuration
Cisco Discovery Protocol (CDP)
CLI Modes
User EXEC
Limited access to the router
Can show some information but cannot view
nor change configuration
rtr>!
Privileged EXEC
Full view of the routers status,
troubleshooting, manipulate config, etc.
rtr> enable!
rtr#!
Accessing the router
Before setting up SSH
telnet 10.10.x.254
login cisco and cisco (user and password)
Privileged user can go to privileged mode:
rtr> enable !(default password is cisco)!
rtr# configure terminal!
rtr(config)#!
Verify
!rtr# show clock!
22:30:27.598 UTC Tue Feb 15 2011
!rtr# show ntp status!
Clock is synchronized, stratum 3, reference is 4.79.132.217
nominal freq is 250.0000 Hz, actual freq is 249.9999 Hz, precision is 2**18
reference time is D002CE85.D35E87B9 (11:21:09.825 CMT Tue Aug 3 2010)
clock offset is 2.5939 msec, root delay is 109.73 msec
root dispersion is 39.40 msec, peer dispersion is 2.20 msec
Start with SNMP version 2
Its easier to configure and understand
Example:
?
For more information, check out
http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/ffun_c.html