- 论坛徽章:
- 5
|
throw\r\n\r\nThe throw route type is a convenient route type which causes a route lookup in a routing table to fail, returning the routing selection process to the RPDB. This is useful when there are additional routing tables. Note that there is an implicit throw if no default route exists in a routing table, so the route created by the first command in the example is superfluous, although legal. \r\n\r\nExample 4.14. throw route typesip route add throw default\r\nip route add throw 10.79.0.0/16\r\nip route add throw 172.16.0.0/12\r\n \r\n\r\n\r\nThe power of these route types when combined with the routing policy database can hardly be understated. All of these route types can be used without the RPDB, although the throw route doesn\'t make much sense outside of a multiple routing table installation. |
|