Configure the Interface Bandwidth
By default, the JUNOS software uses the physical interface's speed for the MIB-II object,
ifSpeed. You can configure the logical unit to populate theifSpeedvariable by configuring a bandwidth value for the logical interface. Thebandwidthstatement sets an informational-only parameter; you cannot adjust the actual bandwidth of an interface with this statement.To configure the bandwidth value for a logical interface, include the
bandwidthstatement:bandwidthrate;You can configure this statement at the following hierarchy levels:
[edit interfacesinterface-nameunitlogical-unit-number]- [
edit logical-routerslogical-router-nameinterfacesinterface-nameunitlogical-unit-number]
rateis the peak rate, in bps or cps. You can specify a value in bits per second either as a complete decimal number or as a decimal number followed by the abbreviationk(1000),m(1,000,000), org(1,000,000,000). You can also specify a value in cells per second by entering a decimal number followed by the abbreviationc; values expressed in cells per second are converted to bits per second using the formula 1 cps = 384 bps. The range is not limited. Thebandwidthstatement is valid for all logical interfaces, except multilink and aggregated interfaces.