|
Properties |
|
natPlHistIndex |
Indicates the unique identifier of this conceptual row.
type=long
|
|
timestamp |
Indicates the value of sysUpTime at the time this row was created by the system.
A consistent histogram contains rows with an identical timestamp
type=Date
|
|
vRtrID |
Indicates the identifier of the virtual router instance of the pool for which this row contains
a histogram result. A consistent histogram contains rows with an identical
value for this object.
type=long
|
|
name |
Indicates the identifier of the pool for which this row contains a histogram result.
A consistent histogram contains rows with an identical value for this object.
type=string
|
|
bucketSize |
Indicates the bucket size of this histogram result.
A consistent histogram contains rows with an identical value for this object.
type=long
|
|
numBuckets |
Indicates the number of buckets of the histogram.
A consistent histogram contains rows with an identical value for this object.
type=long
|
|
tcp |
Indicates the number of subscribers using a number of TCP ports
in the range [N-M], where
N = tmnxNatPlHistIndex * tmnxNatPlHistBucketSize
M = (tmnxNatPlHistIndex + 1) * tmnxNatPlHistBucketSize - 1.
For example, given a bucket size of 10, if the index of this row
is equal to 3, the value of tmnxNatPlHistTcp is the number of subscribers
using between 30 and 39 TCP ports.
For the last row in this table, M is infinite.
type=long
|
|
udp |
Indicates the number of subscribers using a number of UDP ports
in the range [N-M], where
N = tmnxNatPlHistIndex * tmnxNatPlHistBucketSize
M = (tmnxNatPlHistIndex + 1) * tmnxNatPlHistBucketSize - 1.
For example, given a bucket size of 10, if the index of this row
is equal to 3, the value of tmnxNatPlHistUdp is the number of subscribers
using between 30 and 39 UDP ports.
For the last row in this table, M is infinite.
type=long
|
|
icmp |
Indicates the number of subscribers using a number of TCP ports
in the range [N-M], where
N = tmnxNatPlHistIndex * tmnxNatPlHistBucketSize
M = (tmnxNatPlHistIndex + 1) * tmnxNatPlHistBucketSize - 1.
For example, given a bucket size of 10, if the index of this row
is equal to 3, the value of tmnxNatPlHistIcmp is the number of subscribers
using between 30 and 39 ICMP ports.
For the last row in this table, M is infinite.
type=long
|