BIANCA-BRICK-TAF-MIB

File: BIANCA-BRICK-TAF-MIB.mib (6646 bytes)

Imported modules

RFC1155-SMI RFC-1212 BIANCA-BRICK-PPP-MIB

Imported symbols

IpAddress Counter OBJECT-TYPE
Date

Defined Types

TafServerEntry  
SEQUENCE    
  tafServerType INTEGER
  tafServerNodeSecret OCTET STRING
  tafServerVersion INTEGER
  tafServerRetries INTEGER
  tafServerTimeout INTEGER
  tafServerEncryption INTEGER
  tafServerAddress INTEGER
  tafServerPort INTEGER
  tafServerClientPort INTEGER
  tafServerPriority INTEGER
  tafServerState INTEGER
  tafServerCheckInterface INTEGER

IpTafEntry  
SEQUENCE    
  ipTafIfIndex INTEGER
  ipTafAddress IpAddress
  ipTafState INTEGER
  ipTafAuthTime Date
  ipTafTimeout INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bintecsec 1.3.6.1.4.1.272.254
OBJECT IDENTIFIER    

taf 1.3.6.1.4.1.272.254.9
OBJECT IDENTIFIER    

tafServerTable 1.3.6.1.4.1.272.254.9.1
The tafServerTable contains information about the servers that are used for the token authentication firewall.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TafServerEntry

tafServerEntry 1.3.6.1.4.1.272.254.9.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TafServerEntry  

tafServerType 1.3.6.1.4.1.272.254.9.1.1.1
Type of authentication server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ace(1), none(2)  

tafServerNodeSecret 1.3.6.1.4.1.272.254.9.1.1.2
The shared secret between TAF server and Brick.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

tafServerVersion 1.3.6.1.4.1.272.254.9.1.1.3
Version of the protocol between TAF server and Brick.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tafServerRetries 1.3.6.1.4.1.272.254.9.1.1.4
The number of retries sent for each request
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..6  

tafServerTimeout 1.3.6.1.4.1.272.254.9.1.1.5
The amount of seconds waiting for an outstanding request.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..20  

tafServerEncryption 1.3.6.1.4.1.272.254.9.1.1.6
The encryption algorithm that is used for the communication between ACE server and Brick
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER sdi(1), des(2)  

tafServerAddress 1.3.6.1.4.1.272.254.9.1.1.7
The IP Address of the TAF server .
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

tafServerPort 1.3.6.1.4.1.272.254.9.1.1.8
The TAF server UDP port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tafServerClientPort 1.3.6.1.4.1.272.254.9.1.1.9
The TAF client UDP port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tafServerPriority 1.3.6.1.4.1.272.254.9.1.1.10
The TAF server with the lowest priority is the first used for request. Use the value 0 for the master server and the value 1 for the slave server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

tafServerState 1.3.6.1.4.1.272.254.9.1.1.11
The entry is ignored, if the value of this field is `disabled'. Set this field to `delete' to delete this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), disabled(2), delete(3)  

tafServerCheckInterface 1.3.6.1.4.1.272.254.9.1.1.12
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dont-verify(1), verify(2)  

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

biboip 1.3.6.1.4.1.272.4.5
OBJECT IDENTIFIER    

ipTafTable 1.3.6.1.4.1.272.4.5.17
The ipTafTable contains information about IP partners that sent packets to an interface that has authentication enabled.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpTafEntry

ipTafEntry 1.3.6.1.4.1.272.4.5.17.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpTafEntry  

ipTafIfIndex 1.3.6.1.4.1.272.4.5.17.1.1
Interface Index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipTafAddress 1.3.6.1.4.1.272.4.5.17.1.2
IP address of the partner
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipTafState 1.3.6.1.4.1.272.4.5.17.1.3
This object shows the authentication state of the partner. Packets are only routed if the state is xfer. If the state is authenticating a response from an authentication server is expected. Entries in state idle are deleted automatically after a timeout.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), authenticating(2), xfer(3)  

ipTafAuthTime 1.3.6.1.4.1.272.4.5.17.1.4
Time of the last successful authentication.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Date  

ipTafTimeout 1.3.6.1.4.1.272.4.5.17.1.5
This object gives the number of seconds till the authentication expires.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER