ACC-SFT

File: ACC-SFT.mib (3911 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-SYSTEM
ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter TRAP-TYPE
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress

Defined Types

AccSFTunEntry  
SEQUENCE    
  accSFTunIndex INTEGER
  accSFTunEntStatus INTEGER
  accSFTunIfIndex INTEGER
  accSFTunRemIPAddr IpAddress
  accSFTunUDPAddr INTEGER
  accSFTunAdStat INTEGER

AccSFTStatEntry  
SEQUENCE    
  accSFTunInPkts Counter
  accSFTunOutPkts Counter

Defined Values

accSFT 1.3.6.1.4.1.5.1.1.47
OBJECT IDENTIFIER    

accSFTunTable 1.3.6.1.4.1.5.1.1.47.1
Status of tunnel operation
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSFTunEntry

accSFTunEntry 1.3.6.1.4.1.5.1.1.47.1.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSFTunEntry  

accSFTunIndex 1.3.6.1.4.1.5.1.1.47.1.1.1
Index amongst tunnels
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSFTunEntStatus 1.3.6.1.4.1.5.1.1.47.1.1.2
Status of this table entry. INVALID signifies deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

accSFTunIfIndex 1.3.6.1.4.1.5.1.1.47.1.1.3
The ifindex of the serial port on which this tunnel terminates
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accSFTunRemIPAddr 1.3.6.1.4.1.5.1.1.47.1.1.4
IP address of peer router at the remote end of this tunnel
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accSFTunUDPAddr 1.3.6.1.4.1.5.1.1.47.1.1.5
UDP port number of both ends of this tunnel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2000..4000  

accSFTunAdStat 1.3.6.1.4.1.5.1.1.47.1.1.6
Determines whether or not traffic will be carried on this tunnel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accSFTStatTable 1.3.6.1.4.1.5.1.1.47.2
Serial Frame Tunnels, which carry HDLC frames from one serial port to another via an IP network
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSFTStatEntry

accSFTStatEntry 1.3.6.1.4.1.5.1.1.47.2.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSFTStatEntry  

accSFTunInPkts 1.3.6.1.4.1.5.1.1.47.2.1.1
Number of HDLC frames received from the serial port and transmitted along this tunnel
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accSFTunOutPkts 1.3.6.1.4.1.5.1.1.47.2.1.2
Number of frames read from this tunnel and written to the associated HDLC port
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter