CTRON-ALIAS-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
6
Rows
6
Columns
33
.1.3.6.1.4.1.52.4.1.3.7.1.1.1 · 1 row entry · 9 columns
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.
ctAliasEntry entry .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.
Indexes
ctAliasTimeFilter ctAliasReference
Column Syntax OID
ctAliasTimeFilter
The value of sysUpTime when this entry
was last modified.
RMON2-MIBTimeFilter
Textual Convention: RMON2-MIBTimeFilter Unsigned32
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.1
ctAliasReference
An integer ID assigned by the agent. The value of this
object is equal to an existing ctAliasID.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.2
ctAliasInterface
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 ident…
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.3
ctAliasMacAddress
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 we…
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.4
ctAliasVlanID
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).
Q-BRIDGE-MIBVlanIndex
Textual Convention: Q-BRIDGE-MIBVlanIndex Unsigned32
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.5
ctAliasProtocol
The address type of this alias address.
CabletronProtocolTC
Textual Convention: CabletronProtocolTC Enumeration
Type Values:
0unknown
1ip
2apl
3mac
4hsrp
5dhcps
6dhcpc
7bootps
8bootpc
9ospf
10vrrp
11ipx
12xrip
13xsap
14xnlsp
15ipx20
16rtmp
17netBios
18nbt
19n802q
20bgp
21rip
22igrp
23dec
24bpdu
25udp
26ipv6
27mdns
28llmnr
29ssdp
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.6
ctAliasAddress
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.
AliasAddress
Textual Convention: AliasAddress OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.7
ctAliasIsActive
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
ctAliasEntrySta…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.8
ctAliasAddressText
The address associated with this entry in a human
readable textual format.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.52.4.1.3.7.1.1.1.1.9
.1.3.6.1.4.1.52.4.1.3.7.1.1.2 · 1 row entry · 3 columns
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.
ctAliasControlEntry entry .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'.
Indexes
ctAliasID
Column Syntax OID
ctAliasID
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.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.52.4.1.3.7.1.1.2.1.1
ctAliasMarkInactive deprecated
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…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.52.4.1.3.7.1.1.2.1.2
ctAliasEntryStatus
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 …
Enumerationr/w
Enumerated Values:
1active
2inactive
3remove
.1.3.6.1.4.1.52.4.1.3.7.1.1.2.1.3
.1.3.6.1.4.1.52.4.1.3.7.1.1.4.3 · 1 row entry · 4 columns
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.
ctAliasConfigurationEntry entry .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.
Indexes
ctAliasInterface
Column Syntax OID
ctAliasConfigurationInterfaceTotalEntries
The total number of alias entries currently in
use by this ctAliasInterface.
SNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.1
ctAliasConfigurationInterfaceMaxEntries
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 …
SNMPv2-SMIGauge32r/w
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.2
ctAliasConfigurationInterfaceEnableState
The enable state of the alias agent on this
ctAliasInterface.
P-BRIDGE-MIBEnabledStatusr/w
Textual Convention: P-BRIDGE-MIBEnabledStatus Enumeration
Type Values:
1enabled
2disabled
.1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.3
ctAliasConfigurationNumQueueWraps
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 r…
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.52.4.1.3.7.1.1.4.3.1.4
.1.3.6.1.4.1.52.4.1.3.7.1.1.5 · 1 row entry · 5 columns
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.
ctAliasMacAddressEntry entry .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.
Indexes
ctAliasMacAddress ctAliasProtocol ctAliasAddress ctAliasReference
Column Syntax OID
ctAliasMacAddressInterface
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 ident…
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.1
ctAliasMacAddressVlanID
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).
Q-BRIDGE-MIBVlanIndex
Textual Convention: Q-BRIDGE-MIBVlanIndex Unsigned32
.1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.2
ctAliasMacAddressIsActive
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
ctAliasEntrySta…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.3
ctAliasMacAddressAddressText
The address associated with this entry in a human
readable textual format.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.4
ctAliasMacAddressTime
The value of sysUpTime when this entry was last modified.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.52.4.1.3.7.1.1.5.1.5
.1.3.6.1.4.1.52.4.1.3.7.1.1.6 · 1 row entry · 5 columns
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.
ctAliasProtocolAddressEntry entry .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.
Indexes
ctAliasProtocol ctAliasAddress ctAliasMacAddress ctAliasReference
Column Syntax OID
ctAliasProtocolAddressInterface
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 ident…
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.1
ctAliasProtocolAddressVlanID
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).
Q-BRIDGE-MIBVlanIndex
Textual Convention: Q-BRIDGE-MIBVlanIndex Unsigned32
.1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.2
ctAliasProtocolAddressIsActive
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
ctAliasEntrySta…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.3
ctAliasProtocolAddressAddressText
The address associated with this entry in a human
readable textual format.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.4
ctAliasProtocolAddressTime
The value of sysUpTime when this entry was last modified.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.52.4.1.3.7.1.1.6.1.5
.1.3.6.1.4.1.52.4.1.3.7.1.1.8 · 1 row entry · 7 columns
The ctAliasInterfaceTable contains information about
the aliases known by the agent indexed by interface 
address and alias ID.
          
This table contains information that is identical to
the ctAliasTable, but it is instanced by interface address
and alias ID to allow management entities to search for
an interface address, using a single SNMP GetNext request.
ctAliasInterfaceEntry entry .1.3.6.1.4.1.52.4.1.3.7.1.1.8.1
Each entry contains information pertaining to the alias
of a node in a table indexed by interface address and
alias ID.
Indexes
ctAliasInterface ctAliasReference
Column Syntax OID
ctAliasInterfaceMacAddress
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 we…
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.1
ctAliasInterfaceProtocol
The address type of this alias address.
CabletronProtocolTC
Textual Convention: CabletronProtocolTC Enumeration
Type Values:
0unknown
1ip
2apl
3mac
4hsrp
5dhcps
6dhcpc
7bootps
8bootpc
9ospf
10vrrp
11ipx
12xrip
13xsap
14xnlsp
15ipx20
16rtmp
17netBios
18nbt
19n802q
20bgp
21rip
22igrp
23dec
24bpdu
25udp
26ipv6
27mdns
28llmnr
29ssdp
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.2
ctAliasInterfaceAddress
The address associated with this entry. The exact
format of this object will depend upon the protocol
type in ctAliasInterfaceProtocol. The value returned
for this object MUST be in a non-textual format.
AliasAddress
Textual Convention: AliasAddress OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.3
ctAliasInterfaceVlanID
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).
Q-BRIDGE-MIBVlanIndex
Textual Convention: Q-BRIDGE-MIBVlanIndex Unsigned32
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.4
ctAliasInterfaceIsActive
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
ctAliasEntrySta…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.5
ctAliasInterfaceAddressText
The address associated with this entry in a human
readable textual format.
SNMP-FRAMEWORK-MIBSnmpAdminString
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.6
ctAliasInterfaceTime
The value of sysUpTime when this entry was last modified.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.52.4.1.3.7.1.1.8.1.7