NSC , Cisco Systems, Inc. All rights reserved. 1

Size: px
Start display at page:

Download "NSC , Cisco Systems, Inc. All rights reserved. 1"

Transcription

1

2

3 Understanding Fault Management Session

4 Do You Know What Went Wrong? Did a router fail? Did several routers fail? Was there a fiber cut? Did the path to the network management station fail?

5 A Few Things to Remember Faults happen Redundancy only works if you notice the first failure and fix it before the second failure It s easier to resolve problems before they affect your customers You won t know what went wrong unless you have appropriate instrumentation

6 We re Trying to Avoid this

7 What Is a Fault? A fault is an unplanned failure of software, hardware Not every outage is due to a fault Not every fault results in an outage

8 Sources Routers, switches, wires, fiber, PDUs, DNS servers, power companies, floods, soft drinks, clumsy people, squirrels, nuclear accelerators,.

9 Fault Tolerance DNS Internet WWW WWW DNS

10 Agenda Fault Tuning and Process Cycles Fault Management Tuning Fault Management Process

11 Fault Management Tuning Cycle Fault Management Tuning

12 Baselining What s Nominal? Take a baseline of your network when times are good Include: Network and wiring diagrams Device configurations Performance metrics Service level agreements (SLAs)

13 NMS Placement WAN Avoid Flying Blind

14 NMS Placement WAN Cadillac Solution

15 The Cadillac Solution Monitoring doesn t impact your live network bandwidth Same CPU cost Costs more money Screws up auto-discovery Keep Management Net Routing Simple!

16 Use HA Principles for Network Management! Have redundant connectivity all the way to the NMS Have multiple DNS servers near by Ditto for NTP servers Have sufficient bandwidth to poll (when needed) Have reliable AAA; if you can t get in, you can t fix the problem

17 Fault Management Tuning Cycle Fault Management Tuning

18 Setup Alarms and Thresholds Alarms may be SNMP notifications, Syslog events, or events triggered from polling Many applications include default thresholds Defaults may not be the best for your network Each network is unique Check which alarms are covered by built-in notifications or events Some polling may be necessary to check other thresholds

19 Management Domain Service Level and QoS Management Users Performance Management Fault Management Devices and Software

20 Architectural View of a Router CLI SNMP SYSLOG Higher Level Services Serial Fast Ethernet ATM OC-48 DS3

21 Basic SNMP Objects Defined in Management Information Base (MIB) Extensible tree-like structure Data content is self describing ASN.1 subset Semantics of each object is predefined

22 MIBs Object Identifiers SNMP AGENT ISO (1) Organization (3) DOD (6) Internet (1) Hierarchically structured Each object uniquely identified Directory (1) Management (2) Experimental (3) Private (4) ID for System System (1) MIB-2 (1) TCP (6) Proteon (1) Enterprise (1) Sun (42) Interfaces (2) UDP (7) IBM (2) Apple (63) Address Translation (3) IP (4) ICMP (5) EGP (8) CMOT (9) Transmission (10) SNMP (11) Cisco (9) HP (11) Wellfleet (18) Microsoft (311). Unassigned (9118) ternet Activities Board (IAB) Administered Vendor Administered

23 What s in a MIB? Mnemonic Type How to Encode and Interpret This Variable sysuptime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The time (in hundredths of a second) since the network management portion of the system was last re-initialized." ::= { system 3 } Parent OID

24 What s in a MIB? (Cont.) Mnemonic Type VarBinds Included in Notification linkdown NOTIFICATION-TYPE OBJECTS { ifindex, ifadminstatus, ifoperstatus } STATUS current DESCRIPTION "A linkdown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the ifoperstatus object for one of its communication links is about to transition into the down state." ::= { snmptraps 3 } Parent OID

25 Different Types in MIBs Counter32, Counter64 TimeTicks (time) Gauge32 DisplayString (usually with a size limit) Tables with indices

26 Which Objects Does Cisco Support? Mandatory: MIB-II and IF-MIB For IOS For all other OSes Describes which products support which MIBs Also has the MIBs themselves

27 Looking for Notifications in MIBs Three ways: Check the documentation Spot it in your NMS Configure a device for all notifications and trigger an event

28 Downloading MIBs and Related Files in Bulk ftp://ftp.cisco.com/pub/mibs Consider downloading the whole OID directory for quick searches

29 Polling vs. Notifications Polling puts more load on: Network devices Network links Network management stations

30 Polling vs. Notifications Polling needed for: Availability monitoring Utilization and forecasting Polling not needed for: Operational monitoring Fault monitoring (in many cases)

31 Polling vs. Notifications Notifications puts more load on: Network engineer To do it well, requires careful setting of thresholds Requires configuration on all devices

32 Difference between Ping and SNMP Ping Session/ Application Transport Internet RMON2, ART, RTTMON TCP, Multicast MIBs MIB-2, BGP4 SNMP MIBs Entity, Event, Expression L2 IF, EtherLike, RMON

33 Cost of Polling Assume: Query and response per object X each device Every N seconds (Yes, some commercial systems do this)

34 More Math Checking interface status of 20 interfaces = 20 queries X 100 devices = 2000 queries Basic query for ifinoctets = ~87 byte query and 90 byte response

