Using Debug Commands on Cisco IOS XR Software

Size: px
Start display at page:

Download "Using Debug Commands on Cisco IOS XR Software"

Transcription

1 Using Debug Commands on Cisco IOS XR Software This document describes how to use the Cisco IOS XR software debug commands to monitor system operations and troubleshoot errors. Contents Listing Available Debug Commands, page 2 Usage Guidelines, page 3 Enabling and Disabling Debug Commands, page 4 Viewing Debug Information in the Trace Buffer, page 6 Redirecting debug and Error Message Output, page 6 Additional References, page 10 UDB-1

2 Listing Available Debug Commands Listing Available Debug Commands To display a complete list of debug commands available on Cisco IOS XR software as well as a short description of each command, enter the debug command and type a? question mark at the prompt. For example: RP/0/RP0/CPU0:router# debug RP/0/RP0/CPU0:router(debug)#? aaa adjacency aib alarm-logger arm arp asic-scan async attribute auto-rp avl bambi bcdl bfd bfm bgp bundlemgr cctl-spa cdp cef cetftp chdlc check-consistency --More AAA Authentication, Authorization and Accounting platform AIB information AIB information Turn on alarm debugging IP Address Repository Manager IP ARP transactions Debug Asic Scan async messaging information IM Attributes debug commands debug auto-rp Debug avl commands Debug PLIM LINK ASIC Bulk Content DownLoader information Bidirectional Forwarding Detection Debug Buffer Manager Server BGP debug commands Bundle Manager debug commands Debug the functionality of SPA Chassis Control Server CDP information IP CEF commands cetftp debug: Debug the functionality of CE-TFTP Server chdlc Information Debug Route Consistency Checker Note For detailed information about using the CLI, see the section entitled CLI Tips, Techniques, and Shortcuts in the Cisco IOS XR Getting Started Guide. Note Not all debugging commands listed in the debug? command output are documented in the Cisco IOS XR documentation. Commands not included are typically used only by Cisco engineers during software development and are unintended for use in the field. Commands are documented based on their diagnostic value. UDB-2

3 Usage Guidelines Usage Guidelines The sections that follow describe some of the usage guidelines when using debug commands on Cisco IOS XR software. System Performance Impact Debugging output is assigned high priority in the CPU process and can affect system performance. For this reason, use debug commands only to troubleshoot specific problems or during troubleshooting sessions with Cisco technical support staff. Furthermore, we recommend that you use debug commands during periods of lighter network traffic. Command Modes You can enter debug commands from any of the modes or submodes described in Table 2. Table 2 Debug command modes and submodes Mode or Sub-Mode EXEC (mode) EXEC debug (sub-mode) Admin EXEC (mode) Undebug (mode) Description The default command mode for the CLI. To enter debug commands in EXEC mode, type: RP/0/RP0/CPU0:router# debug mpls ldp config From this submode, you can enter debug commands directly. To enter EXEC debug mode, type: RP/0/RP0/CPU0:router# debug RP/0/RP0/CPU0:router(debug)# mpls ldp config The admin EXEC mode applies to logical routers (LRs). With configured logical routers, the EXEC mode provides visibility to only one logical router at a time. You must enter administration EXEC mode to affect all system parameters. To enter admin EXEC mode, type: RP/0/RP0/CPU0:router# admin RP/0/RP0/CPU0:router(admin)# debug mpls ldp config From this mode, you can enter commands directly. To enter undebug mode, type: RP/0/RP0/CPU0:router# debug RP/0/RP0/CPU0:router(debug)# mpls ldp config Command modes and sub-modes used with debug commands. For more information about command modes in Cisco IOS XR software, see the Cisco IOS XR Command Modes Descriptions document online at UDB-3

