181
<Configuration Example 2>
Overview: Configure the access control to mark CoS in the VLAN tag in order to
have this Switching Hub preferentially control packets of IP phones that support DSCP
only.
(1) Configure the classifier to target packets with DSCP set to 32.
(2) Configure the in-profile to mark the target packets with a CoS value of 6.
(3) Configure the port list to set uplink ports 22 to 24 as target ports of the access
control.
(4) Configure the out-profile to discard traffic exceeding 100 Mbps.
(5) Associate configuration items above with policy 2 and set the policy sequence
to 10.
Fig. 4-4-5 Example of the access control configuration 2
(1)
(2)
(3)
(4)
(5)
M24eG> enable
M24eG# configure
M24eG(config)#
AccessControl classifier 5 dscp 32
M24eG(config)# AccessControl inprofile 5 permit cos 6
M24eG(config)# AccessControl outprofile 5 committed-rate 100 burst-size 5 deny
M24eG(config)# AccessControl portlist 5 22-24
M24eG(config)# AccessControl policy 2 portlist 5 classifier 5 policy-sequence 10
inprofile 5 outprofile 5
M24eG(config)#