35 Cost of Queries IfInOctets IfOutOctets Both in one packet Sum in two packets Querying 4 Variables in one packet Querying 4 in Separate packets One Ten Hundred Bytes to Bits: 277,600 And Those Are Interfaces

36 Cost of Notifications No queries But you may need to poll for other reasons (performance metrics) SMART polling engines can really make the difference!

37 SNMP Trap Reliability SNMP Traps Are Unreliable True Use v2c Informs!

38 Traps and Informs Trap Inform Acknowledgement

39 Configuring Notifications Basic command snmp-server enable traps [notification type [options]] Types include: bgp, config, entity, frame-relay, isdn, rtr, snmp snmp-server host host-addr [traps informs] [version {1 2c 3 [auth noauth priv]}] community-string [udp-port port] [notification-type] snmp-server informs [retries retries] [timeout seconds] [pending pending]

40 Configuring Informs To enable bgp informs to host using SNMPv2 and community string public configure: snmp-server enable traps bgp snmp-server host informs version 2c public bgp snmp-server informs command not needed unless tuning is required Informs Require ENTERPRISE-PLUS Image

41 Checking Your Informs Configuration Check your notification receiver log Show snmp pending Show snmp sessions

42 SNMP Version Differences Version 1 Version 2c Version 3 Informs No Yes Yes RMON/Event Yes Yes Yes Authentication Community Community Users Privacy No No Yes IOS/CATOS Supported Supported Supported NMS Support Ubiquitous Pretty Good Limited

43 How Useful Is Notification-Based Polling? There Are So Few SNMP Notifications! There Are as Many Notifications as There Are MIB Variables!

44 Notifications How to setup Notifications RMON Events/Alarms Available in IOS since 11.1 Available in CatOS always Event MIB Available in IOS since 12.1(3)T Customize objects for use in Notifications Expression MIB Available in IOS since 12.0(5)T

45 Set a Threshold RMON alarms Command line accessible EVENT-MIB Has wildcards, better variety of tests EXPRESSION-MIB Create new objects that can be tested System Polls Itself!

46 Example MIB to create Notification from CISCO-PROCESS-MIB SNMP version of show process Provides total CPU usage as well as perprocess usage Now, let s create a new notification based upon total CPU utilization

47 Checking CPU Using RMON RMON alarm enterprises absolute rising-threshold 90 1 falling-threshold 70 Tests the OID (CPU utilization found in CISCO-PROCESS-MIB) every 60 seconds If the absolute value exceeds 90% fire event 1 Reset the alarm when the value falls below 70% Equivalent of HPOV Threshold Events but no polling!

48 Event MIB More flexible than RMON events/alarms RMON is tailored for use with Counter objects Can be used to test objects on other devices No CLI yet need to use SNMP or tool

49 Event MIB Based on IETF draft and numbered in Cisco s namespace from 12.1(3)T through 12.2T RFC 2981 implemented in 12.2(4)T Allows you to create custom notifications and log them and/or send them as SNMP traps or informs Persistence added in 12.2(4)T (same time as RFC)

50 Event MIB Show commands show management event Debug commands debug management event mib No CLI configuration support yet

51 Expression MIB Based on IETF draft and numbered in Cisco s namespace, not RFC 2982 Work is being done to implement RFC Allows you to create new SNMP objects based upon formulas Available in IOS since 12.0(5)T, added delta and wildcard support in 12.1(3)T Persistence added in 12.2(4)T

52 Expression MIB Delta and wildcard support allows, for example: Calculating utilization for all interfaces with one expression This will allow you to recreate the locifinoctets and locifoutoctets objects in a standards-based manner With more flexibility Calculating errors as a percentage of traffic

53 Expression MIB Show commands show management expression Debug commands debug management expression? Evaluator Expression MIB evaluator Mib Expression MIB SNMP operations Parser Expression MIB parsing No CLI configuration support yet

54 SNMP Security SNMP Is Insecure True (with v1 and v2c Communities) And False (with v3 Users) V3 Users and Passwords NOT Stored in Normal Config

55 In Cisco IOS The simple way: snmp-server community PASSWORD [ro rw] [ACL] Allows access to all objects on the router for a given ACL No ACL is probably not wise unless interface level ACLs (much more expensive) or other access-limiting measures are taken

56 Security SNMP should only be accessible to NMS Use ACLs where appropriate Use SNMPv3 where available

57 Silliness The entire MIB tree can be retrieved from a device Doing so WILL cause problems This can be prevented with views

58 Silliness snmpwalk of iproutetable Snmp-server View Enabled Cisco 2621 w/64mb RAM and 4000 Routes snmpwalk Would Have Run for 25 ½ Minutes Unrestricted

59 SNMP Views enterprises rttmon interfaces bgp iproutetable

60 SNMP Views enterprises rttmon interfaces bgp iproutetable

61 SNMP Views Cisco IOS command: snmp-server view VIEWNAME OID-tree [include exclude] Followed by snmp-server community PASSWORD view VIEWNAME [ro rw] This prevents a runaway tree walk, and also limits access to necessary objects Consider different community strings with different views for different applications

62 SAA and CISCO-RTTMON-MIB Service assurance agent Session level probe Generates availability and threshold traps Also collects statistics

