Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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


Command Syntax

set l3-interface vlan-interface <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.

...

Code Block
admin@Xorplus# set vlanl3-interface vlan-interface vlan200 rate-limit 1024
admin@Xorplus# commit

...