C613-50100-01 REV C Command Reference for x930 Series 1525
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
PASSIVE
-INTERFACE (RIP)
passive-interface (RIP)
Overview Use this command to block RIP broadcasts on the VLAN 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.
Usage This command can only be configured for VLAN interfaces.
Examples 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
show ip rip
Parameter Description
<interface> Specifies the interface name.