C613-50170-01 Rev B
Command Reference for x510 Series
985
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
BANDWIDTH
bandwidth
Overview
Use this command to specify the maximum bandwidth to be used for each VLAN
interface. The bandwidth value is in bits per second. OSPF uses this to calculate
metrics for the VLAN interface.
The
no
variant of this command removes any applied bandwidth value and
replaces it with a value equal to the lowest port speed within that VLAN.
Syntax
bandwidth <
bandwidth-setting
>
no bandwidth
Mode
Interface Configuration for a VLAN interface.
Example
To set the bandwidth on VLAN2 to be 1 Mbps, use the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
bandwidth 1000000
Or
awplus(config-if)#
bandwidth 1m
Related
Commands
access-list
Parameter
Description
<
bandwidth-setting
>
Sets the bandwidth for the interface. Enter a value in
the range 1 to 10000000000 bits per second. Note that
to avoid entering many zeros, you can add k, m, or g to
internally add 3, 6 or 9 zeros to the number entered. For
example entering 1k is the same as entering 1000.