CTIF-EXT-MIB

File: CTIF-EXT-MIB.mib (31521 bytes)

Imported modules

CTRON-MIB-NAMES IF-MIB RFC1155-SMI
RFC1213-MIB RFC-1212

Imported symbols

ctronMib2 ifIndex Counter
DisplayString OBJECT-TYPE

Defined Types

CtIfEntry  
SEQUENCE    
  ctIfNumber INTEGER
  ctIfPortCnt INTEGER
  ctIfConnectionType OBJECT IDENTIFIER
  ctIfLAA OCTET STRING
  ctIfDuplex INTEGER
  ctIfCapability INTEGER
  ctIfRedundancy INTEGER

CtIfPortEntry  
SEQUENCE    
  ctIfPortPortNumber INTEGER
  ctIfPortIfNumber INTEGER
  ctIfPortType OBJECT IDENTIFIER
  ctIfPortLinkStatus INTEGER
  ctIfPortTrapStatus INTEGER

CtCpEntry  
SEQUENCE    
  ctComPort INTEGER
  ctCpFunction INTEGER
  ctIfNum INTEGER
  ctCpAdminStatus INTEGER

CtSonetEntry  
SEQUENCE    
  ctSonetIfIndex INTEGER
  ctSonetMediumType INTEGER

CtVirtualIfEntry  
SEQUENCE    
  ctVirtualIfIndex INTEGER
  ctVirtualIfPhysicalInterface INTEGER
  ctVirtualIfType OBJECT IDENTIFIER
  ctVirtualIfNumPorts INTEGER

CtVirtualIfPortEntry  
SEQUENCE    
  ctVirtualIfPortIfIndex INTEGER
  ctVirtualIfPortNumber INTEGER
  ctVirtualIfPortType INTEGER
  ctVirtualIfPortVPI INTEGER
  ctVirtualIfPortVCI INTEGER

CtStatsEntry  
SEQUENCE    
  ctStatsIfIndex INTEGER
  ctStatsIfEnable INTEGER

CtIfHCStatsEntry  
SEQUENCE    
  ctIfInOctets Counter
  ctIfInOctetsOverflows Counter
  ctIfInUcastPkts Counter
  ctIfInUcastPktsOverflows Counter
  ctIfInMulticastPkts Counter
  ctIfInMulticastPktsOverflows Counter
  ctIfInBroadcastPkts Counter
  ctIfInBroadcastPktsOverflows Counter
  ctIfOutOctets Counter
  ctIfOutOctetsOverflows Counter
  ctIfOutUcastPkts Counter
  ctIfOutUcastPktsOverflows Counter
  ctIfOutMulticastPkts Counter
  ctIfOutMulticastPktsOverflows Counter
  ctIfOutBroadcastPkts Counter
  ctIfOutBroadcastPktsOverflows Counter

Defined Values

commonDev 1.3.6.1.4.1.52.4.3.3.1
OBJECT IDENTIFIER    

ctIf 1.3.6.1.4.1.52.4.3.3.2
OBJECT IDENTIFIER    

ctIfPort 1.3.6.1.4.1.52.4.3.3.3
OBJECT IDENTIFIER    

ctIfCp 1.3.6.1.4.1.52.4.3.3.4
OBJECT IDENTIFIER    

ctSNMP 1.3.6.1.4.1.52.4.3.3.5
OBJECT IDENTIFIER    

ctSonet 1.3.6.1.4.1.52.4.3.3.6
OBJECT IDENTIFIER    

ctVirtual 1.3.6.1.4.1.52.4.3.3.7
OBJECT IDENTIFIER    

ctStats 1.3.6.1.4.1.52.4.3.3.8
OBJECT IDENTIFIER    

ctFramerConfig 1.3.6.1.4.1.52.4.3.3.9
OBJECT IDENTIFIER    

ctIfHC 1.3.6.1.4.1.52.4.3.3.10
OBJECT IDENTIFIER    

comDeviceTime 1.3.6.1.4.1.52.4.3.3.1.1
The current time of day, in 24 hour format, as measured by the device. The representation shall use the standard HHMMSS format.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(6|8)  

comDeviceDate 1.3.6.1.4.1.52.4.3.3.1.2
The current date, as measured by the device. The representation shall use the standard MMDDYYYY format.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(8)  

comDeviceBoardMap 1.3.6.1.4.1.52.4.3.3.1.3
Contains a bit encoded representation of slots that contain MIM boards. If a bit is one then that slot is occupied by a board.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfTable 1.3.6.1.4.1.52.4.3.3.2.1
This table defines an extension to the interface table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtIfEntry

ctIfEntry 1.3.6.1.4.1.52.4.3.3.2.1.1
This defines each conceptual row within the ctIfTable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtIfEntry  

ctIfNumber 1.3.6.1.4.1.52.4.3.3.2.1.1.1
This defines the interface that is being described. This is the same as ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfPortCnt 1.3.6.1.4.1.52.4.3.3.2.1.1.2
This defines the number of ports on the interface that is being described.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfConnectionType 1.3.6.1.4.1.52.4.3.3.2.1.1.3
Defines the specific type of the interface connection (BRIM, etc). This is defined within ctron-oids. This differs from the nature of the interface as defined by ifType as found in MIB-II.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctIfLAA 1.3.6.1.4.1.52.4.3.3.2.1.1.4
This object is used by a device (with a Token Ring interface) to set a Locally Administered Address (LAA) for it's MAC hardware address. When set, this LAA will override the default Universally Administered Address or burned in address of the interface. For devices that do not support LAA: - a read will return all zeros. - any write attempt will return BADVALUE. For devices that support LAA: - valid values are 4000 0000 0000 to 4000 7fff ffff, and 0000 0000 0000 (a value of all zeros, causes interface to use the burned in address). - a set (write) with an invalid value, returns BADVALUE. - after a write, new values will only become active after the Token Ring interface has been closed and then opened again. - a read of ctIfLAA will always return same value as ifPhysAddress, except in the case where; o ctIfLAA has been set, but interface has not yet been closed and reopened, in this case the last set value is returned. Note that a read of ifPhysAddress will always return the physical address currently being used by the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

ctIfDuplex 1.3.6.1.4.1.52.4.3.3.2.1.1.5
Defines the duplex mode that the interface is set to operate in. For devices that do not support this capability: - a read will return standard(2). - any write attempt will return BADVALUE. - fast ethernet devices will report other(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), standard(2), full(3)  

ctIfCapability 1.3.6.1.4.1.52.4.3.3.2.1.1.6
Defines the cabability of the underlying hardware in supporting full duplex. This object will have a value of fullDuplex(3) if all hardware is capable of supporting full duplex operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), standard(2), fullDuplex(3), fastEthernet(4), ethernetBased(5)  

ctIfRedundancy 1.3.6.1.4.1.52.4.3.3.2.1.1.7
Defines whether or not an interface supports redundancy.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER redundant(1), not-redundant(2)  

ctIfPortTable 1.3.6.1.4.1.52.4.3.3.3.1
This table defines an extension to the interface table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtIfPortEntry

ctIfPortEntry 1.3.6.1.4.1.52.4.3.3.3.1.1
This defines each conceptual row within the ctIfPortTable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtIfPortEntry  

ctIfPortPortNumber 1.3.6.1.4.1.52.4.3.3.3.1.1.1
This defines the port that is being described.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfPortIfNumber 1.3.6.1.4.1.52.4.3.3.3.1.1.2
This defines the interface that the port being described is on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfPortType 1.3.6.1.4.1.52.4.3.3.3.1.1.3
Defines the specific type of the port (EPIM, TPIM). This is defined within ctron-oids.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctIfPortLinkStatus 1.3.6.1.4.1.52.4.3.3.3.1.1.4
Defines the status of the port connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notLinked(1), linked(2), notApplicable(3)  

