.. _example_protocols_rip_passive_passiveall: ########### Passive All ########### Test to verify RIP **passive all** and **interface-exclude** configuration. The ``set protocols rip passive all`` command makes all interfaces passive by default, preventing RIP updates from being sent on any interface. The ``set protocols rip passive interface-exclude `` command excludes specific interfaces from passive mode, allowing them to send updates normally. ******************** Test RIP Passive All ******************** Description =========== Test RIP **passive all** behavior where all interfaces are passive by default. **DUT0** has ``passive all`` configured, so it receives routes from **DUT1** but does not advertise its own routes (``10.10.10.0/24``). Scenario ======== .. include:: passiveall/testrippassiveall .. raw:: html
******************************************* Test RIP Passive All With Interface-Exclude ******************************************* Description =========== Test RIP **passive all** with **interface-exclude** to allow specific interfaces to send updates. **DUT0** has ``passive all`` configured but excludes ``eth0`` using ``interface-exclude``. Scenario ======== .. include:: passiveall/testrippassiveallwithinterface-exclude .. raw:: html