4 Enabling and Disabling Debug Commands Enabling and Disabling Debug Commands The sections that follow describe how to enable and disable debug commands. Enabling Debug Commands You can enter a debug command from any of the modes or sub-modes described in Table 2. After you enter a debug command, the output continues unabated until the debug command is disabled. There are several ways to stop a command or series of debug commands as described in Disabling Debug Commands, page 5. The following is sample output from the debug mpls ldp config command run from EXEC mode: RP/0/RP0/CPU0:router# debug mpls ldp config RP/0/RP0/CPU0:router# RP/0/RP0/CPU0:Aug 5 07:18:14.397: mpls_ldp[315]: DBG-Config: LDP GR cfg read: in_use=no, cfged=no RP/0/RP0/CPU0:Aug 5 07:18:16.782: mpls_ldp[315]: DBG-Config: BACKEND_SCAN: global-section (/cfg/gl/mpls_ldp/ord_gl/) RP/0/RP0/CPU0:Aug 5 07:18:16.793: mpls_ldp[315]: DBG-Config: ldp_router_id_apply: Unpacked tuple: mask 0x3, cmd 1, new_ifname Loopback0 ipaddr 0 RP/0/RP0/CPU0:Aug 5 07:18:16.793: mpls_ldp[315]: DBG-Config: CREATE/SET: item='ord_gl/aa/router-id' RP/0/RP0/CPU0:Aug 5 07:18:16.793: mpls_ldp[315]: DBG-Config: intf=loopback0, Not yet CREATed in our db - processing IFRS RP/0/RP0/CPU0:Aug 5 07:18:16.794: mpls_ldp[315]: DBG-Config: ldp_add_tuple_for_ifrs: intf=loopback0, tuple='ord_gl/aa/router-id' RP/0/RP0/CPU0:Aug 5 07:18:16.794: mpls_ldp[315]: DBG-Config: intf=loopback0, Not in IFRS - adding entry RP/0/RP0/CPU0:Aug 5 07:18:16.796: mpls_ldp[315]: DBG-Config: BACKEND_SCAN: if-section (/cfg/gl/mpls_ldp/ord_if/) RP/0/RP0/CPU0:Aug 5 07:18:16.797: mpls_ldp[315]: DBG-Config: CREATE/SET: item='ord_if/if/gigabitethernet0_3_0_0/ipv4' RP/0/RP0/CPU0:Aug 5 07:18:16.797: mpls_ldp[315]: DBG-Config: intf=gigabitethernet0_3_0_0, Not yet created in our db - processing IFRS... If you enable a debug command and no output is displayed, consider the following possibilities: The router may not be properly configured to generate the type of traffic you want to monitor. Use the more system:running-config EXEC command to check its configuration. Even if the router is properly configured, it may not generate the type of traffic you want to monitor during the particular period that debugging is turned on. Depending on the protocol you are debugging, you can use commands such as the TCP/IP ping EXEC command to generate network traffic. You may not have the proper logging level enabled for the session or logging facility you are using to monitor the debug output. UDB-4

5 Verifying Debug Command Status using Show Commands Disabling Debug Commands The router generates debug output until you stop the command from running. There are several ways you can stop the debug output. You can enter the no form of the command from EXEC mode, for example: RP/0/RP0/CPU0:router# no debug mpls ldp config You can enter undebug sub-mode and enter the debug command name, for example: RP/0/RP0/CPU0:router# undebug RP/0/RP0/CPU0:router(undebug)# mpls ldp config Note For each debug command in Cisco IOS XR software there is an undebug command. You can run the no debug all-tty debug command, for example: RP/0/RP0/CPU0:router# no debug all-tty Verifying Debug Command Status using Show Commands You can enter two different commands to display the enabled or disabled state of each debug command, as follows: debug command name config, for example: RP/0/RP0/CPU0:router# debug mpls ldp config Neighbors: 2 (0 Targeted, 2 Graceful Restartable) Known Routes: 11 Installed forwarding rewrites: 3 Local addresses: 4 Known interfaces: 4 (2 LDP enabled) Clients: 0 Servers: Connected Registered SysDB Y Y IM Y Y IP ARM Y - LSD Y Y FIBv4 Y Y show debug?, for example: RP/0/RP0/CPU0:router# show debug? WORD Show debug commands for the given branch enabled from this TTY all-tty Show debug commands enabled from all TTYs conditions Show debug conditions enabled from this tty location Specify a location tty-mnemonic Show debug commands enabled from this tty-mnemonic Output Modifiers UDB-5

6 Viewing Debug Information in the Trace Buffer To show debug processes for your local tty session, use the show debug command, for example: RP/0/RP0/CPU0:router# show debug #### debug flags set from tty 'vty2' #### mpls_ldp config flag is ON To show show all debug processes running on the router, use the show debug all-tty command, for example: RP/0/RP0/CPU0:router# show debug all-tty #### debug flags set from tty 'vty3' #### ipv4 rib routing flag is ON #### debug flags set from tty 'vty2' #### mpls_ldp config flag is ON Viewing Debug Information in the Trace Buffer Cisco IOS XR software lets you use the show command trace keyword to view debug information in the trace buffer. The following example shows sample output for the show rib trace command: RP/0/RP0/CPU0:CRS-A_IOX#show rib trace 4821 wrapping entries (13312 possible, 0 filtered, total) Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t1 Create: Management thread Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t2 Create: Management event manager Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t2 Initialise: Debugging routine Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t1 Register: cerrno DLL name lib_rib_error.dll Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t2 Initialise: EDM routine Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t1 Create: default unicast/multicast tables Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t1 Create: Default table, table 17, afi 1, safi 1 Aug 26 14:42: rib/ipv4_rib/rib-sync 0/RP0/CPU0 t1 Sync (17): Out of sync Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t1 Sysmgr node state query: SUCCESS: 1=Active Aug 26 14:42: rib/ipv4_rib/rib-startup 0/RP0/CPU0 t1 Create: Default table, table 18, afi 1, safi 2 Note Trace runs in the background and requires very minimal CPU time. Redirecting debug and Error Message Output By default, the network server sends the output from debug commands and system error messages to the console. If you choose the default functionality, monitor debug output using a virtual terminal connection instead of the console port. To redirect debug output, use the logging command options within configuration mode as described in the following sections. Possible destinations include the console, virtual terminals, internal buffer, and UNIX hosts running a syslog server. The syslog format is compatible with 4.3 Berkeley Standard Distribution (BSD) UNIX and its derivatives UDB-6

