< Home

Configuring Split Horizon and Poison Reverse

You can configure split horizon and poison reverse to prevent routing loops.

Context

  • The principle of split horizon is that a route learned by RIP on an interface is not sent to neighbors from the interface. This reduces bandwidth consumption and avoids route loops.

  • The principle of poison reverse is that RIP sets the cost of the route learned from an interface of a neighbor to 16 (to specify the route as unreachable) and then sends the route from the interface back to the neighbor. In this way, RIP can delete useless routes from the routing table of the neighbor and also avoid route loops.

If both split horizon and poison reverse are configured, only poison reverse takes effect.

Procedure

  1. Access the system view.

    system-view

  2. Access the interface view.

    interface interface-type interface-number

  3. Run the following command as required:

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >