BIANCA-BRICK-PROXY-MIB

File: BIANCA-BRICK-PROXY-MIB.mib (11562 bytes)

Imported modules

RFC1155-SMI RFC1158-MIB RFC-1212

Imported symbols

IpAddress Counter enterprises
TimeTicks DisplayString OBJECT-TYPE

Defined Types

IpProxyEntry  
SEQUENCE    
  ipProxyDescr DisplayString
  ipProxyAdminStatus INTEGER
  ipProxyApplication INTEGER
  ipProxyProtocol INTEGER
  ipProxyIntPort INTEGER
  ipProxyExtPort INTEGER
  ipProxyIntAddr IpAddress
  ipProxyPriority INTEGER
  ipProxyTimeout INTEGER

MediaConnEntry  
SEQUENCE    
  mediaConnIndex INTEGER
  mediaConnIntAddr IpAddress
  mediaConnIntPort INTEGER
  mediaConnExtAddr IpAddress
  mediaConnExtPort INTEGER
  mediaConnRemoteAddr IpAddress
  mediaConnRemotePort INTEGER
  mediaConnAge TimeTicks

MediaTerminalEntry  
SEQUENCE    
  mediaTerminalIntAddr IpAddress
  mediaTerminalIntPort INTEGER
  mediaTerminalExtPort INTEGER
  mediaTerminalRemotePort INTEGER
  mediaTerminalLifetime INTEGER
  mediaTerminalAge TimeTicks
  mediaTerminalProto INTEGER
  mediaTerminalType INTEGER
  mediaTerminalSessions INTEGER

Defined Values

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    

media 1.3.6.1.4.1.272.4.50
OBJECT IDENTIFIER    

ipProxyTable 1.3.6.1.4.1.272.4.5.50
Contains all settings of supported proxy applications.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpProxyEntry

ipProxyEntry 1.3.6.1.4.1.272.4.5.50.1
This table defines proxy settings of Application Level Gateway (dynamic NAT rules for special media protocols).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpProxyEntry  

ipProxyDescr 1.3.6.1.4.1.272.4.5.50.1.1
User defined description of a proxy entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..40)  

ipProxyAdminStatus 1.3.6.1.4.1.272.4.5.50.1.2
Available values are: enable(1) disable(2) delete(3) Enable or disable functionality of given proxy entry. Entry can also be deleted by setting this variable to value delete. Default value is enable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), delete(3)  

ipProxyApplication 1.3.6.1.4.1.272.4.5.50.1.3
Predefined application (media protocol) ID for this transparent proxy: 'sip' -> represents a SIP proxy Application Level Gateway (ALG); 'mgcp' -> represents a MGCP proxy ALG; 'rtsp' -> represents a multimedia proxy ALG; 'h323udp', 'h323tcp' -> represents a H323 UDP or TCP ALG.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER sip(1), mgcp(2), rtsp(3), h323udp(4), h323tcp(8), none(15)  

ipProxyProtocol 1.3.6.1.4.1.272.4.5.50.1.4
Transport layer protocol used by this proxy: 'udp' -> handles UDP based transport; 'tcp' -> hanldes TCP based transport. Default value is udp.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tcp(6), udp(17)  

ipProxyIntPort 1.3.6.1.4.1.272.4.5.50.1.5
Reroute to internal port: This setting is obsolete. Its functionality is now handled by mediaTerminalTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipProxyExtPort 1.3.6.1.4.1.272.4.5.50.1.6
Listen for packages from and to a port on an external device (located in WAN): In case of outgoing packages (to devices in WAN) this is the destination port, in case of incoming packages (from WAN) this is the source port. 'ExtPort' has to be unique for all ipProxyTable entries with the same 'Protocol' setting.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipProxyIntAddr 1.3.6.1.4.1.272.4.5.50.1.7
Rerouted internal address: This setting is obsolete. Its functionality is now handled by mediaTerminalTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipProxyPriority 1.3.6.1.4.1.272.4.5.50.1.8
QOS priority for sessions controlled by this proxy entry: 'default' -> use source priority, do not make any changes; 'low-latency' -> mark all packets in related sessions (also RTP) as high priority; 'high', 'medium', 'low' -> not used in currently implemented proxy applications.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER default(1), low-latency(2), high(3), medium(4), low(5)  