7 Redirecting debug and Error Message Output Note The debugging destination used affects system overhead. Logging to the console produces very high overhead; logging to a virtual terminal produces less overhead. Logging to a syslog server produces even less, and logging to an internal buffer produces the least overhead of any method. Enabling Message Logging To enable message logging to all supported destinations other than the console, enter the following command: logging on The default condition is logging on. To direct logging to the console only and disable logging output to other destinations, enter the following command: no logging on Setting the Message Logging Level You can set the logging levels when logging messages to the following devices: Console Monitor Syslog server Table 3 lists and briefly describes the logging levels and corresponding keywords you can use to set the logging levels for these types of messages. The highest level of message is level 0, emergencies. The lowest level is level 7, debugging, which also displays the greatest amount of messages. For information about limiting these messages, see sections later in this chapter. Table 3 Message Logging Keywords and Levels Level Keyword Description Syslog Definition 0 emergencies System is unusable. LOG_EMERG 1 alerts Immediate action is needed. LOG_ALERT 2 critical Critical conditions exist. LOG_CRIT 3 errors Error conditions exist. LOG_ERR 4 warnings Warning conditions exist. LOG_WARNING 5 notification Normal, but significant, conditions LOG_NOTICE exist. 6 informational Informational messages. LOG_INFO 7 debugging Debugging messages. LOG_DEBUG UDB-7

8 Redirecting debug and Error Message Output Limiting the Types of Logging Messages Sent to the Console To limit the types of messages logged to the console, use the logging console command. The logging console command limits the logging messages displayed on the console to messages up to and including the specified severity level, which is specified by the level argument. Keywords are listed in order from the most severe level to the least severe. The following example sets console logging of messages at the debugging level, which is the least severe level and which displays all logging messages: RP/0/RP0/CPU0:router# logging console debugging Use the no logging console command to disable logging to the console. Logging Messages to an Internal Buffer Unless otherwise specified, the default logging device is the console. To log messages to an internal buffer, use the logging buffered router configuration command. The full syntax of this command follows: logging buffered no logging buffered The logging buffered command copies logging messages to an internal buffer instead of the console with newer messages overwriting the older messages. To display messages logged in the buffer, use the show logging command. The first message displayed is the oldest message in the buffer. By default, the no logging buffered command cancels the use of the buffer and writes messages to the console. Limiting the Types of Logging Messages Sent to Another Monitor To limit the level of messages logged to the terminal lines (monitors), use the logging monitor router configuration command. The full syntax of this command follows: logging monitor level no logging monitor The logging monitor command limits the logging messages displayed on terminal lines other than the console line to messages with a level up to and including the specified level argument. To display logging messages on a terminal (virtual console), use the terminal monitor EXEC command. The no logging monitor command disables logging to terminal lines other than the console line. The following example sets the level of messages displayed on monitors other than the console to notification: RP/0/RP0/CPU0:router# logging monitor notification UDB-8

9 Redirecting debug and Error Message Output Logging Messages to a UNIX Syslog Server To log messages to a syslog server host, use the logging host global configuration command. The full syntax of this command follows: logging host {ip-address host-name} [xml] no logging host {ip-address host-name} [xml] The logging host command identifies a syslog server host that is to receive logging messages. The ip-address argument is the IP address of the host. By issuing this command more than once, you can build a list of syslog servers that receive logging messages. The no logging host command deletes the syslog server with the specified address from the list of syslogs. Limiting Messages to a Syslog Server To limit the number of messages sent to syslog servers, use the logging trap router configuration command. The full syntax of this command follows: logging trap level no logging trap The logging trap command limits the logging messages sent to syslog servers to logging messages with a level up to and including the specified level argument. To send logging messages to a syslog server, specify its host address with the logging host command. The default trap level is informational. The no logging trap command returns the trap level to the default. Cisco IOS XR software generates the following categories of syslog messages: Error messages at the emergencies level. Error messages at the alerts level. Error messages at the critical level. Error messages about software or hardware malfunctions, displayed at the errors level. Interface up/down transitions and system restart messages, displayed at the notification level. Reload requests and low-process stack messages, displayed at the informational level. Output from the debug commands, displayed at the debugging level. The show logging EXEC command displays the addresses and levels associated with the current logging setup. The command output also includes ancillary statistics. Example of Setting Up a UNIX Syslog Daemon To set up the syslog daemon on a 4.3 BSD UNIX system, include a line such as the following in the file /etc/syslog.conf: local7.debugging /usr/adm/logs/tiplog The local7 keyword specifies the logging facility to be used. UDB-9

