Embedded Event Manager Debug Commands on Cisco IOS XR Software
|
|
|
- Suzanna Sims
- 9 years ago
- Views:
Transcription
1 Embedded Event Manager Debug Commands on Cisco IOS XR Software This chapter describes the commands used to debug Embedded Event Manager on Cisco IOS XR software. Caution Because debugging output is assigned high priority in the CPU process, it can render the system unusable. For this reason, use debug commands only to troubleshoot specific problems or during troubleshooting sessions with Cisco technical support staff. Moreover, it is best to use debug commands during periods of lower network traffic and fewer users. Debugging during these periods decreases the likelihood that increased debug command processing overhead will affect system use. DMNR-7
2 debug event manager all Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager all To turn on debugging for the Embedded Event Manager, use the debug event manager all command in EXEC mode. To turn off debugging for the Embedded Event Manager, use the no form of this command. debug event manager all no debug event manager all Syntax Description This command has no arguments or keywords. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager all command was replaced with the debug event manager all command. Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. fault-mgr Operations read DMNR-8
3 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager all Examples The following example shows how to enable Embedded Event Manager debugging: RP/0/RP0/CPU0:router# debug event manager all Related Commands Command Description debug event manager api Turns on debugging for the Embedded Event Manager API. debug event manager detector Turns on debugging for a particular Event Manager fault detector. debug event manager metricdir Turns on debugging for the Embedded Event Manager reliability metric data (fm_metric_dir) process. debug event manager scriptdir Turns on debugging for the Embedded Event Manager fm_script_dir process. debug event manager server Turns on debugging for the Embedded Event Manager server process. debug event manager tcl Turns on debugging for the Embedded Event Manager tclsh interpreter. undebug Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-9
4 debug event manager api Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager api To turn on debugging for the Embedded Event Manager application program interface (API), use the debug event manager api command in EXEC mode. To turn off debugging for the Embedded Event Manager API, use the no form of this command. debug event manager api {calls errors} [process process-name job jobid] [location node-id] no debug event manager api {calls errors} [process process-name job jobid] [location node-id] Syntax Description calls errors process process-name job jobid location node-id Debugs calls to Embedded Event Manager client API. Debugs errors in the Embedded Event Manager client API library. (Optional) Displays Embedded Event Manager API debug information for a specific process. It indicates the process name or PID. (Optional) Displays Embedded Event Manager API debug information for a specific job identifier. It specifies the job identifier. Range is 0 to (Optional) Displays Embedded Event Manager API debug information for a specified location. The node-id argument is entered in the rack/slot/module notation. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager api command was replaced with the debug event manager api command. DMNR-10
5 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager api Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. fault-mgr Operations read Examples The following example shows how to enable Embedded Event Manager API debugging: RP/0/RP0/CPU0:router# describe debug event manager api calls job 2 Related Commands Command debug event manager all debug event manager detector debug event manager metricdir debug event manager scriptdir debug event manager server debug event manager tcl undebug Description Turns on debugging for the Embedded Event Manager. Turns on debugging for a particular Embedded Event Manager fault detector. Turns on debugging for the Embedded Event Manager reliability metric data (fm_metric_dir) process. Turns on debugging for the Embedded Event Manager fm_script_dir process. Turns on debugging for the Embedded Event Manager server process. Turns on debugging for the Embedded Event Manager tclsh interpreter. Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-11
6 debug event manager detector Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager detector To turn on debugging for a particular Embedded Event Manager fault detector, use the debug event manager detector command in EXEC mode. To turn off debugging for a particular Embedded Event Manager fault detector, use the no form of this command. debug event manager detector {none counter drvinfra hardware statistics syslog sysmgr [location node-id] timer wdsysmon [location node-id]} no debug event manager detector {none counter drvinfra hardware statistics syslog sysmgr [location node-id] timer wdsysmon [location node-id]} Syntax Description none counter drvinfra hardware statistics syslog sysmgr location node-id timer wdsysmon Displays none fault detector debug information. Displays counter fault detector debug information. Displays driver/infra fault detector debug information. Displays hardware (envmon) fault detector debug information. Displays statistics fault detector debug information. Displays SYSLOG fault detector debug information. Displays SYSMGR fault detector debug information. (Optional) Displays Embedded Event Manager fault detector debug information for a specified location. The node-id argument is entered in the rack/slot/module notation. Displays timer fault detector debug information. Displays WDSYSMON fault detector debug information. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager detector command was replaced with the debug event manager detector command. The none fault detector was introduced. DMNR-12
7 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager detector Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. fault-mgr Operations read Examples The following example shows how to enable Embedded Event Manager detector debugging: RP/0/RP0/CPU0:router# debug event manager detector cli Related Commands Command debug event manager all debug event manager api debug event manager metricdir debug event manager scriptdir debug event manager server debug event manager tcl undebug Description Turns on debugging for the Embedded Event Manager. Turns on debugging for the Embedded Event Manager API. Turns on debugging for the Embedded Event Manager reliability metric data (fm_metric_dir) process. Turns on debugging for the Embedded Event Manager fm_script_dir process. Turns on debugging for the Embedded Event Manager server process. Turns on debugging for the Embedded Event Manager tclsh interpreter. Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-13
8 debug event manager metricdir Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager metricdir To turn on debugging for the Embedded Event Manager fm_metric_dir process, use the debug event manager metricdir command in EXEC mode. To turn off debugging for the Embedded Event Manager fm_metric_dir process, use the no form of this command. debug event manager metricdir no debug event manager metricdir Syntax Description This command has no arguments or keywords. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager metricdir command was replaced with the debug event manager metricdir command. Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. fault-mgr Operations read DMNR-14
9 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager metricdir Examples The following example shows how to enable Embedded Event Manager fm_metric_dir process debugging: RP/0/RP0/CPU0:router# debug event manager metricdir Related Commands Command Description debug event manager all Turns on debugging for the Embedded Event Manager. debug event manager api Turns on debugging for the Embedded Event Manager API. debug event manager detector Turns on debugging for a particular Embedded Event Manager detector. debug event manager scriptdir Turns on debugging for Embedded Event Manager fm_script_dir process. debug event manager server Turns on debugging for Embedded Event Manager server process. debug event manager tcl Turns on debugging for the Embedded Event Manager tclsh interpreter. undebug Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-15
10 debug event manager scriptdir Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager scriptdir To turn on debugging for the Embedded Event Manager fm_script_dir process, use the debug event manager scriptdir command in EXEC mode. To turn off debugging for the Embedded Event Manager fm_script_dir process, use the no form of this command. debug event manager scriptdir no debug event manager scriptdir Syntax Description This command has no arguments or keywords. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager scriptdir command was replaced with the debug event manager scriptdir command. Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. fault-mgr Operations read DMNR-16
11 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager scriptdir Examples The following example shows how to enable Embedded Event Manager fm_script_dir process debugging: RP/0/RP0/CPU0:router# debug event manager scriptdir Related Commands Command Description debug event manager all Turns on debugging for the Embedded Event Manager. debug event manager api Turns on debugging for the Embedded Event Manager API. debug event manager detector Turns on debugging for a particular Embedded Event Manager fault detector. debug event manager metricdir Turns on debugging for the Embedded Event Manager reliability metric data (fm_metric_dir) process. debug event manager server Turns on debugging for the Embedded Event Manager server process. debug event manager tcl Turns on debugging for the Embedded Event Manager tclsh interpreter. undebug Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-17
12 debug event manager server Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager server To turn on debugging for the Embedded Event Manager server process, use the debug event manager server command in EXEC mode. To turn off debugging for the Embedded Event Manager server process, use the no form of this command. debug event manager server {events scheduling} no debug event manager server {events scheduling} Syntax Description events scheduling Debugs Embedded Event Manager server events. Debugs Embedded Event Manager server policy scheduling. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager server command was replaced with the debug event manager server command. Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. Use this command to turn on debugging for the Embedded Event Manager server process. DMNR-18
13 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager server fault-mgr Operations read Examples The following example shows how to enable Embedded Event Manager server process debugging: RP/0/RP0/CPU0:router# debug event manager server events Related Commands Command debug event manager all debug event manager api debug event manager detector debug event manager metricdir debug event manager tcl undebug Description Turns on debugging for the Embedded Event Manager. Turns on debugging for the Embedded Event Manager API. Turns on debugging for a particular Embedded Event Manager fault detector. Turns on debugging for the Embedded Event Manager reliability metric data (fm_metric_dir) process. Turns on debugging for the Embedded Event Manager tclsh interpreter. Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-19
14 debug event manager tcl Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager tcl To turn on debugging for the Embedded Event Manager tclsh interpreter, use the debug event manager tcl command in EXEC mode. To turn off debugging for the Embedded Event Manager tclsh interpreter, use the no form of this command. debug event manager tcl no debug event manager tcl Syntax Description This command has no arguments or keywords. Defaults Debugging is disabled. Command Modes EXEC Command History Release Release 2.0 Release 3.0 Release 3.2 Release Release Release Release Release Release Modification This command was introduced on the Cisco CRS-1. This command was supported on the Cisco XR Series Router. Fault Manager was renamed as Embedded Event Manager. The debug fault manager tcl command was replaced with the debug event manager tcl command. Usage Guidelines To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs.If you need assistance with your task group assignment, contact your system administrator.for detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide. Debugging output is assigned high priority in the CPU process and, therefore, can affect system performance. For more information about the impact on system performance when using debug commands, refer to Using Debug Commands on Cisco IOS XR Software. fault-mgr Operations read DMNR-20
15 Embedded Event Manager Debug Commands on Cisco IOS XR Software debug event manager tcl Examples The following example shows how to enable Embedded Event Manager tclsh interpreter debugging: RP/0/RP0/CPU0:router# debug event manager tcl Related Commands Command Description debug event manager all Turns on debugging for the Embedded Event Manager. debug event manager api Turns on debugging for the Embedded Event Manager API. debug event manager detector Turns on debugging for a particular Embedded Event Manager fault detector. debug event manager metricdir Turns on debugging for the Embedded Event Manager reliability metric data (fm_metric_dir) process. debug event manager scriptdir Turns on debugging for the Embedded Event Manager fm_script_dir process. debug event manager server Turns on debugging for Embedded Event Manager server process. undebug Enters debugging mode to disable or reset multiple active debug command sessions. DMNR-21
16 debug event manager tcl Embedded Event Manager Debug Commands on Cisco IOS XR Software DMNR-22
Using Debug Commands
Using Debug Commands This chapter explains how you use debug commands to diagnose and resolve internetworking problems. Specifically, it covers the following topics: Entering debug commands Using the debug?
Embedded Event Manager Commands
This module describes the commands that are used to set the Embedded Event Manager (EEM) operational attributes and monitor EEM operations. The Cisco IOS XR software EEM functions as the central clearing
Using Debug Commands
CHAPTER 1 Using Debug Commands This chapter explains how you use debug commands to diagnose and resolve internetworking problems. Specifically, it covers the following topics: Entering debug commands Using
Using Debug Commands
C H A P T E R 1 Using Debug Commands This chapter explains how you can use debug commands to diagnose and resolve internetworking problems. Specifically, it covers the following topics: Entering debug
Packet-over-SONET Interface Commands on the Cisco IOS XR Software
Packet-over-SONET Interface Commands on the Cisco IOS XR Software This module provides command line interface (CLI) commands for configuring Packet-over-SONET/SDH (POS) on the Cisco CRS Router. This module
Traffic Mirroring Commands on the Cisco IOS XR Software
Traffic Mirroring Commands on the Cisco IOS XR Software This module describes the commands used to configure and monitor traffic mirroring. acl, page 2 clear monitor-session counters, page 4 destination
Configuring the Firewall Management Interface
Configuring the Firewall Management Interface The firewall management interface can be configured under each firewall context to provide a virtualized management interface (see Figure 7). The management
Cisco IOS XR Diagnostics
Cisco IOS XR online diagnostics allow you to test and verify hardware functionality while connected to a live network. Health-monitoring and scheduled diagnostics help ensure system high availability (HA).
Monitoring Traffic Interception
CHAPTER 2 This chapter describes how to use traffic interception to monitor your WAAS devices and contains the following sections: Verifying WCCPv2 Interception, page 2-1 Verifying Inline Interception,
RADIUS Server Load Balancing
First Published: March 20, 2006 Last Updated: September 22, 2009 The feature distributes authentication, authorization, and accounting (AAA) authentication and accounting transactions across servers in
Cisco IOS Flexible NetFlow Command Reference
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: 408 527-0883 THE SPECIFICATIONS AND INFORMATION
Troubleshooting the Firewall Services Module
25 CHAPTER This chapter describes how to troubleshoot the FWSM, and includes the following sections: Testing Your Configuration, page 25-1 Reloading the FWSM, page 25-6 Performing Password Recovery, page
Embedded Event Manager Overview
Embedded Event Manager Overview Finding Feature Information Embedded Event Manager Overview Last Updated: June 01, 2011 Embedded Event Manager (EEM) is a distributed and customized approach to event detection
Creating Disk Backups for the Cisco IOS XR Software and Configurations
Creating Disk Backups f the Cisco IOS XR Software and Configurations This module describes the process to configure disk mirring and create a backup disk of the Cisco IOS XR software packages and configurations.
Router Security Audit Logs
Router Security Audit Logs The Router Security Audit Logs feature allows users to configure audit trails, which track changes that have been made to a router that is running Cisco IOS software. History
Sampled NetFlow. Feature Overview. Benefits
Sampled NetFlow This feature module describes the Sampled NetFlow feature. It includes information on the benefits of the new feature, supported platforms, supported standards, and the commands necessary
IOSMap: TCP and UDP Port Scanning on Cisco IOS Platforms
IOSMap: TCP and UDP Port Scanning on Cisco IOS Platforms Rob VandenBrink June 2009 GIAC GSEC gold, GSNA, GAWN, GCIA gold, GCIH, GPEN SANS Technology Institute - Candidate for Master of Science Degree 1
Configuring RIP. Overview. Routing Update Process CHAPTER
CHAPTER 22 This chapter describes how to configure the ASA to route data, perform authentication, and redistribute routing information, using the Routing Information Protocol (RIP) routing protocol. This
T3 E3 and T1 E1 Controller Commands on Cisco IOS XR Software
T3 E3 and T1 E1 Controller Commands on Cisco IOS XR Software This module describes the commands to configure T3/E3 and T1/E1 controllers on routers supporting Cisco IOS XR software. HR-321 bert e1 T3 E3
Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access
Configuring Timeout, Retransmission, and Key Values per RADIUS Server The Configuring Timeout, Retransmission, and Key Values per RADIUS Server feature extends the functionality of the existing radius-server
DHCP Server Port-Based Address Allocation
The feature provides port-based address allocation support on the Cisco IOS Dynamic Host Configuration Protocol (DHCP) server for the Ethernet platform. The DHCP server provides address assignment support
RADIUS Server Load Balancing
The feature distributes authentication, authorization, and accounting (AAA) authentication and accounting transactions across RADIUS servers in a server group These servers can share the AAA transaction
Troubleshooting the Firewall Services Module
CHAPTER 25 This chapter describes how to troubleshoot the FWSM, and includes the following sections: Testing Your Configuration, page 25-1 Reloading the FWSM, page 25-6 Performing Password Recovery, page
Configuring DHCP Snooping
CHAPTER 19 This chapter describes how to configure Dynamic Host Configuration Protocol (DHCP) snooping on Catalyst 4500 series switches. It provides guidelines, procedures, and configuration examples.
Traffic Mirroring Commands on the Cisco ASR 9000 Series Router
Traffic Mirroring Commands on the Cisco ASR 9000 Series Router This module describes the commands used to configure and monitor traffic mirroring. acl, page 2 clear monitor-session counters, page 4 destination
NetFlow v9 Export Format
NetFlow v9 Export Format With this release, NetFlow can export data in NetFlow v9 (version 9) export format. This format is flexible and extensible, which provides the versatility needed to support new
NetFlow Aggregation. Feature Overview. Aggregation Cache Schemes
NetFlow Aggregation This document describes the Cisco IOS NetFlow Aggregation feature, which allows Cisco NetFlow users to summarize NetFlow export data on an IOS router before the data is exported to
Router Recovery with ROM Monitor
CHAPTER 2 This chapter describes the router recovery methods in ROM Monitor mode (ROMMON) of the router. This chapter contains the following sections: Overview, page 2-19 About ROMMON Installation Files,
Enhanced Password Security - Phase I
Enhanced Password Security - Phase I Feature History 120(18)S This feature was introduced This document describes the Enhanced Password Security feature in It includes the following sections: Feature Overview,
Configuring Link Bundling on Cisco IOS XR Software
Configuring Link Bundling on Cisco IOS XR Software This module describes the configuration of link bundle interfaces on the Cisco CRS Router. A link bundle is a group of one or more ports that are aggregated
How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router
This chapter describes the router recovery methods in ROM Monitor (ROMMON) mode of the router. Table 1: Feature History for Router Recovery with the ROM Monitor Release Modification Release 4.2.0 A new
Configuring PROFINET
CHAPTER 9 This chapter describes how to configure the PROFINET feature on the Cisco IE 3000 switch. Understanding PROFINET, page 9-1, page 9-4 Displaying the PROFINET Configuration, page 9-5 Troubleshooting
Configuring Enhanced Object Tracking
Configuring Enhanced Object Tracking First Published: May 2, 2005 Last Updated: July 1, 2009 Before the introduction of the Enhanced Object Tracking feature, the Hot Standby Router Protocol (HSRP) had
GLBP - Gateway Load Balancing Protocol
GLBP - Gateway Load Balancing Protocol Gateway Load Balancing Protocol (GLBP) protects data traffic from a failed router or circuit, like Hot Standby Router Protocol (HSRP) and Virtual Router Redundancy
Encrypted Preshared Key
The feature allows you to securely store plain text passwords in type 6 (encrypted) format in NVRAM. Feature History for Release Modification 12.3(2)T This feature was introduced. Finding Support Information
Configuring Timeout, Retransmission, and Key Values Per RADIUS Server
Configuring Timeout, Retransmission, and Key Values Per RADIUS Server Feature Summary The radius-server host command functions have been extended to include timeout, retransmission, and encryption key
Lab 5.5 Configuring Logging
Lab 5.5 Configuring Logging Learning Objectives Configure a router to log to a Syslog server Use Kiwi Syslog Daemon as a Syslog server Configure local buffering on a router Topology Diagram Scenario In
You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource
The feature enables the configuration of a Virtual Private Network (VPN) routing and forwarding instance (VRF) table so that the domain name system (DNS) can forward queries to name servers using the VRF
Managing Dynamic Configuration
White Paper Immediate Network Synchronization with Low Overhead: Cisco Prime Network Reduced Polling VNE Cisco Prime Network's near real-time model relies on accurate information about the managed network
Implementing Object Tracking on Cisco IOS XR Software
Implementing Object Tracking on Cisco IOS XR Software This module describes the configuration of object tracking on your Cisco IOS XR network. For information about its application in IPSec, see Cisco
AutoQoS. Prerequisites for AutoQoS CHAPTER
CHAPTER 63 Prerequisites for, page 63-1 Restrictions for, page 63-2 Information About, page 63-2 Default Settings for, page 63-4 How to Configure, page 63-4 For complete syntax and usage information for
Basic System. Vyatta System. REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging VYATTA, INC.
VYATTA, INC. Vyatta System Basic System REFERENCE GUIDE Using the CLI Working with Configuration System Management User Management Logging Vyatta Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com
How To Configure Rmon On Cisco Me 2600X On Ios 2.5A (Cisco) With A Network Monitor On A Network Device (Network) On A Pnet 2.2.1 (Network Monitor) On An Ip
Remote Network Monitoring and Alarm Troubleshooting This chapter describes remote network monitoring (RMON) and alarm troubleshooting. RMON Procedures, page 1 Understanding RMON, page 1 Alarm Troubleshooting,
Encrypted Preshared Key
Encrypted Preshared Key The Encrypted Preshared Key feature allows you to securely store plain text passwords in type 6 (encrypted) format in NVRAM. Feature History for Encrypted Preshared Key Release
Image Verification. Finding Feature Information. Restrictions for Image Verification
The feature allows users to automatically verify the integrity of Cisco IOS images. Thus, users can be sure that the image is protected from accidental corruption, which can occur at any time during transit,
Table of Contents. Cisco Using the Cisco IOS Firewall to Allow Java Applets From Known Sites while Denying Others
Cisco IOS Firewall to Allow Java Applets From Known Sites w Table of Contents Using the Cisco IOS Firewall to Allow Java Applets From Known Sites while Denying Others...1 Introduction...1 To Deny Java
Using Link Layer Discovery Protocol in Multivendor Networks
Using Link Layer Discovery Protocol in Multivendor Networks Link Layer Discovery Protocol (LLDP), standardized by the IEEE as part of 802.1ab, enables standardized discovery of nodes, which in turn facilitates
VRRPv3: Object Tracking Integration
Virtual Router Redundancy Protocol (VRRP) enables a group of devices to form a single virtual device to provide redundancy. The LAN clients then can be configured with the virtual device as the default
Connecting to the Firewall Services Module and Managing the Configuration
CHAPTER 3 Connecting to the Firewall Services Module and This chapter describes how to access the command-line interface and work with the configuration. This chapter includes the following sections: Connecting
Using the Command-Line Interface
CHAPTER 1 The command-line interface (CLI) is a line-oriented user interface that provides commands for configuring, managing, and monitoring the Cisco wireless LAN controller. This chapter contains the
Virtual Fragmentation Reassembly
Virtual Fragmentation Reassembly Currently, the Cisco IOS Firewall specifically context-based access control (CBAC) and the intrusion detection system (IDS) cannot identify the contents of the IP fragments
Panel 2 Self Management: Separating Facts from Fiction
10th IEEE/IFIP Conference on Network Operations & Management Symposium () Vancouver, BC, Canada April 2006 Panel 2 Self Management: Separating Facts from Fiction Ralf Wolter [email protected] 1 Fiction
Enhanced Password Security - Phase I
Enhanced Password Security - Phase I Feature History 120(18)S 121(8a)E 122(14)S This feature was introduced Support for this feature was integrated into Cisco IOS Release 121(8a)E This feature was integrated
Configuring a Load-Balancing Scheme
Configuring a Load-Balancing Scheme Finding Feature Information Configuring a Load-Balancing Scheme Last Updated: August 15, 2011 This module contains information about Cisco Express Forwarding and describes
IP Security Options Commands
IP Security Options Commands This chapter describes the function and displays the syntax for IP security options commands. For more information about defaults and usage guidelines, see the corresponding
Tech Note Cisco IOS SNMP Traps Supported and How to Conf
Tech Note Cisco IOS SNMP Traps Supported and How to Conf Table of Contents Cisco IOS SNMP Traps Supported and How to Configure Them...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1
Cisco Performance Agent Data Source Configuration in the Branch-Office Router
Deployment Guide Cisco Performance Agent Figure 1. Application visibility in all network segments using Performance Agent in branch office Cisco Performance Agent is a licensed software feature of Cisco
Troubleshooting Bundles and Load Balancing
CHAPTER 5 This chapter explains the procedures for troubleshooting link bundles and load balancing on the Cisco ASR 9000 Aggregation Services Router. A link bundle is a group of ports that are bundled
Latency Monitoring Tool on Cisco Nexus Switches: Troubleshoot Network Latency
White Paper Latency Monitoring Tool on Cisco Nexus Switches: Troubleshoot Network Latency Introduction Networks often encounter problems related to latency. Troubleshooting such problems can be complicated.
ISE TACACS+ Configuration Guide for Cisco NX-OS Based Network Devices. Secure Access How-to User Series
ISE TACACS+ Configuration Guide for Cisco NX-OS Based Network Devices Secure Access How-to User Series Author: Technical Marketing, Policy and Access, Security Business Group, Cisco Systems Date: January
HTTP 1.1 Web Server and Client
HTTP 1.1 Web Server and Client Finding Feature Information HTTP 1.1 Web Server and Client Last Updated: August 17, 2011 The HTTP 1.1 Web Server and Client feature provides a consistent interface for users
Special ISDN Signaling Commands
Special ISDN Signaling Commands This chapter describes the function and displays the syntax for special ISDN signaling commands. For more information about defaults and usage guidelines, see the corresponding
Transferring Files Using HTTP or HTTPS
Transferring Files Using HTTP or HTTPS First Published: May 5, 2005 Last Updated: May 14, 2009 Cisco IOS Release 12.4 provides the ability to transfer files between your Cisco IOS software-based device
Monitoring and Analyzing Switch Operation
B Monitoring and Analyzing Switch Operation Contents Overview..................................................... B-3....................................... B-4 Menu Access To Status and Counters.........................
Table of Contents. Cisco How Does Load Balancing Work?
Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and
ISDN Commands. interface bri number
This chapter describes the function and displays the syntax of each ISDN command. For more information about defaults and usage guidelines, see the corresponding chapter of the Router Products Command
Configuring EtherChannels
25 CHAPTER This chapter describes how to configure EtherChannel interfaces. For complete syntax and usage information for the commands used in this chapter, refer to the Catalyst 2950 Desktop Switch Command
Configuring NetFlow on Cisco IOS XR Software
Configuring NetFlow on Cisco IOS XR Software A NetFlow flow is a unidirectional sequence of packets that arrive on a single interface ( subinterface), and have the same values f key fields. NetFlow is
USB Disable for Cisco ISRs Feature Module
USB Disable for Cisco ISRs Feature Module First Published: March 28, 2011 Part Number: This guide describes the USB Disable feature in the following major sections: Feature Introduction, page 1 Restrictions,
System performance monitoring in RTMT
System performance monitoring in RTMT About performance monitoring in RTMT, page 1 System summary and server status monitoring, page 3 IM and Presence and Cisco Jabber summary monitoring, page 6 About
Configuring System Message Logging
CHAPTER 5 This chapter describes how to configure system message logging on Cisco NX-OS devices. This chapter includes the following sections: Information About System Message Logging, page 5-1 Licensing
isco Troubleshooting Input Queue Drops and Output Queue D
isco Troubleshooting Input Queue Drops and Output Queue D Table of Contents Troubleshooting Input Queue Drops and Output Queue Drops..1 Interactive: This document offers customized analysis of your Cisco
Tue Apr 19 11:03:19 PDT 2005 by Andrew Gristina thanks to Luca Deri and the ntop team
Tue Apr 19 11:03:19 PDT 2005 by Andrew Gristina thanks to Luca Deri and the ntop team This document specifically addresses a subset of interesting netflow export situations to an ntop netflow collector
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.1
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.1 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com
Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router
Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router This module describes the configuration of NetFlow on the Cisco ASR 9000 Series Aggregation Services Router. A NetFlow flow is a
Configuring System Message Logging
CHAPTER 25 This chapter describes how to configure system message logging on the Catalyst 2960 switch. Note For complete syntax and usage information for the commands used in this chapter, see the Cisco
Chapter 11 Network Address Translation
Chapter 11 Network Address Translation You can configure an HP routing switch to perform standard Network Address Translation (NAT). NAT enables private IP networks that use nonregistered IP addresses
IP Routing Between VLANs
hp procurve 10/100-T xl module J4820A hp procurve 10/100-T xl module J4820A hp procurve Mini-GBIC xl mo d ule J4878A module IP Routing Between VLANs This example configuration provides IP routing between
Implementing Secure Shell
Secure Shell (SSH) is an application and a protocol that provides a secure replacement to the Berkeley r-tools. The protocol secures sessions using standard cryptographic mechanisms, and the application
Configuring Port Security
CHAPTER 62 This chapter describes how to configure the port security feature. For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS Master List, at this URL:
Backing Up and Restoring Data
Backing Up and Restoring Data Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco Unity Express application
Telnet, Console and AUX Port Passwords on Cisco Routers Configuration Example
Telnet, Console and AUX Port Passwords on Cisco Routers Configuration Example Document ID: 45843 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Passwords
NetFlow Policy Routing
NetFlow Policy Routing Feature Summary NetFlow policy routing (NPR) integrates policy routing, which enables traffic engineering and traffic classification, with NetFlow services, which provide billing,
NetFlow Subinterface Support
NetFlow Subinterface Support Feature History Release Modification 12.2(14)S This feature was introduced. 12.2(15)T This feature was integrated into Cisco IOS Release 12.2 T. This document describes the
Environmental Monitoring
CHAPTER 13 Overview, page 13-1 How to Determine Sensor Temperature Thresholds, page 13-2 How to Monitor the System Environmental Status, page 13-3 Information About LED Environmental Indications, page
Configuring a Load-Balancing Scheme
Configuring a Load-Balancing Scheme Last Updated: October 5, 2011 This module contains information about Cisco Express Forwarding and describes the tasks for configuring a load-balancing scheme for Cisco
Network Address Translation Commands
Network Address Translation Commands This chapter describes the function and displays the syntax for Network Address Translation (NAT) commands. For more information about defaults and usage guidelines,
Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.
Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the
TEST AUTOMATION FRAMEWORK
TEST AUTOMATION FRAMEWORK Twister Topics Quick introduction Use cases High Level Description Benefits Next steps Twister How to get Twister is an open source test automation framework. The code, user guide
ROM Monitor. Entering the ROM Monitor APPENDIX
APPENDIX B This appendix describes the Cisco router ROM monitor (also called the bootstrap program). The ROM monitor firmware runs when the router is powered up or reset. The firmware helps to initialize
Database Replication Error in Cisco Unified Communication Manager
Database Replication Error in Cisco Unified Communication Manager Document ID: 100781 Contents Introduction Prerequisites Requirements Components Used Conventions Use Unifed Reports to Debug Replication
Configuring the Cisco Secure PIX Firewall with a Single Intern
Configuring the Cisco Secure PIX Firewall with a Single Intern Table of Contents Configuring the Cisco Secure PIX Firewall with a Single Internal Network...1 Interactive: This document offers customized
BRI to PRI Connection Using Data Over Voice
BRI to PRI Connection Using Data Over Voice Document ID: 14962 Contents Introduction Prerequisites Requirements Conventions Background Information Configure Network Diagram Configurations Verify Troubleshoot
Configuring Auto-MDIX
Prerequisites for Auto-MDIX, page 1 Restrictions for Auto-MDIX, page 1 Information about, page 1 How to Configure Auto-MDIX, page 2 Example for, page 3 Additional References, page 4 Feature History and
Firewall Authentication Proxy for FTP and Telnet Sessions
Firewall Authentication Proxy for FTP and Telnet Sessions First Published: May 14, 2003 Last Updated: August 10, 2010 Before the introduction of the Firewall Authentication Proxy for FTP and Telnet Sessions
Configuring VoIP Call Setup Monitoring
The Cisco IOS IP Service Level Agreements (SLAs) VoIP Call Setup (Post-Dial Delay) Monitoring feature provides the ability to measure your network s response time for setting up a Voice over IP (VoIP)
Configuring System Message Logging
CHAPTER 1 This chapter describes how to configure system message logging on the Cisco 4700 Series Application Control Engine (ACE) appliance. Each ACE contains a number of log files that retain records
Flow-Based per Port-Channel Load Balancing
The feature allows different flows of traffic over a Gigabit EtherChannel (GEC) interface to be identified based on the packet header and then mapped to the different member links of the port channel.
Clock Commands on Cisco IOS XR Software
Clock Commands on Cisco IOS XR Software This chapter describes the commands used to set and display the internal clock settings in the Cisco IOS XR software. For more information about manually setting
Cisco Router Configuration Tutorial
Cisco Router Configuration Tutorial Cisco Inter-network Operating System: Cisco IOS Modes of Operation The Cisco IOS software provides access to several different command modes. Each command mode provides
