CTRMONXT-MIB

File: CTRMONXT-MIB.mib (17527 bytes)

Imported modules

RFC1155-SMI CTRON-MIB-NAMES RFC-1212
RMON-MIB

Imported symbols

TimeTicks ctronRmon OBJECT-TYPE
OwnerString EntryStatus

Defined Types

CtDiscoveryControlEntry  
SEQUENCE    
  ctDiscoveryControlIndex INTEGER 1..65535
  ctDiscoveryControlDataSource OBJECT IDENTIFIER
  ctDiscoveryControlProtocol OBJECT IDENTIFIER
  ctDiscoveryControlTableSize INTEGER
  ctDiscoveryControlAgeInterval INTEGER
  ctDiscoveryControlLastDeleteTime TimeTicks
  ctDiscoveryControlOwner OwnerString
  ctDiscoveryControlStatus EntryStatus

CtDiscoveryMNEntry  
SEQUENCE    
  ctDiscoveryMNMACAddress OCTET STRING
  ctDiscoveryMNNetworkAddress OCTET STRING
  ctDiscoveryMNIndex INTEGER 1..65535
  ctDiscoveryMNCreationTime TimeTicks
  ctDiscoveryMNLastTransmitTime TimeTicks
  ctDiscoveryMNBoard INTEGER
  ctDiscoveryMNPort INTEGER

CtDiscoveryNMEntry  
SEQUENCE    
  ctDiscoveryNMNetworkAddress OCTET STRING
  ctDiscoveryNMMACAddress OCTET STRING
  ctDiscoveryNMIndex INTEGER 1..65535
  ctDiscoveryNMCreationTime TimeTicks
  ctDiscoveryNMLastTransmitTime TimeTicks
  ctDiscoveryNMBoard INTEGER
  ctDiscoveryNMPort INTEGER

Defined Values

ctDiscovery 1.3.6.1.4.1.52.4.3.2.20
OBJECT IDENTIFIER    

ctDiscoveryProtocol 1.3.6.1.4.1.52.4.3.2.20.1
OBJECT IDENTIFIER    

ctProtIP 1.3.6.1.4.1.52.4.3.2.20.1.1
OBJECT IDENTIFIER    

ctProtNetware 1.3.6.1.4.1.52.4.3.2.20.1.2
OBJECT IDENTIFIER    

ctProtDecNet 1.3.6.1.4.1.52.4.3.2.20.1.3
OBJECT IDENTIFIER    

ctDiscoveryControlTable 1.3.6.1.4.1.52.4.3.2.20.2
A list of Discovery Control Entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtDiscoveryControlEntry

ctDiscoveryControlEntry 1.3.6.1.4.1.52.4.3.2.20.2.1
A list of parameters that set up the discovery of devices by mac address, network address, protocol mapping and the interface they appear on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtDiscoveryControlEntry  

