• No results found

Chapter 1: Planning Maintenance for Complex Networks. TSHOOT v6 Chapter , Cisco Systems, Inc. All rights reserved.

N/A
N/A
Protected

Academic year: 2021

Share "Chapter 1: Planning Maintenance for Complex Networks. TSHOOT v6 Chapter , Cisco Systems, Inc. All rights reserved."

Copied!
22
0
0

Loading.... (view fulltext now)

Full text

(1)

Chapter 1:

Pl

i

M i

f

Planning Maintenance for

Complex Networks

(2)

Chapter 1 Objectives

Evaluate commonly-practiced models and

methodologies for network maintenance

g

Identify the processes and procedures that are a

fundamental part of any network maintenance

methodology

methodology

Identify, evaluate and select tools, applications and

resources to support network maintenance processes

pp

p

Chapter 1

2

(3)

Maintenance Models and Methodologies

A network engineer’s job description can include

tasks related to:

Device installation and maintenance

Failure response

Network performance

Business procedures

S

it

(4)

Benefits of Structured Maintenance over

Interrupt driven Maintenance

Interrupt-driven Maintenance

Proactive vs. reactive

Reduced network downtime

More cost effective

B tt

li

t

ith b

i

bj

ti

Better alignment with business objectives

Improved network security

Chapter 1

4

(5)

Maintenance Models and Organizations

IT Infrastructure Library (ITIL)

ISO – FCAPS

ISO

FCAPS

Fault management

Configuration management

A

i

Accounting management

Performance Management

Security Management

y

g

ITU-T - Telecommunications Management Network

(TMN)

C

f

S

OO

Cisco Lifecycle Services Phases – PPDIOO

(6)

The Configuration Management element of

th FCAPS

d l

the FCAPS model

Chapter 1

6

(7)

Network Maintenance Processes and

P

d

Procedures

A network maintenance plan includes procedures for the

following tasks:

Accommodating Adds, Moves, and Changes

Installation and configuration of new devices

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

g

(8)

Network Maintenance Processes and

P

d

Procedures

Network maintenance planning includes:

p

g

Scheduling maintenance

Formalizing change control procedures

Establishing network documentation procedures

Establishing effective communication

D fi i

l

/

d

/

i

Defining templates/procedures/conventions

Planning for disaster recovery

Chapter 1

8

(9)
(10)

NTP Example

(Selected output from the running config)

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 10.1.220.3p

Chapter 1

10

(11)

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

g

• Quickly finds Cisco IOS Software release for required features

SNMP Object Navigator

• Translates SNMP Object Identifiers (OID) into object names

• Translates SNMP Object Identifiers (OID) into object names

• Allows download of SNMP MIB files

• Verify supported MIBs for a Cisco IOS Software version

Ci

P

C l

l t

Cisco Power Calculator

• Calculates power supply requirements a PoE hardware configuration

(12)

Logging Services

Logging severity levels on Cisco devices:

(0) Emergencies

( )

g

(1) Alerts

(2) Critical

(3) Errors

