APPIAN-PPORT-ETHERNET-MIB

File: APPIAN-PPORT-ETHERNET-MIB.mib (29565 bytes)

Imported modules

APPIAN-SMI-MIB APPIAN-CHASSIS-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

acPport AcOpStatus AcAdminStatus
AcSlotNumber AcPortNumber AcNodeId
acChassisCurrentTime acChassisRingId MODULE-IDENTITY
OBJECT-TYPE Counter64 Counter32
NOTIFICATION-TYPE TEXTUAL-CONVENTION TruthValue
PhysAddress DisplayString

Defined Types

AcEnetSpeed  
The physical speed of this 802.3 port expressed as an integer enumeration.
TEXTUAL-CONVENTION    
  INTEGER mb10(1), mb100(2), gb1(3)  

AcEnetDuplexity  
The duplexity mode for the 802.3 interface. The interface can be configured for auto(1), full(2), or half(3) duplex mode. Auto is the default and when set will negotiate with the far end for proper mode.
TEXTUAL-CONVENTION    
  INTEGER full(1), half(2)  

AcEnetLinkState  
Attribute which identifies the current physical state of the link.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), link(1), nolink(2)  

AcEnetStatsEntry  
SEQUENCE    
  acEnetStatsNodeId AcNodeId
  acEnetStatsSlot AcSlotNumber
  acEnetStatsPort AcPortNumber
  acEnetStatsPktsRx Counter64
  acEnetStatsPktsTx Counter64
  acEnetStatsOctetsRx Counter64
  acEnetStatsOctetsTx Counter64
  acEnetStatsBcastPktsRx Counter64
  acEnetStatsBcastPktsTx Counter64
  acEnetStatsMcastPktsRx Counter64
  acEnetStatsMcastPktsTx Counter64
  acEnetStatsCrcAlignErrors Counter64
  acEnetStatsUndersizedPkts Counter64
  acEnetStatsOversizedPkts Counter64
  acEnetStatsFragmentedPkts Counter64
  acEnetStatsJabbers Counter64
  acEnetStatsCollisions Counter64
  acEnetStatsPkts64Octets Counter64
  acEnetStatsPkts65to127Octets Counter64
  acEnetStatsPkts128to255Octets Counter64
  acEnetStatsPkts256to511Octets Counter64
  acEnetStatsPkts512to1023Octets Counter64
  acEnetStatsPkts1024to1518Octets Counter64
  acEnetStatsCurrentRxBandwidth INTEGER
  acEnetStatsCurrentTxBandwidth INTEGER
  acEnetStatsPausePktsRx Counter32
  acEnetStatsPausePktsTx Counter32
  acEnetStatsPkts1519to1522Octets Counter64

AcEnetCfgEntry  
SEQUENCE    
  acEnetCfgNodeId AcNodeId
  acEnetCfgSlot AcSlotNumber
  acEnetCfgPort AcPortNumber
  acEnetCfgAdminStatus AcAdminStatus
  acEnetCfgOpStatus AcOpStatus
  acEnetCfgOpCode INTEGER
  acEnetCfgStatsReset TruthValue
  acEnetCfgMediaType INTEGER
  acEnetCfgPhysicalAddress PhysAddress
  acEnetCfgActiveMediaSlot AcSlotNumber
  acEnetCfgStandbyMediaSlot AcSlotNumber
  acEnetCfgMultiServiceEnable TruthValue
  acEnetCfgSpeed AcEnetSpeed
  acEnetCfgDuplexity AcEnetDuplexity
  acEnetCfgCurrentSpeed AcEnetSpeed
  acEnetCfgCurrentDuplexity AcEnetDuplexity
  acEnetCfgInterfaceName DisplayString
  acEnetCfgLinkState AcEnetLinkState
  acEnetCfgAutoNegotiate TruthValue
  acEnetCfgPauseAdminMode INTEGER
  acEnetCfgPauseOperMode INTEGER

Defined Values

acEnet 1.3.6.1.4.1.2785.2.3.3
Appian Communications Ethernet Access MIB which contains the configuration and statistics attributes for an 802.3 physical interface.
MODULE-IDENTITY    

acEnetStatsTable 1.3.6.1.4.1.2785.2.3.3.1
A table containing the statistics parameters for 10/100Mb and 1Gb Ethernet access ports. The index keys used in this table (slot.port) are mapped to ifIndex under the appian(2785).interfaces(4).ifTable(1) group. The statistics table will be automatically created by the access driver, regardless if configuration exists on the port or not.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcEnetStatsEntry

