Home/Catalog/BIANCA-BRICK-PROXY-MIB

BIANCA-BRICK-PROXY-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for BIANCA-BRICK-PROXY-MIB.

37
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

37 total
Object Name
bintec
OBJECT IDENTIFIER
.1.3.6.1.4.1.272
RFC1158-MIB
Unknown
.1.3.6.1.4.1.272
bibo
OBJECT IDENTIFIER
.1.3.6.1.4.1.272.4
biboip
OBJECT IDENTIFIER
.1.3.6.1.4.1.272.4.5
ipProxyTableContains all settings of supported proxy applications.
SEQUENCE OF IpProxyEntry
.1.3.6.1.4.1.272.4.5.50
ipProxyEntryThis table defines proxy settings of Application Level Gateway (dynamic NAT rules for special media protocols).
IpProxyEntry
.1.3.6.1.4.1.272.4.5.50.1
ipProxyDescrUser defined description of a proxy entry.rw
DisplayString
.1.3.6.1.4.1.272.4.5.50.1.1
ipProxyAdminStatusAvailable 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.rw
Enumeration
.1.3.6.1.4.1.272.4.5.50.1.2
ipProxyApplicationPredefined 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.rw
Enumeration
.1.3.6.1.4.1.272.4.5.50.1.3
ipProxyProtocolTransport layer protocol used by this proxy: 'udp' -> handles UDP based transport; 'tcp' -> hanldes TCP based transport. Default value is udp.rw
Enumeration
.1.3.6.1.4.1.272.4.5.50.1.4
ipProxyIntPortReroute to internal port: This setting is obsolete. Its functionality is now handled by mediaTerminalTable.rw
INTEGER
.1.3.6.1.4.1.272.4.5.50.1.5
ipProxyExtPortListen 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.rw
INTEGER
.1.3.6.1.4.1.272.4.5.50.1.6
ipProxyIntAddrRerouted internal address: This setting is obsolete. Its functionality is now handled by mediaTerminalTable.rw
IpAddress
.1.3.6.1.4.1.272.4.5.50.1.7
ipProxyPriorityQOS 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.rw
Enumeration
.1.3.6.1.4.1.272.4.5.50.1.8
ipProxyTimeoutProxy session idle timeout in seconds: if no packages were received within the time frame defined by this timeout the session will be killed.rw
INTEGER
.1.3.6.1.4.1.272.4.5.50.1.9
media
OBJECT IDENTIFIER
.1.3.6.1.4.1.272.4.50
mediaConnTableDescribes a currently active RTP session created by a SIP proxy entry.
SEQUENCE OF MediaConnEntry
.1.3.6.1.4.1.272.4.50.1
mediaConnEntryLists RTP session parameters for monitoring usage.
MediaConnEntry
.1.3.6.1.4.1.272.4.50.1.1
mediaConnIndexUnique ID of entry.ro
INTEGER
.1.3.6.1.4.1.272.4.50.1.1.1
mediaConnIntAddrInternal address of RTP stream.ro
IpAddress
.1.3.6.1.4.1.272.4.50.1.1.2
mediaConnIntPortInternal port of RTP stream.ro
INTEGER
.1.3.6.1.4.1.272.4.50.1.1.3
mediaConnExtAddrExternal (public) address of RTP stream.ro
IpAddress
.1.3.6.1.4.1.272.4.50.1.1.4
mediaConnExtPortExternal (public) port of RTP stream.ro
INTEGER
.1.3.6.1.4.1.272.4.50.1.1.5
mediaConnRemoteAddrDestination address of RTP stream.ro
IpAddress
.1.3.6.1.4.1.272.4.50.1.1.6
mediaConnRemotePortDestination port of RTP stream.ro
INTEGER
.1.3.6.1.4.1.272.4.50.1.1.7
mediaConnAgeAge of RTP session.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.272.4.50.1.1.8
mediaTerminalTableDescribes NAT access to proxy controlled terminals (devices) in LAN.
SEQUENCE OF MediaTerminalEntry
.1.3.6.1.4.1.272.4.50.2
mediaTerminalEntryDefinition of a NAT access rules to a SIP terminal (device) located in LAN.
MediaTerminalEntry
.1.3.6.1.4.1.272.4.50.2.1
mediaTerminalIntAddrThe terminal's internal address (address of a device in LAN).rw
IpAddress
.1.3.6.1.4.1.272.4.50.2.1.1
mediaTerminalIntPortThe terminal's internal port (port of a device in LAN).rw
INTEGER
.1.3.6.1.4.1.272.4.50.2.1.2
mediaTerminalExtPortThe terminal's external port (a port on the WAN side of the gateway used for NAT access to a device in LAN).rw
INTEGER
.1.3.6.1.4.1.272.4.50.2.1.3
mediaTerminalRemotePortThe 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).rw
INTEGER
.1.3.6.1.4.1.272.4.50.2.1.4
mediaTerminalLifetimeThe 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).rw
INTEGER
.1.3.6.1.4.1.272.4.50.2.1.5
mediaTerminalAgeCurrent age of terminal's last action.ro
INTEGER
.1.3.6.1.4.1.272.4.50.2.1.6
mediaTerminalProtoThe terminal's transport protocol: 'udp' -> terminal uses UDP as transport; 'tcp' -> terminal uses TCP as transport. Default value is udp.rw
Enumeration
.1.3.6.1.4.1.272.4.50.2.1.7
mediaTerminalTypeThe 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.rw
Enumeration
.1.3.6.1.4.1.272.4.50.2.1.8
mediaTerminalSessionsTerminal's currently active RTP sessions.ro
INTEGER
.1.3.6.1.4.1.272.4.50.2.1.10
BIANCA-BRICK-PROXY-MIB - SNMP MIB Reference | MIBs Explorer