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


Layer 2 Circuit Configuration

To configure a Layer 2 circuit, include statements at the [edit protocols l2circuit] hierarchy level:

[edit]
protocols {
    l2circuit {
        neighbor address {
            interface interface-name {
                community community-name;
                (control-word | no-control-word);
                description text;
                virtual-circuit-id identifier;
            }
        }
    traceoptions {
        file filename <replace> <size size> <files number> <nostamp>;
        flag flag <flag-modifier> <disable>;
    }
}

The following sections describe how to configure Layer 2 circuits:


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