To configure a Layer 2 circuit, include the l2circuit statement:
-
l2circuit {
-
-
local-switching {
-
-
interface interface-name {
-
description text;
-
-
end-interface {
-
interface interface-name;
-
protect-interface interface-name;
- }
-
ignore-mtu-mismatch;
-
protect-interface interface-name;
- }
- }
-
-
neighbor address {
-
-
interface interface-name {
-
community community-name;
- (control-word | no-control-word);
-
description text;
-
mtu mtu-number;
-
protect-interface interface-name;
-
psn-tunnel-endpoint address;
-
virtual-circuit-id identifier;
- }
- }
-
-
traceoptions {
- file filename <files number> <size size> <world-readable |
no-world-readable>;
- flag flag <flag-modifier> <disable>;
- }
- }
You can include the l2circuit statement at the following hierarchy levels:
This chapter describes how to configure Layer 2 circuits, discussing the following topics: