CTRON-ALIAS-MIB

File: CTRON-ALIAS-MIB.mib (37592 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB RMON2-MIB
Q-BRIDGE-MIB P-BRIDGE-MIB CTRON-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 Counter32 Unsigned32
TimeTicks MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION MacAddress TruthValue
SnmpAdminString InterfaceIndex TimeFilter
VlanIndex EnabledStatus ctAliasMib

Defined Types

CabletronProtocolTC  
Identifies the type of protocol address.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), ip(1), apl(2), mac(3), hsrp(4), dhcps(5), dhcpc(6), bootps(7), bootpc(8), ospf(9), vrrp(10), ipx(11), xrip(12), xsap(13), xnlsp(14), ipx20(15), rtmp(16), netBios(17), nbt(18), n802q(19), bgp(20), rip(21), igrp(22), dec(23), bpdu(24), udp(25)  

AliasAddress  
Represents layer 3 or higher addresses.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..32)  

CtAliasEntry  
SEQUENCE    
  ctAliasTimeFilter TimeFilter
  ctAliasReference Integer32
  ctAliasInterface InterfaceIndex
  ctAliasMacAddress MacAddress
  ctAliasVlanID VlanIndex
  ctAliasProtocol CabletronProtocolTC
  ctAliasAddress AliasAddress
  ctAliasIsActive TruthValue
  ctAliasAddressText SnmpAdminString

CtAliasControlEntry  
SEQUENCE    
  ctAliasID Integer32
  ctAliasMarkInactive TruthValue
  ctAliasEntryStatus INTEGER

CtAliasConfigurationEntry  
SEQUENCE    
  ctAliasConfigurationInterfaceTotalEntries Gauge32
  ctAliasConfigurationInterfaceMaxEntries Gauge32
  ctAliasConfigurationInterfaceEnableState EnabledStatus
  ctAliasConfigurationNumQueueWraps Counter32

CtAliasMacAddressEntry  
SEQUENCE    
  ctAliasMacAddressInterface InterfaceIndex
  ctAliasMacAddressVlanID VlanIndex
  ctAliasMacAddressIsActive TruthValue
  ctAliasMacAddressAddressText SnmpAdminString
  ctAliasMacAddressTime TimeTicks

CtAliasProtocolAddressEntry  
SEQUENCE    
  ctAliasProtocolAddressInterface InterfaceIndex
  ctAliasProtocolAddressVlanID VlanIndex
  ctAliasProtocolAddressIsActive TruthValue
  ctAliasProtocolAddressAddressText SnmpAdminString
  ctAliasProtocolAddressTime TimeTicks

Defined Values

cabletronAliasMib 1.3.6.1.4.1.52.4.1.3.7.1
This MIB module defines a portion of the MIB tree under the Enterasys enterprise OID. This branch defines Enterasys Networks' proprietary Node Alias feature. This MIB defines objects which can be used to discover end systems per port, and to map end system addresses to the layer 2 address of the port.
MODULE-IDENTITY    

ctAlias 1.3.6.1.4.1.52.4.1.3.7.1.1
OBJECT IDENTIFIER    

ctAliasTable 1.3.6.1.4.1.52.4.1.3.7.1.1.1
The ctAliasTable contains information about the aliases known by the agent. This table is indexed using a unique and arbitrary ID and a TimeFilter to allow a management station to learn all alias entries that have been modified since time X. This table is NOT designed to do a single GET. This Table is designed for MIB Walks only. This table contains objects that map upper-layer network services and entities to the physical location of the associated port, and the MAC address of the associated end-system (node). All entries in this table are deleted when sysUpTime is reset to zero. This table allows for a time filtered view. It is useful for determining what has been modified in the Alias Table since a specified time. If a management station reads the ctAliasTable of an entity at time X, subsequent updates can be realized by performing get-next requests of this table to determine which entries have been modified since time X. Then the management station can use GET requests to retrieve only the records of interest from the Alias table. There is a delay between retrieving the Alias Reference values from this table, and a GET request to retrieve a modified row from the Alias table. The management station should be prepared for two possibilities: 1) the GET request may fail if the Alias table entry has been deleted during the delay, and 2) the entry may have been modified during the delay, so the modification time of the retrieved entry may differ from the modification time of the Delta entry. If the entry in the Alias Control table identified by ctAliasID is marked inactive by management request, and subsequently deleted to free resources, all corresponding entries in this table are also deleted. If the agent needs to free resources, it can delete entries from this table. It SHOULD first remove those which have been marked inactive in the ctAliasControlTable, then it SHOULD remove those entries with the oldest modification times.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtAliasEntry

ctAliasEntry 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1
Each entry contains information pertaining to the alias of a node.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtAliasEntry  

ctAliasTimeFilter 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.1
The value of sysUpTime when this entry was last modified.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeFilter  

ctAliasReference 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.2
An integer ID assigned by the agent. The value of this object is equal to an existing ctAliasID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

ctAliasInterface 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.3
The ifIndex of the interface on which this entry was discovered. The ifIndex is an 'external value' that identifies a physical component associated with the Alias entry. This object can be used to identify the physical location of the interface in the ifTable [RFC2863]. The possibility of ifIndex value re-assignment must be accommodated by a management application whenever the value of sysUpTime is reset to zero. Since ifIndex values in different 'naming scopes' are not related to one another, the interface to physical component associations are relative to the same logical entity within the agent. For more discussion of naming scopes, see the ENTITY-MIB [RFC2037]
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ctAliasMacAddress 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.4
The MAC address associated with this alias. The TEXTUAL-CONVENTION MacAddress is defined in SNMPv2-TC as an 802 MAC address represented in 'canonical' order as defined by IEEE 802.1a, i.e., as if it were transmitted least significant bit first.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ctAliasVlanID 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.5
The VLAN ID contained in the header of the message associated with this alias. On agents which support this MIB but do not support VLANs, the value for this object MUST be (1).
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

ctAliasProtocol 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.6
The address type of this alias address.
Status: current Access: read-only
OBJECT-TYPE    
  CabletronProtocolTC  

ctAliasAddress 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.7
The address associated with this entry. The exact format of this object will depend upon the protocol type in ctAliasProtocol. The value returned for this object MUST be in a non-textual format.
Status: current Access: read-only
OBJECT-TYPE    
  AliasAddress  

ctAliasIsActive 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.8
The status of this entry. A true(1) value indicates the alias is active. A false(2) value indicates an entry which has been marked inactive by network management, using the ctAliasEntryStatus object in the ctAliasControlTable. Entries which have been marked inactive may remain in the table to allow consistent mappings between network management stations until an agent needs to free resources.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ctAliasAddressText 1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.9
The address associated with this entry in a human readable textual format.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ctAliasControlTable 1.3.6.1.4.1.52.4.1.3.7.1.1.2
This table allows for control of Alias entries. Currently control is limited to marking entries as marked for deletion. If the entry in the Alias Control table identified by ctAliasID is marked inactive by management request, and subsequently deleted to free resources, all corresponding entries in the ctAlias table are also deleted. All entries in this table are deleted when sysUpTime is reset to zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtAliasControlEntry

ctAliasControlEntry 1.3.6.1.4.1.52.4.1.3.7.1.1.2.1
Each entry contains a unique identifier of an Alias entry and a control object to mark the entry as 'marked for deletion'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtAliasControlEntry  

ctAliasID 1.3.6.1.4.1.52.4.1.3.7.1.1.2.1.1
A unique and arbitrary integer ID assigned by the agent to identify this entry. Each identifier must not be reused until the agent is re-initialized, i.e. sysUpTime is reset to zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

ctAliasMarkInactive 1.3.6.1.4.1.52.4.1.3.7.1.1.2.1.2
This object provides the control to mark this entry to inactive. When an entry is created by the agent, this is set to false(2). A network management application can set this value to true(1), indicating that the entry is no longer needed. Once this object has been set to true(1), it cannot be set to false(2). If the alias is detected again by the agent, the agent may create a new entry for the Alias. When an agent needs to free up resources, it may choose to delete those entries marked inactive.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

ctAliasEntryStatus 1.3.6.1.4.1.52.4.1.3.7.1.1.2.1.3
This object provides the control to remove or inactivate entries that are no longer needed. active(1) - indicates that this entry is active. inactive(2) - indicates that this entry is no longer of any interest and can be removed, as needed, by the entity. If the alias is marked inactive and is seen again by the agent, the alias ID's status will be changed to active. remove(3) - indicates that the agent SHOULD immediately remove the entry from the table. If the alias is seen again by the agent after having been removed, it will be added as a new aliasID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2), remove(3)  

ctAliasStats 1.3.6.1.4.1.52.4.1.3.7.1.1.3
OBJECT IDENTIFIER    

