/
protocols rip interface vif address accept-non-rip-requests

protocols rip interface vif address accept-non-rip-requests

To accept RIP requests from non-RIP interfaces, use the set rip interface vif address accept-non-rip-requests command in L2/L3 configuration mode.

Command Syntax

set protocols rip interface interface-name vif vif-name address ip-address accept-non-rip-requests { true | false }

Parameters

interface-nameInterface name.
vif-nameVirtual interface name.
ip-addressVirtual interface IP address for RIP.
trueAccept RIP requests from non-RIP interface.
falseDo not accept RIP requests from non-RIP interface.

Example

This example configures the switch to accept RIP requests from a non-RIP port:

admin@Switch# set protocols rip interface vlan2 vif vlan2 address 192.168.1.1 accept-non-rip-requests true

Copyright © 2025 Pica8 Inc. All Rights Reserved.