acEnetStatsEntry 1.3.6.1.4.1.2785.2.3.3.1.1
A row in the Ethernet Statistics table containing all Ethernet level statistics for a specific Ethernet access port. Rows in the statistics table are automatically instantiated as soon as an acEnetCfgEntry exists.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcEnetStatsEntry  

acEnetStatsNodeId 1.3.6.1.4.1.2785.2.3.3.1.1.1
The node id is the id for this specific node in the OSAP ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acEnetStatsSlot 1.3.6.1.4.1.2785.2.3.3.1.1.2
The slot number within the chassis where this module entry resides.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcSlotNumber  

acEnetStatsPort 1.3.6.1.4.1.2785.2.3.3.1.1.3
The port number on the module which represents this instance of an Ethernet access port.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcPortNumber  

acEnetStatsPktsRx 1.3.6.1.4.1.2785.2.3.3.1.1.4
The total number of packets received on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPktsTx 1.3.6.1.4.1.2785.2.3.3.1.1.5
The total number of packets transmitted on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsOctetsRx 1.3.6.1.4.1.2785.2.3.3.1.1.6
The total number of octets (bytes) received on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsOctetsTx 1.3.6.1.4.1.2785.2.3.3.1.1.7
The total number of octets (bytes) transmitted on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsBcastPktsRx 1.3.6.1.4.1.2785.2.3.3.1.1.8
The total number of broadcast packets received on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsBcastPktsTx 1.3.6.1.4.1.2785.2.3.3.1.1.9
The total number of broadcast packets transmitted on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsMcastPktsRx 1.3.6.1.4.1.2785.2.3.3.1.1.10
The total number of Multicast packets received on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsMcastPktsTx 1.3.6.1.4.1.2785.2.3.3.1.1.11
The total number of Multicast packets transmitted on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsCrcAlignErrors 1.3.6.1.4.1.2785.2.3.3.1.1.12
The total number of CRC alignment errors received on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsUndersizedPkts 1.3.6.1.4.1.2785.2.3.3.1.1.13
The total number of packets received on this interface which were below a minimum 64byte length, expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsOversizedPkts 1.3.6.1.4.1.2785.2.3.3.1.1.14
The total number of packets received on this interface which were determined to be greater than 1522 bytes in length, expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsFragmentedPkts 1.3.6.1.4.1.2785.2.3.3.1.1.15
The total number of fragmented frames detected on this interface expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsJabbers 1.3.6.1.4.1.2785.2.3.3.1.1.16
The total number of babbling jabbers detected on this interface, expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsCollisions 1.3.6.1.4.1.2785.2.3.3.1.1.17
The total number of collisions detected on this interface during transmission attempts which have exceeded the maximum count of (16) per frame. This counter is expressed as a 64bit integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPkts64Octets 1.3.6.1.4.1.2785.2.3.3.1.1.18
The total number of frames transmitted and received which were exactly 64 bytes in length. This counter is expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPkts65to127Octets 1.3.6.1.4.1.2785.2.3.3.1.1.19
The total number of packets transmitted and received on this interface which were between 65 and 127 bytes in length, expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPkts128to255Octets 1.3.6.1.4.1.2785.2.3.3.1.1.20
The total number of packets transmitted and received on this interface which were between 128 and 255 bytes in length, expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPkts256to511Octets 1.3.6.1.4.1.2785.2.3.3.1.1.21
The total number of packets transmitted and received on this interface which were between 256 and 511 bytes in length, expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPkts512to1023Octets 1.3.6.1.4.1.2785.2.3.3.1.1.22
The total number of packets transmitted and received on this interface which were between 512 and 1023 bytes in length, expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsPkts1024to1518Octets 1.3.6.1.4.1.2785.2.3.3.1.1.23
The total number of packets transmitted and received on this interface which were between 1024 and 1518 bytes in length, expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetStatsCurrentRxBandwidth 1.3.6.1.4.1.2785.2.3.3.1.1.24
The current receive bandwidth expressed as a percentage value between 0 and 100%. Bandwidth is calculated by the ethernet driver upon the request for this attribute. The value is calculated by the equation: bw = (( octets-rx-delta / speed ) / 100 ) The delta counter is a value kept internally by the driver and not exposed in the MIB. The bandwidth value is represented as a whole number only.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

acEnetStatsCurrentTxBandwidth 1.3.6.1.4.1.2785.2.3.3.1.1.25
The current transmit bandwidth expressed as a percentage value between 0 and 100%. Bandwidth is calculated by the ethernet driver upon the request for this attribute. The value is calculated by the equation: bw = (( octets-tx-delta / speed ) / 100 ) The delta counter is a value kept internally by the driver and not exposed in the MIB. The bandwidth value is represented as a whole number only.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