10 Additional References The debugging keyword specifies the syslog level. See Table 3 for other keywords that can be used. The UNIX system sends messages at or above the selected debug level to the specified file, in this case /usr/adm/logs/tiplog. The file must already exist, and the syslog daemon must have permission to write to it. For the System V UNIX systems, the line should read as follows: local7.debug /usr/admin/logs/cisco.log Additional References The following section provides references related to using debug commands: Related Documents Related Topic CLI Tips, Techniques, and Shortcuts section in the Carrier Routing System (Cisco CRS-1) router getting started material Cisco IOS XR commands: complete command syntax, command modes, command history, defaults, usage guidelines, and examples for all major technology areas. Cisco IOS XR debug commands: complete command syntax, command modes, command history, defaults, usage guidelines, and examples for all major technology areas. Command and configuration modes used in the Cisco IOS XR command line interface (CLI) Document Title Cisco IOS XR Getting Started Guide, Release 3.2 Cisco IOS XR Modular Quality of Service Guide, Release 3.2 Cisco IOS XR IP Addresses and Services Guide, Release 3.2 Cisco IOS XR Interface and Hardware Guide, Release 3.2 Cisco IOS XR Multicast Guide, Release 3.2 Cisco IOS XR MPLS Guide, Release 3.2 Cisco IOS XR Routing Guide, Release 3.2 Cisco IOS XR System Security Guide, Release 3.2 Cisco IOS XR System Management Guide, Release 3.2 Cisco IOS XR Modular Quality of Service Debug Guide, Release 3.2 Cisco IOS XR IP Addresses and Services Debug Guide, Release 3.2 Cisco IOS XR Interface and Hardware Debug Guide, Release 3.2 Cisco IOS XR Multicast Debug Guide, Release 3.2 Cisco IOS XR MPLS Debug Guide, Release 3.2 Cisco IOS XR Routing Debug Guide, Release 3.2 Cisco IOS XR System Security Debug Guide, Release 3.2 Cisco IOS XR System Management Debug Guide, Release 3.2 Cisco IOS XR Command Mode Descriptions, Release /cmd_32/index.htm UDB-10

Using Debug Commands

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?

More information

Configuring System Message Logging

Configuring System Message Logging 58 CHAPTER This chapter describes how to configure system message logging on the Catalyst 4500 series switch. This chapter consists of these sections: About System Message Logging, page 58-1, page 58-2

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 31 This chapter describes how to configure system message logging on the Catalyst 3560 switch. Note For complete syntax and usage information for the commands used in this chapter, see the Cisco

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 14 This chapter describes how to configure system message logging on the Cisco MDS 9020 Fabric Switch. It includes the following sections: About System Message Logging, page 14-1 System Message

More information

Reliable Delivery and Filtering for Syslog

Reliable Delivery and Filtering for Syslog Reliable Delivery and Filtering for Syslog First Published: November 17, 2006 Last Updated: September 10, 2007 The Reliable Delivery and Filtering for Syslog feature allows a device to be customized for

More information

Troubleshooting and Fault Management Commands

Troubleshooting and Fault Management Commands Troubleshooting and Fault Management Commands Cisco IOS Release 12.2 This chapter describes the commands used to troubleshoot a routing device. To troubleshoot, you need to discover, isolate, and resolve

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 3 This chapter describes how to configure system message logging on Cisco MDS 9000 Family switches. It includes the following sections: About System Message Logging, page 3-1 System Message Logging

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 3 This chapter describes how to configure system message logging on Cisco DCNM-SAN. It includes the following sections: Information About System Message Logging, page 3-1 Guidelines and Limitations,

More information

Troubleshooting the Cisco IOS XR Software

Troubleshooting the Cisco IOS XR Software CHAPTER 6 This chapter describes the tools and procedures used to identify the source of hardware and software problems. This chapter also provides instructions on gathering data for further analysis by

More information

MPLS Forwarding Commands on Cisco IOS XR Software

MPLS Forwarding Commands on Cisco IOS XR Software MPLS Forwarding Commands on Cisco IOS XR Software This chapter describes the commands that you will use to configure and use Multiprotocol Label Switching (MPLS) forwarding. For detailed information about

More information

Configuring System Message Logging

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

More information

Null Interface Commands

Null Interface Commands This module provides command line interface (CLI) commands for configuring null interfaces on the Cisco CRS Router. interface null 0, page 2 show controllers null interface, page 3 show interfaces null0,

More information

Distributed Route Processor Commands on Cisco IOS XR Software

Distributed Route Processor Commands on Cisco IOS XR Software Distributed Route Processor Commands on Cisco IOS XR Software Distributed route processors (DRPs) can be installed individually or in pairs. This module describes the commands used to create redundant

More information

Configuring Management Interfaces on Cisco IOS XR Software

Configuring Management Interfaces on Cisco IOS XR Software Configuring Management Interfaces on Cisco IOS XR Software This module describes configuration procedures for management interfaces on the route processors (RPs). Although the management interfaces on

More information

Configuring System Message Logs

Configuring System Message Logs Information About, on page 1 How to Configure System Message Logs, on page 4 Monitoring and Maintaining System Message Logs, on page 12 Configuration Examples for System Message Logs, on page 12 Additional

More information

Configuring Bidirectional Forwarding Detection on Cisco IOS XR

Configuring Bidirectional Forwarding Detection on Cisco IOS XR Configuring Bidirectional Fwarding Detection on Cisco IOS XR Bidirectional fwarding detection (BFD) provides low-overhead, sht-duration detection of failures in the path between adjacent fwarding engines.

More information

Implementing Static Routes on Cisco IOS XR Software

Implementing Static Routes on Cisco IOS XR Software Implementing Static Routes on Cisco IOS XR Software This module describes how to implement static routes. Static routes are user-defined routes that cause packets moving between a source and a destination

More information

Configuring VRF-lite CHAPTER

Configuring VRF-lite CHAPTER CHAPTER 36 Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

Configuring System Message Logs

