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

Example: Assigning the IEEE 802.1ad Rewrite Rule to Dual VLAN Tags

Apply the dot1p_dei_rw rewrite rule to both inner and outer VLAN tags of Ethernet-tagged frames exiting the ge-2/0/0.0 interface:

class-of-service {
interfaces {
ge-2/0/0 {
unit 0 {
rewrite-rules {
ieee-802.1ad dot1p_dei_rw vlan-tag outer-and-inner;
}
}
}
}
}

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