Bandwidth control per PW port (per AN or per AN/ per service) by Vport.
The Vport can be created on the binding port.
The Vport can be associated with the PW port either by static assignment or dynamic selection by inter-dest-id (returned from RADIUS or DHCP for a host).
Aggregate-rate-limit can be configured to shape the egress traffic across all hosts associated with the Vport by inter-dest-sting match or by static association of underlying PW port with the Vport.
The following output displays a dynamic Vport selection based on an inter-dest-id configuration.
config>
port 1/1/1
ethernet
mode hybrid
encap-type dot1Q
mtu 1540
access
egress
vport ‟v1” create
agg-rate
rate 1000
host-match dest ‟dslam-1” #### hosts will be associated with
exit #### vport based on inter-dest-id
exit
exit
exit
config>service>sdp>binding
pw-port 11 vc-id 11 create
egress
shaping int-dest-id ‟dslam-1” #### dynamic vport selection based on
#### int-dest-id.
The following output displays a static assignment of PW port to Vport configuration.
config>
port 1/1/2
ethernet
mode hybrid
encap-type dot1Q
access
egress
vport "v2" create
agg-rate
rate 1000
exit
exit
exit
exit
exit
config>service>sdp>binding
pw-port 20 vc-id 20 create
egress
shaping vport ‟v2” #### static assignment of pw-port to vport.
exit
exit