Avaya P330-ML-ML Switch User Manual


 
Chapter 3 Avaya P330-ML Layer 3 CLI Commands
284 Avaya P330-ML Reference Guide
The possible versions of the RIP packets received and sent on an interface are:
Example:
To specify that RIP version 2 should be running on the basis of the interface
“marketing”:
ip rip send-receive-mode
User level: privileged, supervisor.
Use the ip rip send-receive command to set the RIP Send and Receive mode
on an interface. The default state is talk-listen.
The syntax for this command is:
ip rip send-receive-mode <mode>[<default route metric>]
Example:
To set the RIP Send and Receive mode on the interface “marketing” to be listen-only:
1 RIP Version 1 packets
2RIP Version 2 packets.
Router-N(configure-if:marketing) # ip rip rip-version 2
Done!
mode talk-listen - Set RIP to receive and transmit updates
on the interface.
talkdefault-listen - Set RIP to receive updates on the
interface and send only a default route.
listen-only – Set RIP to only receive updates on the
interface and not transmit them.
default route metric Integer value
Router-N(configure-if:marketing) # ip rip send-receive-
mode listen-only
Done!