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


Layer 2 Circuit Configuration Guidelines

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;
            }
            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 <replace> <size size> <files number> <nostamp>;
        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:


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