Juniper EX9200 Features Manual page 209

Traffic policers feature guide ex series
Hide thumbs Also See for EX9200:
Table of Contents

Advertisement

Step-by-Step
Procedure
Results
Copyright © 2016, Juniper Networks, Inc.
}
then policer shared-policer-A;
}
}
}
policer shared-policer-A {
physical-interface-policer;
if-exceeding {
bandwidth-limit 100m;
burst-size-limit 500k;
}
then discard;
}
Applying the IPv4 Physical interface Filter to a Physical Interface
To apply the physical interface filter to a physical interface:
Enable configuration of IPv4 on the logical interface.
1.
[edit]
user@host# edit interfaces so-1/0/0 unit 0 family inet
Apply the IPv4 physical interface filter in the input direction.
2.
[edit interfaces so-1/0/0 unit 0 family inet]
user@host# set filter input ipv4-filter
Confirm the configuration of the firewall filter by entering the
mode command. If the command output does not display the intended configuration,
repeat the instructions in this procedure to correct the configuration.
[edit]
user@host# show interfaces
so-1/0/0 {
unit 0 {
family inet {
filter {
input ipv4-filter;
}
address 192.168.1.1/24;
}
family vpls;
}
unit 1 {
family mpls;
}
}
If you are done configuring the device, enter
Chapter 17: Two-Color and Three-Color Physical Interface Policers
show interfaces
commit
from configuration mode.
configuration
191

Advertisement

Table of Contents
loading

Table of Contents