set interface gigabit-ethernet rate-limiting egress kilobits
The set interface gigabit-ethernet rate-limiting egress kilobits command sets a rate limit value in kbit/s on a port for the egress traffic.
NOTE: In the same direction of the same interface, kilobits and ratio cannot be configured simultaneously. |
Command Syntax
set interface gigabit-ethernet <interface-name> rate-limiting egress kilobits <value>
Parameter
Parameter | Description |
interface <interface-name> | Specifies an interface name. The value is a string. |
kilobits <value> | Specifies the rate limit value in kbits/s. The value is an integer that ranges from 0 to 10000000. When the value is configured to 0, it indicates no rate limit on the interface. |
Example
- Set the rate limit value to 1000 kbit/s on port ge-1/1/1 for the egress traffic.
admin@Xorplus# set interface gigabit-ethernet ge-1/1/1 rate-limiting egress kilobits 1000 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.