Configuring System Message Logs Finding Feature Information, on page 1 Restrictions for, on page 1 Information About, on page 2 How to Configure System Message Logs, on page 4 Monitoring and Maintaining System Message Logs, on page 12

More information

COMMAND LINE CHEAT SHEET

COMMAND LINE CHEAT SHEET BASIC show show show display exit exit / up exit quit run run - - end exit exit all return include match match include formal display-set - - reload request system reboot admin reboot now reboot GENERAL

More information

Implementing and Monitoring Alarms and Alarm Log Correlation

Implementing and Monitoring Alarms and Alarm Log Correlation Implementing and Monitoring Alarms and Alarm Log Correlation This module describes the concepts and tasks related to configuring alarm log correlation and monitoring alarm logs and correlated event records.

More information

System Management Commands

System Management Commands C H A P T E R 5 System Management Commands This chapter describes the commands used to manage the router system and its performance on the network. In general, system or network management falls into the

More information

Configuring System Message Logging

Configuring System Message Logging This chapter describes how to configure system message logging on Cisco NX-OS devices. This chapter contains the following sections: About System Message Logging, page 1 Licensing Requirements for System

More information

Configuring System Message Logs

Configuring System Message Logs Finding Feature Information, page 1 Restrictions for, page 1 Information About, page 2 How to Configure System Message Logs, page 5 Monitoring and Maintaining System Message Logs, page 13 Configuration

More information

Configuration Management Commands

Configuration Management Commands Configuration Management Commands This module describes the Cisco IOS XR commands used to manage your basic configuration. For detailed information about configuration management concepts, tasks, and examples,

More information

Configuration Management Commands on the Cisco IOS XR Software

Configuration Management Commands on the Cisco IOS XR Software Configuration Management Commands on the Cisco IOS XR Software This module describes the Cisco IOS XR commands used to manage your basic configuration. For detailed information about configuration management

More information

Implementing Static Routes

Implementing Static Routes This module describes how to implement static routes. Static routes are user-defined routes that cause packets moving between a source and a destination to take a specified path. Static routes can be important

More information

Configuring System Message Logs

Configuring System Message Logs Restrictions for, page 1 Information About, page 1 How to Configure System Message Logs, page 4 Monitoring and Maintaining System Message Logs, page 13 Configuration Examples for System Message Logs, page

More information

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol Restrictions for the, on page 1 Information About the, on page 1 How to Configure the, on page 4 Verifying the Configuration, on page 7 Additional References for, on page 9 Feature Information for, on

More information

Cisco Exam Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version: 6.0 [ Total Questions: 79 ]

Cisco Exam Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version: 6.0 [ Total Questions: 79 ] s@lm@n Cisco Exam 300-135 Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version: 6.0 [ Total Questions: 79 ] Topic break down Topic No. of Questions Topic 1: Mix Questions 26 Topic 2: Troubleshooting

More information

Configure Multipoint Layer 2 Services

Configure Multipoint Layer 2 Services This module provides the conceptual and configuration information for Multipoint Layer 2 Bridging Services, also called Virtual Private LAN Services (VPLS). Note VPLS supports Layer 2 VPN technology and

More information

Configure ASR9k TACACS with Cisco Secure ACS 5.x Server

Configure ASR9k TACACS with Cisco Secure ACS 5.x Server Configure ASR9k TACACS with Cisco Secure ACS 5.x Server Contents Introduction Prerequisites Requirements Components Used Configuration Predefined Components on IOS XR Predefined User Groups Predefined

More information

Using Cisco IOS XE Software

Using Cisco IOS XE Software This chapter describes the basics of using the Cisco IOS XE software and includes the following section: Accessing the CLI Using a Router Console, on page 1 Accessing the CLI Using a Router Console Before

More information

Router Recovery with ROM Monitor

Router Recovery with ROM Monitor This chapter describes the router recovery methods in ROM Monitor (ROMMON) mode of the router. Information About Router Recovery, page 1 About ROMMON Installation Files, page 2 About the TURBOBOOT Variable,

More information

Stack Manager and High Availability

Stack Manager and High Availability debug platform stack-manager, on page 2 mode sso, on page 3 main-cpu, on page 4 policy config-sync prc reload, on page 5 mode sso, on page 6 policy config-sync prc reload, on page 7 redundancy config-sync

More information

Cisco Questions $ Answers

Cisco Questions $ Answers Cisco 644-906 Questions $ Answers Number: 644-906 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ Cisco 644-906 Questions $ Answers Exam Name: Implementing and Maintaining

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Boot Commands on. System Management Command Reference for the Cisco NCS 6000 Series Routers OL

Boot Commands on. System Management Command Reference for the Cisco NCS 6000 Series Routers OL This module describes the commands used to boot or reset Cisco IOS XR software. For more information about ROM Monitor (ROMMON) and boot tasks, see or. reload, page 2 reload (administration EXEC), page

More information

OSPF Commands. adjacency stagger, page 7. authentication-key (OSPF), page 14

OSPF Commands. adjacency stagger, page 7. authentication-key (OSPF), page 14 OSPF Commands This module describes the commands used to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For detailed information about OSPF concepts, configuration tasks, and

More information