acEnetStatsPausePktsRx 1.3.6.1.4.1.2785.2.3.3.1.1.26
A count of MAC Control frames received on this interface with an opcode indicating the PAUSE operation. This counter does not increment when the interface is operating in half-duplex mode. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acEnetStatsPausePktsTx 1.3.6.1.4.1.2785.2.3.3.1.1.27
A count of MAC Control frames transmitted on this interface with an opcode indicating the PAUSE operation. This counter does not increment when the interface is operating in half-duplex mode. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acEnetStatsPkts1519to1522Octets 1.3.6.1.4.1.2785.2.3.3.1.1.28
The total number of packets transmitted and received on this interface which were between 1519 and 1522 bytes in length, expressed as a 64bit integer. This allows us to support the RMON mib.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acEnetCfgTable 1.3.6.1.4.1.2785.2.3.3.2
A table of configuration instances for Ethernet Access ports. This table is automatically created based on what hardware is installed in the slot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcEnetCfgEntry

acEnetCfgEntry 1.3.6.1.4.1.2785.2.3.3.2.1
A row which contains the configuration parameters for an Ethernet Access port. These rows must be created by the EMS or CLI, and are not automatically instantiated by default.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcEnetCfgEntry  

acEnetCfgNodeId 1.3.6.1.4.1.2785.2.3.3.2.1.1
The node id is the id for this specific node in the OSAP ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acEnetCfgSlot 1.3.6.1.4.1.2785.2.3.3.2.1.2
The physical I/O slot where this access port is located.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcSlotNumber  

acEnetCfgPort 1.3.6.1.4.1.2785.2.3.3.2.1.3
The physical connector on the I/O module for this Ethernet port.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcPortNumber  

acEnetCfgAdminStatus 1.3.6.1.4.1.2785.2.3.3.2.1.4
Appian Administrative Status attribute used to set the provisioning state as either activate(1), inactivate(2) or delete(3). Refer to the Appian-SMI.mib file for additional information. Setting acEnetCfgAdminStatus to inactivate(2) disables the ethernet port.
Status: current Access: read-create
OBJECT-TYPE    
  AcAdminStatus  

acEnetCfgOpStatus 1.3.6.1.4.1.2785.2.3.3.2.1.5
The current operational status for the Ethernet module controlling this port.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

acEnetCfgOpCode 1.3.6.1.4.1.2785.2.3.3.2.1.6
Provides a detailed status code which can be used to isolate a problem or state condition reported in acEnetCfgOpStatus.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

acEnetCfgStatsReset 1.3.6.1.4.1.2785.2.3.3.2.1.7
Setting this attribute to True(1) will force all statistics for this row to be cleared and set to zero (0) values. Used for debugging, clearing statistics can trouble with trending and long term statistics collection by AppianVista or 3rd party trending tools. Note: Reading this attribute will always return false().
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acEnetCfgMediaType 1.3.6.1.4.1.2785.2.3.3.2.1.8
Attribute to determine if this module is a 10mb/100mb or 1gb interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), mbe(1), gbe(2)  

acEnetCfgPhysicalAddress 1.3.6.1.4.1.2785.2.3.3.2.1.9
The physical address (MAC Address) assigned to this physical Ethernet port.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress Size(0..13)  

acEnetCfgActiveMediaSlot 1.3.6.1.4.1.2785.2.3.3.2.1.10
This object identifies the slot in the chassis carrying the active media board for this port.
Status: current Access: read-only
OBJECT-TYPE    
  AcSlotNumber  

acEnetCfgStandbyMediaSlot 1.3.6.1.4.1.2785.2.3.3.2.1.11
This object identifies the slot in the chassis carrying the standby media board for this port.
Status: current Access: read-only
OBJECT-TYPE    
  AcSlotNumber  

acEnetCfgMultiServiceEnable 1.3.6.1.4.1.2785.2.3.3.2.1.12
Flag used to enable or disable multi-service for this Ethernet access port. When set to True(2), the port is used for multi-service.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acEnetCfgSpeed 1.3.6.1.4.1.2785.2.3.3.2.1.13
The desired configured speed of the physical interface.
Status: current Access: read-create
OBJECT-TYPE    
  AcEnetSpeed  

acEnetCfgDuplexity 1.3.6.1.4.1.2785.2.3.3.2.1.14
The desired configured duplexity mode. By default set to full(1) but for interfacing to some older hubs, which do not perform link duplexity negotiation properly, manual configuration may be necessary.
Status: current Access: read-create
OBJECT-TYPE    
  AcEnetDuplexity  

acEnetCfgCurrentSpeed 1.3.6.1.4.1.2785.2.3.3.2.1.15
The current operational interface speed for this Ethernet port as determined by the MAC PHY interface. If using Auto Negotiation, the current speed may be different than the configured speed.
Status: current Access: read-only
OBJECT-TYPE    
  AcEnetSpeed  

