Example – Westermo RedFox Series User Manual
Page 634

Westermo OS Management Guide
Version 4.17.0-0
Example
iface vlan3 inet static
...
... Skipping lines
...
address 10.0.3.1/24
rip
passive
end
end
router
rip
network 10.0.1.0/24
network 10.0.2.0/24
network 10.0.3.0/24
end
end
By default, RIP will run on all interfaces which have an associated network de-
clared as a RIP network. If RIP should not run on such an interface, that interface
should be declared as passive, as described above. However, WeOS is able to
support use cases where the interfaces should be passive by default. The param-
eters controlling the behaviour are the ”passive-interface” setting in router
rip context, and the ”passive” setting in the interface rip context.
❼ passive-interface: Use the ”[no] passive-interface” setting in router rip
context to control whether interfaces should be passive in RIP by default or
not. Default setting: Active (”no passive-interface”)
❼ passive: Use the ”[no] passive [auto]” setting in interface rip context to
control whether a specific interface should be passive (”passive”), active
(”no passive”), or to automatically follow (”passive auto”) the global RIP
setting declared by the ”[no] passive-interface” setting in router rip
context. Default: Auto (”passive auto”)
Below is an example, with the same result as above, where interfaces are passive
in RIP by default.
634
➞ 2015 Westermo Teleindustri AB