address send version
Restricts the RIP version that the router can send on an interface. The no version sets the interface back to the default value, sending only RIP version 1.
address { ipAddress | unnumbered interfaceType interfaceSpecifier }
send version { 1 | 2 | 1 2 | 2 1 | off }no address [ ipAddress | unnumbered interfaceType interfaceSpecifier ] send version
- ipAddress—Address of IP interface where RIP will be run
- unnumbered—Specifies that RIP will be run on an unnumbered interface
- interfaceType—Interface type; see Interface Types and Specifiers in About This Guide
- interfaceSpecifier—Particular interface; format varies according to interface type; see Interface Types and Specifiers in About This Guide
- 1—Specifies RIP version 1 only
- 2—Specifies RIP version 2 only
- 1 2—Specifies RIP version 1 and version 2
- 2 1—Specifies RIP version 2 and version 1
- off—Turns reception off
Interface Configuration, Subinterface Configuration