Command Reference Guide

SROS Command Line Interface Reference Guide Loopback Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 870
ip rip send version <version>
Use the ip rip send version command to configure the RIP version the unit sends in all RIP packets
transmitted on the interface.
Syntax Description
<version> Specifies the RIP version.
1 Only transmits RIP version 1 packets on the interface.
2 Only transmits RIP version 2 packets on the interface.
Default Values
By default, all interfaces transmit RIP version 1 (the default value for the version command).
Command Modes
(config-interface)# Interface Configuration Mode required (applies to all physical interfaces as well as
virtual interfaces)
Functional Notes
Use the ip rip send version to specify a RIP version that overrides the version (in the Router RIP )
configuration.
The secure Router OS only transmits one version (either 1 or 2) on a given interface.
Usage Examples
The following example configures the loopback interface to transmit only RIP version 2 packets:
(config)#interface loopback 1
(config-loop 1)#ip rip send version 2