acEnetCfgCurrentDuplexity 1.3.6.1.4.1.2785.2.3.3.2.1.16
The current operational duplexity mode for this Ethernet port as determined by the MAC PHY interface. If using Auto Negotiation, the current duplexity may be different than the configured duplexity.
Status: current Access: read-only
OBJECT-TYPE    
  AcEnetDuplexity  

acEnetCfgInterfaceName 1.3.6.1.4.1.2785.2.3.3.2.1.17
The user configurable interface name which is an ASCII string up to 64 characters in length.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)  

acEnetCfgLinkState 1.3.6.1.4.1.2785.2.3.3.2.1.18
The link state for this physical interface. Link state is determined by the Ethernet PHY logic and indicates whether or not the cable is properly connected and signal is present.
Status: current Access: read-only
OBJECT-TYPE    
  AcEnetLinkState  

acEnetCfgAutoNegotiate 1.3.6.1.4.1.2785.2.3.3.2.1.19
Setting this attribute to True(1) will force this interface to use Auto Negotiation to determine interface speed and duplexity. When set in this mode, the values of acEnetCfgSpeed and acEnetCfgDuplexity will be ignored. The interface shall advertise the ability to run at 10M and 100M, and will advertise both half and full duplex capabilities. When this attribute is set to False(0), the interface will be configured according to the values in the acEnetCfgSpeed and acEnetCfgDuplexity attributes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acEnetCfgPauseAdminMode 1.3.6.1.4.1.2785.2.3.3.2.1.20
This object is used to configure the default administrative PAUSE mode for this interface. This object represents the administratively-configured PAUSE mode for this interface. If auto-negotiation is not enabled or is not implemented for the active MAU attached to this interface, the value of this object determines the operational PAUSE mode of the interface whenever it is operating in full-duplex mode. In this case, a set to this object will force the interface into the specified mode. If auto-negotiation is implemented and enabled for the MAU attached to this interface, the PAUSE mode for this interface is determined by auto-negotiation, and the value of this object denotes the mode to which the interface will automatically revert if/when auto-negotiation is later disabled. Note that the value of this object is ignored when the interface is not operating in full-duplex mode. An attempt to set this object to 'enabledXmit(2)' or 'enabledRcv(3)' will fail on interfaces that do not support operation at greater than 100 Mb/s.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabledXmit(2), enabledRcv(3), enabledXmitAndRcv(4)  

acEnetCfgPauseOperMode 1.3.6.1.4.1.2785.2.3.3.2.1.21
This object reflects the PAUSE mode currently in use on this interface, as determined by either (1) the result of the auto-negotiation function or (2) if auto-negotiation is not enabled or is not implemented for the active MAU attached to this interface, by the value of acPauseAdminMode. Interfaces operating at 100 Mb/s or less will never return 'enabledXmit(2)' or 'enabledRcv(3)'. Interfaces operating in half-duplex mode will always return 'disabled(1)'. Interfaces on which auto-negotiation is enabled but not yet completed should return the value 'disabled(1)'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabledXmit(2), enabledRcv(3), enabledXmitAndRcv(4)  

acEnetTraps 1.3.6.1.4.1.2785.2.3.3.0
OBJECT IDENTIFIER    

acEnetLinkDownTrap 1.3.6.1.4.1.2785.2.3.3.0.1
The physical cable for this Ethernet interface has been detected as disconnected.
Status: current Access: read-only
NOTIFICATION-TYPE    

acEnetLinkUpTrap 1.3.6.1.4.1.2785.2.3.3.0.2
The physical cable for this Ethernet interface has been detected as connected.
Status: current Access: read-only
NOTIFICATION-TYPE    

acEnetStatsResetTrap 1.3.6.1.4.1.2785.2.3.3.0.3
The Ethernet statistics for this interface have been reset to zero (0) which may effect long term trending functions monitoring this interface.
Status: current Access: read-only
NOTIFICATION-TYPE    

acEnetFailoverTrap 1.3.6.1.4.1.2785.2.3.3.0.4
A failover condition has been detected. Control has been changed to the standby Ethernet media module. Refer to acEnetCfgActiveMediaSlot and acEnetCfgStandbyMediaSlot for active and standby configuration.
Status: current Access: read-only
NOTIFICATION-TYPE    

acEnetCfgErrorTrap 1.3.6.1.4.1.2785.2.3.3.0.5
A configuration request to the Ethernet configuration table for an interface has been detected as invalid or corrupt.
Status: current Access: read-only
NOTIFICATION-TYPE