© 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public TSHOOT v6 Chapter 1 1 Chapter 1: Planning Maintenance for Complex Networks CCNP TSHOOT:

Презентация:



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Managing Cisco Devices.
Advertisements

© 2006 Cisco Systems, Inc. All rights reserved. CIPT1 v Administration of Cisco Unified CallManager Release 5.0 Implementing Disaster Recovery.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary The Cisco Discovery Protocol is an information-gathering tool used by network.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Configuring a Router.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Starting a Switch.
© 2003, Cisco Systems, Inc. All rights reserved. CSPFA Chapter 9 Routing.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary The Cisco IOS software platform is implemented on most Cisco hardware platforms,
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Configuring Cisco Unity Express Automated Attendant and Voice Mail Understanding Cisco Unity.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Manipulating Routing Updates Implementing Advanced Cisco IOS Features: Configuring DHCP.
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Configuring Additional Cisco CallManager Express Features Configuring Cisco CallManager Express.
© 2006 Cisco Systems, Inc. All rights reserved.CIPT2 v Monitor and Manage IP Telephony Introducing Cisco Unified CallManager Serviceability.
© 2004, Cisco Systems, Inc. All rights reserved. CSIDS Lesson 12 Cisco Intrusion Detection System Maintenance.
© 2004, Cisco Systems, Inc. All rights reserved. CSIDS Lesson 7 Using the Intrusion Detection System Device Manager to Configure the Sensor.
© 2003, Cisco Systems, Inc. All rights reserved. CSPFA Chapter 3 Cisco PIX Firewall Technology and Features.
Copyright CCNA 2 Chapter 12 Configuring a Router By Your Name.
Cisco Internetwork Troubleshooting Creating End-System Network Configuration Documentation © 2005 Cisco Systems, Inc. All rights reserved. CIT v
© 2004, Cisco Systems, Inc. All rights reserved. CSIDS Lesson 4 Cisco Intrusion Detection System Architecture.
© 2007 Cisco Systems, Inc. All rights reserved.SNRS v Cisco Network Foundation Protection Securing the Management Plane.
© 2000, Cisco Systems, Inc. CSPFF Chapter 9 Configure Syslog and Perform General Maintenance Tasks.
© 2005 Cisco Systems, Inc. All rights reserved. IPS v Lesson 11 Maintaining the Sensor.
Транксрипт:

© 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public TSHOOT v6 Chapter 1 1 Chapter 1: Planning Maintenance for Complex Networks CCNP TSHOOT: Maintaining and Troubleshooting IP Networks

Chapter 1 2 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Maintenance Models and Organizations IT Infrastructure Library (ITIL) ISO – FCAPS Fault management Configuration management Accounting management Performance Management Security Management ITU-T - Telecommunications Management Network (TMN) Cisco Lifecycle Services Phases – PPDIOO (Prepare, Plan, Design, Implement, Operate, and Optimize)

Chapter 1 3 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public The Configuration Management element of the FCAPS model

Chapter 1 4 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Network Maintenance Processes and Procedures A network maintenance plan includes procedures for the following tasks: Accommodating Adds, Moves, and Changes Installation and configuration of new devices Replacement of failed devices Backup of device configurations and software Troubleshooting link and device failures Software upgrading or patching Network monitoring Performance measurement and capacity planning Writing and updating documentation

Chapter 1 5 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Network Maintenance Processes and Procedures Network maintenance planning includes: Scheduling maintenance Formalizing change control procedures Establishing network documentation procedures Establishing effective communication Defining templates/procedures/conventions Planning for disaster recovery

Chapter 1 6 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Network Maintenance Tools, Applications, and Resources Console SSH Telnet HTTP HTTPS Telnet SSH NTP Syslog TFTP FTP SCP HTTP(S) Time Logging Backups CLI mgmt GUI mgmt

Chapter 1 7 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public NTP Example service timestamps debug datetime msec localtime show-timezone service timestamps log datetime localtime show-timezone ! clock timezone PST -8 clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00 ! ntp server (Selected output from the running config)

Chapter 1 8 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Cisco Configuration and Documentation Tools Dynamic Configuration Tool Aids in creating hardware configurations Verifies compatibility of hardware and software selected Produces a Bill of Materials (BoM) with part numbers Cisco Feature Navigator Quickly finds Cisco IOS Software release for required features SNMP Object Navigator Translates SNMP Object Identifiers (OID) into object names Allows download of SNMP MIB files Verify supported MIBs for a Cisco IOS Software version Cisco Power Calculator Calculates power supply requirements a PoE hardware configuration Requires CCO login

Chapter 1 9 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Logging Services Logging severity levels on Cisco devices: (0) Emergencies (1) Alerts (2) Critical (3) Errors (4) Warnings (5) Notifications (6) Informational (7) Debugging Enabling logging for a lower level (from importance point of view) will enable logging for all the above levels.

Chapter 1 10 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Logging to a Server Messages are logged to a circular log buffer in RAM that is limited to Bytes. Logging messages on the console are limited to level 4 and lower. By default all messages from level 0 (emergencies) to level 7 (debugging) are logged. Messages are logged to a syslog server at IP Address By default all messages Except level 7 are sent. ! logging buffered ! logging console warnings ! logging !

Chapter 1 11 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Network Monitoring and Performance Measurement Tools Capacity planning Diagnosing performance problems SLA compliance

Chapter 1 12 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Implementing Backup and Restore Services using FTP Copy using FTP with specified username and password Copy using FTP with stored username and password R1(config)# ip ftp username backup R1(config)# ip ftp password san-fran R1(config)# exit R1# copy startup-config ftp:// /R1-test.cfg Address or name of remote host [ ]? Destination filename [R1-test.cfg]? Writing R1-test.cfg ! 2323 bytes copied in secs (7641 bytes/sec) R1# copy startup-config Address or name of remote host [ ]? Destination filename [R1-test.cfg]? Writing R1-test.cfg ! 2323 bytes copied in secs (8668 bytes/sec)

Chapter 1 13 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Implementing Backup and Restore Services using Archive Setting up the configuration archive show archive command output R1(config)# archive R1(config-archive)# path flash:/config-archive/$h-config R1(config-archive)# write-memory R1(config-archive)# time-period R1# show archive There are currently 3 archive configurations saved. The next archive file will be named flash:/config-archive/R1-config-4 Archive # Name 0 1 flash:/config-archive/R1-config-1 2 flash:/config-archive/R1-config-2 5 flash:/config-archive/R1-config-3 <- Most Recent

Chapter 1 14 © 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public Implementing Backup and Restore Services using configure replace R1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. R1(config)# hostname TEST TEST(config)# ^Z TEST# configure replace flash:config-archive/R1-config-3 list This will apply all necessary additions and deletions to replace the current running configuration with the contents of the specified configuration file, which is assumed to be a complete configuration, not a partial configuration. Enter Y if you are sure you want to proceed. ? [no]: yes !Pass 1 !List of Commands: no hostname TEST hostname RO1 end Total number of passes: 1 Rollback Done