ctIfPortTrapStatus 1.3.6.1.4.1.52.4.3.3.3.1.1.5
Defines the trap forwarding status of the port. A value of (1) indicates that a trap WILL NOT be sent if the port goes down and a value of (2) which is the default value, indicates that a trap WILL be sent if the port goes down.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ctCpTable 1.3.6.1.4.1.52.4.3.3.4.1
This table defines a Com Port Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtCpEntry

ctCpEntry 1.3.6.1.4.1.52.4.3.3.4.1.1
This defines each conceptual row within the ctCPTable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtCpEntry  

ctComPort 1.3.6.1.4.1.52.4.3.3.4.1.1.1
This is the index into the Com Port Table and defines the Com Port that is being described. com1 = 1, com2 = 2
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctCpFunction 1.3.6.1.4.1.52.4.3.3.4.1.1.2
Defines the Com Port Function supported by that Com Port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER lm(1), ups(2), slip(3), ppp(4)  

ctIfNum 1.3.6.1.4.1.52.4.3.3.4.1.1.3
This defines the interface that is being described. This is the same as ifIndex. This is only valid if ctCpFunction is SLIP or PPP, otherwise, 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctCpAdminStatus 1.3.6.1.4.1.52.4.3.3.4.1.1.4
The administrative state of the Com Port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

enableSNMPv1 1.3.6.1.4.1.52.4.3.3.5.1
This object allows control over the SNMPv1 protocol. If set to a value of disable(1) then the SNMPv1 protocol will not be accepted by the device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

enableSNMPv2 1.3.6.1.4.1.52.4.3.3.5.2
This object allows control over the SNMPv2 protocol. If set to a value of disable(1) then the SNMPv2 protocol will not be accepted by the device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

enableSNMPv1Counter64 1.3.6.1.4.1.52.4.3.3.5.3
This object allows control over the SNMPv1 protocol agent. If set to a value of enable(2) then the SNMPv1 agent will return Counter64 objects using SNMPv2 syntax. If set to a value of disable(1) then the SNMPv1 agent will return any Counter64 objects as Counter32.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ctSonetTable 1.3.6.1.4.1.52.4.3.3.6.1
This table defines the Sonet table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtSonetEntry

ctSonetEntry 1.3.6.1.4.1.52.4.3.3.6.1.1
This defines each conceptual row within the ctSonetTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CtSonetEntry  

ctSonetIfIndex 1.3.6.1.4.1.52.4.3.3.6.1.1.1
This defines the interface being described. It is the same as IfIndex.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

ctSonetMediumType 1.3.6.1.4.1.52.4.3.3.6.1.1.2
This variable identifies whether a SONET or a SDH signal is used across this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER sonet(1), sdh(2)  

ctVirtualIfTable 1.3.6.1.4.1.52.4.3.3.7.1
This table defines a Virtual IF Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtVirtualIfEntry

ctVirtualIfEntry 1.3.6.1.4.1.52.4.3.3.7.1.1
This defines each conceptual row within the ctVirtualIfTable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtVirtualIfEntry  

ctVirtualIfIndex 1.3.6.1.4.1.52.4.3.3.7.1.1.1
Returns the virtual If Index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctVirtualIfPhysicalInterface 1.3.6.1.4.1.52.4.3.3.7.1.1.2
This value displays the physical interface that owns the virtual interface. This is the IfIndex from MIB-II.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctVirtualIfType 1.3.6.1.4.1.52.4.3.3.7.1.1.3
This value displays the physical interface type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctVirtualIfNumPorts 1.3.6.1.4.1.52.4.3.3.7.1.1.4
This value displays the number of virtual ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctVirtualIfPortTable 1.3.6.1.4.1.52.4.3.3.7.2
This table defines the Virtual Port types.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtVirtualIfPortEntry

ctVirtualIfPortEntry 1.3.6.1.4.1.52.4.3.3.7.2.1
This defines each conceptual row within the ctVirtualIfPortTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtVirtualIfPortEntry  

ctVirtualIfPortIfIndex 1.3.6.1.4.1.52.4.3.3.7.2.1.1
Returns the virtual If Index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctVirtualIfPortNumber 1.3.6.1.4.1.52.4.3.3.7.2.1.2
The application port number of the port being described.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctVirtualIfPortType 1.3.6.1.4.1.52.4.3.3.7.2.1.3
This defines the port type from ctron-oids.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER portVirtualTypeSvc(1), portVirtualTypePvcLlc(2), portVirtualTypePvcVcmux(3)  

ctVirtualIfPortVPI 1.3.6.1.4.1.52.4.3.3.7.2.1.4
This returns the Virtual Path Identifier value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctVirtualIfPortVCI 1.3.6.1.4.1.52.4.3.3.7.2.1.5
This returns the Virtual Channel Identifier value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctStatsTable 1.3.6.1.4.1.52.4.3.3.8.1
This table defines the Stats table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtStatsEntry

ctStatsEntry 1.3.6.1.4.1.52.4.3.3.8.1.1
This defines each StatsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtStatsEntry  

ctStatsIfIndex 1.3.6.1.4.1.52.4.3.3.8.1.1.1
This defines the interface being described. It is the same as IfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctStatsIfEnable 1.3.6.1.4.1.52.4.3.3.8.1.1.2
This allows the interface to pass Token Ring MAC frames to the HOST for processing. When disabled, stats will not be gathered on the interface. Default is Enabled. For devices that do not support this capability any write attempt will return BADVALUE.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ctIfHCStatsTable 1.3.6.1.4.1.52.4.3.3.10.1
This table defines an extension to the interface table. This table consists of interface counters grouped together. For each counter type in the table their is a 32 bit counter and a 32 bit overflow counter. This effectively provides a method for counting up to 64 bits.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtIfHCStatsEntry

ctIfHCStatsEntry 1.3.6.1.4.1.52.4.3.3.10.1.1
This defines each conceptual row within the ctIfHCStatsTable. Entries in this table will exist for High Capacity Interfaces.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtIfHCStatsEntry  

ctIfInOctets 1.3.6.1.4.1.52.4.3.3.10.1.1.1
The total number of octets received on the interface, including framing characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInOctetsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.2
The number of times the associated ctIfInOctets counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInUcastPkts 1.3.6.1.4.1.52.4.3.3.10.1.1.3
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInUcastPktsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.4
The number of times the associated ctIfInUcastPkts counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInMulticastPkts 1.3.6.1.4.1.52.4.3.3.10.1.1.5
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both Group and Functional addresses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInMulticastPktsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.6
The number of times the associated ctIfInMulticastPkts counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInBroadcastPkts 1.3.6.1.4.1.52.4.3.3.10.1.1.7
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfInBroadcastPktsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.8
The number of times the associated ctIfInBroadcastPkts counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutOctets 1.3.6.1.4.1.52.4.3.3.10.1.1.9
The total number of octets transmitted out of the interface, including framing characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutOctetsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.10
The number of times the associated ctIfOutOctets counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutUcastPkts 1.3.6.1.4.1.52.4.3.3.10.1.1.11
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutUcastPktsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.12
The number of times the associated ctIfOutUcastPkts counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutMulticastPkts 1.3.6.1.4.1.52.4.3.3.10.1.1.13
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both Group and Functional addresses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutMulticastPktsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.14
The number of times the associated ctIfOutMulticastPkts counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutBroadcastPkts 1.3.6.1.4.1.52.4.3.3.10.1.1.15
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctIfOutBroadcastPktsOverflows 1.3.6.1.4.1.52.4.3.3.10.1.1.16
The number of times the associated ctIfOutBroadcastPkts counter has overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter