Displaying vlan rate limiting information, Clearing vlan rate limiting statistics, Vlan rate limiting configuration – Brocade Virtual ADX Switch and Router Guide (Supporting ADX v03.1.00) User Manual

Page 114: Vlan rate limiting statistics

Advertising
background image

100

Brocade Virtual ADX Switch and Router Guide

53-1003246-01

Overview

5

Virtual ADX(config- vlan-10)# rate-limit input 104857600 157286400

Syntax: [no] rate-limit input average-rate maximum-burst

average-rate is the maximum number of bits a VLAN can receive per second. It cannot exceed the
interface line rate.

maximum-burst is the maximum number of bits per second that the traffic can have above the
average rate. It cannot be less than the average rate and cannot exceed the interface line rate.

Displaying VLAN rate limiting information

VLAN rate limiting configuration

The following command displays the summary of VLAN rate limit configuration.

Virtual ADX# show rate-limit vlan 10

vlan 10

average: 104857600 max burst: 157286400

Syntax: show rate-limit [vlan vlan-id]

This command displays the overall or per-VLAN rate limit configuration and is available in Enable
mode and above. In the command, vlan-id is the operand that allows you to view a VLAN-specific
rate limiting configuration.

VLAN rate limiting statistics

Use the following command, in Enable mode and above, to display the overall or individual VLAN
rate limit statistics.

Virtual ADX# show rate-limit counters vlan 10

vlan 10

packets forwarded: 1005 bytes forwarded: 60300

packets dropped: 0 bytes dropped: 0

Syntax: show rate-limit counters [vlan vlan-id]

vlan-id is the operand which allows you to view the VLAN-specific rate limiting statistics.

Clearing VLAN rate limiting statistics

The following command allows you to clear the overall or individual VLAN rate limit statistics.

Virtual ADX# clear rate-limit counters vlan 10

Syntax: clear rate-limit counters [vlan vlan-id]

Advertising