63 SA Agent Today Increasing Service Value HTTP FTP Connect DLSw QoS Support (ToS) TCP Jitter DNS/ DHCP UDP Echo SNA Path Echo ICMP Cisco IOS-Based Service Assurance* Agent Echo Path Jitter APM ATM* Frame Relay MPLS VPN Aware *With Cisco IOS 12.2(9)T

64 IOS 12.0(5)T and 12.0(8)S HTTP Operation Operation Mode for HTTP Transaction time: Get-Mode Minimal parameters required; Only the base html page will be retrieved, not the links contained in the page Raw-Mode User specifies entire http request (optional payload) It allows for security options, proxy servers, web caching Each Mode Measures DNS Lookup Time TCP Connect Time HTTP Transaction time Uniform Resource Locator:

65 Configuring SAA (config)# rtr 1 (config-rtr)# type http operation get url (config-rtr)# exit (config)# rtr schedule 1 start-time now (config)#

66 SAA Traps Defined in the CISCO-RTTMON-MIB rttmonconnectionchangenotification rttmontimeoutnotification rttmonthresholdnotification

67 Know Thy Router! DNS WAN SAA get /

68 SAA Shadow Router Shadow router: Simulated CE used to measure data travel time between two devices; reasons: Memory consuming IOS independent MPLS/VPN: one shadow router for several VPN s The loopback IP address is unique and globally known Access to the management IP address via the grey management VPN or via the PE global routing table X parallel links to the PE Note: BGP doesn t need to run in the shadow router, static route with redistribution on the PE side is enough

69 VPNSC SA Agent Management Green VPN Site 1 SA Agent Green Probe Traffic SA Agent Blue Probe Traffic Green VPN Connectivity Blue VPN Connectivity Green VPN Site 2 CE Shadow Router PE SA Agent VPN Connectivity to Green and Red VRF s Provider Core PE Shadow Router CE Red VPN Site 1 SA Agent SA Agent Green Probe Traffic SA Agent Blue Probe Traffic SA Agent CE PE PE/P PE Netflow Collector SA Agent CE Non-MPLS/VPN MCE Router Management VPN Blue VPN Site 2 CE Blue VPN Site 1 VPN SC Management Network SA Agent

70 What Happens if a MIB Doesn t Exist? Information may be found using Syslog Syslog produces (mostly) structured logs of information Syslog receivers/processors include: Unix syslogd Cisco Info Center CNS Notification Engine CW2K RME Syslog Analyzer

71 Syslog Very basic reporting mechanism Very basic standard Text messages on UDP port 514

72 Syslog Problems It s not reliable It s not secure Not much worse than SNMP traps One way: No query capability Priority isn t consistently used

73 Syslog Format <selector> NETASCII \0 <facility>.<level> user.info nms-host /usr 90% full <selector> is not retained in the syslog message file Timestamp is added by logging host Logged message looks like: Apr 18 12:02:34 nms-host /usr 90% full

74 There Is a Cisco IOS Message Standard for Syslog %FACILITY-SUBFACILITY-SEVERITY- MNEMONIC: Message-text Documentation for each release explains the meaning of many of these events Facility is not the same as the syslog facility syslog facility is set by configuring: logging facility<facility> syslog facility defaults to local7 Severity maps to syslog level

75 Configuring Syslog Logging command Sets host, facility, rate limit, and more

76 What If There Is No Syslog Event? Screen Scraping Telnet/expect scripts sometimes can be the only way to get information

77 Fault Management Tuning Cycle Fault Management Tuning

78 Does Your Fault Console Look Like This?

79 Monitor Excessive or Missed Faults Adjust thresholds as necessary to catch all faults (no false-negatives) but still have a tolerable false-positive rate Iterative process The network administrator s job is never done

80 The Nice Picture Fault Correlation Workflow Management Fault Tracking DB Trouble Ticket

81 Fault Tuning and Process Cycles Fault Management Tuning Fault Management Process

82 Fault Process Cycle Fault Management Process

83 The Fault

84 Fault Process Cycle Fault Management Process

85 Knowing There s a Problem Event reporting mechanisms SNMP Traps/Informs SYSLOG Polling Help Desk Collect to central repository

86 SAA Example DNS WAN SAA Trap get / ( )

87 Going Up the Stack and on to Resolution Session/ Application Transport RTTMON SNMP Internet L2 Onward to Fault Correlation

88 What to Do When You Get a Trap or Inform? Now s the time to poll! Both the device itself and perhaps neighboring devices! This is known as event-based polling

89 When Did an Event Happen? Having the right time is very important Watch multiple time zones Use NTP

90 Fault Process Cycle Fault Management Process

91 Definition Fault correlation: Tying of two or more events to a single fault or group of faults Fault correlation! = Diagnosis

92 Element-Based Correlation Router B Router A WAN CLOUD Router C Router D linkdown(1) pimneighborloss(b) Router E Router F

93 Network-Based Correlation Router B Router A ATM CLOUD Router C Router D LinkDown(1) pimneighborloss(b) pimneighborloss(c) pimneighborloss(d) pimneighborloss(e) pimneighborloss(f) Router E Router F

94 Correlating Faults and Our SAA Example DNS WAN LinkDown SAA Timeout get/ ( )

95 Bunches of Events WAN Device Duplicates Overload!

96 Remove Duplicates and Correlate WAN Fault Correlation

