BIANCA-BRICK-IP-SERVICE-MIB

File: BIANCA-BRICK-IP-SERVICE-MIB.mib (6054 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

IpAddress Counter TimeTicks
OBJECT-TYPE

Defined Types

LocalTcpAllowEntry  
SEQUENCE    
  localTcpAllowAddrMode INTEGER
  localTcpAllowAddr IpAddress
  localTcpAllowMask IpAddress
  localTcpAllowIfMode INTEGER
  localTcpAllowIfIndex INTEGER
  localTcpAllowService INTEGER

LocalUdpAllowEntry  
SEQUENCE    
  localUdpAllowAddrMode INTEGER
  localUdpAllowAddr IpAddress
  localUdpAllowMask IpAddress
  localUdpAllowIfMode INTEGER
  localUdpAllowIfIndex INTEGER
  localUdpAllowService 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    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

biboip 1.3.6.1.4.1.272.4.5
OBJECT IDENTIFIER    

biboipsrv 1.3.6.1.4.1.272.4.5.14
OBJECT IDENTIFIER    

localTcpAllowTable 1.3.6.1.4.1.272.4.5.14.1
Filter rule table for incoming TCP packets for local services. This table is used to restrict access to TCP services provided by the system. o active rules have at least one of 'localTcpAllowAddrMode' and 'localTcpAllowIfMode' set to 'verify' o if there are active rules for a certain service, incoming connections of this service type (port) must match at least one of them. o incoming connections to a service (port) without an active rule are always allowed. o connections originating from 127.0.0.1 are always allowed
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LocalTcpAllowEntry

localTcpAllowEntry 1.3.6.1.4.1.272.4.5.14.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LocalTcpAllowEntry  

localTcpAllowAddrMode 1.3.6.1.4.1.272.4.5.14.1.1.1
Specifies wether or not the IP source address of incoming TCP packets should checked
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dont-verify(1), verify(2), delete(3)  

localTcpAllowAddr 1.3.6.1.4.1.272.4.5.14.1.1.2
source IP address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

localTcpAllowMask 1.3.6.1.4.1.272.4.5.14.1.1.3
source IP address mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

localTcpAllowIfMode 1.3.6.1.4.1.272.4.5.14.1.1.4
Specifies wether or not the source interface of incoming TCP packets should checked
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dont-verify(1), verify(2)  

localTcpAllowIfIndex 1.3.6.1.4.1.272.4.5.14.1.1.5
source interface index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

localTcpAllowService 1.3.6.1.4.1.272.4.5.14.1.1.6
TCP service
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER telnet(1), trace(2), snmp(3), capi(4), tapi(5), rfc1086(6), http(7)  

localUdpAllowTable 1.3.6.1.4.1.272.4.5.14.2
Filter rule table for incoming UDP packets for local services. This table is used to restrict access to UDP services provided by the system. o active rules have at least one of 'localUdpAllowAddrMode' and 'localUdpAllowIfMode' set to 'verify' o if there are active rules for a certain service, incoming packets of this service type must match at least one of them. o incoming packets to a service (port) without an active rule are always allowed. o packets originating from 127.0.0.1 are always allowed
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LocalUdpAllowEntry

localUdpAllowEntry 1.3.6.1.4.1.272.4.5.14.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LocalUdpAllowEntry  

localUdpAllowAddrMode 1.3.6.1.4.1.272.4.5.14.2.1.1
Specifies wether or not the IP source address of incoming UDP packets should checked
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dont-verify(1), verify(2), delete(3)  

localUdpAllowAddr 1.3.6.1.4.1.272.4.5.14.2.1.2
source IP address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

localUdpAllowMask 1.3.6.1.4.1.272.4.5.14.2.1.3
source IP address mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

localUdpAllowIfMode 1.3.6.1.4.1.272.4.5.14.2.1.4
Specifies wether or not the source interface of incoming UDP packets should checked
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dont-verify(1), verify(2)  

localUdpAllowIfIndex 1.3.6.1.4.1.272.4.5.14.2.1.5
source interface index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

localUdpAllowService 1.3.6.1.4.1.272.4.5.14.2.1.6
service
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER snmp(1), rip(2), bootps(3), dns(4), nbns(5), statmon(6)