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

Configuring Local Interface Switching

You can configure a virtual circuit entirely on the local router, terminating the circuit on a local interface. Possible uses for this feature include being able to enable switching between Frame Relay DLCIs.

To configure a virtual circuit to terminate locally, include the local-switching statement:

local-switching {
interface interface-name {
description text;
end-interface {
interface interface-name;
protect-interface interface-name;
}
ignore-mtu-mismatch;
protect-interface interface-name;
}
}

You can include the local-switching statement at the following hierarchy levels:

The following sections describe how to configure local interface switching:


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