|
|
Description:
|
pmQoSRateUnit OBJECT-TYPE
SYNTAX INTEGER {bps(1), kbps(2), mbps(3), gbps(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This Object indicates the unit for the
Information Rate(CIR,EIR,PIR,PTR,CTR ...)values
based on target platform.
This Object specifies the unit alone. Value corresponding
to this unit should be taken from 'pmQoSRateGranularity'
Ex 1:
'pmQoSRateUnit' = kbps
'pmQoSRateGranularity' = 64
then this target will accept the Information
Rate(CIR,EIR,TIR,PTR, CTR ...) values in multiples of 64
like 64 kbps, 128 kbps ...
Ex 2:
'pmQoSRateUnit' = mbps
'pmQoSRateGranularity' = 64
then this target will accept the Information
Rate(CIR,EIR,TIR,PTR, CTR ...) values in multiples of 64
like 64 mbps, 128 mbps ..."
|
|