ctAliasTableStatsTotalEntries 1.3.6.1.4.1.52.4.1.3.7.1.1.3.1
The total number of entries in the ctAliasControlTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctAliasTableStatsActiveEntries 1.3.6.1.4.1.52.4.1.3.7.1.1.3.2
The total number of active entries in the ctAliasControlTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctAliasTableStatsPurgeTime 1.3.6.1.4.1.52.4.1.3.7.1.1.3.3
System time of the most recent purge.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctAliasTableStatsState 1.3.6.1.4.1.52.4.1.3.7.1.1.3.4
Current Alias Table state. notStarted(1) indicates the agent has not completed any required start up routines and therefore the ctAliasTable and ctAliasControlTable are not currently valid. ready(2) indicates that the agent has completed all initialization procedures and that the alias MIB is running properly. full(3) indicates that due to memory restrictions on the agent, the ctaliasTable has reached the maximum number of entries possible. NOTE: If an agent is using a circular queue design, then the state of full(3) will never be set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notStarted(1), ready(2), full(3)  

ctAliasConfiguration 1.3.6.1.4.1.52.4.1.3.7.1.1.4
OBJECT IDENTIFIER    

ctAliasConfigurationSystemAllocatedEntries 1.3.6.1.4.1.52.4.1.3.7.1.1.4.1
The total number of alias entries allocated.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctAliasConfigurationSystemTotalEntries 1.3.6.1.4.1.52.4.1.3.7.1.1.4.2
The total number of alias entries available to be allocated for this system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctAliasConfigurationTable 1.3.6.1.4.1.52.4.1.3.7.1.1.4.3
This table is used to prevent any single chatty port from monopolizing all of the available alias buffers in the system by letting an administrator tune each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtAliasConfigurationEntry

ctAliasConfigurationEntry 1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1
Each entry contains an enable/disable control variable and variables showing the number of maximum allowable and currently used entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtAliasConfigurationEntry  

ctAliasConfigurationInterfaceTotalEntries 1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.1
The total number of alias entries currently in use by this ctAliasInterface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctAliasConfigurationInterfaceMaxEntries 1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.2
This object represents the maximum number of alias entries in the ctAliasTable which were created by this ctAliasInterface. When the object ctAliasConfigurationInterfaceTotalEntries equals this object, the next alias appearing on this ctAliasInterface causes the oldest entry created by this ctAliasInterface to be deleted. The sum of this object across all ctAliasInterface shall not exceed ctAliasConfigurationSystemTotalEntries. If the value of this object is increased, then oldest entry removal ceases until the maximum is reached again. If management reduces the value of this object, then, starting with the oldest, alias entries are removed until the new number of entries is reached.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

ctAliasConfigurationInterfaceEnableState 1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.3
The enable state of the alias agent on this ctAliasInterface.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

ctAliasConfigurationNumQueueWraps 1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.4
This object represents the number of times the queue for this ctAliasConfigurationEntry has wrapped. Since circular queues are used for storing the entries, when all allocated entries are used, the oldest entries are reused, thus creating a wrap condition. A value of zero indicates the queue has not wrapped, except in the case that the counter itself has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctAliasMacAddressTable 1.3.6.1.4.1.52.4.1.3.7.1.1.5
The ctAliasMacAddressTable contains information about the aliases known by the agent indexed by MAC address and protocol. This table contains information that is identical to the ctAliasTable, but it is instanced by MAC address and protocol to allow management entities to search for a MAC address and protocol, or part of a MAC address and protocol, using a single SNMP GetNext request.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtAliasMacAddressEntry

ctAliasMacAddressEntry 1.3.6.1.4.1.52.4.1.3.7.1.1.5.1
Each entry contains information pertaining to the alias of a node in a table indexed by MAC address, protocol type, protocol address, and alias ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtAliasMacAddressEntry  

ctAliasMacAddressInterface 1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.1
The ifIndex of the interface on which this entry was discovered. The ifIndex is an 'external value' that identifies a physical component associated with the Alias entry. This object can be used to identify the physical location of the interface in the ifTable [RFC2863]. The possibility of ifIndex value re-assignment must be accommodated by a management application whenever the value of sysUpTime is reset to zero. Since ifIndex values in different 'naming scopes' are not related to one another, the interface to physical component associations are relative to the same logical entity within the agent. For more discussion of naming scopes, see the ENTITY-MIB [RFC2037]
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ctAliasMacAddressVlanID 1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.2
The VLAN ID contained in the header of the message associated with this alias. On agents which support this MIB but do not support VLANs, the value for this object MUST be (1).
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

