| Business Objects and Data Sources > States > The SNMP State Dictionary |
The SNMP State Dictionary |
INDEX
PREVIOUS
NEXT
|
The SNMP state dictionary is based on RFC 1213 - Management Information Base for Network Management of TCP/IP-based internets - MIB-II. This document defines a management information base, which is organized in nine groups:
In the SNMP State Dictionary, the primary state is based on the valid combinations of the Administrative and Operational Status, as they are defined in the Interfaces Group. This primary state holds one of the following values:
You can extend this primary state to take into account your own state definitions and their associated representations. More information on extensions is provided in Creating a New SNMP Primary State in the Styling documentation.
For Visuals See: |
The SNMP State Dictionary also includes numerous secondary states. The secondary states are divided according to the group where they are referenced in MIB-II.
Most of the variables defined in MIB-II are counters, holding a numeric value ranging from 0 to 232-1. The valid interval for the SNMP secondary numeric states can be configured, using the IltLimitedNumericState API. The graphic representation of each state can be configured as a Gauge, Counter or Chart. Customization is explained in detail in Customizing SNMP Secondary States in the Styling documentation.
The valid interval for the SNMP secondary numeric states can be configured, as shown in this code extract:
IltSNMP.Interface.InDiscards.setMaxValue (new Float (100.0));
For Visuals See: |
For information on how to customize SNMP states, please refer to Customizing the SNMP State System in the Styling documentation.
As well as defining the secondary states, which are represented graphically as gauges or charts, MIB-II also defines a group called System. This group is responsible for storing general information (such as location, contact person, and description) about the object being managed.
In the SNMP State Dictionary, this group is represented by a set of attributes. The attributes present in an object are mapped graphically to a window called System window. (See System Window.)
Attributes can be added to the System Group and represented in the System window with their values. More information on this extension is provided in Creating a New Attribute in the System Group in the Styling documentation.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |