Reference record for OID 1.3.6.1.4.1.3727.20.10.4.16


parent
1.3.6.1.4.1.3727.20.10.4 (log)
node code
16
node name
logViewPageControl
dot oid
1.3.6.1.4.1.3727.20.10.4.16
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logViewPageControl(16)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logViewPageControl(16)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logViewPageControl(16)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logViewPageControl(16)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logViewPageControl(16)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logViewPageControl(16)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/western-multiplex/tsunami100-06/system/log/logViewPageControl
  • /iso/identified-organization/dod/internet/private/enterprises/western-multiplex/tsunami100-06/system/log/logViewPageControl
  • /iso/org/dod/internet/private/enterprise/western-multiplex/tsunami100-06/system/log/logViewPageControl
  • /iso/org/dod/internet/private/enterprises/western-multiplex/tsunami100-06/system/log/logViewPageControl
  • /iso/iso-identified-organization/dod/internet/private/enterprise/western-multiplex/tsunami100-06/system/log/logViewPageControl
  • /iso/iso-identified-organization/dod/internet/private/enterprises/western-multiplex/tsunami100-06/system/log/logViewPageControl
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/3727/20/10/4/16

    Description by circitor

    This non-persistent variable allows a user to control
    the present page view of the 'logRecTable'.

    When 'logViewPageSize' is set at any value smaller than
    'logMaxSize', the 'logRecTable' may have multiple pages,
    depending upon how many log records are present in the log
    ('logCurrentSize'), and the viewing filter
    'logViewSeverityFilter'.

    This variable 'logViewPageControl' allows the SNMP user
    to retrieve any of these pages.

    For the purpose of clarity in the description below,
    lets assume 'logCurrentSize' is 47, and 'logViewPageSize'
    is 10. With this example, there would be 5 viewable
    pages, identified as pages 1, 2, 3, 4, and 5. Pages
    1 through 4 have 10 log records each, while page 5
    has only 7 records.

    Setting this variable to 1 causes the first view
    page to be retrieved when 'logRecTable' is next read
    by the SNMP user. That is records 1 through 10 would
    be retrieved.

    Setting this variable to 2 causes the records 11 through
    20 to be retrieved. Setting 'logViewPageControl' to
    3 causes 21 through 30; 4 causes 31 through 40; and
    5 causes 41 through 47 to be retrieved the next time
    'logRecTable' is read.

    The viewing of a different page becomes a two step
    operation; first this variable 'logViewPageControl' is
    set with a value then the 'logRecTable' is read.

    The default value is 1. Allowable values are 1 through
    the value which represents the last page at any specific
    point in time that this variable is written. If the input
    value is larger than the value representing the last
    page, then the input is ignored (no error returned), and
    'logViewPageControl' is set to the last page given the
    current system log and viewing filter criteria
    ('logViewFilter'). A input value of 0 is accepted
    (without error) to represent the first page. Thus a
    1 is written.

    If at any time the current view of the system log has
    changed (because of the dynamic nature of the system log),
    such that 'logViewPageControl' is too large, then this
    variable will be automatically set to a new value that
    represents the last page. Thus the only time a
    'logRecTable' is retrieve empty, is because there are
    no records matching the view filter criteria, not because
    'logViewPageControl' indicates an invalid page.

    'logViewEvents' indicates the number of system events
    that would be displayable on all pages of the
    'logRecTable' given the view filtering criteria
    specified by the current value of 'logViewSeverityFilter'.
    Examining 'logViewEvents' may assist in choosing how
    a user may want to change this variable
    'logViewPageControl'.

    The retrieval of the 'logRecTable' is also effected by
    the view sorting variables 'logViewMethod',
    'logViewDirection', and 'logViewAge' which provide sorting
    criteria. (These determine the order of the the records.)

    Also note, that the system log is a dynamic history of
    events. Records may be deleted automatically because of
    replacement rules (new events overwriting older events),
    or through human interaction via SNMP, or possible a
    platform's console or configuration port interface.
    With such a situation, a user may retrieve the next or
    previous page, and see some or all of the same log
    events that where presented earlier. Similarly, the
    user may completely overlook a record that shifts from a
    logical position on a particular page during one retrieval
    and has moved to a different page when the next retrieval
    occurs.

    This variable is automatically given the value of
    1 whenever any of the other viewing variables
    are modified ('logViewPageSize', and these identified
    below).

    The retrieval of the 'logRecTable' is effected by
    the other viewing variables, which provide sorting
    and filtering controls. These other variables are:
    'logViewSeverityFilter',
    'logViewMethod',
    'logViewDirection',
    'logViewAge'.

    Parsed from file WESTERN-MULTIPLEX-MIB.mib
    Module: WESTERN-MULTIPLEX-MIB

    Information by oid_info

    Vendor: Western Multiplex
    Module: WESTERN-MULTIPLEX-MIB

    [Automatically extracted from oidview.com]

    Information by circitor

    logViewPageControl OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This non-persistent variable allows a user to control the present page view of the 'logRecTable'. When 'logViewPageSize' is set at any value smaller than 'logMaxSize', the 'logRecTable' may have multiple pages, depending upon how many log records are present in the log ('logCurrentSize'), and the viewing filter 'logViewSeverityFilter'. This variable 'logViewPageControl' allows the SNMP user to retrieve any of these pages. For the purpose of clarity in the description below, lets assume 'logCurrentSize' is 47, and 'logViewPageSize' is 10. With this example, there would be 5 viewable pages, identified as pages 1, 2, 3, 4, and 5. Pages 1 through 4 have 10 log records each, while page 5 has only 7 records. Setting this variable to 1 causes the first view page to be retrieved when 'logRecTable' is next read by the SNMP user. That is records 1 through 10 would be retrieved. Setting this variable to 2 causes the records 11 through 20 to be retrieved. Setting 'logViewPageControl' to 3 causes 21 through 30; 4 causes 31 through 40; and 5 causes 41 through 47 to be retrieved the next time 'logRecTable' is read. The viewing of a different page becomes a two step operation; first this variable 'logViewPageControl' is set with a value then the 'logRecTable' is read. The default value is 1. Allowable values are 1 through the value which represents the last page at any specific point in time that this variable is written. If the input value is larger than the value representing the last page, then the input is ignored (no error returned), and 'logViewPageControl' is set to the last page given the current system log and viewing filter criteria ('logViewFilter'). A input value of 0 is accepted (without error) to represent the first page. Thus a 1 is written. If at any time the current view of the system log has changed (because of the dynamic nature of the system log), such that 'logViewPageControl' is too large, then this variable will be automatically set to a new value that represents the last page. Thus the only time a 'logRecTable' is retrieve empty, is because there are no records matching the view filter criteria, not because 'logViewPageControl' indicates an invalid page. 'logViewEvents' indicates the number of system events that would be displayable on all pages of the 'logRecTable' given the view filtering criteria specified by the current value of 'logViewSeverityFilter'. Examining 'logViewEvents' may assist in choosing how a user may want to change this variable 'logViewPageControl'. The retrieval of the 'logRecTable' is also effected by the view sorting variables 'logViewMethod', 'logViewDirection', and 'logViewAge' which provide sorting criteria. (These determine the order of the the records.) Also note, that the system log is a dynamic history of events. Records may be deleted automatically because of replacement rules (new events overwriting older events), or through human interaction via SNMP, or possible a platform's console or configuration port interface. With such a situation, a user may retrieve the next or previous page, and see some or all of the same log events that where presented earlier. Similarly, the user may completely overlook a record that shifts from a logical position on a particular page during one retrieval and has moved to a different page when the next retrieval occurs. This variable is automatically given the value of 1 whenever any of the other viewing variables are modified ('logViewPageSize', and these identified below). The retrieval of the 'logRecTable' is effected by the other viewing variables, which provide sorting and filtering controls. These other variables are: 'logViewSeverityFilter', 'logViewMethod', 'logViewDirection', 'logViewAge'." ::= { log 16 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.3727)

    Lee Herman

    Brothers (18)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.3727.20.10.4.1 logMaxSize 0 0 This persistent variable indicates the maximum size of
    the system event log. Some Western Multiplex platforms
    allow this variable…
    1.3.6.1.4.1.3727.20.10.4.2 logCurrentSize 0 0 This non-persistent variable indicates the current
    number of the system event log records.

    The non-persistent system event log is…
    1.3.6.1.4.1.3727.20.10.4.3 logIndexNumber 0 0 This non-persistent variable increments every time a
    system event is added to the system log. It has an
    initial value of 0.

    When …
    1.3.6.1.4.1.3727.20.10.4.4 logCurrentHEALTH 0 0 This non-persistent variable indicates the current
    health of the Network Management Unit, or NMU, System as
    determined by the con…
    1.3.6.1.4.1.3727.20.10.4.5 logRadioHEALTH 0 0 This non-persistent variable indicates the current
    health of the attached managed Radio system as determined
    by the contents of t…
    1.3.6.1.4.1.3727.20.10.4.6 logSeverityFilter 0 0 This persistent variable indicates the desired severity
    level for adding a system event to the log based upon a
    severity level. T…
    1.3.6.1.4.1.3727.20.10.4.7 logFilteredSpecific 0 0 This non-persistent variable counts the number of
    occurrences of system events that were not logged to
    the system log because of …
    1.3.6.1.4.1.3727.20.10.4.8 logFilteredSeverity 0 0 This non-persistent variable counts the number of
    occurrences of system events that where not logged to
    the system event log, bec…
    1.3.6.1.4.1.3727.20.10.4.9 logFilteredRules 0 0 This non-persistent variable increments every time a
    system event occurs, that is not added to the system log,
    because of replace…
    1.3.6.1.4.1.3727.20.10.4.15 logViewPageSize 0 0 This persistent variable determines the maximum
    size of the 'logRecTable', as returned to an SNMP user.

    For system that are conne…
    1.3.6.1.4.1.3727.20.10.4.17 logViewSeverityFilter 0 0 This persistent variable indicates the desired severity
    level or levels (and qualifiers) for viewing the
    'logRecTable'. This con…
    1.3.6.1.4.1.3727.20.10.4.18 logViewMethod 0 0 This persistent variable determines the sort method
    used for retrieving the 'logRecTable'.

    'chronological' allows the table to be…
    1.3.6.1.4.1.3727.20.10.4.19 logViewDirection 0 0 This persistent variable determines the direction
    of the severity related sorting of log records used for
    retrieving the 'logRecT…
    1.3.6.1.4.1.3727.20.10.4.20 logViewAge 0 0 This persistent variable determines the direction
    of the time related sorting of log records used for
    retrieving the 'logRecTable…
    1.3.6.1.4.1.3727.20.10.4.21 logViewEvents 0 0 This non-persistent variable indicates the number of
    system events that would be displayable on all pages of
    the 'logRecTable' gi…
    1.3.6.1.4.1.3727.20.10.4.30 logTrapSeverityFilter 0 0 This persistent variable indicates the desired severity
    level or levels (and qualifiers) for the logging
    sub-system to generate a…
    1.3.6.1.4.1.3727.20.10.4.31 logTrapHysteresis 0 0 This persistent variable indicates the desired hysteresis
    time value that allows the logging sub-system to generate
    a SNMP generi…
    1.3.6.1.4.1.3727.20.10.4.40 logRecTable 1 5 This table contains system log events records.

    The non-persistent system event log is a circular history
    or log of system events.…