[Contents] [Prev] [Next] [Index] [Report an Error]


Using the Null Interface

You can use access control lists to filter undesired traffic. Another way to handle undesired traffic is to send it to the null interface. The null interface is always up and acts as a data sink. In other words, the null interface cannot forward or receive traffic.

The ERX system creates the null interface by default; you do not have to create it manually. You can direct traffic to the null interface by specifying the null 0 keywords instead of a next-hop or destination address when configuring routes.

    ip route

host1(config-if)#ip route 10.10.20.5 null 0

[Contents] [Prev] [Next] [Index] [Report an Error]