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

Disabling IPv4 Routing

You can disable Internet Protocol version 4 (IPv4) routing for IS-IS. Disabling IPv4 routing results in the following:

To disable IPv4 routing on the router, include the no-ipv4-routing statement:

isis {
no-ipv4-routing;
}

For a list of hierarchy levels at which you can include this statement, see the statement summary section for this statement.

To re-enable IS-IS, remove the no-ipv4-routing statement from the configuration:

[edit protocols]
user@host# delete isis no-ipv4-routing

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