MIBs Depot

UBQS-LAG-MIB

Registered at
1.3.6.1.4.1.7800.100.16
Last updated
2010-12-07 00:00
Organization
Ubiquoss Corp.
Namespace
ubiquoss
Source file
UBQS-LAG-MIB
Digest
sha256:936ca512359143dff79a6cc5e4c10dd46f3974cdd063f0a7eb3d1f842235f56e

Description

Link Aggregation MIB module for managing 802.3ad

Contact

Ubiquoss Customer Service Postal: 24F Milennium B/D, 467-12, Dogok-Dong, GangNam-Gu, Seoul 135-270 Korea Tel: 82-2-2190-3100

Imports

FromSymbols
IF-MIBInterfaceIndex, ifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION
UBQS-SMIubiMgmtv2
UBQS-TCUbiPortList

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
UBQS-LAG-MIB
UBQS-SMI
UBQS-TC

Textual conventions

NameOIDSyntaxAccessStatus
UbiLagList
TEXTUAL-CONVENTION
The type of aggregation load-balance
current

Objects

NameOIDSyntaxAccessStatus
ubiLagMIBNotificationsPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.0
ubiBackupIntfMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.0.1
ubiLagMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.1
ubiAgg
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.1.1
ubiAggTable
OBJECT-TYPE
A table that contains the generic aggregation information.
1.3.6.1.4.1.7800.100.16.1.1.1not-accessiblecurrent
ubiAggEntry
OBJECT-TYPE
A list of information for each aggregation.
1.3.6.1.4.1.7800.100.16.1.1.1.1not-accessiblecurrent
ubiAggId
OBJECT-TYPE
Aggregation ID
1.3.6.1.4.1.7800.100.16.1.1.1.1.1Integer32read-onlycurrent
ubiAggDelete
OBJECT-TYPE
Remove the particular aggregation. If it is success to remove the entry, the corresponding port information is deleted from ubiAggPortTable.
1.3.6.1.4.1.7800.100.16.1.1.1.1.2INTEGER {none(0), set(1)}read-writecurrent
ubiAggPortTable
OBJECT-TYPE
A table that contains the aggregation port information.
1.3.6.1.4.1.7800.100.16.1.1.2not-accessiblecurrent
ubiAggPortEntry
OBJECT-TYPE
A list of information for each aggregation port.
1.3.6.1.4.1.7800.100.16.1.1.2.1not-accessiblecurrent
ubiAggPortAggMode
OBJECT-TYPE
The mode of aggregation that needed to create the particular aggregation and set the aggregation port.
1.3.6.1.4.1.7800.100.16.1.1.2.1.1INTEGER {other(1), on(2), off(3), active(4), passive(5)}read-createcurrent
ubiAggPortRowStatus
OBJECT-TYPE
The status of aggregation row. The createAndGo(4)can create the aggregation and set the particular port to that aggregation. The destroy(6) can unset the particular port from the aggregation. If you want to remove the aggregation, set ubiAggDelete.
1.3.6.1.4.1.7800.100.16.1.1.2.1.2RowStatusread-createcurrent
ubiLagLoadBalanceTable
OBJECT-TYPE
A table that contains the aggregation load-balance information.
1.3.6.1.4.1.7800.100.16.1.1.3not-accessiblecurrent
ubiLagLoadBalanceEntry
OBJECT-TYPE
A list of information for aggregation load-balance.
1.3.6.1.4.1.7800.100.16.1.1.3.1not-accessiblecurrent
ubiLagLoadBalanceAggId
OBJECT-TYPE
This object consists of two cases. First case is '0' that means global configuration. In this case, all ports inside a switch are affected by load-balance configured globally. Second case is '1-256' that means aggregator id. In this case, load-balance configuration affects particular port only. Two case couldn't be used together.
1.3.6.1.4.1.7800.100.16.1.1.3.1.1INTEGER (0..256)not-accessiblecurrent
ubiLagLoadBalanceMode
OBJECT-TYPE
The mode of port-group load-balance
1.3.6.1.4.1.7800.100.16.1.1.3.1.2UbiLagListread-writecurrent
ubiRedundancyPort
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.1.2
ubiRedundancyPortTable
OBJECT-TYPE
A table that contains the redundancy port information.
1.3.6.1.4.1.7800.100.16.1.2.1not-accessiblecurrent
ubiRedundancyPortEntry
OBJECT-TYPE
A list of information for redundancy prot.
1.3.6.1.4.1.7800.100.16.1.2.1.1not-accessiblecurrent
ubiReduIfIndex
OBJECT-TYPE
Ifindex of Backup Interface
1.3.6.1.4.1.7800.100.16.1.2.1.1.1InterfaceIndexread-onlycurrent
ubiReduBackupIfIndex
OBJECT-TYPE
Backup Interce Ifindex
1.3.6.1.4.1.7800.100.16.1.2.1.1.2InterfaceIndexread-writecurrent
ubiReduIfName
OBJECT-TYPE
interface name of Backup Interface
1.3.6.1.4.1.7800.100.16.1.2.1.1.3DisplayStringread-onlycurrent
ubiReduMode
OBJECT-TYPE
mode of backup interface 0 : none 1 : primary 2 : secondary
1.3.6.1.4.1.7800.100.16.1.2.1.1.5INTEGERread-onlycurrent
ubiReduRvt
OBJECT-TYPE
revert mode of backup interface 0 : Off 1 : On
1.3.6.1.4.1.7800.100.16.1.2.1.1.6INTEGERread-onlycurrent
ubiReduBackupIf
OBJECT-TYPE
backup interface name of backup interface
1.3.6.1.4.1.7800.100.16.1.2.1.1.7DisplayStringread-onlycurrent
ubiReduStatus
OBJECT-TYPE
state of backup interface 0 : none 1 : normal operation 2 : backup mode 3 : wait to backup 4 : wait to revert 5 : both down 6 : disable
1.3.6.1.4.1.7800.100.16.1.2.1.1.8INTEGERread-onlycurrent
ubiReduWtr
OBJECT-TYPE
Wtr of backup interface 1..720 : Set 0 : Unset
1.3.6.1.4.1.7800.100.16.1.2.1.1.9INTEGERread-writecurrent
ubiReduHoldoff
OBJECT-TYPE
Holdoff of backup interface 1..10 : Set 0 : Unset
1.3.6.1.4.1.7800.100.16.1.2.1.1.10INTEGERread-writecurrent
ubiReduRowStatus
OBJECT-TYPE
The status of backup interface row. The createAndGo(4)can create the backup interface and set the particular port to that backup interface. The destroy(6) can unset the particular port from the backup interface. If you want to remove the backup interface, set backup interface Delete.
1.3.6.1.4.1.7800.100.16.1.2.1.1.11RowStatusread-createcurrent
ubiLagMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.2
ubiLagMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.2.1
ubiLagMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.7800.100.16.2.2

Notifications

NameOIDStatus
ubiBackupIntfSwitchover
NOTIFICATION-TYPE
Backup Interface Switchover Notifiaction
1.3.6.1.4.1.7800.100.16.0.1.1current

Conformance

NameOIDStatus
ubiLagMIBCompliance
MODULE-COMPLIANCE
The compliance statement for Lag implementations.
1.3.6.1.4.1.7800.100.16.2.1.1current
ubiAggGroup
OBJECT-GROUP
A collection of objects that provide aggregation creation or deletion.
1.3.6.1.4.1.7800.100.16.2.2.1current