Implementing Management Plane Protection on Cisco IOS XR Software

Implementing Management Plane Protection on Cisco IOS XR Software Implementing Management Plane Protection on Cisco IOS XR Software The Management Plane Protection (MPP) feature in Cisco IOS XR software provides the capability to restrict the interfaces on which network

More information

mail-server through service image-version efsu

mail-server through service image-version efsu mail-server, on page 2 mdr download reserve memory image, on page 4 mls ip multicast sso, on page 6 mode (redundancy), on page 8 monitor event-trace sbc (EXEC), on page 10 monitor event-trace sbc (global),

More information

standby arp gratuitous through track vrrp

standby arp gratuitous through track vrrp standby arp gratuitous, page 2 standby authentication, page 4 standby bfd, page 7 standby bfd all-interfaces, page 9 standby delay minimum reload, page 11 standby follow, page 13 standby ip, page 15 standby

More information

MPLS Forwarding Commands

MPLS Forwarding Commands Note All commands applicable for the Cisco NCS 5500 Series Router are also supported on the Cisco NCS 540 Series Router that is introduced from Cisco IOS XR 6.3.2. References to earlier releases in Command

More information

MLDP In-Band Signaling/Transit Mode

MLDP In-Band Signaling/Transit Mode This module contains information for configuring Multicast Label Distribution Protocol (MLDP) in-band signaling to enable the MLDP core to create (S,G) or (*,G) state without using out-of-band signaling

More information

Software Package Management Commands

Software Package Management Commands Software Package Management Commands This chapter describes the Cisco IOS XR commands used to add packages to a router storage device, activate or deactivate packages, upgrade or downgrade existing packages,

More information

Configuring System Message Logging

Configuring System Message Logging This chapter contains the following sections: Information About System Message Logging, page 1 Licensing Requirements for System Message Logging, page 2 Guidelines and Limitations for System Message Logging,

More information

OSPF Commands on Cisco IOS XR Software

OSPF Commands on Cisco IOS XR Software This module describes the commands used to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For detailed information about OSPF concepts, configuration tasks, and examples, see

More information

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 HQ S0/0/0 S0/0/1 Lo1 10.10.10.1 255.255.255.252 Fa0/0 Branch1 S0/0/0 S0/0/1 Fa0/0 Branch2 S0/0/0 S0/0/1 PC1

More information

BGP NSF Awareness. Finding Feature Information

BGP NSF Awareness. Finding Feature Information Nonstop Forwarding (NSF) awareness allows a device to assist NSF-capable neighbors to continue forwarding packets during a Stateful Switchover (SSO) operation. The feature allows an NSF-aware device that

More information

FiberstoreOS Device Management Command Line Reference

FiberstoreOS Device Management Command Line Reference FiberstoreOS Device Management Command Line Reference Contents 1 STM Commands...4 1.1 stm prefer...4 1.1 show stm prefer... 5 2 Syslog Commands... 8 2.1 clear logging buffer... 8 2.2 logging alarm-trap...

More information

BGP-MVPN SAFI 129 IPv6

BGP-MVPN SAFI 129 IPv6 Subsequent Address Family Identifier (SAFI) 129, known as VPN Multicast SAFI, provides the capability to support multicast routing in the service provider's core IPv6 network. Border Gateway Protocol (BGP)

More information

ECMP Load Balancing. MPLS: Layer 3 VPNs Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) 1

ECMP Load Balancing. MPLS: Layer 3 VPNs Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) 1 Equal-cost multi-path routing (ECMP) is a routing strategy where next-hop packet forwarding to a single destination can occur over multiple "best paths" which tie for top place in routing metric calculations.

More information

System Monitoring Configuration Guide for Cisco NCS 5000 Series Routers,IOS XR Release 6.2.x

System Monitoring Configuration Guide for Cisco NCS 5000 Series Routers,IOS XR Release 6.2.x System Monitoring Configuration Guide for Cisco NCS 5000 Series Routers,IOS XR Release 6.2.x First Published: 2017-03-17 Last Modified: 2017-07-14 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

Information About Tracing

Information About Tracing Information About, on page 2 set platform software trace, on page 4 show platform software trace filter-binary, on page 8 show platform software trace message, on page 9 show platform software trace level,

More information

Cisco Configuration. Network Monitoring and Management

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

More information

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution This feature lets you configure your carrier supporting carrier network to enable Border Gateway Protocol (BGP) to transport routes and Multiprotocol

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

Configuring Tunnel Interfaces on Cisco IOS XR Software

Configuring Tunnel Interfaces on Cisco IOS XR Software Configuring Tunnel Interfaces on Cisco IOS XR Software This module describes the configuration of Tunnel-IPSec interfaces on the Cisco CRS Router. Tunnel interfaces are virtual interfaces that provide

More information

Tracing Commands. Information About Tracing. Tracing Overview

Tracing Commands. Information About Tracing. Tracing Overview Information About Tracing, page 1 set platform software trace, page 3 show platform software trace filter-binary, page 7 show platform software trace message, page 8 show platform software trace level,

More information

Configuring CRS-1 Series Virtual Interfaces

