System information

12-76
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
debug ip rip
debug ip rip
To enable routing information protocol (RIP) debug log message, use the debug ip rip command. To
disable RIP debug log message, use the no form of this command.
debug ip rip
no debug ip rip
Syntax Description This command has no arguments or keywords.
Defaults RIP debug log messages are disabled.
Command Modes Administrator.
Command History
Usage Guidelines The debug ip rip command is designed for debug purposes, and should be used under the guidance of a
Cisco Technical Support professional.
Examples The following example enables RIP, configures logging to send debug message to all virtual terminal
sessions, and then enables RIP debug log messages. The show ip rip command is used to verify the
running RIP configuration.
[SN5428-2A]# ip rip enable
Dec 09 16:12:50: %IP-5-IRMRSAR: RIP Services are running
*[SN5428-2A]# logging level debug from ip to vty
*[SN5428-2A]# debug ip rip
Dec 31 12:52:14: %IP-7-IRRPRL00: RIP Packet received from 10.1.30.1 length 124
Dec 31 12:52:14: %IP-7-IRRPRL01: command 2 version 1
Dec 31 12:52:14: %IP-7-IRRPRL02: route af 2, dest 10.1.40.0 mask 0.0.0.0 nextHop
0.0.0.0 metric 2
Dec 31 12:52:14: %IP-7-IRRPRL02: route af 2, dest 10.1.51.0 mask 0.0.0.0 nextHop
0.0.0.0 metric 1
*[SN5428-2A]# show ip rip
Routing Information Protocol (RIP) Information:
Invalid Timer: 180
Enabled Flag: true
Debug Flag: true
Running Flag: true
Release Modification
3.2.1 This command was introduced.