All MIBs › SINGLE-IP-MIB
Last Updated: 1999-11-22
Category: Generic Switch Management
Description:
Manages single IP stack configuration for devices sharing one IP address across multiple units.
Imported Objects
From DLINK-ID-REC-MIB
| dlink-common-mgmt |
From RFC1155-SMI
| IpAddress |
From RFC1213-MIB
| ifIndex |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| MODULE-IDENTITY | |
| OBJECT-TYPE |
From SNMPv2-TC
| DisplayString | |
| MacAddress | |
| RowStatus |
What Is SINGLE-IP-MIB?
SINGLE-IP-MIB is a D-Link Corp. proprietary MIB (built on DLINK-ID-REC-MIB) implementing Single IP Management (SIM), which lets a stack of switches be managed through one IP address. Its objects cover SIM version/capability/platform, an admin enable flag, role state (commander/member/candidate), holdtime and time interval, a member-switch table (ID, device name, MAC address, firmware version, capability, platform, holdtime, cascade source, password, row status), and a candidate-switch table (ID, device name, MAC address, firmware version). As a configuration/status MIB it lets an administrator confirm each switch's role within a Single-IP-managed stack and discover candidate switches on a D-Link SIM topology. It is deployed on D-Link switching equipment (Single IP Management). Engineers can download the SINGLE-IP-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in SINGLE-IP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- Single-IP-Management role state and member/candidate switch inventory
Supported Devices
- D-Link switching equipment (Single IP Management)
Monitoring Examples
An administrator checks swSingleIPRoleState and swSingleIPMSTable to confirm each switch's role within a D-Link Single-IP-Management topology.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| swSingleIPMIB | 1.3.6.1.4.1.171.12.8 | The Single IP management MIB. | ||
| swSingleIPMgmt | 1.3.6.1.4.1.171.12.8.1 | |||
| swSingleIPInfo | 1.3.6.1.4.1.171.12.8.1.1 | |||
| STR swSingleIPVersion | 1.3.6.1.4.1.171.12.8.1.1.1 | DisplayString | read-only | This object indicates the version of single IP management supported in the system. |
| STR swSingleIPCapability | 1.3.6.1.4.1.171.12.8.1.1.2 | DisplayString | read-only | This object indicates the capability of the switch system. |
| STR swSingleIPPlatform | 1.3.6.1.4.1.171.12.8.1.1.3 | DisplayString | read-only | This object indicates the platform of the switch system. |
| swSingleIPCtrl | 1.3.6.1.4.1.171.12.8.1.2 | |||
| INT swSingleIPAdmin | 1.3.6.1.4.1.171.12.8.1.2.1 | INTEGER | read-write | This object indicates Single IP management is enabled or disabled on the system. |
| INT swSingleIPRoleState | 1.3.6.1.4.1.171.12.8.1.2.2 | INTEGER | read-write | This object indicates the role state of the switch system. |
| INT swSingleIPHoldtime | 1.3.6.1.4.1.171.12.8.1.2.3 | INTEGER | read-write | This object indicate the holdtime of the switch in second . default value is 180 , maximum value is 255 , minimum value is 100. |
| INT swSingleIPTimeInterval | 1.3.6.1.4.1.171.12.8.1.2.4 | INTEGER | read-write | This object indicate the time interval of the switch in second to periodical send out Single IP protocol control packet. default value is 60 , maximum value is 120 , minimum value is 30 . The swSingleIPTimeInterval will always <= swSingleIPHoldtime/2 |
| swSingleIPMSTable | 1.3.6.1.4.1.171.12.8.1.3 | not-accessible | This table contain information of member switchs which belong to the single IP management group . A member will be joined into the group by row creation . Before a switch joined into a group as a member switch , it must exist in the candidate table list . | |
| swSingleIPMSEntry | 1.3.6.1.4.1.171.12.8.1.3.1 | not-accessible | A list of information about member switchs belongs to the single IP management group. | |
| INT swSingleIPMSID | 1.3.6.1.4.1.171.12.8.1.3.1.1 | INTEGER | read-only | The ID of the member switch. When create a SwSingleIPMSEntry entry, this object should fill a value between 1 to 32, but will not be used during create process(Note: The MS-ID is assigned by SingleIP engine). The value of this object will be the correct member ID when query/read. |
| STR swSingleIPMSDeviceName | 1.3.6.1.4.1.171.12.8.1.3.1.2 | DisplayString | read-only | Specifies that the name of switch . |
| MAC swSingleIPMSMacAddr | 1.3.6.1.4.1.171.12.8.1.3.1.3 | MacAddress | read-only | This object Specifies the MAC address of the member switch. |
| STR swSingleIPMSFirmwareVer | 1.3.6.1.4.1.171.12.8.1.3.1.4 | DisplayString | read-only | Specifies the firmware version of the switch . |
| STR swSingleIPMSCapability | 1.3.6.1.4.1.171.12.8.1.3.1.5 | DisplayString | read-only | Specifies the Capability of the switch . |
| STR swSingleIPMSPlatform | 1.3.6.1.4.1.171.12.8.1.3.1.6 | DisplayString | read-only | Specifies the platform of the switch . |
| INT swSingleIPMSHoldtime | 1.3.6.1.4.1.171.12.8.1.3.1.7 | INTEGER | read-only | Specifies the holdtime of Single IP management ptotocol send by this member switch . |
| INT swSingleIPMSCasSource | 1.3.6.1.4.1.171.12.8.1.3.1.8 | INTEGER | read-create | Specifies the CaS id when create MS entry. The object is used only when create swSingleIPMSEntry. The value always shows 0. |
| OCT swSingleIPMSPassword | 1.3.6.1.4.1.171.12.8.1.3.1.9 | OCTET STRING | read-create | Specifies the Cas password when create MS entry. The object is used only when create swSingleIPMSEntry. The value always shows zero length string. |
| ROW swSingleIPMSRowStatus | 1.3.6.1.4.1.171.12.8.1.3.1.10 | RowStatus | read-create | This object indicates the status of this entry. Create means set CaS to MS, and DESTROY means set MS to CaS |
| swSingleIPCaSTable | 1.3.6.1.4.1.171.12.8.1.4 | not-accessible | This table contain information of candidate switchs. This table is a read only table list ,all information about candidate switchs will maintain automatically by Single IP topology discovery protocol . | |
| swSingleIPCaSEntry | 1.3.6.1.4.1.171.12.8.1.4.1 | not-accessible | A list of information about candidate switchs belongs to the single IP management group. | |
| INT swSingleIPCaSID | 1.3.6.1.4.1.171.12.8.1.4.1.1 | INTEGER | read-only | The ID of the candidate switchs in the LAN learned by the command switch . |
| STR swSingleIPCaSDeviceName | 1.3.6.1.4.1.171.12.8.1.4.1.2 | DisplayString | read-only | Specifies that the name of switch . |
| MAC swSingleIPCaSMacAddr | 1.3.6.1.4.1.171.12.8.1.4.1.3 | MacAddress | read-only | This object Specifies the MAC address of the candidate switch. |
| STR swSingleIPCaSFirmwareVer | 1.3.6.1.4.1.171.12.8.1.4.1.4 | DisplayString | read-only | Specifies the firmware version of the switch . |
| STR swSingleIPCaSCapability | 1.3.6.1.4.1.171.12.8.1.4.1.5 | DisplayString | read-only | Specifies the Capability of the switch . |
| STR swSingleIPCaSPlatform | 1.3.6.1.4.1.171.12.8.1.4.1.6 | DisplayString | read-only | Specifies the platform of the switch . |
| INT swSingleIPCaSHoldtime | 1.3.6.1.4.1.171.12.8.1.4.1.7 | INTEGER | read-only | Specifies the holdtime of Single IP management ptotocol send by this candidate switch . |
| swSingleIPGroupTable | 1.3.6.1.4.1.171.12.8.1.5 | not-accessible | This table contain information of Single IP manaement groups learned by the Command switch . This table is a read only table list ,all information about Single IP groups will maintain automatically by Single IP topology discovery protocol . | |
| swSingleIPGroupEntry | 1.3.6.1.4.1.171.12.8.1.5.1 | not-accessible | A list of information about single IP management groups. | |
| MAC swSingleIPGroupMacAddr | 1.3.6.1.4.1.171.12.8.1.5.1.1 | MacAddress | read-only | This object Specifies the MAC address of the command switch. |
| STR swSingleIPGroupName | 1.3.6.1.4.1.171.12.8.1.5.1.2 | DisplayString | read-only | Specifies that the name of the Single IP management group . |
| STR swSingleIPGroupDeviceName | 1.3.6.1.4.1.171.12.8.1.5.1.3 | DisplayString | read-only | Specifies that the name of command switch of the group . |
| INT swSingleIPGroupMSNumber | 1.3.6.1.4.1.171.12.8.1.5.1.4 | INTEGER | read-only | Specifies the member switch number of the group . |
| STR swSingleIPGroupFirmwareVer | 1.3.6.1.4.1.171.12.8.1.5.1.5 | DisplayString | read-only | Specifies the firmware version of the switch . |
| STR swSingleIPGroupCapability | 1.3.6.1.4.1.171.12.8.1.5.1.6 | DisplayString | read-only | Specifies the Capability of the switch . |
| STR swSingleIPGroupPlatform | 1.3.6.1.4.1.171.12.8.1.5.1.7 | DisplayString | read-only | Specifies the platform of the switch . |
| INT swSingleIPGroupHoldtime | 1.3.6.1.4.1.171.12.8.1.5.1.8 | INTEGER | read-only | Specifies the holdtime of Single IP management ptotocol send by this command switch . |
| swSingleIPNeighborTable | 1.3.6.1.4.1.171.12.8.1.6 | not-accessible | This table contain information of Single IP manaement Neighbors learned by the switch . This table is a read only table list ,all information about Single IP Neighbors will maintain automatically by Single IP topology protocol . | |
| swSingleIPNeighborEntry | 1.3.6.1.4.1.171.12.8.1.6.1 | not-accessible | A list of information about single IP management Neighbors. | |
| INT swSingleIPNBReceivedPort | 1.3.6.1.4.1.171.12.8.1.6.1.1 | INTEGER | read-only | Specifies the received port of the Neighbor switch. |
| MAC swSingleIPNBMacAddr | 1.3.6.1.4.1.171.12.8.1.6.1.2 | MacAddress | read-only | This object Specifies the MAC address of the Neighbor switch. |
| INT swSingleIPNBRoleState | 1.3.6.1.4.1.171.12.8.1.6.1.3 | INTEGER | read-only | This object Specifies the role state of the Neighbor switch. |
| singleIPMSNotify | 1.3.6.1.4.1.171.12.8.6 | |||
| singleIPMSNotifyPrefix | 1.3.6.1.4.1.171.12.8.6.0 | |||
| NTF swSingleIPMSColdStart | 1.3.6.1.4.1.171.12.8.6.0.11 | Commander switch will send swSingleIPMSColdStart notification to indicated host when its Member generate cold start notification. | ||
| NTF swSingleIPMSWarmStart | 1.3.6.1.4.1.171.12.8.6.0.12 | Commander switch will send swSingleIPMSWarmStart notification to indicated host when its Member generate warm start notification. | ||
| NTF swSingleIPMSLinkDown | 1.3.6.1.4.1.171.12.8.6.0.13 | Commander switch will send swSingleIPMSLinkDown notification to indicated host when its Member generate link down notification. | ||
| NTF swSingleIPMSLinkUp | 1.3.6.1.4.1.171.12.8.6.0.14 | If Commander switch will send swSingleIPMSLinkUp notification to indicated host when its Member generate link up notification. | ||
| NTF swSingleIPMSAuthFail | 1.3.6.1.4.1.171.12.8.6.0.15 | Commander switch will send swSingleIPMSAuthFail notification to indicated host when it Member generate authentation failure notification. | ||
| NTF swSingleIPMSnewRoot | 1.3.6.1.4.1.171.12.8.6.0.16 | Commander switch will send swSingleIPMSnewRoot notification to indicated host when it Member generate new root notification. | ||
| NTF swSingleIPMSTopologyChange | 1.3.6.1.4.1.171.12.8.6.0.17 | Commander switch will send swSingleIPMSTopologyChange notification to indicated host when it Member generate topology chnage notification. | ||
| NTF swSingleIPMSrisingAlarm | 1.3.6.1.4.1.171.12.8.6.0.18 | Commander switch will send swSingleIPMSrisingAlarm notification to indicated host when it Member generate rising Alarm notification. | ||
| NTF swSingleIPMSfallingAlarm | 1.3.6.1.4.1.171.12.8.6.0.19 | Commander switch will send swSingleIPMSfallingAlarm notification to indicated host when it Member generate falling Alarm notification. | ||
| NTF swSingleIPMSmacNotification | 1.3.6.1.4.1.171.12.8.6.0.20 | Commander switch will send swSingleIPMSmacNotification notification to indicated host when it Member generate mac addresses variation notification. | ||
| NTF swSingleIPMSPortTypeChange | 1.3.6.1.4.1.171.12.8.6.0.21 | Commander switch will send swSingleIPMSPortTypeChange notification to indicated host when it Member generate port type change notification. | ||
| NTF swSingleIPMSPowerStatusChg | 1.3.6.1.4.1.171.12.8.6.0.22 | Commander switch will send swSingleIPMSPowerStatusChg notification to indicated host when it Member generate Power Status change notification. | ||
| NTF swSingleIPMSPowerFailure | 1.3.6.1.4.1.171.12.8.6.0.23 | Commander switch will send swSingleIPMSPowerFailure notification to indicated host when it Member generate Power Failure notification. | ||
| NTF swSingleIPMSPowerRecover | 1.3.6.1.4.1.171.12.8.6.0.24 | Commander switch will send swSingleIPMSPowerRecover notification to indicated host when it Member generate Power Recover notification. | ||
| singleIPNotifyBidings | 1.3.6.1.4.1.171.12.8.6.1 | |||
| OCT swSingleIPMSTrapMessage | 1.3.6.1.4.1.171.12.8.6.1.1 | OCTET STRING | read-only | The string that member switch sent. |
RFC description
D-Link single IP management MIB providing unified IP configuration and capability information for switch systems.
Start monitoring D-Link switching equipment, Single IP Management (stack role/member-switch discovery status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.