Juniper EX9200 Features Manual page 85

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

Advertisement

Results
Step-by-Step
Procedure
Copyright © 2016, Juniper Networks, Inc.
Enable single-tag VLAN framing.
2.
[edit interfaces fe-0/1/1]
user@host# set vlan-tagging
Bind VLAN IDs to the logical interfaces.
3.
[edit interfaces fe-0/1/1]
user@host# set unit 0 vlan-id 100
user@host# set unit 1 vlan-id 101
Configure IPv4 on the single-tag VLAN logical interfaces.
4.
[edit interfaces fe-0/1/1]
user@host# set unit 0 family inet address 10.20.15.1/24
user@host# set unit 1 family inet address 10.20.240.1/24
Confirm the configuration of the VLAN 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
fe-0/1/1 {
vlan-tagging;
unit 0 {
vlan-id 100;
family inet {
address 10.20.15.1/24;
}
}
unit 1 {
vlan-id 101;
family inet {
address 10.20.240.1/24;
}
}
}
Configuring the Three Policers
To configure the three policers:
Enable configuration of a two-color policer that discards packets that do not conform
1.
to a bandwidth of 1 Mbps and a burst size of 5000 bytes.
NOTE:
You apply this policer directly to all IPv4 input traffic at the
single-tag VLAN logical interface, so the packets will not be filtered
before being subjected to rate limiting.
[edit]
user@host# edit firewall
Chapter 7: Basic Single-Rate Two-Color Policers
show interfaces
policer
p-all-1m-5k-discard
configuration
67

Advertisement

Table of Contents
loading

Table of Contents