Manage Cisco IOS Device 5

download Manage Cisco IOS Device 5

of 18

Transcript of Manage Cisco IOS Device 5

  • 7/27/2019 Manage Cisco IOS Device 5

    1/18

    2002, Cisco Systems, Inc. All rights reserved.

  • 7/27/2019 Manage Cisco IOS Device 5

    2/18

    2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-2

    2002, Cisco Systems, Inc. All rights reserved. 2

    Managing Cisco IOS Devices

  • 7/27/2019 Manage Cisco IOS Device 5

    3/18

    2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-3

    Objectives

    Upon completing this lesson, you will beable to:

    Manage IOS image files to maintain accessible IOSimages according to best practices, given operational

    access layer switches, routers, and a TFTP server

    Manage device configuration files to reduce devicedowntime according to best practices, given operationalaccess layer switches, routers, and a TFTP server

    Execute an add, move, or change on a router, given a newnetwork requirement

    Handle the troubleshooting process to minimize anypotentially adverse impact on Cisco devices

  • 7/27/2019 Manage Cisco IOS Device 5

    4/18

    2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-4

    Cisco IOS File System and Devices

  • 7/27/2019 Manage Cisco IOS Device 5

    5/18

    2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-5

    Managing Cisco IOS Images

  • 7/27/2019 Manage Cisco IOS Device 5

    6/18

  • 7/27/2019 Manage Cisco IOS Device 5

    7/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-7

    Back up current files prior to updating flash memory.

    Creating a Software Image Backup

  • 7/27/2019 Manage Cisco IOS Device 5

    8/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-8

    Upgrading the Image from theNetwork

  • 7/27/2019 Manage Cisco IOS Device 5

    9/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-9

    Device Configuration Files

  • 7/27/2019 Manage Cisco IOS Device 5

    10/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-10

    Cisco IOS copy Command

    NVRAM

    Terminal

    TFTP server

    Erase start

  • 7/27/2019 Manage Cisco IOS Device 5

    11/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-11

    Cisco IOS copyCommand Example

    interface s0ip address 10.1.1.1 255.255.255.0

    interface e0ip address 10.2.2.2 255.255.255.0

    interface e1no ip address

    interface e0ip address 172.16.1.1 255.255.255.0

    interface e1ip address 192.168.1.1 255.255.255.0

    interface s0ip address 10.1.1.1 255.255.255.0

    interface e0ip address 172.16.1.1 255.255.255.0

    interface e1ip address 192.168.1.1 255.255.255.0

    running-config TFTP Server saved.cfg

    Resulting

    running-config

    copy tftp run (merged)

  • 7/27/2019 Manage Cisco IOS Device 5

    12/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-12

    copy run tftp andcopy tftp run Commands

    wg_ro_a#copy running-config tftpAddress or name of remote host []? 10.1.1.1Destination filename [running-config]? wgroa.cfg.!!1684 bytes copied in 13.300 secs (129 bytes/sec)

    wg_ro_a#copy tftp running-configAddress or name of remote host []? 10.1.1.1Source filename []? wgroa.cfgDestination filename [running-config]?Accessing tftp://10.1.1.1/wgroa.cfg...

    Loading wgroa.cfg from 10.1.1.1 (via Ethernet0): ![OK - 1684/3072 bytes]

    1684 bytes copied in 17.692 secs (99 bytes/sec)

  • 7/27/2019 Manage Cisco IOS Device 5

    13/18

  • 7/27/2019 Manage Cisco IOS Device 5

    14/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-16

    show and debug Commands

    Processing characteristic

    Processing load

    Primary use

    show

    Static

    Low overhead

    Gather facts

    debug

    Dynamic

    High overhead

    Observe processes

  • 7/27/2019 Manage Cisco IOS Device 5

    15/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-18

    Commands Related to debug

    Router(config)#service timestamps debug datetime msec

    Router#show processesCPU utilization for five seconds: 0%/0%; one minute: 0%; five minutes: 0%

    PID Q Ty PC Runtime(ms) Invoked uSecs Stacks TTY Process1 C sp 602F3AF0 0 1627 0 2600/3000 0 Load Meter2 L we 60C5BE00 4 136 29 5572/6000 0 CEF Scanner3 L st 602D90F8 1676 837 2002 5740/6000 0 Check heaps4 C we 602D08F8 0 1 0 5568/6000 0 Chunk Manager5 C we 602DF0E8 0 1 0 5592/6000 0 Pool Manager6 M st 60251E38 0 2 0 5560/6000 0 Timers

    Router#no debug all

  • 7/27/2019 Manage Cisco IOS Device 5

    16/18 2002, Cisco Systems, Inc. All rights reserved. ICND v2.02-19

    Summary

    The Cisco IOS File System feature provides a singleinterface to all the file systems that a router uses.

    As your network grows, you may want to storeyour Cisco IOS software and configuration files ona central server, which would allow you to controlthe number and revision level of software imagesand configuration files you must maintain.

    Device configuration files contain a set ofuser-configured commands that customize thefunctionality of your Cisco device.

  • 7/27/2019 Manage Cisco IOS Device 5

    17/18

  • 7/27/2019 Manage Cisco IOS Device 5

    18/18