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

Examples: Applying Layer 2 Policers to a Gigabit Ethernet Interface

Apply color-blind and color-aware two-rate TCM policers as input and output policers to a Gigabit Ethernet interface:

ge-1/0/0 {
unit 0
layer2-policer {
input-three-color trTCM1-cb;    # Apply the trTCM1-color-blind policer.
output-three-color trTCM1-ca;    # Apply the trTCM1-color-aware policer.
}
}

Apply two-level and color-blind single-rate TCM policers as input and output policers to a Gigabit Ethernet interface:

ge-1/0/0 {
unit 1
layer2-policer {
input-policer two-color-policer;    # Apply a two-color policer.
output-three-color srTCM2-cb;    # Apply the srTCM1-color-blind policer.
}
}

Apply a color-aware single-rate TCM policer as output policer on a Gigabit Ethernet interface:

ge-1/0/0 {
unit 2
layer2-policer {
output-three-color srTCM3-ca {    # Apply the srTCM3-color-aware policer.
}
}

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