97 Hierarchical Mechanisms Fault Correlation Fault Correlation Fault Correlation

98 Fault Correlation Tools Rule-based systems that determine that two or more faults are related Good ones classify and prioritize as well Ciscoworks Device Fault Manager Device level only Cisco Information Center CNS Notification Engine

99 Fault Process Cycle Fault Management Process

100 Two Ways to Diagnose Problems Smart computers Smart humans Sometimes both See troubleshooting course

101 Root Cause Analysis WAN

102 Root Cause Analysis WAN

103 Fault Process Cycle Fault Management Process

104 Root Cause Analysis Network-based mechanisms require some knowledge of topology Deals mostly with hard failures Usually limited to some subset of the network

105 Who Fixes Those Problems? Network managers don t know everything Workflow management is the process of delegating to the right person to fix the right problem in a timely fashion

106 Workflow Management Tools to track the state of network Used for escalation, division of labor, provisioning, and planning Examples include remedy and clarify

107 How Important Is That Fault? Importance High Moderate None Time to Repair

108 Work Flow Management Importance High Moderate Low IP Management Web Voice DBA Function

109 Helping the NOC Importance NOW! High Moderate Low IP Management Web Voice DBA Fault Correlation Maintenance Window Function

110 Multiple Sources and Prioritizing warmstart High Management Fault Correlation authfailure Trap Moderate IP Web Voice DBA Low Function Disk Space 90%

111 Fault Process Cycle Fault Management Process Nominal at Last!

112 Summary Move away from the fishbowl approach Aim to tackle faults before they are visible to your users Know how to monitor each service Notification-based polling scales! Fault Management should significantly improve network availability

113 Recommended Reading Performance and Fault Management ISBN: Available on-site at the Cisco Company Store

114 Please Complete Your Evaluation Form Session Understanding Fault Management

115

Network Management Functions - Fault. Network Management

Network Management Functions - Fault. Network Management Network Management Functions - Fault Network Management 1 Lectures Schedule Week Week 1 Topic Computer Networks - Network Management Architectures & Applications Week 2 Network Management Standards Architectures

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

SNMP and Network Management

SNMP and Network Management SNMP and Network Management Nixu Ltd Contents Network Management MIB naming tree, MIB-II SNMP protocol SNMP traps SNMP versions 2 Network management When you have 100s of computers in a network or are

More information

SNMP and Network Management

SNMP and Network Management Contents SNMP and Network Management Network Management MIB naming tree, MIB-II SNMP protocol SNMP traps SNMP versions Nixu Ltd 2 Network management When you have 100s of computers in a network or are

More information

Configuring Cisco IOS IP SLAs Operations

Configuring Cisco IOS IP SLAs Operations CHAPTER 50 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLAs) on the switch. Cisco IP SLAs is a part of Cisco IOS software that allows Cisco customers to analyze IP service

More information

Configuring Cisco IOS IP SLA Operations

Configuring Cisco IOS IP SLA Operations CHAPTER 58 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLA) on the switch. Cisco IP SLA is a part of Cisco IOS software that allows Cisco customers to analyze IP service levels

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 24 CHAPTER This chapter describes how to configure the the ML1000-2, ML100T-12, ML100X-8, and ML-MR-10 cards for operating with Simple Network Management Protocol (SNMP). Note For complete syntax and usage

More information

MPLS VPN MIB Support. Cisco IOS Release 12.0(24)S1 1

MPLS VPN MIB Support. Cisco IOS Release 12.0(24)S1 1 MPLS VPN MIB Support This document describes the Simple Network Management Protocol (SNMP) agent support in Cisco IOS for Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) management,

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER Configuring SNMP This chapter describes how to configure the ML-Series card for operating with Simple Network Management Protocol (SNMP). Note For complete syntax and usage information for the

More information

Monitoring. Ping CHAPTER

Monitoring. Ping CHAPTER CHAPTER 10 This chapter explains the monitoring activity. It contains the following sections: Ping, page 10-1 SLA, page 10-3 Task Manager, page 10-23 Reports, page 10-27 Ping Ping is the way Prime Provisioning

More information

A Brief Introduction to Internet Network Management. Geoff Huston

A Brief Introduction to Internet Network Management. Geoff Huston A Brief Introduction to Internet Network Management Geoff Huston gih@telstra.net What are we talking about? Network Management Tasks fault management configuration management performance management security

More information

10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING. By: Vinod Mohan

10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING. By: Vinod Mohan 10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING By: Vinod Mohan 10 Best Practices to Streamline Network Monitoring Introduction As a network admin, you are tasked with keeping your organization s network

More information

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science and Technology. 16.

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science and Technology. 16. Jaakko Kotimäki Department of Computer Science Aalto University, School of Science and Technology Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in

More information

Outline Network Management MIB naming tree, MIB-II SNMP protocol Network management in practice. Network Management. Jaakko Kotimäki.

Outline Network Management MIB naming tree, MIB-II SNMP protocol Network management in practice. Network Management. Jaakko Kotimäki. Outline MIB naming tree, MIB-II SNMP protocol Network management in practice 19.10.2010 Outline MIB naming tree, MIB-II SNMP protocol Network management in practice Outline Contents MIB naming tree, MIB-II

More information

Periodic MIB Data Collection and Transfer Mechanism

