Find answers to your technical questions and learn how to use our products
Search suggestions:
Sets the RIP send and receive modes on an interface. Use no ip rip send-receive-mode to set the RIP to talk (that is, send report).
ip rip send-receive-mode mode [default_route_metric]
no ip rip send-receive-mode
Parameter
Description
Possible Values
Default Value
mode
The RIP send and receive mode
talk-listen — RIP receives and transmits updates on the interface
talkdefault-listen — RIP receives updates on the interface and sends only a default route
listen-only — RIP receives updates on the interface and does not transmit them
talk-listen
default_ route_metric
The route metric index
1-15
read-write
interface:Serial (DS1 PPP L2-L3, DS1 PPP L3, DS1 FR-SUB L2-L3, DS1 FR-SUB L3, USP PPP L2-L3, USP PPP L3), FastEthernet (L2-L3, L3, PPP L2-L3, PPP L3), VLAN (L2-L3, L3), Loopback (L2-L3, L3), Tunnel (L2-L3, L3), Dialer (L2-L3, L3)
To set the RIP protocol to receive and transmit updates on the Serial interface:
Gxxx-001(if:Serial 3/1:1)# ip rip send-receive-mode talk-listen
Previous Topic
Next Topic