ctAliasMacAddressIsActive 1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.3
The status of this entry. A true(1) value indicates the alias is active. A false(2) value indicates an entry which has been marked inactive by network management, using the ctAliasEntryStatus object in the ctAliasControlTable. Entries which have been marked inactive may remain in the table to allow consistent mappings between network management stations until an agent needs to free resources.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ctAliasMacAddressAddressText 1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.4
The address associated with this entry in a human readable textual format.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ctAliasMacAddressTime 1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.5
The value of sysUpTime when this entry was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctAliasProtocolAddressTable 1.3.6.1.4.1.52.4.1.3.7.1.1.6
The ctAliasProtocolAddressTable contains information about the aliases known by the agent indexed by protocol and address. This table contains information that is identical to the ctAliasTable, but it is instanced by protocol and address to allow management entities to search for a protocol and address, or part of a protocol and address, using a single SNMP GetNext request.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtAliasProtocolAddressEntry

ctAliasProtocolAddressEntry 1.3.6.1.4.1.52.4.1.3.7.1.1.6.1
Each entry contains information pertaining to the alias of a node in a table indexed by protocol type, protocol address, MAC address, and alias ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtAliasProtocolAddressEntry  

ctAliasProtocolAddressInterface 1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.1
The ifIndex of the interface on which this entry was discovered. The ifIndex is an 'external value' that identifies a physical component associated with the Alias entry. This object can be used to identify the physical location of the interface in the ifTable [RFC2863]. The possibility of ifIndex value re-assignment must be accommodated by a management application whenever the value of sysUpTime is reset to zero. Since ifIndex values in different 'naming scopes' are not related to one another, the interface to physical component associations are relative to the same logical entity within the agent. For more discussion of naming scopes, see the ENTITY-MIB [RFC2037]
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ctAliasProtocolAddressVlanID 1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.2
The VLAN ID contained in the header of the message associated with this alias. On agents which support this MIB but do not support VLANs, the value for this object MUST be (1).
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

ctAliasProtocolAddressIsActive 1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.3
The status of this entry. A true(1) value indicates the alias is active. A false(2) value indicates an entry which has been marked inactive by network management, using the ctAliasEntryStatus object in the ctAliasControlTable. Entries which have been marked inactive may remain in the table to allow consistent mappings between network management stations until an agent needs to free resources.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ctAliasProtocolAddressAddressText 1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.4
The address associated with this entry in a human readable textual format.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ctAliasProtocolAddressTime 1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.5
The value of sysUpTime when this entry was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctAliasEntryClearAll 1.3.6.1.4.1.52.4.1.3.7.1.1.7
This object is used to remove all of the alias entries from all of the tables. When set to true(1) all known aliases will be immediately removed from all of their respective tables. A read will always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ctAliasConformance 1.3.6.1.4.1.52.4.1.3.7.2
OBJECT IDENTIFIER    

ctAliasGroups 1.3.6.1.4.1.52.4.1.3.7.2.1
OBJECT IDENTIFIER    

ctAliasCompliances 1.3.6.1.4.1.52.4.1.3.7.2.2
OBJECT IDENTIFIER    

ctAliasBasicGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.1
A collection of objects for the discovery and mapping of end systems and aliases.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasStatsGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.2
A collection of objects pertaining to discovery and mapping of end systems and aliases.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasControlGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.3
This group has been deprecated. See ctAliasControlGroupI.
Status: deprecated Access: read-write
OBJECT-GROUP    

ctAliasConfigurationGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.4
A collection of objects for configuring port buffer queues.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasMacAddressGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.5
A collection of objects for the discovery and mapping of end systems and aliases.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasProtocolAddressGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.6
A collection of objects for the discovery and mapping of end systems and aliases.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasControlGroupI 1.3.6.1.4.1.52.4.1.3.7.2.1.7
A collection of objects which make the Aliases accessible using the TimeFilter TEXTUAL CONVENTION.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasGroup 1.3.6.1.4.1.52.4.1.3.7.2.1.8
An object used for removing alias entries.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasConfigurationGroupI 1.3.6.1.4.1.52.4.1.3.7.2.1.9
An object to indicate queue usage.
Status: current Access: read-write
OBJECT-GROUP    

ctAliasCompliance 1.3.6.1.4.1.52.4.1.3.7.2.2.1
The compliance statement for device support of the Cabletron Directory Alias feature.
Status: current Access: read-write
MODULE-COMPLIANCE