Cisco Cisco Packet Data Gateway (PDG)

Descargar
Página de 518
Feature Changes
Previous Behavior: By default the output of the show session disconnect-reasons command displays only
one bucket containing a cumulative count of disconnect reasons.
New Behavior: The operator can configure a bucket-interval (in minutes) to display historical, cumulative
counts of disconnect reasons.
This feature is configured via a CLI command which sets a time interval value that is sent to all sessmgrs.
Each sessmgr fills buckets with disconnect reason counts indexed by the time interval. The time interval for
filling the buckets is indexed relative to time hh:00. For example: if the time interval is 5 minutes, the bucket
is filled at hh:00, hh:05, hh:10, hh:15. So if current time is 06:57, buckets with values will be 06:55:00,
06:50:00 and 06:45:00.
A circular buffer method is used to fill the buckets. There are three buckets at all sessmgrs; each bucket is
filled when the interval timer expires. The bucket that is currently filled is time dependent with a calculated
index:
index = (CURRENT_TIME/ <CONFIGURED_TIME>) / 3
Where CONFIGURED_TIME is set via the session disconnect-reasons bucket-interval command (1-20
minutes).For example: if CONFIGURED_TIME is 5 minutes and the current time is 06:00:00, all sessmgrs
will fill a bucket at index = (0/5) /3 = index0 (first bucket). Similarly, at 06:05:00 and 06:10:00 the index will
be (05/5)/3 = second (index1) and third (index2) buckets respectively.
Figure 2: Interval-Index Bucket Relationships
Whenever a sessmgr starts or restarts, the time for which the first bucket is filled is calculated as:
run_timer_for_seconds = (CONFIGURED_TIME) - (CURRENT_TIME / CONFIGURED_TIME)
The subsequent buckets are filled for CONFIGURED_TIME.
For example, if the CLI is configured at 06:03:00 and CONFIGURED_TIME is 5 then the first bucket is filled
only for 2 minutes; the next timer starts at 06:05:00.
Release Change Reference, StarOS Release 19    
451
System Changes in Release 19
Add bucket-intervals to Output of show session disconnect-reasons