Periodic MIB Data Collection and Transfer Mechanism Periodic MIB Data Collection and Transfer Mechanism The Periodic MIB Data Collection and Transfer Mechanism feature provides the ability to periodically transfer selected MIB data from Cisco IOS XE-based

More information

Operation Manual SNMP-RMON H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual SNMP-RMON H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 SNMP Overview... 1-1 1.1.1 SNMP Mechanism... 1-1 1.1.2 SNMP Protocol Version... 1-2 1.1.3 MIB Overview... 1-2 1.2 SNMP Configuration... 1-2 1.3 Trap Configuration...

More information

For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS Configuration Fundamentals Command Reference

For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS Configuration Fundamentals Command Reference CHAPTER 51 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 4500 series switch. Note For complete syntax and usage information for the commands used

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 22 CHAPTER This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a standalone switch and a

More information

Operation Manual SNMP. Table of Contents

Operation Manual SNMP. Table of Contents Table of Contents Table of Contents... 1-1 1.1 SNMP Overview... 1-1 1.1.1 Introduction to SNMP... 1-1 1.1.2 SNMP Versions and Supported MIB... 1-1 1.2 Configuring SNMP... 1-3 1.2.1 Setting Community Names...

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER CHAPTER 28 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Catalyst 2960 switch. For complete syntax and usage information for the commands used in this chapter,

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

Configuring RMON. Understanding RMON CHAPTER

Configuring RMON. Understanding RMON CHAPTER 22 CHAPTER This chapter describes how to configure Remote Network Monitoring (RMON) on your switch. RMON is a standard monitoring specification that defines a set of statistics and functions that can be

More information

Network Design and Management. Nixu Ltd.

Network Design and Management. Nixu Ltd. Network Design and Management Nixu Ltd. Contents Network Design and Management The FCAPS Model High Availability solutions SNMP protocol Nixu Ltd. 2/31 Network Design and Management Network Design and

More information

HP 5820X & 5800 Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP 5820X & 5800 Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP 5820X & 5800 Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through

More information

Application Level Protocols

Application Level Protocols Application Level Protocols 2 Application Level Protocols Applications handle different kinds of content e.g.. e-mail, web pages, voice Different types of content require different kinds of protocols Application

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

NetAlly. Application Advisor. Distributed Sites and Applications. Monitor and troubleshoot end user application experience.

NetAlly. Application Advisor. Distributed Sites and Applications. Monitor and troubleshoot end user application experience. NetAlly Application Advisor Monitor End User Experience for Local and Remote Users, Distributed Sites and Applications Part of the OptiView Management Suite (OMS) OMS provides the breadth of visibility

More information

Troubleshooting Tools. Tools for Gathering Information

Troubleshooting Tools. Tools for Gathering Information Internetwork Expert s CCNP Bootcamp Troubleshooting Tools http:// Tools for Gathering Information Before implementing a fix, information must be gathered about a problem to eliminate as many variables

More information

Configuring Cisco IOS IP SLAs Operations

Configuring Cisco IOS IP SLAs Operations CHAPTER 39 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLAs) on the switch. Cisco IP SLAs is a part of Cisco IOS software that allows Cisco customers to analyze IP service

More information

SNMP and Network Management

SNMP and Network Management SNMP and Management Simple Management Protocol A Standard Protocol for Management SNMP how it was born In 1980 s, networks grew, hard to manage Many vendors, many protocols Many saw a need for standard

More information

Configuring SNMP CHAPTER. This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point.

Configuring SNMP CHAPTER. This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point. CHAPTER 18 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on your access point. Note For complete syntax and usage information for the commands used in this chapter,

More information

Industrial Challenges in Working with Events

Industrial Challenges in Working with Events Industrial Challenges in Working with Events Prof. Dr., Senior Technical Leader, NMTG Manageability Cisco Systems, Inc. pdini@cisco.com petre@iaria.org 1 The Road Ahead Positioning Issues - Event definition

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER CHAPTER 30 This chapter describes how to configure the Simple Network Management Protocol (SNMP) on the Cisco ME 3400E Ethernet Access switch. Note For complete syntax and usage information for the commands

More information

Configuring SNMP. About SNMP. SNMP Functional Overview

Configuring SNMP. About SNMP. SNMP Functional Overview This chapter describes how to configure the SNMP feature on Cisco NX-OS devices. This chapter contains the following sections: About SNMP, page 1 Licensing Requirements for SNMP, page 7 Guidelines and

More information

Configuring IP SLAs TCP Connect Operations

Configuring IP SLAs TCP Connect Operations This module describes how to configure an IP Service Level Agreements (SLAs) TCP Connect operation to measure the response time taken to perform a TCP Connect operation between a Cisco router and devices

More information

SNMP Configuration Guide, Cisco IOS Release 12.4T

SNMP Configuration Guide, Cisco IOS Release 12.4T SNMP Configuration Guide, Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the

More information

Table of Contents. Cisco Cisco IOS SNMP Traps Supported and How to Configure Them

Table of Contents. Cisco Cisco IOS SNMP Traps Supported and How to Configure Them Table of Contents Cisco IOS SNMP Traps Supported and How to Configure Them...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...2 Conventions...2 snmp server host Command...2 Syntax

More information

Configuring IP SLAs ICMP Echo Operations