(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

12

(13)

Logging to a Server

Messages are logged to

!

logging buffered 16348

a circular log buffer in RAM that is limited to 16384 Bytes.

logging buffered 16348 !

logging console warnings !

logging 10.1.152.1

Logging messages on the console are limited to level 4 and lower. By default all messages from level 0 (emergencies)

logging 10.1.152.1 !

all messages from level 0 (emergencies) to level 7 (debugging) are logged.

(14)

Network Monitoring and Performance

Measurement Tools

Measurement Tools

Capacity planning

Diagnosing performance problems

SLA compliance

Chapter 1

14

(15)

Implementing Backup and Restore Services using FTP

Copy using FTP with specified username and password

R1(config)# ip ftp username backupg p p p

R1(config)# ip ftp password san-fran R1(config)# exit

R1# copy startup-config ftp://10.1.152.1/R1-test.cfg Address or name of remote host [10 1 152 1]?

Address or name of remote host [10.1.152.1]? Destination filename [R1-test.cfg]?

Writing R1-test.cfg !

2323 bytes copied in 0.304 secs (7641 bytes/sec)

Copy using FTP with stored username and password

R1# copy startup-config ftp://backup:san-fran@10 1 152 1/R1-test cfg R1# copy startup-config ftp://backup:[email protected]/R1-test.cfg Address or name of remote host [10.1.152.1]?

Destination filename [R1-test.cfg]? Writing R1-test.cfg !

(16)

Implementing Backup and Restore Services using

Archive

Archive

Setting up the configuration archive

R1(config)# archive( g)

R1(config-archive)# path flash:/config-archive/$h-config R1(config-archive)# write-memory

R1(config-archive)# time-period 10080

show archive command output

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 Chapter 1 16

(17)

Implementing Backup and Restore Services

using configure replace

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

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

fi ti E t Y if t t d ? [ ]

configuration. Enter Y if you are sure you want to proceed. ? [no]: yes !Pass 1

!List of Commands: no hostname TEST hostname RO1 end

(18)

Disaster Recovery Tools

Successful disaster recovery is dependent on the

existence of the following:

Up to date configuration backups

Up to date software backups

Up to date hardware inventories

Up to date hardware inventories

Configuration and software provisioning tools

Chapter 1

18

(19)

Chapter 1 Summary

 Advantages of a structured network maintenance model over interrupt-driven include reduced network downtime and higher network security.

 Examples of structured network maintenance methodologies include ITIL

 Examples of structured network maintenance methodologies include ITIL, FCAPS, TMN and Cisco Lifecycle Services (PPDIOO).

 Network maintenance plans include procedures for adds/moves/changes, software upgrades and replacement of failed devices

software upgrades and replacement of failed devices.

 Network maintenance planning includes maintenance scheduling,

documentation development, templates/procedures/conventions definition and disaster recovery planning.y g

 Network documentation includes network drawings, connections, equipment lists, IP address administration, device configurations and design

documentation.

(20)

Chapter 1 Summary – Cont.

The basic components of a network maintenance toolkit include CLI and

GUI device management tools as well as backup, log and time servers.

Ci

b b

d t

l

d

D

i C

fi

ti

T

l

Cisco web-based tools and resources: Dynamic Configuration Tool,

Cisco Feature Navigator, SNMP Object Navigator and Cisco Power

Calculator.

M i

ti

ti

f

i

t

k

f

it

Main motivations for measuring network performance are capacity

planning, diagnosing performance problems and SLA compliance.

TFTP, FTP, SCP, HTTP, and HTTPS can be used to transfer files

b t

t

k

d b

k

d

i

FTP SCP HTTP

d HTTPS

between network and backup devices. FTP, SCP, HTTP, and HTTPS

are more secure than TFTP as they require authentication. SCP and

HTTPS are most secure because they also incorporate encryption.

Th

fi

ti

hi i

f

t

b h l f l i

ti

The configuration archiving feature can be helpful in creating

configuration archives, either locally on a remote server (introduced with

IOS Release 12.3(7)T).

Chapter 1

20

(21)

Chapter 1 Labs

(22)

Chapter 1

22

References

Related documents

To investigate the association between identified gene and keratoconus, we per- formed a case-control analysis using data from 179 patients with keratoconus from Yokohama City

Examples include: financial system software upgrades, application modifications, and general maintenance to ensure the viability of timely and strategic financial management

In this paper, we investigated the correlations between several constructs and an overall score of social desirability. We found self-esteem and emotional intelligence are potentially

Thus, as a result of the study it has been found that the mechanical activation of mixtures of minerals of sillimanite group minerals with talc and silica additives in

The Successful Proposer(s) (hereinafter referred to as “Contractor”) shall provide all of the required Hardware, Software, Installation/Upgrades, Repairs,

Process Switching – Per Packet Load Balancing Router(config-if)# no ip route-cache ping 10.0.0.1 ping 10.0.0.2 ( g )# p Process Switching Gi l t th k t l d h i th t k t t. ƒ Given

RESOLVED, That SFMTA Board of Directors approves Amendment #1 to Contract 2015- 16 with Trapeze Software Group, Inc., to fund software maintenance and upgrades, systems integration

Vast knowledge of Installing and configuring computer hardware, software, systems, networks, printers and scanners Knowledge of Planning and undertaking scheduled maintenance