Configuring CRS-1 Series Virtual Interfaces Configuring CRS-1 Series Virtual Interfaces A virtual interface is defined as representing a logical packet switching entity within the Cisco CRS-1 Series router. Virtual Interfaces have a global scope

More information

System Monitoring Configuration Guide for Cisco NCS 5500 Series Routers,IOS XR Release 6.3.x

System Monitoring Configuration Guide for Cisco NCS 5500 Series Routers,IOS XR Release 6.3.x System Monitoring Configuration Guide for Cisco NCS 5500 Series Routers,IOS XR Release 6.3.x First Published: 2017-09-01 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Cisco Questions $ Answers

Cisco Questions $ Answers Cisco 644-906 Questions $ Answers Number: 644-906 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ Cisco 644-906 Questions $ Answers Exam Name: Implementing and Maintaining

More information

2016/01/17 04:04 1/9 Basic Routing Lab

2016/01/17 04:04 1/9 Basic Routing Lab 2016/01/17 04:04 1/9 Basic Routing Lab Basic Routing Lab Introduction The purpose of this exercise is to introduce participants to the basic configuration requirements of a Cisco router. The network topology

More information

Network Monitoring and Management Cisco Configuration

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

More information

Lab 9.6.2: Challenge EIGRP Configuration Lab

Lab 9.6.2: Challenge EIGRP Configuration Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway HQ BRANCH1 BRANCH2 PC1 PC2 PC3 Fa0/0 S0/0/0 S0/0/1 Lo1 Fa0/0 S0/0/0 S0/0/1 Fa0/0 S0/0/0 S0/0/1 NIC NIC NIC All

More information

Implementing and Monitoring Alarms and Alarm Log Correlation

Implementing and Monitoring Alarms and Alarm Log Correlation Implementing and Monitoring Alarms and Alarm Log Correlation This module describes the concepts and tasks related to configuring alarm log correlation and monitoring alarm logs and correlated event records.

More information

Static Routing Commands on Cisco IOS XR Software

Static Routing Commands on Cisco IOS XR Software Static Routing Commands on Cisco IOS XR Software This chapter describes the commands used to establish static routes. For detailed information about static routing concepts, configuration tasks, and examples,

More information

Getting Started with the VG248

Getting Started with the VG248 CHAPTER 2 Before you can configure the telephony features on the VG248 to interact with the analog phones, you must first configure the basic network, SNMP, and password settings. These settings enable

More information

Configuring NetFlow. Feature History for Configuring NetFlow. Release This feature was introduced.

Configuring NetFlow. Feature History for Configuring NetFlow. Release This feature was introduced. Configuring NetFlow A NetFlow flow is a unidirectional sequence of packets that arrive on a single interface (or subinterface), and have the same values for key fields. NetFlow is useful for the following:

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

BGP mvpn BGP safi IPv4

BGP mvpn BGP safi IPv4 The BGP mvpn BGP safi 129 IPv4 feature provides the capability to support multicast routing in the service provider s core IPv4 network This feature is needed to support BGP-based MVPNs BGP MVPN provides

More information

Troubleshooting ISG with Session Monitoring and Distributed Conditional Debugging

Troubleshooting ISG with Session Monitoring and Distributed Conditional Debugging Troubleshooting ISG with Session Monitoring and Distributed Conditional Debugging Intelligent Services Gateway (ISG) is a software feature set that provides a structured framework in which edge devices

More information

FiberstoreOS. Device Management Command Line Reference

FiberstoreOS. Device Management Command Line Reference FiberstoreOS Device Management Command Line Reference 1 Contents 1 STM Commands... 5 1.1 stm prefer...5 1.2 show stm prefer...6 2 Syslog Commands...8 2.1 clear logging buffer...8 2.2 logging alarm-trap...8

More information

Bidirectional Forwarding Detection

Bidirectional Forwarding Detection Bidirectional Forwarding Detection This document describes how to enable the Bidirectional Forwarding Detection (BFD) protocol. BFD is a detection protocol designed to provide fast forwarding path failure

More information

Important Information on Debug Commands

Important Information on Debug Commands Important Information on Debug Commands Document ID: 10374 Contents Introduction Prerequisites Requirements Components Used Warnings Conventions Before Debugging Obtaining Debug Outputs Other Pre Debug

More information

Diagnostics Commands. diagnostic unload, page 23

Diagnostics Commands. diagnostic unload, page 23 This module provides command line interface (CLI) commands for configuring diagnostics on your router. To use commands of this module, you must be in a user group associated with a task group that includes

More information

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29 This module describes the commands used to configure and monitor the Intermediate System-to-Intermediate System (IS-IS). For detailed information about IS-IS concepts, configuration tasks, and examples,

More information

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

CCNA 1 Chapter 2 v5.0 Exam Answers 2013 CCNA 1 Chapter 2 v5.0 Exam Answers 2013 1. Refer to the exhibit. A switch was configured as shown. A ping to the default gateway was issued, but the ping was not successful. Other switches in the same

More information

For detailed information about ARP concepts, configuration tasks, and examples, refer to the IP Addresses

For detailed information about ARP concepts, configuration tasks, and examples, refer to the IP Addresses Note All commands applicable for the Cisco NCS 5500 Series Router are also supported on the Cisco NCS 540 Series Router that is introduced from Cisco IOS XR 6.3.2. References to earlier releases in Command

