Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »


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


Command Syntax

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


Parameter

Parameter

Description

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 vlan-interface interface vlan200 rate-limit 1024
admin@Xorplus# commit


  • No labels