Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set l3-interface vlan-interface rate-limit command configures the CPU egress rate limit for an L3 VLAN interface.


Command Syntax

set l3-interface vlan-interface <interface-name> rate-limit <rate-limit>


Parameter

Parameter

Description

vlan-interface <interface-name>

Specifies a Layer 3 VLAN interface. The value is a string.

rate-limit <rate-limit>

Specifies an egress rate limit for the L3 VLAN interface. The value is an integer, in kbps, that ranges from 1 to 1000000000.

By default, there is no rate limit for the L3 VLAN interface in the outbound direction.


Usage Guidelines

L3 VLAN interface rate limit is applied to packets delivered out from the CPU, controlling shock of large flow on CPU, releasing the burden on CPU.


Example

  • Configure rate limit for the L3 VLAN interface vlan200.
admin@Xorplus# set l3-interface vlan-interface vlan200 rate-limit 1024
admin@Xorplus# commit
  • No labels