Configuring IP SLAs ICMP Echo Operations This module describes how to configure an IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Echo operation to monitor end-to-end response time between a Cisco router and devices

More information

CCIE SP Operations Written Exam v1.0

CCIE SP Operations Written Exam v1.0 Cisco 350-060 CCIE SP Operations Written Exam v1.0 Version: 5.0 QUESTION NO: 1 DRAG DROP Cisco 350-060 Exam Answer: Critical Section Loss of Signal (SLOS) Critical Section Loss of Frame (SLOF) Major Alarm

More information

SNMP Basics BUPT/QMUL

SNMP Basics BUPT/QMUL SNMP Basics BUPT/QMUL 2014-05-12 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

Configuring IP SLAs ICMP Echo Operations

Configuring IP SLAs ICMP Echo Operations This module describes how to configure an IP Service Level Agreements (SLAs) Internet Control Message Protocol (ICMP) Echo operation to monitor end-to-end response time between a Cisco router and devices

More information

Network Management (NETW-1001)

Network Management (NETW-1001) Network Management (NETW-1001) Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Spring 2017 TOC 1 SNMPv1 Messages 2 SNMP messages Two main purposes: Monitoring and configuration. SNMP version 1 defines five

More information

Monitoring and Managing the Cisco MWR 2941 Router

Monitoring and Managing the Cisco MWR 2941 Router CHAPTER 30 Monitoring and Managing the Cisco MWR 2941 Router The Cisco MWR 2941 supports a variety of network management features, including Mobile Wireless Transport Manager (MTWM), Cisco Active Network

More information

Ethernet Switch ZyNOS 4.0

Ethernet Switch ZyNOS 4.0 RMON Ethernet Switch ZyNOS 4.0 Support Notes Version 4.00 July 2011 Overview Remote Monitoring (RMON) is a standard monitoring specification that enables various network monitors and console systems to

More information

Configuring Proactive Threshold Monitoring for IP SLAs Operations

Configuring Proactive Threshold Monitoring for IP SLAs Operations Configuring Proactive Threshold Monitoring for IP SLAs Operations This document describes the proactive monitoring capabilities of IP Service Level Agreements (SLAs) using thresholds and reaction triggering.

More information

Restrictions for SNMP use on Cisco IOS XR Software

Restrictions for SNMP use on Cisco IOS XR Software Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a message format for communication between SNMP managers and agents. SNMP provides a standardized framework and

More information

Configuring MPLS Egress NetFlow Accounting and Analysis

Configuring MPLS Egress NetFlow Accounting and Analysis Configuring MPLS Egress NetFlow Accounting and Analysis This module contains information about and instructions for configuring the MPLS Egress NetFlow Accounting feature. The MPLS Egress NetFlow Accounting

More information

GLOSSARY. See ACL. access control list.

GLOSSARY. See ACL. access control list. GLOSSARY A access control list ACL API Application Programming Interface area AS ASN ATM autonomous system autonomous system number See ACL. access control list. application programming interface. APIs

More information

Defining IPsec Networks and Customers

Defining IPsec Networks and Customers CHAPTER 4 Defining the IPsec Network Elements In this product, a VPN network is a unique group of targets; a target can be a member of only one network. Thus, a VPN network allows a provider to partition

More information

SNMP Server Commands

SNMP Server Commands SNMP Server Commands This chapter describes the Cisco IOS XR software commands used to configure and monitor the Simple Network Management Protocol (SNMP) for network monitoring and management. For detailed

More information

Configuring Simple Network Management Protocol (SNMP)

Configuring Simple Network Management Protocol (SNMP) CHAPTER 5 Configuring Simple Network Management Protocol (SNMP) This chapter provides information on configuring Simple Network Management Protocol (SNMP) features of your CSS. It also provides a brief

More information

SNMP Commands CHAPTER

SNMP Commands CHAPTER CHAPTER 7 This chapter contains the Cisco ONS 15540 ESP-specific SNMP commands. For the complete list of SNMP commands supported on the Cisco ONS 15540 ESP, and their descriptions, refer to Cisco IOS Configuration

More information

Network Management & Monitoring Introduction to SNMP

Network Management & Monitoring Introduction to SNMP Network Management & Monitoring Introduction to SNMP These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/)

More information

COSC 301 Network Management

COSC 301 Network Management COSC 301 Network Management Lecture 20: Management Tools and Protocols Zhiyi Huang Computer Science, University of Otago COSC301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

TELE 301 Network Management

TELE 301 Network Management TELE 301 Network Management Lecture 20: Management Tools and Protocols Haibo Zhang Computer Science, University of Otago TELE301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

Symbols. Numerics INDEX. managing 1-26 open 6-20 port-down. $ANAROOT ANA installation directory 4-1. port-up

Symbols. Numerics INDEX. managing 1-26 open 6-20 port-down. $ANAROOT ANA installation directory 4-1. port-up INDEX Symbols $ANAROOT ANA installation directory 4-1 Numerics 4948 switch Catalyst 1-2, 1-6 6500 switch Catalyst 1-6 7600 router 1-6 A Activate on creation check box 5-3 activation script IPTV 1-21 active

More information

SNMP Server Commands

