/
protocols rip interface vif address advertise-default-route
protocols rip interface vif address advertise-default-route
To advertise default route to RIP neighbors, use the set protocols rip interface vif address advertise-default-route command in L2/L3 configuration mode.
Command Syntax
set protocols rip interface interface-name vif vif-name address ip-address advertise-default-route { true | false }
Parameters
interface-name | Interface name. |
vif-name | Virtual interface name. |
ip-address | Virtual interface IP address for RIP. |
true | Advertise a default route to RIP neighbors. |
false | Do not advertise a default route to RIP neighbors. |
Example
This example configures the switch to advertise a default route to RIP neighbors:
admin@Switch# set protocols rip interface vlan2 vif vlan2 address 192.168.1.1 advertise-default-route true
Copyright © 2025 Pica8 Inc. All Rights Reserved.