APPIAN-PPORT-SERIAL-MIB

File: APPIAN-PPORT-SERIAL-MIB.mib (9288 bytes)

Imported modules

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

Imported symbols

acPport AcAdminStatus AcOpStatus
AcNodeId acChassisCurrentTime acChassisRingId
MODULE-IDENTITY OBJECT-TYPE IpAddress
NOTIFICATION-TYPE DisplayString

Defined Types

AcSerialEntry  
SEQUENCE    
  acSerialNodeId AcNodeId
  acSerialSlot INTEGER
  acSerialPort INTEGER
  acSerialAdminStatus AcAdminStatus
  acSerialOpStatus AcOpStatus
  acSerialOpCode INTEGER
  acSerialOpMode INTEGER
  acSerialBaudRate INTEGER
  acSerialParity INTEGER
  acSerialNumberBits INTEGER
  acSerialIpAddress IpAddress
  acSerialIpSubnet IpAddress
  acSerialRxOctets INTEGER
  acSerialTxOctets INTEGER
  acSerialInterfaceName DisplayString

Defined Values

acSerial 1.3.6.1.4.1.2785.2.3.2
Appian Serial Interface MIB for RS232 like interfaces.
MODULE-IDENTITY    

acSerialTable 1.3.6.1.4.1.2785.2.3.2.1
Each Switch Control Processor supports a debug port as well as a management access or craft CLI port. The system will initialize the acSerialTable when the system boots or an SCP has been reset.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcSerialEntry

acSerialEntry 1.3.6.1.4.1.2785.2.3.2.1.1
A row in the serial table contains configurable parameters and statistics for each serial interface on this platform.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcSerialEntry  

acSerialNodeId 1.3.6.1.4.1.2785.2.3.2.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  

acSerialSlot 1.3.6.1.4.1.2785.2.3.2.1.1.2
The control processor slot upon which the serial port is located.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..4  

acSerialPort 1.3.6.1.4.1.2785.2.3.2.1.1.3
The physical port number on acSerialEntrySlot where this connector is located.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..2  

acSerialAdminStatus 1.3.6.1.4.1.2785.2.3.2.1.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.
Status: current Access: read-write
OBJECT-TYPE    
  AcAdminStatus  

acSerialOpStatus 1.3.6.1.4.1.2785.2.3.2.1.1.5
The current operational status of the serial port driver and services supporting this interface.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

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

acSerialOpMode 1.3.6.1.4.1.2785.2.3.2.1.1.7
Determines the mode of operation for the serial port. If the serial port is using a raw terminal(1) or if we are to run PPP over this port as an alternative EMS access mechanism.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), terminal(1), ppp(2)  

acSerialBaudRate 1.3.6.1.4.1.2785.2.3.2.1.1.8
User configured baud rate for use on the serial port. When set to Auto(1), the driver will negotiate baud rate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), auto(1), baud9600(2), baud19200(3), baud56000(4), baud64000(5), baud115000(6)  

acSerialParity 1.3.6.1.4.1.2785.2.3.2.1.1.9
User configurable partity which is used on the serial port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), none(1), odd(2), even(3)  

acSerialNumberBits 1.3.6.1.4.1.2785.2.3.2.1.1.10
Number of bits-per-byte used over the serial port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), bits-7(1), bits-8(2)  

acSerialIpAddress 1.3.6.1.4.1.2785.2.3.2.1.1.11
The IP Addressed used on the serial port during PPP sessions. If chSerialMode is equal to PPP-DHCP, this field is not needed otherwise a static IP Address is required in this field.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

acSerialIpSubnet 1.3.6.1.4.1.2785.2.3.2.1.1.12
The IP Subnet Mask in dotted notation for use on the serial port during PPP sessions.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

acSerialRxOctets 1.3.6.1.4.1.2785.2.3.2.1.1.13
The number of bytes read by the serial port driver.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

acSerialTxOctets 1.3.6.1.4.1.2785.2.3.2.1.1.14
The number of bytes transmitted by the serial port driver.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

acSerialInterfaceName 1.3.6.1.4.1.2785.2.3.2.1.1.15
A user configurable ASCII name of up to 64 bytes in length, which is assigned for this interface.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

acSerialTraps 1.3.6.1.4.1.2785.2.3.2.0
OBJECT IDENTIFIER    

acSerialLinkDownTrap 1.3.6.1.4.1.2785.2.3.2.0.1
The Serial Port driver for this interface has detected the port to be in the down state.
Status: current Access: read-write
NOTIFICATION-TYPE    

acSerialLinkUpTrap 1.3.6.1.4.1.2785.2.3.2.0.2
The Serial Port driver for this interface has detected the port to be in the down state.
Status: current Access: read-write
NOTIFICATION-TYPE    

acSerialStatsResetTrap 1.3.6.1.4.1.2785.2.3.2.0.3
The statistics for this serial port have been reset to zero(0) and may cause problems for long term trending functions.
Status: current Access: read-write
NOTIFICATION-TYPE    

acSerialCfgErrorTrap 1.3.6.1.4.1.2785.2.3.2.0.4
A configuration request for this serial interface has been detected as incorrect or corrupted.
Status: current Access: read-write
NOTIFICATION-TYPE