Cisco ASA Series Cli Configuration Manual page 711

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring RIP
Monitoring RIP
We recommend that you only use the debug commands to troubleshoot specific problems or during
troubleshooting sessions with the Cisco TAC.
Debugging output is assigned high priority in the CPU process and can render the ASA unusable. 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
performance. For examples and descriptions of the command output, see the command reference.
To monitor or debug various RIP routing statistics, enter one of the following commands:
Command
Monitoring RIP Routing
show rip database
show running-config router
rip
show route cluster
Debugging RIP
debug rip events
debug rip database
debug route cluster
Configuration Example for RIP
The following example shows how to enable and configure RIP with various optional processes:
hostname(config)# router rip 2
hostname(config-router)# default-information originate
hostname(config-router)# version [1]
hostname(config-router)# network 225.25.25.225
hostname(config-router)# passive-interface [default]
hostname(config-router)# redistribute connected [metric bandwidth delay reliability
loading mtu] [route-map map_name]
Purpose
Display the contents of the RIP routing database.
Displays the RIP commands.
Displays additional route synchronization details for clustering.
Displays RIP processing events.
Displays RIP database events.
Enables RIB table replication trace messages to determine if the
RIB is correctly synchronized to the slave units in clustering.
Cisco ASA Series CLI Configuration Guide
Monitoring RIP
1-11

Advertisement

Table of Contents
loading

Table of Contents