More information

CCNA 1 Chapter 2 v5.0 Exam Answers %

CCNA 1 Chapter 2 v5.0 Exam Answers % CCNA 1 Chapter 2 v5.0 Exam Answers 2015 100% 1. Which two features are characteristics of flash memory? (Choose two.) Flash provides nonvolatile storage. Flash receives a copy of the IOS from RAM when

More information

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER CHAPTER 4 Revised: September 27, 2012, Introduction This chapter describes the following utilities: Working with SCE Platform Files, page 4-1 The User Log, page 4-5 Managing Syslog, page 4-8 Flow Capture,

More information

Configuring System Logs

Configuring System Logs CHAPTERS 1. Overview 2. 3. Configuration Example 4. Appendix: Default Parameters Overview This guide applies to: T1500G-10PS v2 or above, T1500G-8T v2 or above, T1500G-10MPS v2 or above, T1500-28PCT v3

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

Link Bundling Commands

Link Bundling Commands Link Bundling Commands This module provides command line interface (CLI) commands for configuring Link Bundle interfaces on the Cisco NCS 5000 Series Router. For detailed information about Link Bundle

More information

Configuring Local Authentication

Configuring Local Authentication This chapter describes local authentication. This chapter also describes procedures to configure local authentication and privilege levels. This chapter includes the following topics: Understanding Authentication,

More information

Implementing MPLS Forwarding

Implementing MPLS Forwarding All Multiprotocol Label Switching (MPLS) features require a core set of MPLS label management and forwarding services; the MPLS Forwarding Infrastructure (MFI) supplies these services. Feature History

More information

INDEX. BGP Attributes Download. bgp policy accounting command broadcast addresses, used instead of bundle-hash command. cache entries, definition

INDEX. BGP Attributes Download. bgp policy accounting command broadcast addresses, used instead of bundle-hash command. cache entries, definition INDEX HC IC MCC MNC MPC QC RC SC SMC A Cisco IOS XR Interface and Hardware Component Configuration Guide Cisco IOS XR IP Addresses and Services Configuration Guide Cisco IOS XR Multicast Configuration

More information

Cisco 7500 Series Line Card Configuration Commands

Cisco 7500 Series Line Card Configuration Commands Cisco 7500 Series Line Card Configuration s This chapter contains Cisco IOS software commands used to configure characteristics for Cisco 7500 series line Line cards are any I/O card that can be inserted

More information

Lab Establishing and Verifying a Telnet Connection Instructor Version 2500

Lab Establishing and Verifying a Telnet Connection Instructor Version 2500 Lab 4.2.2 Establishing and Verifying a Telnet Connection Instructor Version 2500 Objective Establish a Telnet connection to a remote router. Verify that the application layer between source and destination

More information

Configuring Transports

Configuring Transports This module provides information about Nonstop Routing (NSR), Stream Control Transmission Protocol (SCTP), Transmission Control Protocol (TCP), User Datagram Protocol (UDP ), and RAW Transports. If you

More information

Boot Commands on the Cisco IOS XR Software

Boot Commands on the Cisco IOS XR Software This module describes the commands used to boot or reset Cisco IOS XR software. For more information about ROM Monitor (ROMMON) and boot tasks, see Cisco IOS XR ROM Monitor Guide for the Cisco CRS Router

More information

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution This feature enables you to configure your carrier supporting carrier network to enable Border Gateway Protocol (BGP) to transport routes

More information

Implementing RIP for IPv6

Implementing RIP for IPv6 Implementing RIP for IPv6 This module describes how to configure Routing Information Protocol for IPv6. RIP is a distance-vector routing protocol that uses hop count as a routing metric. RIP is an Interior

More information

Configuring Virtual Loopback and Null Interfaces on Cisco IOS XR Software

Configuring Virtual Loopback and Null Interfaces on Cisco IOS XR Software Configuring Virtual Loopback and Null Interfaces on Cisco IOS XR Software This module describes the configuration of loopback and null interfaces on routers suppting Cisco IOS XR software. Loopback and

More information

26 CHAPTER Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

MPLS VPN Half-Duplex VRF

MPLS VPN Half-Duplex VRF The feature provides scalable hub-and-spoke connectivity for subscribers of an Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service. This feature addresses the limitations of hub-and-spoke

More information

Lab AAA Authorization and Accounting

Lab AAA Authorization and Accounting Lab 11.3.2 AAA Authorization and Accounting Objective Scenario Step 1 In this lab, the student will use the exec-timeout command to control the amount of time before an idle telnet or console session is

More information

FSOS. Device Management Command Line Reference

FSOS. Device Management Command Line Reference FSOS Device Management Command Line Reference Contents 1 STM Commands... 5 1.1 stm prefer...5 1.2 show stm prefer... 6 2 Syslog Commands... 9 2.1 clear logging buffer... 9 2.2 logging alarm-trap...10 2.3

More information

Basic Configuration Commands

Basic Configuration Commands Basic Configuration Commands - I - Table of Contents Table of Contents Basic Configuration Commands... I Table of Contents... I Chapter 1 System Management Commands...1 1.1 Configuring File Management

More information