ctDiscoveryControlIndex 1.3.6.1.4.1.52.4.3.2.20.2.1.1
An index that uniquely identifies an entry in the ctDiscoveryControl table. Each entry identifies a function that will discover relationships between MAC and Network layer addresses on a particular interface and of a particular protocol. Information about these relationships will be placed in the ctDiscoveryMediaToNetTable and the ctDiscoveryNetToMedia table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctDiscoveryControlDataSource 1.3.6.1.4.1.52.4.3.2.20.2.1.2
This object identifies the source of the data from which this entry creates address relationships. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in [4,6], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. This object may not be modified if the associated ctDiscoveryControlStatus object is equal to valid(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctDiscoveryControlProtocol 1.3.6.1.4.1.52.4.3.2.20.2.1.3
This object identifies the protocol suite, and hence the type of network addresses in the tables, for the table associated with this control index.. NOTE: In this table, this value applies only to the network layer of the packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctDiscoveryControlTableSize 1.3.6.1.4.1.52.4.3.2.20.2.1.4
The number of ctDiscoveryMediaToNetEntries in the ctDiscoveryMediaToNetTable associated with this ctDiscoveryControlTable. This must also be the number of entries in the ctDiscoveryNetToMediaTable for this ctDiscoveryControlTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctDiscoveryControlLastDeleteTime 1.3.6.1.4.1.52.4.3.2.20.2.1.5
The value of sysUpTime when the last entry was deleted from the ctDiscoveryMediaToNetTable associated with this ctDiscoveryControlEntry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctDiscoveryControlAgeInterval 1.3.6.1.4.1.52.4.3.2.20.2.1.6
The minimum amount of idle time that will be allowed for an entry before it may be deleted from the table by the agent. The aging routine is not required to run every second.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctDiscoveryControlOwner 1.3.6.1.4.1.52.4.3.2.20.2.1.7
The entity that configured this entry and is therefore using the resources assigned to it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OwnerString  

ctDiscoveryControlStatus 1.3.6.1.4.1.52.4.3.2.20.2.1.8
The status of this ctDiscoveryControl Entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

ctDiscoveryMNTable 1.3.6.1.4.1.52.4.3.2.20.3
A list of ctDiscoveryMNEntries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtDiscoveryMNEntry

ctDiscoveryMNEntry 1.3.6.1.4.1.52.4.3.2.20.3.1
A MAC/Network address assocaition.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtDiscoveryMNEntry  

ctDiscoveryMNMACAddress 1.3.6.1.4.1.52.4.3.2.20.3.1.1
The MAC layer address of this MAC/Network association
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ctDiscoveryMNNetworkAddress 1.3.6.1.4.1.52.4.3.2.20.3.1.2
The network layer address of this MAC/Network association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ctDiscoveryMNIndex 1.3.6.1.4.1.52.4.3.2.20.3.1.3
An index that defines the set of collected ctDiscoveryMNEntries of which this entry is part. The set of MAC/Network associations identified by a particular value of this index is associated with the ctDiscoveryControlEntry with the same index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctDiscoveryMNCreationTime 1.3.6.1.4.1.52.4.3.2.20.3.1.4
The value of SysUpTime when an error free frame with this source MAC/Network address association was detected, and an entry with a corresponding association was not present in the ctDiscoveryMNTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctDiscoveryMNLastTransmitTime 1.3.6.1.4.1.52.4.3.2.20.3.1.5
The value of SysUpTime when this entry was last updated. This time correponds to the last time that a frame with the source MAC/Network association of this dicovery entry was detected. This object is useful in that the management station can compute idle time by the difference between this value and current sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctDiscoveryMNBoard 1.3.6.1.4.1.52.4.3.2.20.3.1.6
The index of the board that this MAC/Network association was last seen on. A value of zero indicates that this information was not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctDiscoveryMNPort 1.3.6.1.4.1.52.4.3.2.20.3.1.7
The index of the port that this MAC/Network association was last seen on. A value of zero indicates that this information was not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctDiscoveryNMTable 1.3.6.1.4.1.52.4.3.2.20.4
A list of ctDiscoveryNMEntries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtDiscoveryNMEntry

ctDiscoveryNMEntry 1.3.6.1.4.1.52.4.3.2.20.4.1
A MAC/Network address assocaition.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtDiscoveryNMEntry  

ctDiscoveryNMNetworkAddress 1.3.6.1.4.1.52.4.3.2.20.4.1.1
The Network layer address of this MAC/Network association
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ctDiscoveryNMMACAddress 1.3.6.1.4.1.52.4.3.2.20.4.1.2
The MAC layer address of this MAC/Network association
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ctDiscoveryNMIndex 1.3.6.1.4.1.52.4.3.2.20.4.1.3
An index that defines the set of collected ctDiscoveryNMEntries of which this entry is part. The set of MAC/Network associations identified by a particular value of this index is associated with the ctDiscoveryControlEntry with the same index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctDiscoveryNMCreationTime 1.3.6.1.4.1.52.4.3.2.20.4.1.4
The value of SysUpTime when an error free frame with this source MAC/Network address association was detected, and an entry with a corresponding association was not present in the ctDiscoveryNMTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctDiscoveryNMLastTransmitTime 1.3.6.1.4.1.52.4.3.2.20.4.1.5
The value of SysUpTime when this entry was last updated. This time correponds to the last time that a frame with the source MAC/Network association of this dicovery entry was detected. This object is useful in that the management station can compute idle time by the difference between this value and current sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctDiscoveryNMBoard 1.3.6.1.4.1.52.4.3.2.20.4.1.6
The index of the board that this MAC/Network association was last seen on. A value of zero indicates that this information was not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctDiscoveryNMPort 1.3.6.1.4.1.52.4.3.2.20.4.1.7
The index of the port that this MAC/Network association was last seen on. A value of zero indicates that this information was not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER