/
protocols rip interface vif address accept-default-route

protocols rip interface vif address accept-default-route

To configure the switch to accept default route from a RIP neighbor, use the set protocols rip interface vif address accept-default-route in L2/L3 configuration mode.

Command Syntax

set protocols rip interface interface-name vif vif-name address ip-address accept-default-route { true | false }

Parameters

interface-nameInterface name.
vif-nameVirtual interface name.
ip-addressVirtual interface IP address for RIP.
trueThe switch accepts the default route from RIP neighbor.
falseThe switch does not accept default route from RIP neighbor.

Example

The following example configures the switch to accept default route from a RIP neighbor:

admin@Switch# set protocols rip interface vlan2 vif vlan2 address 192.168.1.1 accept-default-route true

Copyright © 2025 Pica8 Inc. All Rights Reserved.