CISCO-GATEKEEPER-MIB
AI MIB Summary
The CISCO-GATEKEEPER-MIB enables monitoring and management of Cisco H.323 gatekeeper functions, specifically tracking address translation tables, admission control states, and bandwidth utilization for H.323 terminals. It provides visibility into call registration status, zone membership, and resource allocation to ensure proper access control and routing within packet-based multimedia communication networks.
The MIB Module supports the functions of a gatekeeper. The gatekeeper is a function of the H.323 Packet Based Multimedia Communications Systems, a standard of TU. The gatekeeper provides address translation and controls access to the network for H.323 terminals.
69
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
69 total| Object Name |
|---|
ciscoGatekeeperMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.10.40 |
ciscoGatekeeperMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.1 |
cgkZone OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.1.1 |
cgkZoneTableThe table contains the local zones supported by the Gatekeeper
and the remote zones which the Gatekeeper may or has interacted
with. SEQUENCE OF CgkZoneEntry .1.3.6.1.4.1.9.10.40.1.1.1 |
cgkZoneEntryAn entry (conceptual row) in the cgkZoneTable. An entry may be
created administratively or by the gatekeeper during normal
gatekeeper operations.
No writable objects may be changed while cgkZoneRowStatus is
'active'.
When removing an entry from the table, corresponding entries in
the cgkZoneSubnetTable and cgkLocalZoneTable may be removed. CgkZoneEntry .1.3.6.1.4.1.9.10.40.1.1.1.1 |
cgkZoneIndexAn unsigned integer value whose only significance is to
uniquely identify the conceptual row. The value has no
significance. Gauge .1.3.6.1.4.1.9.10.40.1.1.1.1.1 |
cgkZoneZoneNameThe name of the zone .
e.g. zone1.company.com
This object is required for zone creation.rw CgkGatekeeperID -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.1.1.1.2 |
cgkZoneDomainThe domain name.
e.g. company.com
This object is required for zone creation.rw SnmpAdminString .1.3.6.1.4.1.9.10.40.1.1.1.1.3 |
cgkZoneRasAddressTagThe tag identifying the underlying type of cgkZoneRasAddress.rw CgkTAddressTag -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- other(0), -- ipv4(1), -- ipv6(2), -- ipx(3), -- nsap(4) -- } .1.3.6.1.4.1.9.10.40.1.1.1.1.4 |
cgkZoneRasAddressThe RAS Signal transport address of the gatekeeper supporting
the zone.rw TAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.1.1.1.5 |
cgkZoneIrrFrequencyThe IRR time a gatekeeper returns in an ACF.rw INTEGER .1.3.6.1.4.1.9.10.40.1.1.1.1.6 |
cgkZoneLocalZoneIf this gatekeeper manages the zone, then this value is 'true'
otherwise it is false.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.10.40.1.1.1.1.7 |
cgkZoneDefaultSubnetFlagsIf there is no entry in the cgkZoneSubnetTable matching the
subnet of the GRQ originator, then the gatekeeper uses the
value of this object for determining the response.
The description of the value is:
enable Gatekeeper response to a GRQ/LRQ is GCF/LCF if
the GRQ/LRQ has a matching or NULL
gatekeeperIdentifier.
disable Gatekeeper does not respond if the gatekeeper
identifier in the GRQ/LRQ doesn't match.rw Enumeration .1.3.6.1.4.1.9.10.40.1.1.1.1.8 |
cgkZoneAddressLookupFailuresThe number of times the gatekeeper is unable to resolve an
address.ro Counter .1.3.6.1.4.1.9.10.40.1.1.1.1.9 |
cgkZoneEndpointTimeoutsThe number of times the cgkEpTimeToLive has expired for
an endpoint in this zone.ro Counter .1.3.6.1.4.1.9.10.40.1.1.1.1.10 |
cgkZoneOtherFailuresThe number of call attempts which have failed for reasons
other than cgkZoneEndpointTimeouts or
cgkZoneAddressLookupFailures.ro Counter .1.3.6.1.4.1.9.10.40.1.1.1.1.11 |
cgkZoneLRQsThe number of LRQs processed by the gatekeeper. If
cgkZoneLocalZone is 'true' then the value of this object
has no meaning.ro Counter .1.3.6.1.4.1.9.10.40.1.1.1.1.12 |
cgkZoneRowStatusThe row status of the entry. This object is required to create
or delete rows administratively. The transition from 'active' to
'notInService' may not be supported.
No objects in the row may be modified when the row is 'active'.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.10.40.1.1.1.1.13 |
cgkZoneSubnetTableThe table identifies communication characteristics between a
gatekeeper and endpoints whose RAS address is on specified IP
subnets. This table is appropriate for a zone whose
znRasAddressTag is 'ipv4' or 'ipv6'. SEQUENCE OF CgkZoneSubnetEntry .1.3.6.1.4.1.9.10.40.1.1.2 |
cgkZoneSubnetEntryAn entry in the cgkZoneSubnetTable is a configured item giving
gatekeeper protocol behavior with endpoints whose RAS address
is in the specified subnet.
An entry may be created only administratively. Writable objects
may be changed while a conceptual row is 'active'. CgkZoneSubnetEntry .1.3.6.1.4.1.9.10.40.1.1.2.1 |
cgkZoneSubnetTagThe tag identifying the underlying type of cgkZoneSubnetAddress
and cgkZoneSubnetMask. CgkNAddressTag -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- other(0), -- ipv4(1), -- ipv6(2), -- ipx(3), -- nsap(4) -- } .1.3.6.1.4.1.9.10.40.1.1.2.1.1 |
cgkZoneSubnetAddressThe subnet address of the zone. CgkNAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.1.2.1.2 |
cgkZoneSubnetMaskThe subnet mask and cgkZoneSubnetAddress must have the
relationshop
(cgkZoneSubnetAddress & cgkZoneSubnetMask) ==
cgkZoneSubnetAddress
that is the bitwise AND of cgkZoneSubnetAddress with
cgkZoneSubnetAddress must equal cgkZoneSubnetAddress otherwise
the set request shall fail with a 'inconsistentValue' error.
This object is required for row creation.rw CgkNAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.1.2.1.3 |
cgkZoneSubnetFlagsIf there is an entry in the cgkZoneSubnetTable matching the
subnet of the GRQ/LRQ originator, then the gatekeeper uses the
value of this attribute to determine the response.
The description of the value follows:
enable Gatekeeper response to a GRQ/LRQ is GCF/LCF if
the GRQ/LRQ has a matching or NULL
gatekeeperIdentifier.
disable Gatekeeper does not respond if the gatekeeper
identifier in the GRQ/LRQ doesn't match.rw Enumeration .1.3.6.1.4.1.9.10.40.1.1.2.1.4 |
cgkZoneSubnetRowStatusThe row status of the entry. New rows are created using
'createAndGo' and deleted using 'destroy'.
Once 'active' this object may be set to only 'destroy' and
only cgkZoneSubnetFlags may be modified.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.10.40.1.1.2.1.5 |
cgkLocalZoneTableThe table contains information specific to the local zones
supported by the Gatekeeper. SEQUENCE OF CgkLocalZoneEntry .1.3.6.1.4.1.9.10.40.1.1.3 |
cgkLocalZoneEntryA single gatekeeper locally managed zone.
An entry is created in this table when an entry in the
cgkZoneTable is created with cgkZoneLocalZone set to a value of
true. The entry is removed when its associated entry in the
cgkZoneTable is deleted or when cgkZoneLocalZone is set false. CgkLocalZoneEntry .1.3.6.1.4.1.9.10.40.1.1.3.1 |
cgkLZoneACFsThe number of ACFs processed by the gatekeeper.ro Counter .1.3.6.1.4.1.9.10.40.1.1.3.1.1 |
cgkLZoneARJsThe number of ARJs processed by the gatekeeper.ro Counter .1.3.6.1.4.1.9.10.40.1.1.3.1.2 |
cgkLZoneTotalBandwidthThe maximum bidirectional bandwidth which a gatekeeper can
allocate to all calls in the zone.
Value must be greater than or equal to the value specified in
cgkLZoneInterZoneBandwith.
A value of -1 indicates no bandwidth limitation has been set,
and the value defined by cgkMIBDefaultTotalBandwidth is
used.rw INTEGER(-1..1000000000) -- Units -- 100 bps .1.3.6.1.4.1.9.10.40.1.1.3.1.3 |
cgkLZoneAllocTotalBandwidthThe total bidirectional bandwidth allocated by the gatekeeper
to the active calls.
This value will not exceed the value of cgkLZoneTotalBandwidth.ro Gauge .1.3.6.1.4.1.9.10.40.1.1.3.1.4 |
cgkLZoneInterzoneBandwidthThe maximum bidirectional bandwidth which a gatekeeper can
allocate to all calls between this zone and all other zones.
Value must be less than or equal to the value specified in
cgkLZoneTotalBandwith.
A value of -1 indicates no bandwidth limitation has been set,
and the value defined by cgkMIBDefaultInterzoneBandwidth is
used.rw INTEGER(-1..1000000000) -- Units -- 100 bps .1.3.6.1.4.1.9.10.40.1.1.3.1.5 |
cgkLZoneAllocInterzoneBandwidthThe total bidirectional bandwidth allocated by the gatekeeper
to the active calls between this zone and all other zones.
This value will not exceed the value of
cgkLZoneInterzoneBandwidth.ro Gauge .1.3.6.1.4.1.9.10.40.1.1.3.1.6 |
cgkLZoneSessionBandwidthThe maximum bidirectional bandwidth which a gatekeeper can
allocate to a call in this zone.
A value of -1 indicates no bandwidth limitation has been set,
and the value defined by cgkMIBDefaultSessionBandwidth is
used.rw INTEGER(-1..50000) -- Units -- 100 bps .1.3.6.1.4.1.9.10.40.1.1.3.1.7 |
cgkLZoneProxiedCallThis is a bit mask value that specifies what type of calls into
or out of the zone are handled by the proxy. It consists of the
following bits ORed together
none (0),
inboundToTerminal (1),
inboundToGateway (2),
outboundFromTerminal (4),
outboundFromGateway (8)
When a cisco gatekeeper receives an LRQ and the call type
matches that specified by a bit set in this bit mask, then the
gatekeeper returns the call signal address of the proxy end
point otherwise it returns the call signal address of the
destination endpoint.rwdeprecated INTEGER .1.3.6.1.4.1.9.10.40.1.1.3.1.8 |
cgkLZoneProxiedCallBitsThese bits specify what type of calls into or out of
the zone are handled by the proxy.
When a cisco gatekeeper receives an LRQ and the call type
matches that specified by a bit set in this bit mask, then the
gatekeeper returns the call signal address of the proxy end
point otherwise it returns the call signal address of the
destination endpoint.rw OCTET STRING .1.3.6.1.4.1.9.10.40.1.1.3.1.9 |
cgkHistory OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.1.2 |
cgkHistoryMaxEventEntriesThe maximum number of entries that can be held in
cgkHistoryEventTable.
The default value for this object is 20.rw INTEGER .1.3.6.1.4.1.9.10.40.1.2.1 |
cgkHistoryEventTableThe table contains a history of notification events which
occured during Gatekeeper operation. SEQUENCE OF CgkHistoryEventEntry .1.3.6.1.4.1.9.10.40.1.2.2 |
cgkHistoryEventEntryInformation about a notification event on this Gatekeeper. CgkHistoryEventEntry .1.3.6.1.4.1.9.10.40.1.2.2.1 |
cgkHistoryEventIndexA monotonically increasing integer for the sole purpose of
indexing events. When it reaches the maximum value, an
extremely unlikely event, the agent wraps the value back
to 1 and may flush existing entries. INTEGER .1.3.6.1.4.1.9.10.40.1.2.2.1.1 |
cgkHistoryEventTypeThe object indicates the event that occurred.
other - An event other than the ones listed below.
register - A full RRQ was received by the gatekeeper to
register a previously unregistered endpoint.
unregister - An endpoint was unregistered because it sent
a URQ to the gatekeeper.
unregisterForced - The gatekeeper sent a URQ to the endpoint.
overload - The gatekeeper has detected sustained
overload. A sustained overload condition
will cause the gatekeeper to reject calls.ro Enumeration .1.3.6.1.4.1.9.10.40.1.2.2.1.2 |
cgkHistoryEventTimeThe value of sysUpTime when the running configuration
when the event occurred.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.10.40.1.2.2.1.3 |
cgkHistoryEventTextThe object indicates the event reason for the current
or last event. It should be used only for direct,
human-readable display and only if a management station
is unable to decode the value of cgkHistoryEventType.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.2.2.1.4 |
cgkHistoryEventEndpointTypeThe type of the endpoint that triggered the register or
unregister event.
none - No endpoint is associated with this event.
other - An endpoint type other than the ones listed below.
gatekeeper - The endpoint is a Gatekeeper.
gateway - The endpoint is a Gateway (and not a proxy).
mcu - The endpoint is a Multipoint Control Unit.
terminal - The endpoint is an H.323 terminal.
proxy - The endpoint is a Proxy.ro Enumeration .1.3.6.1.4.1.9.10.40.1.2.2.1.5 |
cgkHistoryEventEndpointAddrTagThe type of network address associated with the endpoint
that triggered the register or unregister event.
This field is not valid for other event types.ro CgkNAddressTag -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- other(0), -- ipv4(1), -- ipv6(2), -- ipx(3), -- nsap(4) -- } .1.3.6.1.4.1.9.10.40.1.2.2.1.6 |
cgkHistoryEventEndpointAddressThe network address associated with the endpoint
that triggered the register or unregister event.
This field is not valid for other event types.ro CgkNAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.2.2.1.7 |
cgkHistoryEventEndpointH323idThe H323 ID of the endpoint associated with the register or
unregister event. This field is not valid for other event
types.ro SnmpAdminString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.10.40.1.2.2.1.8 |
cgkGeneralConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.1.3 |
cgkMIBEnableEventNotificationIndicates whether or not an Event Alarm Notification
will be generated by the Gatekeeper. A false value
will prevent the Gatekeeper from generating the
notification.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.10.40.1.3.1 |
cgkMIBDefaultTotalBandwidthThe value of this object represents the maximum bi-directional
bandwidth which can be allocated by a gatekeeper for call
connections in a zone.
When no value has been assigned to a particular
cgkLZoneTotalBandwidth entry i.e. its value is -1, the value
of this object is used for the maximum bi-directional bandwidth
of the call connections in that zone.
Value must be greater than or equal to the value specified in
cgkMIBDefaultInterZoneBandwith.
A value of -1 indicates no bandwidth limitation has been set.rw INTEGER(-1..1000000000) -- Units -- 100 bps .1.3.6.1.4.1.9.10.40.1.3.2 |
cgkMIBDefaultInterzoneBandwidthThe value of this object represents the maximum bi-directional
bandwidth which can be allocated by a gatekeeper for call
connections from one zone to other zones.
When no value has been assigned to a particular
cgkLZoneInterzoneBandwidth entry i.e. its value is -1, the value
of this object is used for the maximum bi-directional bandwidth
of the call connections between that zone and other zones.
Value must be less than or equal to the value specified in
cgkMIBDefaultTotalBandwith.
A value of -1 indicates no bandwidth limitation has been set.rw INTEGER(-1..1000000000) -- Units -- 100 bps .1.3.6.1.4.1.9.10.40.1.3.3 |
cgkMIBDefaultSessionBandwidthWhen no value has been assigned to a particular
cgkLZoneSessionBandwidth entry i.e. its value is -1, then
this value defines the maximum bidirectional bandwidth which
a gatekeeper can allocate to a call in that zone.
This value represents the total bidirectional data flow
in units of hundreds bits per second (bps). A value of 10 is
1000bps.
A value of -1 indicates no bandwidth limitation has been set.rw INTEGER(-1..50000) -- Units -- 100 bps .1.3.6.1.4.1.9.10.40.1.3.4 |
ciscoGatekeeperMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.2 |
ciscoGatekeeperMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.2.0 |
ciscoGatekeeperEventA ciscoGatekeeperEvent is sent whenever a new event is added
to the cgkHistoryEventTable. TRAP-TYPE .1.3.6.1.4.1.9.10.40.2.0.1 |
ciscoGatekeeperMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3 |
ciscoGatekeeperMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.1 |
cgkGatekeeperCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.1.1 |
cgkGatekeeperComplianceRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.1.2 |
ciscoGatekeeperMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2 |
cgkZoneGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.1 |
cgkZoneSubnetGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.2 |
cgkLocalZoneGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.3 |
cgkHistoryEventGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.4 |
cgkGeneralGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.5 |
cgkNotificationsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.6 |
cgkLocalZoneGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.40.3.2.7 |