ALCATEL-IND1-DA-MIB
AI MIB Summary
The ALCATEL-IND1-DA-MIB provides vendor-specific SNMP extensions for Alcatel-Lucent devices to monitor and manage Data Access (DA) subsystems, including interface statistics, error counters, and link state indicators. This module enables granular visibility into the operational status and performance metrics of the data plane components within Alcatel-Lucent networking equipment.
This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB):
The right to make changes in specification and other information contained in this document without prior notice is reserved.
No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein.
Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used.
Copyright (C) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
Main OID:
alcatelIND1DaMIB.1.3.6.1.4.1.6486.801.1.2.1.63.1
173
Objects
Active
Status
8
Dependencies
Imported Objects
Objects
173 total| Object Name |
|---|
alcatelIND1DaMIBThis module describes an authoritative enterprise-specific Simple
Network Management Protocol (SNMP) Management Information Base (MIB):
The right to make changes in specification and other information
contained in this document without prior notice is reserved.
No liability shall be assumed for any incidental, indirect, special, or
consequential damages whatsoever arising from or related to this
document or the information contained herein.
Vendors, end-users, and other interested parties are granted
non-exclusive license to use this specification in connection with
management of the products for which it is intended to be used.
Copyright (C) 1995-2007 Alcatel-Lucent
ALL RIGHTS RESERVED WORLDWIDE MODULE-IDENTITY .1.3.6.1.4.1.6486.801.1.2.1.63.1 |
alaIND1DaMIBNotificationsBranch For DA Subsystem Notifications. OBJECT IDENTIFIER .1.3.6.1.4.1.6486.801.1.2.1.63.1.0 |
unpMcLagMacIgnoredThis trap is generated if a MAC/User is dropped due to vlan not existing or UNP is not enabled on the MCLAG NOTIFICATION-TYPE .1.3.6.1.4.1.6486.801.1.2.1.63.1.0.1 |
unpMcLagConfigInconsistencyThis trap is generated when configuration becomes Out_of_Sync. NOTIFICATION-TYPE .1.3.6.1.4.1.6486.801.1.2.1.63.1.0.2 |
alaIND1DaMIBObjectsBranch For DA Subsystem Managed Objects. OBJECT IDENTIFIER .1.3.6.1.4.1.6486.801.1.2.1.63.1.1 |
alaDaUserNetProfileTableThis table stores the UNP profiles created in the system.
The entries would be mapped to vlan ID which would be used
by device authentication for classifying users. SEQUENCE OF AlaDaUserNetProfileEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1 |
alaDaUserNetProfileEntryUser Network Profile entry AlaDaUserNetProfileEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1 |
alaDaUserNetProfileNameThe name of this profile. SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1.1 |
alaDaUserNetProfileVlanIDThe VLAN id for this profile.rw Integer32 (1 .. 4094) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1.2 |
alaDaUserNetProfileRowStatusThe status of this table entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1.3 |
alaDaUserNetProfileQosPolicyListNameThe name of the QoS Policy List name that will be used if this
User Network Profile is applied for a given device along with
alaDaUserNetProfileVlanID.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1.4 |
alaDaUserNetProfileMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1.5 |
alaDaUserNetProfileSaaProfileNameThe name of the SAA profile that is associated to this profile.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.1.1.6 |
alaDaUNPIpNetRuleTableA list of IP network address rules. This is used to match
the InetAddress of a packet to a User Network Profile entry.deprecated SEQUENCE OF AlaDaUNPIpNetRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2 |
alaDaUNPIpNetRuleEntryAn IP network address rule entry.deprecated AlaDaUNPIpNetRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1 |
alaDaUNPIpNetRuleAddrTypeThe IP network address type used for VLAN classification. For now
Only IPv4 is supported.deprecated InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.1 |
alaDaUNPIpNetRuleAddrThe IP network address used for VLAN classification. Only IPv4 is
supported.deprecated InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.2 |
alaDaUNPIpNetRuleMaskThe IP network mask applying to the IP network address.deprecated InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.3 |
alaDaUNPIpNetRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rwdeprecated SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.4 |
alaDaUNPIpNetRuleVlanTagThe vlan tag to be used for classification of tagged pkts.
Vlan tag of 0 indicates no VLAN is associated.rwdeprecated Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.5 |
alaDaUNPIpNetRuleRowStatusRow Status for creating/deleting rules.rwdeprecated RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.6 |
alaDaUNPIpNetRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.rodeprecated AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.2.1.7 |
alaDaUNPMacRuleTableA list of MAC address rules. This is used to match
the MAC Address of a packet to a User Network Profile entrydeprecated SEQUENCE OF AlaDaUNPMacRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3 |
alaDaUNPMacRuleEntryA MAC rule entry.deprecated AlaDaUNPMacRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3.1 |
alaDaUNPMacRuleAddrThe MAC address used for VLAN classification.deprecated MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3.1.1 |
alaDaUNPMacRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rwdeprecated SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3.1.2 |
alaDaUNPMacRuleVlanTagThe vlan tag to be used for classification of tagged pkts.
Vlan tag of 0 indicates no VLAN is associated.rwdeprecated Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3.1.3 |
alaDaUNPMacRuleRowStatusRow Status for creating/deleting rules.rwdeprecated RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3.1.4 |
alaDaUNPMacRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.rodeprecated AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.3.1.5 |
alaDaUNPMacRangeRuleTableA list of MAC range rules. This is used to match
the MAC Address Range of a packet to a User Network Profile entry.deprecated SEQUENCE OF AlaDaUNPMacRangeRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4 |
alaDaUNPMacRangeRuleEntryA MAC range rule entry.deprecated AlaDaUNPMacRangeRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1 |
alaDaUNPMacRangeRuleLoAddrThe lower bound of MAC address range used for VLAN classification.deprecated MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1.1 |
alaDaUNPMacRangeRuleHiAddrThe upper bound of MAC address range used for VLAN classification.rwdeprecated MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1.2 |
alaDaUNPMacRangeRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rwdeprecated SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1.3 |
alaDaUNPMacRangeRuleVlanTagThe vlan tag to be used for classification of tagged pkts.
The range states the valid vlan range in the system.
Vlan tag of 0 indicates no VLAN is associated.rwdeprecated Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1.4 |
alaDaUNPMacRangeRuleRowStatusRow Status for creating/deleting rules.rwdeprecated RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1.5 |
alaDaUNPMacRangeRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.rodeprecated AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.4.1.6 |
alaDaUNPVlanTagRuleTableA list of Vlan Tag based classification rules. This is used to match
the vlan tag in a packet to a User Network Profile entrydeprecated SEQUENCE OF AlaDaUNPVlanTagRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.5 |
alaDaUNPVlanTagRuleEntryA Vlan Tag rule entry.deprecated AlaDaUNPVlanTagRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.5.1 |
alaDaUNPVlanTagRuleVlanThe Vlan Tag used for VLAN classification. The range states the valid
Vlan range in the system.deprecated Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.5.1.1 |
alaDaUNPVlanTagRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rwdeprecated SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.5.1.2 |
alaDaUNPVlanTagRuleRowStatusRow Status for creating/deleting rules.rwdeprecated RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.5.1.3 |
alaDaUNPVlanTagRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.rodeprecated AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.5.1.4 |
alaDaMacUserTableA table of MAC address learned on an UNP port. SEQUENCE OF AlaDaMacUserEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6 |
alaDaMacUserEntryNon 802.1x supplicant information. AlaDaMacUserEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1 |
alaDaMacUserIntfNumThe ifIndex representing the slot and port where the non 802.1x supplicant is learned. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.1 |
alaDaMacUserMACAddressThe MAC address of the non 802.1x supplicant. MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.2 |
alaDaMacUserVlanIDThe Id of the VLAN on which the non 802.1x supplicant is learned.ro Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.3 |
alaDaAuthenticationStatusAuthentication status of the non 802.1x supplicant.ro Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.4 |
alaDaMacUserIpAddressThe ip address from which the mac user is sending the packetsro IpAddress .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.5 |
alaDaMacUserUnpUsedThe UNP used for classifying the mac userro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.6 |
alaDaMacUserLoginTimeStampThe Login time stamp of the mac userro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.7 |
alaDaMacUserAuthtypeThe authentication type of the mac userro Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.8 |
alaDaMacUserClassificationSourceClassification policy under which the non 802.1x supplicant is learned.ro AlaDaClassificationPolicyType .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.6.1.9 |
alaDaUNPPortTableA table of system level information for each port
supported by the Port Access Entity. An entry appears
in this table for each port of this system. SEQUENCE OF AlaDaUNPPortEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7 |
alaDaUNPPortEntryEach of these entries represents a user port on which UNP is enabled and their
configuration. AlaDaUNPPortEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1 |
alaDaUNPPortIfIndexThe interface index of the UNP enabled port. InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.1 |
alaDaUNPPortDefaultProfileNameThe default UNP name.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.2 |
alaDaUNPPortPassAltProfileNameThe Pass alternate UNP name.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.3 |
alaDaUNPPortRowStatusThe status of this table entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.4 |
alaDaUNPPortMacAuthFlagThe flag to indicate if MAC AUTH is enabled on port.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.5 |
alaDaUNPPortClassificationFlagThe flag to indicate if Classification is enabled on port.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.6 |
alaDaUNPPortTrustTagStatusThe flag to indicate whether the vlan tag in the incoming packet
could be used for classifying the user when mac authentication fails
and classification rules dont match.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.7 |
alaDaUNPPortMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.8 |
alaDaUNPPortCustomerDomainIdThe Customer Domain that this port belongs to. Default is on domain 0.rw Unsigned32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.9 |
alaDaUNPPortTypeThe object defines the port as UNP enable bridge port (1), spb-access-port (2).rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.10 |
alaDaUNPPortPassAltSpbProfileNameThe Pass alternate Spb Profile name. This is to be used on a successful authentication
and there is no SPB profile passed back from the Authentication Server.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.11 |
alaDaUNPPortDefaultSpbProfileNameThe default Spb Profile name.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.7.1.12 |
alaDaUNPGlobalConfiguration OBJECT IDENTIFIER .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8 |
alaDaUNPDynamicVlanConfigFlagIndicated whether dynamic vlan configuration is enabled or not.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.1 |
alaDaUNPAuthServerDownUnpThe UNP to be used for classification if the authentication server
is not reachable.rw SnmpAdminString .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.2 |
alaDaUNPAuthServerDownTimeoutThe timeout, in seconds, after which all the users learned in the auth-server-down
UNP will be sent for re-authentication.rw Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.3 |
alaDaUNPDynamicVlanMCLagConfigStatusIndicated whether dynamic vlan configuration is sync across both MCLAG chassis or not.
All rows will be created as local. Actual status will be set through remote chassis
synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.4 |
alaDaUNPAuthServerDownUNPMCLagConfigStatusIndicated whether Auth server down UNP config is sync across both MCLAG
chassis or not. All rows will be created as local. Actual status will be
set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.5 |
alaDaUNPAuthServerDownTimeoutMCLagConfigStatusIndicated whether Auth server down timeout config is sync across both MCLAG
chassis or not. All rows will be created as local. Actual status will be set
through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.6 |
alaDaUNPDynamicProfileConfigFlagIndicated whether dynamic profile configuration is enabled or not.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.7 |
alaDaUNPDynamicProfileConfigMCLagConfigStatusIndicated whether dynamic profile creation is sync across both MCLAG
chassis or not.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.8 |
alaDaUNPReloadVsiTypeDBThe object triggers the system to reload the VSI Type DB from flash.
Once the operation is done it is reset to zero (0).rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.8.9 |
alaDaMacVlanUserTableA table of non 802.1x supplicants learned on 802.1x authenticated ports. SEQUENCE OF AlaDaMacVlanUserEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9 |
alaDaMacVlanUserEntryNon 802.1x supplicant information. AlaDaMacVlanUserEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1 |
alaDaMacVlanUserIntfNumThe ifIndex representing the slot and port where the non 802.1x supplicant is learned. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.1 |
alaDaMacVlanUserMACAddressThe MAC address of the non 802.1x supplicant. MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.2 |
alaDaMacVlanUserVlanIDThe Id of the VLAN on which the non 802.1x supplicant is learned. Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.3 |
alaDaMacVlanUserAuthStatusAuthentication status of the non 802.1x supplicant.ro Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.4 |
alaDaMacVlanUserIpAddressTypeThe type of the IP address of the user. For now
only IPv4 is supported.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.5 |
alaDaMacVlanUserIpAddressThe ip address from which the mac user is sending the packetsro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.6 |
alaDaMacVlanUserUnpUsedThe UNP used for classifying the mac userro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.7 |
alaDaMacVlanUserLoginTimeStampThe Login time stamp of the mac userro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.8 |
alaDaMacVlanUserAuthtypeThe authentication type of the mac userro Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.9 |
alaDaMacVlanUserClassificationSourceClassification policy under which the non 802.1x supplicant is learned.ro AlaDaClassificationPolicyType .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.10 |
alaDaMacVlanUserMCLagLearningLocSource of Learning. Informs whether the Mac was learnt locally or through remote.ro Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.9.1.11 |
alaDaUNPNotificationObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10 |
alaDaUnpMacAddrThe mac which failed to get configured on peer chassis.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.1 |
alaDaUnpSourceIpAddrThe ip-address of mac which failed to get configured on peer chassis.ro IpAddress .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.2 |
alaDaUnpNativeVlanThe native vlan of MCLAG on which the mac ingressed.ro Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.3 |
alaDaUnpVlanThe vlan on which mac was classified on local chassisro Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.4 |
alaDaUnpMCLAGIdThe lag id for MCLAGro Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.5 |
alaDaUnpCommandTypeIndicates which configuration command is out-of-syncro Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.6 |
alaDaUnpNameIndicates which unp profile is out-of-sync. If there is no UNP Profile
associated then zero length string is sentro SnmpAdminString .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.7 |
alaDaUnpMacAddr1The mac for mac rule or the lower limit of mac-range rule.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.8 |
alaDaUnpMacAddr2The upper limit of mac-range rule.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.9 |
alaDaUnpIpAddrThe ip-address in ip-rulero IpAddress .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.10 |
alaDaUnpIpMaskThe ip-address in ip-rulero InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.11 |
alaDaUnpVlanTagThe vlan vlan-tag rule. Zero value means it is not applicablero Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.10.12 |
alaDaUnpCustomerDomainTableThis table creates and deletes the UNP group within a switch. SEQUENCE OF AlaDaUnpCustomerDomainEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.11 |
alaDaUnpCustomerDomainEntryUNP Group: entry AlaDaUnpCustomerDomainEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.11.1 |
alaDaUnpCustomerDomainIdThe Customer Domain ID. Domain ID zero (0) is the default and is always present in the switch. Unsigned32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.11.1.1 |
alaDaUnpCustomerDomainDescA field to provide meaningful description of the Customer Domain for easy identification of the domain.rw SnmpAdminString ( SIZE( 0 .. 128 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.11.1.2 |
alaDaUnpCustomerDomainRowStatusThe status of this table entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.11.1.3 |
alaDaSpbProfileTableThis table stores the Service Classification profiles created in the system.
The entries provides information to classify device in the Service domain. SEQUENCE OF AlaDaSpbProfileEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12 |
alaDaSpbProfileEntryService Classification Profile entry AlaDaSpbProfileEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1 |
alaDaSpbProfileNameThe name of this profile. SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.1 |
alaDaSpbProfileEncapValThe encapsulation to be used for the SAP connecting to the service.rw TmnxEncapVal (ALCATEL-IND1-TIMETRA-TC-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.2 |
alaDaSpbProfileQosPolicyListNameThe name of the QoS Policy List name that will be used if this
User Network Profile is applied for a given device along with
alaDaSpbProfileVlanID.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.3 |
alaDaSpbProfileIsidThe object represnet the I-SID that is to be dynamically created when
alaDaSpbProfileServiceID does not exist in the system and must be
used along with alaDaSpbProfileBVlan.rw Unsigned32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.4 |
alaDaSpbProfileBVlanThe Backbone VLAN ID (BVLAN) used for the I-SID specified in alaDaSpbProfileIsid.
This object must be specified along with alaDaSpbProfileIsid.rw Unsigned32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.5 |
alaDaSpbProfileRowStatusThe row status of this table entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.6 |
alaDaSpbProfileMulticastModeTo configure the multicast replication mode for each service:
Head-end(1) where a non-unicast packet entering the SAP port
is replicated once for each receiver in the b-domain using its
unicast BMAC.
Tandem(2) where a non-unicast packet entering the SAP port is
replicated once at each node using the multicast group address.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.7 |
alaDaSpbProfileSapVlanXlationTo enable/disable the vlan translation for all the SAPs configured
in this service if the corresponding access ports for the SAPs also
has the vlan translation enabled.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.12.1.8 |
alaDaUNPCustDomainEvbGpIdRuleTableA list of EVB group ID based classification rules. This is used to match
the EVB Group ID passed from EVB to a User Network Profile entry SEQUENCE OF AlaDaUNPCustDomainEvbGpIdRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13 |
alaDaUNPCustDomainEvbGpIdRuleEntryA EVB Group ID rule entry. AlaDaUNPCustDomainEvbGpIdRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13.1 |
alaDaUNPCustDomainEvbGpIdRuleCustomerDomainIdThe UNP Customer Domain ID that will be used for profile lookup. Unsigned32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13.1.1 |
alaDaUNPCustDomainEvbGpIdRuleGroupIdThe EVB Group ID used for profile lookup. Unsigned32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13.1.2 |
alaDaUNPCustDomainEvbGpIdRuleVlanProfileNameThe VLAN profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13.1.3 |
alaDaUNPCustDomainEvbGpIdRuleSpbProfileNameThe SBP profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13.1.4 |
alaDaUNPCustDomainEvbGpIdRuleRowStatusRow Status for creating/deleting rules.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.13.1.5 |
alaDaUNPCustDomainVlanTagRuleTableA list of Customer Domain and Vlan Tag based classification rules. This is used to match
the vlan tag in a packet and the port's UNP Customer Domain to a User Network Profile entry SEQUENCE OF AlaDaUNPCustDomainVlanTagRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14 |
alaDaUNPCustDomainVlanTagRuleEntryA Vlan Tag rule entry. AlaDaUNPCustDomainVlanTagRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1 |
alaDaUNPCustDomainVlanTagRuleDomainIdThe UNP Customer Domain ID for profile lookup. Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.1 |
alaDaUNPCustDomainVlanTagRuleVlanThe Vlan Tag used for VLAN classification. The range states the valid
Vlan range in the system. Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.2 |
alaDaUNPCustDomainVlanTagRuleVlanProfileNameThe VLAN profile name in the User Network Profile Table to be applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.3 |
alaDaUNPCustDomainVlanTagRuleRowStatusRow Status for creating/deleting rules.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.4 |
alaDaUNPCustDomainVlanTagRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.5 |
alaDaUNPCustDomainVlanTagRuleSpbProfileNameThe profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.6 |
alaDaUNPCustDomainVlanTagRuleTagPositionThis object specify the tag position to apply this Vlan Tag rule for
double tagged frames.rw Enumeration .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.14.1.7 |
alaDaUNPCustDomainIpNetRuleTableA list of IP network address rules. This is used to match
the InetAddress of a packet to a User Network Profile entry. SEQUENCE OF AlaDaUNPCustDomainIpNetRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15 |
alaDaUNPCustDomainIpNetRuleEntryAn IP network address rule entry. AlaDaUNPCustDomainIpNetRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1 |
alaDaUNPCustDomainIpNetRuleDomainIdThe UNP Customer Domain ID for profile lookup. Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.1 |
alaDaUNPCustDomainIpNetRuleAddrTypeThe IP network address type used for VLAN classification. For now
Only IPv4 is supported. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.2 |
alaDaUNPCustDomainIpNetRuleAddrThe IP network address used for VLAN classification. Only IPv4 is
supported. InetAddress .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.3 |
alaDaUNPCustDomainIpNetRuleMaskThe IP network mask applying to the IP network address. InetAddress .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.4 |
alaDaUNPCustDomainIpNetRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.5 |
alaDaUNPCustDomainIpNetRuleVlanTagThe vlan tag to be used for classification of tagged pkts.
Vlan tag of 0 indicates no VLAN is associated.rw Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.6 |
alaDaUNPCustDomainIpNetRuleRowStatusRow Status for creating/deleting rules.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.7 |
alaDaUNPCustDomainIpNetRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.8 |
alaDaUNPCustDomainIpNetRuleSpbProfileNameThe profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.15.1.9 |
alaDaUNPCustDomainMacRuleTableA list of MAC address rules. This is used to match
the MAC Address of a packet to a User Network Profile entry SEQUENCE OF AlaDaUNPCustDomainMacRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16 |
alaDaUNPCustDomainMacRuleEntryA MAC rule entry. AlaDaUNPCustDomainMacRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1 |
alaDaUNPCustDomainMacRuleDomainIdThe UNP Customer Domain ID for profile lookup. Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.1 |
alaDaUNPCustDomainMacRuleAddrThe MAC address used for VLAN classification. MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.2 |
alaDaUNPCustDomainMacRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.3 |
alaDaUNPCustDomainMacRuleVlanTagThe vlan tag to be used for classification of tagged pkts.
Vlan tag of 0 indicates no VLAN is associated.rw Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.4 |
alaDaUNPCustDomainMacRuleRowStatusRow Status for creating/deleting rules.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.5 |
alaDaUNPCustDomainMacRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.6 |
alaDaUNPCustDomainMacRuleSpbProfileNameThe SBP profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.16.1.7 |
alaDaUNPCustDomainMacRangeRuleTableA list of MAC range rules. This is used to match
the MAC Address Range of a packet to a User Network Profile entry. SEQUENCE OF AlaDaUNPCustDomainMacRangeRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17 |
alaDaUNPCustDomainMacRangeRuleEntryA MAC range rule entry. AlaDaUNPCustDomainMacRangeRuleEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1 |
alaDaUNPCustDomainMacRangeRuleDomainIdThe UNP Customer Domain ID for profile lookup. Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.1 |
alaDaUNPCustDomainMacRangeRuleLoAddrThe lower bound of MAC address range used for VLAN classification. MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.2 |
alaDaUNPCustDomainMacRangeRuleHiAddrThe upper bound of MAC address range used for VLAN classification.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.3 |
alaDaUNPCustDomainMacRangeRuleProfileNameThe profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.4 |
alaDaUNPCustDomainMacRangeRuleVlanTagThe vlan tag to be used for classification of tagged pkts.
The range states the valid vlan range in the system.
Vlan tag of 0 indicates no VLAN is associated.rw Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.5 |
alaDaUNPCustDomainMacRangeRuleRowStatusRow Status for creating/deleting rules.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.6 |
alaDaUNPCustDomainMacRangeRuleMCLagConfigStatusResult of MCLAG Consistency Check. All rows will be created as local.
Actual status will be set through remote chassis synchronization.ro AlaMultiChassisConfigStatus .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.7 |
alaDaUNPCustDomainMacRangeRuleSpbProfileNameThe SBP profile name in the User Network Profile Table to be
applied.rw SnmpAdminString ( SIZE( 0 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.17.1.8 |
alaDaSaaProfileTableThis table stores the SAA Performance Monitoring profiles
that holds the Latency and Jitter Threshold of a network connection. SEQUENCE OF AlaDaSaaProfileEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.18 |
alaDaSaaProfileEntryService Classification Profile entry AlaDaSaaProfileEntry .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.18.1 |
alaDaSaaProfileNameThe name of this profile. SnmpAdminString ( SIZE( 1 .. 32 ) ) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.18.1.1 |
alaDaSaaProfileLatencyThresholdThe object holds the Latency Threshold. A value of zero (0) means no thresholdrw Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.18.1.4 |
alaDaSaaProfileJitterThresholdThe object holds the Jitter Threshold. A value of zero (0) means no thresholdrw Integer32 .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.18.1.5 |
alaDaSaaProfileRowStatusThe row status of this table entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6486.801.1.2.1.63.1.1.18.1.6 |
alaIND1DaMIBConformanceBranch for DA Module MIB Subsystem Conformance Information. OBJECT IDENTIFIER .1.3.6.1.4.1.6486.801.1.2.1.63.1.2 |
alaIND1DaMIBGroupsBranch for DA Module MIB Subsystem Units of Conformance. OBJECT IDENTIFIER .1.3.6.1.4.1.6486.801.1.2.1.63.1.2.1 |