SNMP Server Commands SNMP Server Commands This chapter describes the Cisco IOS XR software commands used to configure and monitor the Simple Network Management Protocol (SNMP) for network monitoring and management. For detailed

More information

Implementing IPv6 for Network Management

Implementing IPv6 for Network Management Implementing IPv6 for Network Management Last Updated: July 31, 2012 This document describes the concepts and commands used to manage Cisco applications over IPv6 and to implement IPv6 for network management.

More information

I through R. IP SLA Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) 1

I through R. IP SLA Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) 1 I through R icmp-echo, page 2 icmp-jitter, page 4 ip sla, page 6 ip sla group schedule, page 9 ip sla logging traps, page 17 ip sla low-memory, page 19 ip sla reaction-trigger, page 21 ip sla reset, page

More information

Cisco IOS IP SLAs Commands source-ip (tplt) The source address for the operation template is the IP address closest to the destination.

Cisco IOS IP SLAs Commands source-ip (tplt) The source address for the operation template is the IP address closest to the destination. Cisco IOS IP SLAs Commands source-ip (tplt) source-ip (tplt) To specify an source IP address in an auto IP Service Level Agreements (SLAs) operation template, use the source-ip command in the appropriate

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

SNMP Basics BUPT/QMUL

SNMP Basics BUPT/QMUL SNMP Basics BUPT/QMUL 2017-05-22 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get

More information

action (event) through rising (test threshold)

action (event) through rising (test threshold) action (event) through rising (test threshold) action (event), page 3 add (bulk statistics object), page 5 bandwidth (interface configuration), page 7 buffer-size (bulk statistics), page 10 comparison,

More information

Monitoring Notifications

Monitoring Notifications CHAPTER 4 This chapter describes the Cisco 10000 Series router notifications supported by the MIB enhancements feature introduced in Cisco IOS Release 12.2xxxx. SNMP uses notifications to report events

More information

SNMP. Simple Network Management Protocol

SNMP. Simple Network Management Protocol SNMP Simple Network Management Protocol Network Management The network management is to Monitor the network Ensure the operations over the network are functional Assure the network works efficiently An

More information

Cisco ISR G2 Management Overview

Cisco ISR G2 Management Overview Cisco ISR G2 Management Overview Introduction The new Cisco Integrated Services Routers Generation 2 (ISR G2) Family of routers delivers the borderless network that can transform the branch office and

More information

Configuring Data Collection Manager

Configuring Data Collection Manager This module describes the configuring of the Data Collection Manager feature. Table 1: Feature History for Release Release 5.2.2 Modification This feature was introduced Data Collection Manager, on page

More information

Implementing IPv6 for Network Management

Implementing IPv6 for Network Management Implementing IPv6 for Network Management Last Updated: August 1, 2012 This document describes the concepts and commands used to manage Cisco applications over IPv6 and to implement IPv6 for network management.

More information

Chapter 3 Managing System Settings

Chapter 3 Managing System Settings Chapter 3 Managing System Settings Using the System Settings Utility The navigation pane at the top of the web browser interface contains a System tab that enables you to manage your FS700TSSmart Switch

More information

Configuring SNMP. Information About SNMP CHAPTER

Configuring SNMP. Information About SNMP CHAPTER CHAPTER 8 Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. This chapter describes how to configure Simple Network Management Protocol (SNMP)

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series Network Management and Monitoring Configuration Guide Part number: 5200-1026b Software version: Release 25xx Document version: 6W102-20170830 Copyright 2017 Hewlett Packard

More information

Cisco Virtual Networking Solution for OpenStack

Cisco Virtual Networking Solution for OpenStack Data Sheet Cisco Virtual Networking Solution for OpenStack Product Overview Extend enterprise-class networking features to OpenStack cloud environments. A reliable virtual network infrastructure that provides

More information

Table of Contents. 2 MIB Style Configuration 2-1 Setting the MIB Style 2-1 Displaying and Maintaining MIB 2-1

Table of Contents. 2 MIB Style Configuration 2-1 Setting the MIB Style 2-1 Displaying and Maintaining MIB 2-1 Table of Contents 1 SNMP Configuration 1-1 SNMP Overview 1-1 SNMP Mechanism 1-1 SNMP Protocol Version 1-2 MIB Overview 1-2 SNMP Configuration 1-3 Configuring SNMP Logging 1-5 Introduction to SNMP Logging

More information

Cisco Nexus 7000 Series NX-OS MIB Quick Reference

Cisco Nexus 7000 Series NX-OS MIB Quick Reference Cisco Nexus 7000 Series NX-OS MIB Quick Reference Date: August, 2013 This document describes the private, or local, Management Information Base (MIB) files for the Cisco NX-OS software. This document provides

More information

Configuring the Management Interface and Security

Configuring the Management Interface and Security CHAPTER 5 Configuring the Management Interface and Security Revised: February 15, 2011, Introduction This module describes how to configure the physical management interfaces (ports) as well as the various

More information

HP MSR Router Series. Network Management and Monitoring Configuration Guide(V7)

HP MSR Router Series. Network Management and Monitoring Configuration Guide(V7) HP MSR Router Series Network Management and Monitoring Configuration Guide(V7) Part number: 5998-7724b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright

More information

Network Management & Monitoring Introduction to SNMP

Network Management & Monitoring Introduction to SNMP Network Management & Monitoring Introduction to SNMP These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/)

