Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

protection-group

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
protection-group {
        ethernet-ring ring-name {
            data-channel {
                vlan number
            }
            east-interface {
                control-channel channel-name {
                    vlan number;
                    interface name interface-name
                }
            }
            guard-interval number;
            node-id mac-address;
            restore-interval number;
            ring-protection-link-owner;
            non-revertive;
            wait-to-block-interval number;
            major-ring-name name;
            propagate-tc;
            compatibility-version (1|2);
            ring-id number;
            non-vc-mode;
            dot1p-priority number;
            west-interface {
                control-channel channel-name {
                    vlan number;
                    interface name interface-name
                }
                virtual-control-channel {
                    west-interface name;
                    east-interface name;
                }
            }
        }
    control-vlan (vlan-id | vlan-name);
            east-interface {
                node-id mac-address;
                control-channel channel-name {
                    vlan number;
                    interface name interface-name
                }
                interface-none
                ring-protection-link-end;
            }
        }
            control-channel channel-name {
                vlan number;
                interface name interface-name
            }
        }
        data-channel {
            vlan number
        }
        guard-interval number;
        node-id mac-address;
        restore-interval number;
        ring-protection-link-owner;
            west-interface {
                node-id mac-address;
                control-channel channel-name {
                    vlan number;
                    interface name interface-name
                }
                interface-none
                ring-protection-link-end;
            }
            control-channel channel-name {
                vlan number;
                interface name interface-name
            }
        }
    }
    guard-interval number;
    restore-interval number;
    traceoptions {
        file filename <no-stamp> <world-readable | no-world-readable> <replace> <size size>;
        flag flag;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols]

Description

Configure Ethernet ring protection switching.

The statements are explained separately. All statements apply to MX Series routers. EX Series switches do not assign node-id and use control-vlan instead of control-channel.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 9.4.

footer-navigation