CISCO-DIAMETER-SG-MIB
- Registered at
- 1.3.6.1.4.1.9.10.132
- Last updated
- 2006-09-06 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2006-09-06 00:00
- Namespace
- cisco
- Source file
CISCO-DIAMETER-SG-MIB- Digest
sha256:b7979fcb6651b5062a67a9566b3e27ee984f7cf7e31755e9e01d16af8db16602
Description
The MIB module for Cisco's Diameter Server Group Entities. This MIB describes the SNMP MIB objects that are supported in order to provide the ability to fetch/configure the Diameter Server Groups.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-aaa@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-DIAMETER-SG-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoDiameterSGMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.132.0 | |||
| ciscoDiameterSGMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.132.1 | |||
| cdsgHostCfgs OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.132.1.1 | |||
| cdsgServerGroupTable OBJECT-TYPE The table listing the Diameter server group information. Entries are added to this table via cdsgServerGroupRowStatus in accordance with the RowStatus convention. | 1.3.6.1.4.1.9.10.132.1.1.1 | not-accessible | current | |
| cdsgServerGroupEntry OBJECT-TYPE A row entry representing a Diameter server group entry. | 1.3.6.1.4.1.9.10.132.1.1.1.1 | not-accessible | current | |
| cdsgServerGroupIndex OBJECT-TYPE A number uniquely identifying each Diameter Server Group. An index that uniquely represents a Server Group. This index is assigned arbitrarily by the SNMP engine and is not saved over reloads. | 1.3.6.1.4.1.9.10.132.1.1.1.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cdsgServerGroupName OBJECT-TYPE The Server Group Name. It has to be unique and not an empty string. | 1.3.6.1.4.1.9.10.132.1.1.1.1.2 | SnmpAdminString | read-create | current |
| cdsgServerGroupStorageType OBJECT-TYPE The storage type for this conceptual row. An agent implementing the table must allow adding cdsgServerGroupName into the table. None of the columnar objects is writable when the conceptual row is permanent. | 1.3.6.1.4.1.9.10.132.1.1.1.1.3 | StorageType | read-create | current |
| cdsgServerGroupRowStatus OBJECT-TYPE The status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the cdsgServerGroupRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdsgServerGroupName has been set. cdsgServerGroupName may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdsgServerGroupRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdsgServerGroupRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdsgServerGroupRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). Upon reload, cdsgServerGroupIndex values may be changed. | 1.3.6.1.4.1.9.10.132.1.1.1.1.4 | RowStatus | read-create | current |
| cdsgServerTable OBJECT-TYPE The table listing information regarding the server which are part of the Diameter server groups. Entries are added to this table via cdsgServerRowStatus in accordance with the RowStatus convention. | 1.3.6.1.4.1.9.10.132.1.1.2 | not-accessible | current | |
| cdsgServerEntry OBJECT-TYPE A row entry representing a Diameter server group. | 1.3.6.1.4.1.9.10.132.1.1.2.1 | not-accessible | current | |
| cdsgServerIndex OBJECT-TYPE A number uniquely identifying each Diameter Server. An index that uniquely represents a Server within a Server Group. This index is assigned arbitrarily by the SNMP engine and is not saved over reloads. | 1.3.6.1.4.1.9.10.132.1.1.2.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cdsgServerName OBJECT-TYPE The Server Name. It has to be unique and not an empty string. | 1.3.6.1.4.1.9.10.132.1.1.2.1.2 | SnmpAdminString | read-create | current |
| cdsgServerStorageType OBJECT-TYPE The storage type for this conceptual row. An agent implementing the table must allow adding cdsgServerName into the table. None of the columnar objects is writable when the conceptual row is permanent. | 1.3.6.1.4.1.9.10.132.1.1.2.1.3 | StorageType | read-create | current |
| cdsgServerRowStatus OBJECT-TYPE The status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). This table is an extended table to the cdsgServerGroupTable and so an entry here must have a corresponding parent entry in the cdsgServerGroupTable as well. This would map all such entries with the same cdsgServerEntry under one single cdsgServerGroupEntry i.e these servers are under the server group represented by the cdsgServerGroupEntry. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the cdsgServerRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding cdsgServerName has been set. cdsgServerName may not be modified while the value of this object is active(1): An attempt to set these objects while the value of cdsgServerRowStatus is active(1) will result in an inconsistentValue error. Entries in this table with cdsgServerRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with cdsgServerRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). Upon reload, cdsgServerIndex values may be changed. | 1.3.6.1.4.1.9.10.132.1.1.2.1.4 | RowStatus | read-create | current |
| ciscoDiameterSGMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.132.2 | |||
| ciscoDiameterSGMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.132.2.1 | |||
| ciscoDiameterSGMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.132.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoDiameterSGMIBCompliance MODULE-COMPLIANCE The compliance statement for Diameter Server Group entities. | 1.3.6.1.4.1.9.10.132.2.1.1 | current |
| ciscoDiameterSGHostCfgGroup OBJECT-GROUP A collection of objects providing configuration common to the server. | 1.3.6.1.4.1.9.10.132.2.2.1 | current |