ipProxyTimeout 1.3.6.1.4.1.272.4.5.50.1.9
Proxy session idle timeout in seconds: if no packages were received within the time frame defined by this timeout the session will be killed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..86400  

mediaConnTable 1.3.6.1.4.1.272.4.50.1
Describes a currently active RTP session created by a SIP proxy entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MediaConnEntry

mediaConnEntry 1.3.6.1.4.1.272.4.50.1.1
Lists RTP session parameters for monitoring usage.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MediaConnEntry  

mediaConnIndex 1.3.6.1.4.1.272.4.50.1.1.1
Unique ID of entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mediaConnIntAddr 1.3.6.1.4.1.272.4.50.1.1.2
Internal address of RTP stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

mediaConnIntPort 1.3.6.1.4.1.272.4.50.1.1.3
Internal port of RTP stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mediaConnExtAddr 1.3.6.1.4.1.272.4.50.1.1.4
External (public) address of RTP stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

mediaConnExtPort 1.3.6.1.4.1.272.4.50.1.1.5
External (public) port of RTP stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mediaConnRemoteAddr 1.3.6.1.4.1.272.4.50.1.1.6
Destination address of RTP stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

mediaConnRemotePort 1.3.6.1.4.1.272.4.50.1.1.7
Destination port of RTP stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mediaConnAge 1.3.6.1.4.1.272.4.50.1.1.8
Age of RTP session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

mediaTerminalTable 1.3.6.1.4.1.272.4.50.2
Describes NAT access to proxy controlled terminals (devices) in LAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MediaTerminalEntry

mediaTerminalEntry 1.3.6.1.4.1.272.4.50.2.1
Definition of a NAT access rules to a SIP terminal (device) located in LAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MediaTerminalEntry  

mediaTerminalIntAddr 1.3.6.1.4.1.272.4.50.2.1.1
The terminal's internal address (address of a device in LAN).
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mediaTerminalIntPort 1.3.6.1.4.1.272.4.50.2.1.2
The terminal's internal port (port of a device in LAN).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mediaTerminalExtPort 1.3.6.1.4.1.272.4.50.2.1.3
The terminal's external port (a port on the WAN side of the gateway used for NAT access to a device in LAN).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mediaTerminalRemotePort 1.3.6.1.4.1.272.4.50.2.1.4
The port of a remote device (located in WAN): this entry is only useful for 'Type' = 'client'. In all other cases this value has to be '0' (disabled).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mediaTerminalLifetime 1.3.6.1.4.1.272.4.50.2.1.5
The lifetime of sessions (s) defined by this terminal entry: this parameter is only useful for 'Type' = 'client'. In this case 'Lifetime' is set to 86400 seconds by default. So if the terminal did not send or receive any data within this timeout, this terminal entry will be deleted. For 'Type' = 'server' the lifetime has to be '0' (disabled).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mediaTerminalAge 1.3.6.1.4.1.272.4.50.2.1.6
Current age of terminal's last action.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mediaTerminalProto 1.3.6.1.4.1.272.4.50.2.1.7
The terminal's transport protocol: 'udp' -> terminal uses UDP as transport; 'tcp' -> terminal uses TCP as transport. Default value is udp.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tcp(6), udp(17)  

mediaTerminalType 1.3.6.1.4.1.272.4.50.2.1.8
The type of the terminal entry: 'client' -> autodetected (and thus listed here automatically) or manually added IP phone or softclient; 'server' -> manually added internal rerouted SIP server; 'delete' -> delete flag. Manually added clients are usually obsolete as they are autodetected by the Application Level Gateway anyways (see ipProxyTable for definition of dynamic NAT rules). 'Type' = 'server' is used in order to enable access from WAN to a SIP registrar or SIP proxy located in LAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER client(1), server(2), delete(8)  

mediaTerminalSessions 1.3.6.1.4.1.272.4.50.2.1.10
Terminal's currently active RTP sessions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER