Avaya C460 Manuel D’Utilisation

Page de 268
Chapter 2        Avaya C460 CLI Commands
58
Avaya C460 Reference Guide
necessary.
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:
ip rip split-horizon
User level: read-write, admin.
L You can only access this command in interface mode. 
Type interface [name] at the command prompt to enter interface mode if 
necessary.
Use the ip rip split-horizon command to enable split-horizon mechanism. 
Use the no ip rip split-horizon command to  disable the split-horizon. 
By default split-horizon is enabled.
The split-horizon technique prevents information about routes from exiting the 
router interface through which the information was received. This prevents routing 
loops.
The syntax for this command is:
[no] ip rip split-horizon
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.
default route metric
Integer value 
Router-1(configure-if:marketing) # ip rip send-receive-mode 
talk listen
Done!