C613-50631-01 Rev A Command Reference for IE340 Series 1232
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OSPFV3 FOR IPV6 COMMANDS
BANDWIDTH
bandwidth
Overview Use this command to specify the maximum bandwidth to be used for each
interface. The bandwidth value is in bits per second. OSPF uses this to calculate
metrics for the interface.
The no variant of this command removes any applied bandwidth value. It 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 10 Mbps, use the following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# bandwidth 10000000
or
awplus(config-if)# bandwidth 10m
Related
commands
show running-config access-list
show interface
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.