
C613-50186-01 Rev B
Command Reference for AR2050V
851
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
PASSIVE
-
INTERFACE
(RIP)
passive-interface (RIP)
Overview
Use this command to block RIP broadcasts on the interface.
Use the
no
variant of this command to disable this function.
Syntax
passive-interface <
interface
>
no passive-interface <
interface
>
Default
Disabled
Mode
RIP Router Configuration or RIP Router Address Family Configuration for a VRF
instance.
Example
Use the following commands to block RIP broadcasts on vlan20:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
passive-interface vlan20
Example
(VRF-lite)
To apply this above example to a specific VRF instance named ‘green’, use the
following commands:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
address-family ipv4 vrf green
awplus(config-router-af)#
passive-interface vlan20
Related
Commands
Command
changes
Version 5.4.6-2.1: VRF-lite support added.
Parameter
Description
<interface>
Specifies the interface name.