More information

NET311 Computer Network Management Tools, Systems and Engineering

NET311 Computer Network Management Tools, Systems and Engineering NET311 Computer Network Management Tools, Systems and Engineering Dr. Mostafa H. Dahshan Department of Computer Engineering College of Computer and Information Sciences King Saud University mdahshan@ksu.edu.sa

More information

Configuring Ethernet OAM, CFM, and E-LMI

Configuring Ethernet OAM, CFM, and E-LMI CHAPTER 39 Ethernet Operations, Administration, and Maintenance (OAM) is a protocol for installing, monitoring, and troubleshooting Ethernet networks to increase management capability within the context

More information

SNMP CEF-MIB Support

SNMP CEF-MIB Support SNMP CEF-MIB Support Last Updated: October 5, 2011 The Cisco Express Forwarding--SNMP CEF-MIB Support feature introduces the CISCO-CEF-MIB, which allows management applications through the use of the Simple

More information

VPN Console: Monitoring Menu

VPN Console: Monitoring Menu CHAPTER 8 This chapter provides an explanation of collection tasks and reports categorized under the Monitoring menu option, as follows: Collect Router Configuration Files, page 8-2 Collect VPN Accounting

More information

GLOSSARY CHAPTER. Command-Line Interface

GLOSSARY CHAPTER. Command-Line Interface GLOSSARY CHAPTER B Bandwidth The difference between the highest and lowest frequencies available for network signals. The term is also used to describe the rated throughput capacity of a given network

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Network management takes place between two major types of systems: those in control, called managing systems, and those observed and controlled, called managed systems. The most common managing

More information

INTERNET NETWORK MANAGEMENT STANDARDS AIKO PRAS UNIVERSITY OF TWENTE THE NETHERLANDS

INTERNET NETWORK MANAGEMENT STANDARDS AIKO PRAS UNIVERSITY OF TWENTE THE NETHERLANDS INTERNET NETWORK MANAGEMENT STANDARDS COURSE PRESENTED AT THE SBRC 97 SÃO CARLOS, BRASIL 19-22 MAY 1997 AIKO PRAS UNIVERSITY OF TWENTE THE NETHERLANDS pras@cs.utwente.nl http://wwwtios.cs.utwente.nl/~pras

More information

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418 This chapter describes how to maintain the configuration and firmware, reboot or reset the security appliance, manage the security license and digital certificates, and configure other features to help

More information

Configuring NetFlow Top Talkers using Cisco IOS CLI Commands or SNMP Commands

Configuring NetFlow Top Talkers using Cisco IOS CLI Commands or SNMP Commands Configuring NetFlow Top Talkers using Cisco IOS CLI Commands or SNMP Commands This module contains information about and instructions for configuring NetFlow Top Talkers feature. The NetFlow Top Talkers

More information

Configuring Embedded Resource Manager-MIB

Configuring Embedded Resource Manager-MIB The Embedded Resource Manager (ERM)-MIB feature introduces MIB support for the ERM feature. The ERM feature tracks resource usage information for every registered resource owner and resource user. The

More information

0] Chapter 2 Cisco ME 3400E Ethernet Access Switch Cisco IOS Commands shutdown. This command has no arguments or keywords.

0] Chapter 2 Cisco ME 3400E Ethernet Access Switch Cisco IOS Commands shutdown. This command has no arguments or keywords. 0] Chapter 2 shutdown shutdown Use the shutdown interface configuration command to disable an interface. Use the no form of this command to restart a disabled interface. shutdown no shutdown Syntax Description

More information

Network Management Standards Architectures & Applications. Network Management

Network Management Standards Architectures & Applications. Network Management Network Management Standards Architectures & Applications Network Management 1 Lectures Schedule Week Week 1 Topic Computer Networks - Network Management Architectures & Applications Week 2 Network Management

More information

IP SLAs Configuration Guide, Cisco IOS Release 15S

IP SLAs Configuration Guide, Cisco IOS Release 15S First Published: November 05, 2012 Last Modified: April 02, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Advanced Application Reporting USER GUIDE

Advanced Application Reporting USER GUIDE Advanced Application Reporting USER GUIDE CONTENTS 1.0 Preface: About This Document 5 2.0 Conventions 5 3.0 Chapter 1: Introducing Advanced Application Reporting 6 4.0 Features and Benefits 7 5.0 Product

More information

RMON Configuration Guide, Cisco IOS Release 12.4

RMON Configuration Guide, Cisco IOS Release 12.4 RMON Configuration Guide, Cisco IOS Release 12.4 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax:

More information

A Real-world Demonstration of NetSocket Cloud Experience Manager for Microsoft Lync

A Real-world Demonstration of NetSocket Cloud Experience Manager for Microsoft Lync A Real-world Demonstration of NetSocket Cloud Experience Manager for Microsoft Lync Introduction Microsoft Lync connects people everywhere as part of their everyday productivity experience. When issues

More information

Network and SLA Monitoring Guide Release 7.3

Network and SLA Monitoring Guide Release 7.3 [1]Oracle Communications IP Service Activator Network and SLA Monitoring Guide Release 7.3 E61099-02 June 2016 Oracle Communications IP Service Activator Network and SLA Monitoring Guide, Release 7.3 E61099-02

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information