BIANCA-BRICK-PPP-MIB

MIB Reference — IPNetwork Monitor

All MIBsBIANCA-BRICK-PPP-MIB

Category: IP and Core Protocols, Vendor: bintec

Description:

Handles PPP link configuration, authentication, and statistics for bintec elmeg BIANCA/BRICK broadband routers.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
IpAddress

From SNMPv2-TC

DisplayString

What Is BIANCA-BRICK-PPP-MIB?

BIANCA-BRICK-PPP-MIB is a vendor-specific module from bintec elmeg (originally BinTec Communications GmbH) covering the BIANCA/BRICK family of ISDN and broadband routers, focused specifically on the Point-to-Point Protocol (PPP) subsystem used for WAN and dial-up connectivity. It exposes configuration data for PPP link setup and authentication method (PAP/CHAP) alongside per-link operational counters describing negotiated options and traffic. In practice it is used to monitor the software status of a router's WAN links — whether a PPP session is currently up, which authentication scheme was negotiated, and whether the link is passing traffic — which is essential for catching flapping ISDN backup circuits or failed CHAP/PAP logins. It builds on the conventions of the standard PPP MIBs (RFC 1471–1473) but adds BinTec/bintec-specific link and authentication objects rather than replacing them. It is typically deployed on small-office or branch routers where a central NMS polls PPP link state over a WAN uplink, and locating the BIANCA-BRICK-PPP-MIB OID branch on the router is the starting point for polling these link and authentication objects directly.

IPNetwork Monitor allows you to monitor SNMP objects defined in BIANCA-BRICK-PPP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • PPP link connection status
  • negotiated authentication protocol (PAP/CHAP)
  • link up/down transitions
  • PPP link traffic statistics

Supported Devices

  • bintec elmeg BIANCA/BRICK ISDN/broadband router

Monitoring Examples

An administrator would poll the per-link PPP entry (indexed like a pppLinkTable) on a BIANCA/BRICK router to check the link's connection state and negotiated authentication protocol. Repeated link-down/link-up transitions on that entry would reveal a flapping ISDN backup line, while an authentication-state stuck at 'failed' would point to a misconfigured CHAP secret. No sample object names were available for this MIB, so exact table/column identifiers cannot be confirmed beyond this general PPP-link-and-authentication pattern.

OIDs
OID symbolicOID numericTypeAccessDescription
org1.3
dod1.3.6
internet1.3.6.1
private1.3.6.1.4
enterprises1.3.6.1.4.1
bintec1.3.6.1.4.1.272
bibo1.3.6.1.4.1.272.4
ppp1.3.6.1.4.1.272.4.3
biboPPPTable1.3.6.1.4.1.272.4.3.1not-accessibleThe biboPPPTable contains configuration information for the PPP interfaces. Each time a new entry is made here, a corresponding entry is made in the ifTable. Creating entries: Entries are created by assigning a value to the biboPPPType object. Deleting entries: Entries are removed by setting an entry's biboPPPEncapsulation object to 'delete'.
biboPPPEntry1.3.6.1.4.1.272.4.3.1.1not-accessible
INT biboPPPIfIndex1.3.6.1.4.1.272.4.3.1.1.1INTEGERread-onlyCorrelating PPP interface index. This value is assigned automatically by the system.
INT biboPPPType1.3.6.1.4.1.272.4.3.1.1.2INTEGERread-writeThe type of link. A new dialup link is created when this field is set to the value isdn-dialup(1), dialin-only(3) or multiuser(5). The maximum number of dialup links is limited by system memory. Each dialup link should have at least one corresponding entry in the biboDialTable to configure the remote ISDN telephone number(s). A leased line link, can not be created by setting this field to leased(2), but is automatically established when the IsdnChType field is set to either 'leased-dte' or 'leased-dce' (which doesn't make a difference for PPP, but must be set correctly for other encapsulation methods). Naturally, when the IsdnChType field is set to any other value, the biboPPPTable entry is removed. In both cases, a new entry in the biboPPPTable creates corre- corresponding entries in the ifTable (a new interface) and in the biboPPPStatTable (PPP statistics). Setting this object to multiuser(5), up to biboPPPMaxConn matching incoming connections (see biboPPPAuthentication, biboPPPAuthSecret, biboPPPAuthIdent) from different dialin partners will be accepted.
INT biboPPPEncapsulation1.3.6.1.4.1.272.4.3.1.1.3INTEGERread-writeThe layer 2 encapsulation of the link. The use of ppp(1) as described in RFC 1661 is the preferred encapsulation for point-to-point links. The encapsulation is set to x25(2) for X.25-only links and to x25-ppp(3) for concurrent use of X.25 and PPP. Mpr-lapb(7) and mpr-hdlc(8) are popular proprietary encapsulations. They both use the ethertype number for protocol multiplexing. The former is used when error correction or data compression (v42bis) is desired. The latter (mpr-hdlc) is compatible to Cisco's HDLC encapsulation. On IP-only links it is also possible to use the ISO LAPB protocol (ip-lapb(4)), also known as X.75, or raw hdlc framing (ip-hdlc(6)). The x75-ppp encapsulation provides a proprietary solution for using PPP encapsulation over X.75 (LAPB) framing, x75btx-ppp provides PPP over T.70 and LAPB framing including a BTX protocol header to access BTX services over ISDN links. The x25-nosig(13) encapsulation is used to establish X.25 connections over dialup links without specific signalling on the D-channel (pure data call). The x25-ppp-opt encapsulation provides a special kind of the x25-ppp encapsulation. Dialin partner will be authenticated either outband to establish an X.25 connection via ISDN or optional inband by using the point-to-point protocol (PPP). Concurrent use of X.25 and PPP encapsulation is excluded. The x25-noconfig(16) and x25-noconfig-nosig(17) encapsulations provide a solution fr establishing X.25 connections via ISDN. The dial number will be derived from X.25 destination address by using special rules. V42bis data compression can be enabled on LAPB links only, because v42bis requires an error free connection. Dialup links can be removed by setting this field to delete(5). This has no effect on permanent links.
INT biboPPPKeepalive1.3.6.1.4.1.272.4.3.1.1.4INTEGERread-writeWhen set to on(1), keepalive packets are sent in regular intervals during the connection. Keepalive packets can not be sent using the ip-lapb or x25 encapsulation.
INT biboPPPTimeout1.3.6.1.4.1.272.4.3.1.1.5INTEGERread-writeThe number of milliseconds waiting before retransmitting a PPP configure packet.
INT biboPPPCompression1.3.6.1.4.1.272.4.3.1.1.6INTEGERread-writeThe throughput can be enhanced up to factor three using the V42bis compression method or the Stac LZS compression algorithm. V42bis is currently supported with the ip-lapb and mpr-lapb encapsulation. Stac LZS compression algorithm is provided using PPP encapsulated links, stac(3) indicates support of Sequence checking, ms-stac(4) indicates support of Extended mode which is prefered by Microsoft. Both check modes are implemented according RFC 1974. When set to mppc(5), the Microsoft Point-to-Point Compression (MPPC) Protocol according RFC 2118 is negotiated. MPPC uses an LZ based algorithm with a sliding window history buffer.
INT biboPPPAuthentication1.3.6.1.4.1.272.4.3.1.1.7INTEGERread-writeThe type of authentication used on the point-to-point link as described in RFC 1334. The authentication protocol supports pap(2) (Password Authentication Protocol), chap(3) (Challenge Handshake Authentication Protocol), or both(4). When set to both(4), the link must be successfully authenticated by either CHAP or PAP. The type ms-chap(6) and ms-chapv2(8) are Microsofts proprietary CHAP authentication procedures (using MD4 and DES encryption instead of MD5 encryption algorithm), all(7) includes PAP, CHAP and MS-CHAP. Another way to authenticate dial-in users is by using RADIUS (remote authentication dial in user service). Users can authenticate themselves either using PAP or CHAP (excluding MS-CHAP). In general the system creates PPP interfaces with this authentication itself, but it's also possible to take advance of the RADIUS dial-in services with pre-configured interfaces. See biboAdmRadiusServer for further details.
STR biboPPPAuthIdent1.3.6.1.4.1.272.4.3.1.1.8DisplayStringread-writeThe remote authentication identification string. The local authentication identification string is taken from the contents of the sysName field, up to the appearance of the first dot (e.g., the remote name would be `brick' if the content of the sysName field was `brick.bintec.de').
STR biboPPPAuthSecret1.3.6.1.4.1.272.4.3.1.1.9DisplayStringread-writeThe authentication secret, which is used symmetrically for both local and remote sides of the PPP link.
INT biboPPPIpAddress1.3.6.1.4.1.272.4.3.1.1.10INTEGERread-writeThe IP control protocol as described in RFC1332 has a means of negotiating IP-addresses. When this option is set to dynamic-server(2), an available IP-address found in biboPPPIpAddrTable is assigned as the remote IP-address and a temporary route is created during the uptime of the interface. When set to dynamic-client(3), the remote system is asked to tell us our own IP-address. A host route will be created during the uptime of the interface. In most cases this option will be set automatically by the network address translation option. In static(1) mode, address-negotiation is not forced.
INT biboPPPRetryTime1.3.6.1.4.1.272.4.3.1.1.11INTEGERread-writeTime in seconds to wait before retrying a call; currently not used.
INT biboPPPBlockTime1.3.6.1.4.1.272.4.3.1.1.12INTEGERread-writeTime in seconds to wait after a connection failure (e.g. the number of biboPPPMaxRetries calls failed). When set to zero, the interface state is never set to blocked.
INT biboPPPMaxRetries1.3.6.1.4.1.272.4.3.1.1.13INTEGERread-writeThe number of dialup retries before changing to the blocked state.
INT biboPPPShortHold1.3.6.1.4.1.272.4.3.1.1.14INTEGERread-writeThe time in seconds to wait, once the channel is silent, (that is, no data is being received or transmitted) before terminating the link. When set to zero the short hold mode is disabled, when set to -1 the short hold mode is disabled and the link will be reconnected when connection was lost.
INT biboPPPInitConn1.3.6.1.4.1.272.4.3.1.1.15INTEGERread-writeThe number of channels to initially set up for this interface.
INT biboPPPMaxConn1.3.6.1.4.1.272.4.3.1.1.16INTEGERread-writeThe maximum number of channels bundled for this interface.
INT biboPPPMinConn1.3.6.1.4.1.272.4.3.1.1.17INTEGERread-writeThe minimum number of channels bundled for this interface.
INT biboPPPCallback1.3.6.1.4.1.272.4.3.1.1.18INTEGERread-writeIf this object is enabled(1), and the call is recognized by the dialed number then calls are never accepted, and a callback is forced for incoming calls at once. The callback can be delayed for biboPPPRetryTime seconds by setting this entry to delayed(5). If the call is recognized by inband authentication (PAP or CHAP) then the actual connection is closed and a callback is performed at once. Setting this value to ppp-offered(4) allows a called peer to call back the calling site if offered by PPP negotiation. For PABX dialout a dialprefix is added to the number, if offered by the calling site (see isdnStkTable). If this object is set to expected(3), only one initial outgoing call is made expecting a callback. If this object is set to ppp-callback-optional(6), the CBCP option 'no callback' is also offered to the Windows client so that the user can decide wether he wants to be called back or not.
INT biboPPPLayer1Protocol1.3.6.1.4.1.272.4.3.1.1.19INTEGERread-writeThis entry is used to select the layer 1 protocol settings for this partner. Normally the correct entry is hdlc-64.
STR biboPPPLoginString1.3.6.1.4.1.272.4.3.1.1.20DisplayStringread-writeA textual string containing a login sequence (script) composed of fields in the format [expect send], comparable to chat scripts commonly used on other sytems. This script is required i.e. to establish an asynchronus PPP dialup connection to CompuServe.
INT biboPPPVJHeaderComp1.3.6.1.4.1.272.4.3.1.1.21INTEGERread-writeThis entry is used to enable Van Jacobsen TCP/IP header compression, which reduces the size of TCP/IP packet headers and increases the efficiency of line utilization.
INT biboPPPLayer2Mode1.3.6.1.4.1.272.4.3.1.1.22INTEGERread-writeThis object specifies the layer 2 mode to be used for a connection. It is only relevant, if the Encapsulation involves an LAPB protocol. This is the case for x25, x25-ppp, ip-lapb, lapb, x31-bchan, x75-ppp, x75btx-ppp, x25-nosig. The Default value of this object is auto. For dialup connection, the layer 2 mode will than be DTE, on the calling side and DCE on the called side. For permanent connections, the layer 2 mode is set at lower layers (for example isdnChType in the isdnChTable). When this object is set to dte or dce, the layer 2 mode will always be DTE or DCE, regardless of the call direction or the settings at the lower layer.
INT biboPPPDynShortHold1.3.6.1.4.1.272.4.3.1.1.23INTEGERread-writeOptimizes idle time disconnects depending on the charging information received during the connection. This value specifies the minimum inactivity time (channel is silent) in percents of the current charging interval length and is only used for outgoing connections. Incoming connections are disconnected after idle time according to the value biboPPPShortHold. Please note that this only works if your ISDN port has the AOCD service enabled (advice of charging during the call). For instance in Germany this is an extra paid service. (Even the 'Komfortanschluss' does only include AOCE [advice of charge at the end of the call], so AOCD has to be ordered and paid extra.)
STR biboPPPLocalIdent1.3.6.1.4.1.272.4.3.1.1.24DisplayStringread-writeThis is the local identification string used for PPP authentication(PAP/CHAP). If this entry is empty the variable biboAdmLocalPPPIdent will be used.
INT biboPPPDNSNegotiation1.3.6.1.4.1.272.4.3.1.1.25INTEGERread-writeThe IP control protocol extensions as described in RFC 1877 has a means of negotiating primary and secondary Domain Name System (DNS) server addresses. When this option is disabled(1), no DNS negotiation will be performed. If enabled(2), DNS negotiation behavier depends on biboPPPIpAddress switch (client or server mode). Setting to dynamic-client(3), the remote system is asked to tell us the IP-address(es) of primary and/or secondary DNS. Setting to dynamic_server(4), primary and/or secondary DNS IP-address(es) found in biboAdmNameServer or biboAdmNameServ2, if asked, will be send to remote.
INT biboPPPEncryption1.3.6.1.4.1.272.4.3.1.1.26INTEGERread-writeThis field specifies the data encryption scheme for en(de)crypting PPP encapsulated multi-protocol datagrams. Setting to mppe-40(2), mppe-128(3) or mppe-56(7) the Microsoft Point to Point Encryption Protocol (MPPE) will be enabled, using a 40 bit, 128 bit respectively 56 bit session key for initializing encryption tables. Setting to mppev2-40(8), mppev2-56(9) or mppev2-128(10) the Microsoft Point to Point Encryption Protocol (MPPE) 'stateless mode' will be enabled, using a 40 bit, 56 bit respectively 128 bit session key.
INT biboPPPLQMonitoring1.3.6.1.4.1.272.4.3.1.1.27INTEGERread-writeThis parameter enables (2) or disables (1) PPP Link Quality Monitoring (LQM) according RFC 1989. When set to on(2) LQM is added to the list of parameters used in LCP negotiation. If LQM is acknowledged by peer link quality reports will be generated and send periodically.
INT biboPPPIpPoolId1.3.6.1.4.1.272.4.3.1.1.28INTEGERread-writePool ID value to select an IP address pool for dynamic IP address assignment via IPCP. See also PPPIpAssignTable for further details.
INT biboPPPSessionTimeout1.3.6.1.4.1.272.4.3.1.1.29INTEGERread-writeMaximum number of seconds before termination the established PPP session, regardless there is any data throughput on the corresponding link(s). When set to 0, there no limit for the duration of the PPP session.
biboPPPStatTable1.3.6.1.4.1.272.4.3.2not-accessibleThe biboPPPStatTable contains statistical connection- specific information. Only the system can add or delete entries to this table. Creating entries: Entries are created by the system each time a new PPP interface is created in the biboPPPTable. Deleting entries: Entries are removed by the system when the corresponding PPP interface is removed.
biboPPPStatEntry1.3.6.1.4.1.272.4.3.2.1not-accessible
INT biboPPPConnIfIndex1.3.6.1.4.1.272.4.3.2.1.1INTEGERread-onlyCorrelating PPP interface index.
INT biboPPPConnActive1.3.6.1.4.1.272.4.3.2.1.2INTEGERread-onlyThe actual number of bundled channels.
INT biboPPPConnProtocols1.3.6.1.4.1.272.4.3.2.1.3INTEGERread-onlyThe bitwise ORed protocols successfully negotiated on this connection; currently the following protocols are supported: tcp/ip(1), ipx(2), bridge(4), bpdu(8), x25(16). These protocol values are most likely to change in future software releases.
INT biboPPPConnState1.3.6.1.4.1.272.4.3.2.1.4INTEGERread-onlyThe physical state of the link. This field is obsolete and will not be supported in a future release.
INT biboPPPConnDuration1.3.6.1.4.1.272.4.3.2.1.5INTEGERread-onlyThe current link duration on this interface in seconds.
CTR biboPPPConnUnits1.3.6.1.4.1.272.4.3.2.1.6Counterread-onlyThe current costs on this interface for all member links.
CTR biboPPPConnTransmitOctets1.3.6.1.4.1.272.4.3.2.1.7Counterread-onlyThe octets transmitted on this interface since its last change to the 'up' state.
CTR biboPPPConnReceivedOctets1.3.6.1.4.1.272.4.3.2.1.8Counterread-onlyThe octets received since its last change to the `up' state.
CTR biboPPPConnOutgoingCalls1.3.6.1.4.1.272.4.3.2.1.9Counterread-onlyThe number of outgoing calls on this interface since its last change to the 'up' state.
CTR biboPPPConnOutgoingFails1.3.6.1.4.1.272.4.3.2.1.10Counterread-onlyThe number of outgoing call failures on this interface since its last change to the 'up' state.
CTR biboPPPConnIncomingCalls1.3.6.1.4.1.272.4.3.2.1.11Counterread-onlyThe number of incoming calls on this interface since its last change to the up state.
CTR biboPPPConnIncomingFails1.3.6.1.4.1.272.4.3.2.1.12Counterread-onlyThe number of incoming call failures on this interface since its last change to the up state.
INT biboPPPTotalDuration1.3.6.1.4.1.272.4.3.2.1.13INTEGERread-onlyThe total link duration in seconds.
CTR biboPPPTotalUnits1.3.6.1.4.1.272.4.3.2.1.14Counterread-onlyThe total costs on this interface for all member links.
CTR biboPPPTotalTransmitOctets1.3.6.1.4.1.272.4.3.2.1.15Counterread-onlyThe total amount of octets transmitted.
CTR biboPPPTotalReceivedOctets1.3.6.1.4.1.272.4.3.2.1.16Counterread-onlyThe total amount of octets received.
CTR biboPPPTotalOutgoingCalls1.3.6.1.4.1.272.4.3.2.1.17Counterread-onlyThe total number of outgoing calls.
CTR biboPPPTotalOutgoingFails1.3.6.1.4.1.272.4.3.2.1.18Counterread-onlyThe total number of outgoing call failures.
CTR biboPPPTotalIncomingCalls1.3.6.1.4.1.272.4.3.2.1.19Counterread-onlyThe total number of incoming calls.
CTR biboPPPTotalIncomingFails1.3.6.1.4.1.272.4.3.2.1.20Counterread-onlyThe total number of incoming call failures.
CTR biboPPPThroughput1.3.6.1.4.1.272.4.3.2.1.21Counterread-onlyThe actual thoughput of the interface; updated every 5 seconds.
INT biboPPPCompressionMode1.3.6.1.4.1.272.4.3.2.1.22INTEGERread-onlyThis object describes wether data compression is active for this interface. 42bis or Stac LZS compression algorithm can be enabled in the biboPPPTable.
INT biboPPPChargeInterval1.3.6.1.4.1.272.4.3.2.1.23INTEGERread-onlyDescribes the measured interval between charging info elements received from the ISDN network.
INT biboPPPIdleTime1.3.6.1.4.1.272.4.3.2.1.24INTEGERread-onlyThe currently measured connection inactivity time (channel is silent).
CTR biboPPPConnCharge1.3.6.1.4.1.272.4.3.2.1.25Counterread-onlyThe current charge on this interface as 1/1000 of the respective currency.
CTR biboPPPTotalCharge1.3.6.1.4.1.272.4.3.2.1.26Counterread-onlyThe total charge on this interface as 1/1000 of the respective currency.
biboPPPLinkTable1.3.6.1.4.1.272.4.3.3not-accessibleThe biboPPPLinkTable contains statistical information for each current PPP link on the system. Only the system can add or delete entries to this table. Creating entries: Entries are created by the system each time a new PPP interface is created in the biboPPPTable. Deleting entries: Entries are removed by the system when the corresponding PPP interface is removed.
biboPPPLinkEntry1.3.6.1.4.1.272.4.3.3.1not-accessible
INT biboPPPLinkIfIndex1.3.6.1.4.1.272.4.3.3.1.1INTEGERread-onlyCorrelating PPP interface index.
DAT biboPPPLinkEstablished1.3.6.1.4.1.272.4.3.3.1.2Dateread-onlyTime when the link was established.
INT biboPPPLinkDirection1.3.6.1.4.1.272.4.3.3.1.3INTEGERread-onlyDirection of link, incoming(1) or outgoing(2). In case of permanent links, the meaning is dce(1) or dte(2).
INT biboPPPLinkProtocols1.3.6.1.4.1.272.4.3.3.1.4INTEGERread-onlyThe bitwise ORed protocols successfully negotiated on this link; currently the following protocols are supported: tcp/ip(1), ipx(2), bridge(4), bpdu(8), x25(16). These protocol values are most likely to change in future software releases.
INT biboPPPLinkState1.3.6.1.4.1.272.4.3.3.1.5INTEGERread-onlyThe actual state of each link in a bundle. The link is fully operational in the up(1) state, and not operational in the down(2) state. The starting(3) state is an inter- mediate state when the link is physically established but PPP or other link negotation has not finished yet. The loopbacked(4) state is entered when the PPP keepalive mechanism detects a loopbacked link. The dialing(5) state shows that a dialup link is in its link establishment phase, dialing. If there is no answer to the call, the link enters the retry-wait(6) state for biboPPPRetryTime seconds. After waiting that time either a call retry will occur, or the ifOperStatus will enter the blocked state, depending on the amount of retries already done (biboPPPLinkRetries) and the value of the biboPPPMaxRetries field.
CTR biboPPPLinkUnits1.3.6.1.4.1.272.4.3.3.1.6Counterread-onlyThe costs for this link in units.
CTR biboPPPLinkRetries1.3.6.1.4.1.272.4.3.3.1.7Counterread-onlyThe amount of retries taken to establish the link.
CTR biboPPPLinkKeepaliveSent1.3.6.1.4.1.272.4.3.3.1.8Counterread-onlyThe amount of keepalive packets sent on the link.
CTR biboPPPLinkKeepalivePending1.3.6.1.4.1.272.4.3.3.1.9Counterread-onlyThe amount of keepalive answer packets waiting for since the last occurance of an echo reply packet.
INT biboPPPLinkDeviceIndex1.3.6.1.4.1.272.4.3.3.1.10INTEGERread-onlyThe underlying link device index.
INT biboPPPLinkSpeed1.3.6.1.4.1.272.4.3.3.1.11INTEGERread-onlyThe speed of the link.
INT biboPPPLinkStkNumber1.3.6.1.4.1.272.4.3.3.1.13INTEGERread-onlyThe stack number of the dialup link, correlating to the isdnStkNumber field in the isdnCallTable.
INT biboPPPLinkCallType1.3.6.1.4.1.272.4.3.3.1.14INTEGERread-onlyThe call type of the dialup link, correlating to the isdnCallType field in the isdnCallTable.
INT biboPPPLinkCallReference1.3.6.1.4.1.272.4.3.3.1.15INTEGERread-onlyThe call reference of the dialup link, correlating to the isdnCallReference field in the isdnCallTable.
CTR biboPPPLinkCharge1.3.6.1.4.1.272.4.3.3.1.16Counterread-onlyThe costs for this link as 1/1000 of the respective currency.
OCT biboPPPLinkAccm1.3.6.1.4.1.272.4.3.3.1.17OCTET STRINGread-only.
INT biboPPPLinkLqm1.3.6.1.4.1.272.4.3.3.1.18INTEGERread-onlyIndicates the successful negotiation of the Link Quality Protocol (LQM).
INT biboPPPLinkLcpComp1.3.6.1.4.1.272.4.3.3.1.19INTEGERread-onlyAddress- and Protocol-Field compression.
OCT biboPPPLinkLocDiscr1.3.6.1.4.1.272.4.3.3.1.20OCTET STRINGread-onlyLocal LCP multilink endpoint discriminator.
OCT biboPPPLinkRemDiscr1.3.6.1.4.1.272.4.3.3.1.21OCTET STRINGread-onlyPeer's LCP multilink endpoint discriminator.
biboPPPIpAssignTable1.3.6.1.4.1.272.4.3.4not-accessibleThe biboPPPIpAssignTable contains IP addresses used when dynamically assigning IP addresses; i.e. when the biboPPPIpAddress field is set to `dynamic'. Creating entries: Entries are created by assigning a value (IP address) to the biboPPPIpAssignAddress object. Deleting entries: An entry (address) can be removed by assigning the value `delete' to its biboPPPIpAssignState.
biboPPPIpAssignEntry1.3.6.1.4.1.272.4.3.4.1not-accessiblePool of IP addresses for dynamic IP address assignment via IPCP. See the biboPPPIpAddress field for further explanation.
IP biboPPPIpAssignAddress1.3.6.1.4.1.272.4.3.4.1.1IpAddressread-writeFirst IP address of this range.
INT biboPPPIpAssignState1.3.6.1.4.1.272.4.3.4.1.2INTEGERread-writeIf an entry is currently in use, the state is set to as- signed(1). Otherwise it is set to unused(2). You may also delete this entry by changing it to delete(3).
INT biboPPPIpAssignPoolId1.3.6.1.4.1.272.4.3.4.1.3INTEGERread-writePool ID value.
INT biboPPPIpAssignRange1.3.6.1.4.1.272.4.3.4.1.4INTEGERread-writeNumber of IP addresses that will be assigned starting from biboPPPIpAssignAddress. A range of 0 will disable this entry
biboPPPProfileTable1.3.6.1.4.1.272.4.3.5not-accessibleThe biboPPPProfileTable contains PPP default parameters used for PPP negotiation with unknown dialin partners. For PPP connections, PPP profiles are asigned to incoming connections via the isdnDispatchTable. Currently no entries can be created or deleted by user.
biboPPPProfileEntry1.3.6.1.4.1.272.4.3.5.1not-accessible
INT biboPPPProfileName1.3.6.1.4.1.272.4.3.5.1.1INTEGERread-onlyThe name of the PPP profile. Three profiles are available.
INT biboPPPProfileAuthProtocol1.3.6.1.4.1.272.4.3.5.1.2INTEGERread-writeThe type of authentication used on the point-to-point link as described in RFC 1334. See biboPPPAuthentication for further details.
INT biboPPPProfileAuthRadius1.3.6.1.4.1.272.4.3.5.1.3INTEGERread-writeThis entry is used to configure possible RADIUS authentication on incoming calls. The default value is inband(2), only inband RADIUS requests (PAP, CHAP) are sent to the defined RADIUS server. Outband requests (CALLERID) are sent in outband(3) mode. If set to both(3), both requests are sent. To disable RADIUS requests in the profile set this value to none(1). To disable authentication attempts via the local data base set this value to radius-only(5).
INT biboPPPProfileLQMonitoring1.3.6.1.4.1.272.4.3.5.1.4INTEGERread-writeThis parameter enables (2) or disables (1) PPP Link Quality Monitoring (LQM) according RFC 1989. When set to on(2) LQM is added to the list of parameters acknowledged in LCP negotiation. Link quality reports (LQR) will be generated and send periodically.
INT biboPPPProfilePPPoEDevIfIndex1.3.6.1.4.1.272.4.3.5.1.5INTEGERread-writeSpecifies the device to be used for PPP over Ethernet (PPPoE) according RFC 2516.
INT biboPPPProfileCallbackNegotiation1.3.6.1.4.1.272.4.3.5.1.7INTEGERread-writeSpecifies wether callback negotiation (LCP/CBCP) is allowed or not. If set to disabled(1), no callback negotiation will be performed or accepted. If set to enabled(2), PPP callback negotation will be accepted on demand. If this object is set to cbcp-optional(3), the CBCP option 'no callback' is also offered to the Windows client so that the user can decide wether he wants to be called back or not.
pppLqmTable1.3.6.1.4.1.272.4.3.6not-accessibleThe pppLqmTable contains statistical information for each current PPP link on the system. Only the system can add or delete entries to this table. Creating entries: Entries are created by the system each time a new PPP link was established and LQM negotiated successful. Deleting entries: Entries are removed by the system when the corresponding PPP link is disconnected.
pppLqmEntry1.3.6.1.4.1.272.4.3.6.1not-accessible
INT pppLqmIfIndex1.3.6.1.4.1.272.4.3.6.1.1INTEGERread-onlyCorrelating PPP interface index.
INT pppLqmCallReference1.3.6.1.4.1.272.4.3.6.1.2INTEGERread-onlyThe call reference of the dialup link, correlating to the isdnCallReference field in the isdnCallTable.
INT pppLqmReportingPeriod1.3.6.1.4.1.272.4.3.6.1.3INTEGERread-onlyThe LQMReportingPeriod field indicates the maximum time in hundredths of seconds between transmission of Link Quality Reports (LQR). The peer may transmit packets at a faster rate than that which was negotiated.
CTR pppLqmOutLQRs1.3.6.1.4.1.272.4.3.6.1.4Counterread-onlyNumber of transmitted Link Quality Reports (LQR) on this link.
CTR pppLqmOutPackets1.3.6.1.4.1.272.4.3.6.1.5Counterread-onlyNumber of transmitted Packets on this link.
CTR pppLqmOutOctets1.3.6.1.4.1.272.4.3.6.1.6Counterread-onlyNumber of transmitted Octets on this link, including framing data.
CTR pppLqmInLQRs1.3.6.1.4.1.272.4.3.6.1.7Counterread-onlyNumber of Link Quality Reports (LQR) received on this link.
CTR pppLqmInPackets1.3.6.1.4.1.272.4.3.6.1.8Counterread-onlyNumber of Packets reveived on this link.
CTR pppLqmInOctets1.3.6.1.4.1.272.4.3.6.1.9Counterread-onlyNumber of Octets reveived on this link, including framing data.
CTR pppLqmInDiscards1.3.6.1.4.1.272.4.3.6.1.10Counterread-onlyNumber of Packets received on this link, but discarded.
CTR pppLqmInErrors1.3.6.1.4.1.272.4.3.6.1.11Counterread-onlyNumber of errorneous Packets received on this link.
CTR pppLqmPeerOutLQRs1.3.6.1.4.1.272.4.3.6.1.12Counterread-onlyNumber of Link Quality Reports (LQR) transmitted by remote on this link.
CTR pppLqmPeerOutPackets1.3.6.1.4.1.272.4.3.6.1.13Counterread-onlyNumber of Packets transmitted by remote on this link.
CTR pppLqmPeerOutOctets1.3.6.1.4.1.272.4.3.6.1.14Counterread-onlyNumber of Octets transmitted by remote on this link, including framing data.
CTR pppLqmPeerInLQRs1.3.6.1.4.1.272.4.3.6.1.15Counterread-onlyNumber of Link Quality Reports (LQR) received by remote on this link.
CTR pppLqmPeerInPackets1.3.6.1.4.1.272.4.3.6.1.16Counterread-onlyNumber of Packets reveived by remote on this link.
CTR pppLqmPeerInOctets1.3.6.1.4.1.272.4.3.6.1.17Counterread-onlyNumber of Octets reveived by remote on this link, including framing data.
CTR pppLqmPeerInDiscards1.3.6.1.4.1.272.4.3.6.1.18Counterread-onlyNumber of Packets received by remote on this link, but discarded.
CTR pppLqmPeerInErrors1.3.6.1.4.1.272.4.3.6.1.19Counterread-onlyNumber of errorneous Packets received by remote on this link.
CTR pppLqmLostOutLQRs1.3.6.1.4.1.272.4.3.6.1.20Counterread-onlyNumber of lost Link Quality Reports (LQR) transmitted on this link.
CTR pppLqmLostOutPackets1.3.6.1.4.1.272.4.3.6.1.21Counterread-onlyNumber of lost Packets transmitted on this link.
CTR pppLqmLostOutOctets1.3.6.1.4.1.272.4.3.6.1.22Counterread-onlyNumber of lost Octets transmitted on this link.
CTR pppLqmLostPeerOutLQRs1.3.6.1.4.1.272.4.3.6.1.23Counterread-onlyNumber of lost Link Quality Reports (LQR) transmitted by remote on this link.
CTR pppLqmLostPeerOutPkts1.3.6.1.4.1.272.4.3.6.1.24Counterread-onlyNumber of lost Packets transmitted by remote on this link.
CTR pppLqmLostPeerOutOcts1.3.6.1.4.1.272.4.3.6.1.25Counterread-onlyNumber of lost Octets transmitted by remote on this link.
pppIpInUseTable1.3.6.1.4.1.272.4.3.7not-accessibleThe pppIpUseTable contains dynamically assigned IP addresses.
pppIpInUseEntry1.3.6.1.4.1.272.4.3.7.1not-accessible
IP pppIpInUseAddress1.3.6.1.4.1.272.4.3.7.1.1IpAddressread-onlyassigned IP address
INT pppIpInUsePoolId1.3.6.1.4.1.272.4.3.7.1.2INTEGERread-onlyUnique IP address pool ID
INT pppIpInUseIfIndex1.3.6.1.4.1.272.4.3.7.1.3INTEGERread-onlyUnique interface index
STR pppIpInUseIdent1.3.6.1.4.1.272.4.3.7.1.4DisplayStringread-onlyThe remote authentication identification string.
INT pppIpInUseState1.3.6.1.4.1.272.4.3.7.1.5INTEGERread-onlyIf an IP address is currently assigned, the state of this entry is set to assigned(1). Otherwise, after disconnect, it is set to reserved(2) until the same peer reconnects or this entry expires (see pppIpInUseAge).
INT pppIpInUseAge1.3.6.1.4.1.272.4.3.7.1.6INTEGERread-onlyThis object specifies the age of the entry after creation or after changing into state reserved(2). After expiration the IP address (see pppIpInUseAddress) is no longer reserved for peer specified by pppIpInUseIdent and this entry will be deleted.
pppExtIfTable1.3.6.1.4.1.272.4.3.9not-accessibleThe pppExtIfTable contains extended configuration and information related to the PPP interfaces on the system. Entries are optional for each interface and can be added or deleted by the user. Deleting entries: Entries are removed by setting an entry's pppExtIfBodMode object to 'delete'.
pppExtIfEntry1.3.6.1.4.1.272.4.3.9.1not-accessible
INT pppExtIfIndex1.3.6.1.4.1.272.4.3.9.1.1INTEGERread-writeCorrelating PPP interface index.
INT pppExtIfBodMode1.3.6.1.4.1.272.4.3.9.1.2INTEGERread-writeEnables bandwidth on demand (BOD) mode for leased line and dialup interfaces when setting to bod-active (3) respectively bod-passive (4) or backup only mode for leased line connections like X.21. When set to disabled (1), neither bandwidth on demand (as specified by the pppExtIfTable) or backup mode is enabled. Four modes (bap-active (5), bap-passive (6), bap-both(7) and bap-first (8)) are available for BAP (Bandwidth Allocation Protocol) support to specify wether BAP Call-Requests and BAP Callback-Requests should be initiated and/or accepted.
INT pppExtIfAlgorithm1.3.6.1.4.1.272.4.3.9.1.3INTEGERread-writeThe algorithm to use for weighting line utilization. Line utilization is determined by calculating the average load for each interface. When set to equal (1) all samples taken over the time interval (defined in pppExtIfInterval) will be given equal weight, when set to proportional (2) the weighting disproportional to the age of the sample.
INT pppExtIfInterval1.3.6.1.4.1.272.4.3.9.1.4INTEGERread-writeThe time interval (in seconds) to use for sampling and calculating of the average throughput of the interface. See also: pppExtIfLoad.
INT pppExtIfLoad1.3.6.1.4.1.272.4.3.9.1.5INTEGERread-onlyThe actual throughput (in percent) of the total bandwidth of this interface (load). This value is updated once every second.
INT pppExtIfMlpFragmentation1.3.6.1.4.1.272.4.3.9.1.6INTEGERread-writeThe multilink PPP fragmentation mode. When set to proportional (1) packets will be divided into fragments proportional to the transmission rate of each link, when set to equal (2) packets will be divided into multiple equal fragments (equal to MlpFragSize) such that the number sent on each link is proportional to the transmission rate. When set to interleave (3), large datagrams will be fragmentated (maximum size determined by MlpFragSize) to reduce transmission delay of high-priority traffic on slower links.
INT pppExtIfMlpFragSize1.3.6.1.4.1.272.4.3.9.1.7INTEGERread-writeThe multilink PPP fragment size. If MlpFragmentation is set to proportional (1) this value specifies the minimum size of the fragment in bytes. If MlpFragmentation is set to equal (2) this value specifies the maximum fragment size in bytes.
STR pppExtIfPPPoEService1.3.6.1.4.1.272.4.3.9.1.8DisplayStringread-writeThe PPPoE (PPP over Ethernet, RFC 2516) service name which indicates the requested service during PPPoE discovery stage. Examples of the use of the service name are to indicate an ISP name or a class or a quality of service.
STR pppExtIfPPPoEAcServer1.3.6.1.4.1.272.4.3.9.1.9DisplayStringread-writeThe PPPoE (PPP over Ethernet, RFC 2516) AC-Server name which determines the access concentrator during PPPoE discovery stage.
INT pppExtIfEncKeyNegotiation1.3.6.1.4.1.272.4.3.9.1.10INTEGERread-writeThis variable defines the specification of shared secrets (encryption keys) between the sender and receiver of encrypted data. If set to static (1), the keys specified in 'pppExtIfEncTxKey' and 'pppExtIfEncRxKey' will be used, if set to authentication (2), the key derivation is based on PPP authentication via CHAP or MS-CHAP.
OCT pppExtIfEncTxKey1.3.6.1.4.1.272.4.3.9.1.11OCTET STRINGread-writeStatic (encryption) key used for transmission of encrypted data via PPP. It's size depends on the used encryption algorithm and the corresponding key length, e.g. 'des_56' or 'blowfish_168'.
OCT pppExtIfEncRxKey1.3.6.1.4.1.272.4.3.9.1.12OCTET STRINGread-writeStatic (decryption) key used for decryption of encrypted data received on PPP connections. It's size depends on the used encryption algorithm and the corresponding key length, e.g. 'des_56' or 'blowfish_168'.
INT pppExtIfGearUpThreshold1.3.6.1.4.1.272.4.3.9.1.13INTEGERread-writeGear up threshold for invoking current bandwidth. The measured throughput (in percent of the total bandwidth) of this interface (see pppExtIfLoad) is compared with this value once per second. If exceeded longer than 5 seconds an additional B-channel will be requested.
INT pppExtIfGearDownThreshold1.3.6.1.4.1.272.4.3.9.1.14INTEGERread-writeGear down threshold for decreasing current bandwidth. The expected throughput (in percent of the total bandwidth) of this interface (see pppExtIfLoad) after dropping a B-channel is compared with this threshold value once per second. If the needed bandwidth falls below this threshold longer than 10 seconds, exactly one B-channel will be dropped.
INT pppExtIfAodiDChanQlen1.3.6.1.4.1.272.4.3.9.1.15INTEGERread-writeUpper threshold for the amount of data (in octets) waiting to be sent across the 9.6Kbit/sec D-channel. If exceeded, additional bandwidth will be invoked at once.
INT pppExtIfAodiGearDownTxRate1.3.6.1.4.1.272.4.3.9.1.16INTEGERread-writeLower threshold for the amount of data in bits per second to be sent across the 64Kbit/sec B-channel. If the measured throughput becomes smaller than this value over a period of pppExtIfGearDownPersistance seconds, the remaining B-channel will be dropped.
INT pppExtIfGearUpPersistance1.3.6.1.4.1.272.4.3.9.1.17INTEGERread-writeGear up persistence interval for invoking current bandwidth. The measured throughput (in percent of the total bandwidth) of this interface (see pppExtIfLoad) is compared with the current value of the variable pppExtIfGearUpThreshold once per second. If exceeded longer than pppExtIfGearUpPersistance seconds an additional B-channel will be requested.
INT pppExtIfGearDownPersistance1.3.6.1.4.1.272.4.3.9.1.18INTEGERread-writeGear down persistence interval for decreasing current bandwidth. The measured throughput (in percent of the total bandwidth) of this interface (see pppExtIfLoad) is compared with the current value of pppExtIfGearDownThreshold once per second. If exceeded longer than pppExtIfGearDownPersistance seconds, exactly one B-channel will be dropped.
INT pppExtIfL1Speed1.3.6.1.4.1.272.4.3.9.1.19INTEGERread-writeThis object contains the interface's nominal bandwidth in bits per second. Please note that this parameter may not represent the real available transmission rate. The current purpose is only informational for example for PPTP or PPPoE interfaces where no accurate information from the underlaying network is available.
INT pppExtIfCurrentRetryTime1.3.6.1.4.1.272.4.3.9.1.20INTEGERread-writeCurrent time in seconds to wait before retrying a call when the smart retry algorithm is implemented.
INT pppExtIfMaxRetryTime1.3.6.1.4.1.272.4.3.9.1.21INTEGERread-writeMaximum time in seconds to wait before retrying a call when the smart retry algorithm is implemented. When set to zero this algorithm is disabled.
INT pppExtIfMtu1.3.6.1.4.1.272.4.3.9.1.22INTEGERread-writeDetermines size of the largest datagram which can be sent on the interface, specified in octets (see ifMtu). When set to zero (default), the value of the variable ifMtu depends on the received LCP MRU/MRRU option.
INT pppExtIfMru1.3.6.1.4.1.272.4.3.9.1.23INTEGERread-writeThe maximum length for the PPP information field, including padding, but not including the protocol field, is termed the Maximum Receive Unit (MRU).
INT pppExtIfAuthMutual1.3.6.1.4.1.272.4.3.9.1.24INTEGERread-writeThis object enables mutual PPP authentication between the peers.
pppSessionTable1.3.6.1.4.1.272.4.3.10not-accessibleThe pppSessionTable contains statistical information for the PPP protocol. Only the system can add or delete entries to this table. Creating entries: Entries are created by the system each time a new PPP connection is created. Deleting entries: Entries are removed by the system when the corresponding PPP connection is terminated.
pppSessionEntry1.3.6.1.4.1.272.4.3.10.1not-accessible
INT pppSessionIfIndex1.3.6.1.4.1.272.4.3.10.1.1INTEGERread-onlyCorrelating PPP interface index.
INT pppSessionMlp1.3.6.1.4.1.272.4.3.10.1.2INTEGERread-onlyIndicates negotiation of Multilink PPP.
CTR pppSessionMru1.3.6.1.4.1.272.4.3.10.1.3Counterread-onlyPeer's MRU/MRRU LCP option.
INT pppSessionLcpCallback1.3.6.1.4.1.272.4.3.10.1.4INTEGERread-onlyCallback option inside LCP negotiation.
INT pppSessionAuthProt1.3.6.1.4.1.272.4.3.10.1.5INTEGERread-onlyThe negotiated PPP authentication protocol.
INT pppSessionCompression1.3.6.1.4.1.272.4.3.10.1.6INTEGERread-onlyThe negotiated CCP compression mode.
INT pppSessionEncryption1.3.6.1.4.1.272.4.3.10.1.7INTEGERread-onlyThe negotiated CCP encryption mode.
INT pppSessionCbcpMode1.3.6.1.4.1.272.4.3.10.1.8INTEGERread-onlyThe negotiated Callback Control Protocol (CBCP) mode.
INT pppSessionCbcpDelay1.3.6.1.4.1.272.4.3.10.1.9INTEGERread-onlyThe negotiated (CBCP) callback delay in seconds.
IP pppSessionLocIpAddr1.3.6.1.4.1.272.4.3.10.1.10IpAddressread-onlyThe negotiated local IP Address.
IP pppSessionRemIpAddr1.3.6.1.4.1.272.4.3.10.1.11IpAddressread-onlyThe negotiated remote IP Address.
IP pppSessionDNS11.3.6.1.4.1.272.4.3.10.1.12IpAddressread-onlyThe negotiated first name server IP address.
IP pppSessionDNS21.3.6.1.4.1.272.4.3.10.1.13IpAddressread-onlyThe negotiated second name server IP address.
IP pppSessionWINS11.3.6.1.4.1.272.4.3.10.1.14IpAddressread-onlyThe negotiated first NetBIOS name server (WINS) IP address.
IP pppSessionWINS21.3.6.1.4.1.272.4.3.10.1.15IpAddressread-onlyThe negotiated second NetBIOS name server (WINS) IP address.
INT pppSessionVJHeaderComp1.3.6.1.4.1.272.4.3.10.1.16INTEGERread-onlyThe negotiation of Van Jacobsen TCP/IP header compression option (IPCP).
OCT pppSessionIpxcpNodeNumber1.3.6.1.4.1.272.4.3.10.1.17OCTET STRINGread-onlyUnique IPX Node Id dynamically assigned the client.
INT pppSessionBacpFavoredPeer1.3.6.1.4.1.272.4.3.10.1.18INTEGERread-onlyThe result of the BACP Favored-Peer negotiation.
dialmap1.3.6.1.4.1.272.4.4
biboDialTable1.3.6.1.4.1.272.4.4.1not-accessibleThe biboDialTable contains configuration information for incoming and outgoing ISDN telephone numbers. Creating entries: Entries are created by assigning a value to the biboDialIfIndex object. Deleting entries: An entry can be removed by assigning the value `delete' to its biboDialType object.
biboDialEntry1.3.6.1.4.1.272.4.4.1.1not-accessible
INT biboDialIfIndex1.3.6.1.4.1.272.4.4.1.1.1INTEGERread-writeThe correlating PPP interface index.
INT biboDialType1.3.6.1.4.1.272.4.4.1.1.2INTEGERread-writeThe dialup type can be set to plain isdn(1), isdn-spv(2) semi-permanent links used by the German 1TR6 D-channel protocol, or to delete(3) to delete a biboDialTable entry. The types ppp-callback(4) and ppp-negotiated(5) are used for the LCP callback option.
INT biboDialDirection1.3.6.1.4.1.272.4.4.1.1.3INTEGERread-writeThe allowed dial direction is either incoming(1), outgoing(2), or both(3) calls. No call is ever set up when set to incoming(1). Incoming calls will not be identified when set to outoing(2). Furthermore, once PPP authentication succeeds and there is at least one incoming number defined but for which none matches, the call will not be accepted for security reasons.
STR biboDialNumber1.3.6.1.4.1.272.4.4.1.1.4DisplayStringread-writeThe defined dialing number. Used for either dialing or comparing to incoming calls or both, depending on the content of the biboDialDirection field. The wildcards '*', '?', '[', ']', '{', '}' may be used.
OCT biboDialSubaddress1.3.6.1.4.1.272.4.4.1.1.5OCTET STRINGread-writeThe defined dial subaddress, if any. Also, see the biboDialNumber field.
INT biboDialClosedUserGroup1.3.6.1.4.1.272.4.4.1.1.6INTEGERread-writeThe defined closed user group, if any. Also, see the biboDialNumber field.
BIT biboDialStkMask1.3.6.1.4.1.272.4.4.1.1.7BitValueread-writeThe defined stack mask. Each value of IsdnStkNumber represents a bit in this bitmask. A mask of 0 disables dialup completely, while a mask of -1 enables dialup on all available ISDN stacks.
INT biboDialScreening1.3.6.1.4.1.272.4.4.1.1.8INTEGERread-writeThe screening indicator of the biboDialNumber. The biboDialScreening field can be used to gauge the `trustworthiness' of the biboDialNumber field. (See isdnCallScreening) Indicators are ordered from highest to lowest as follows: indicator: CPN assigned: verification: `network' by network none `user-verified' by user verification successful `user' by user none `user-failed' by user verification failed Set this field to `dont-care' to accept all calls. Otherwise calls are accepted only if the screening indicator matches or is higher than the set value.
OCT biboDialCallingSubaddress1.3.6.1.4.1.272.4.4.1.1.9OCTET STRINGread-writeThe defined calling dial subaddress, if any. Also, see the biboDialNumber field.
INT biboDialTypeOfCallingSubAdd1.3.6.1.4.1.272.4.4.1.1.10INTEGERread-writeThe type of calling party subaddress.
INT biboDialTypeOfCalledSubAdd1.3.6.1.4.1.272.4.4.1.1.11INTEGERread-writeThe type of called party subaddress.

RFC description

Manages PPP link configuration, authentication, and statistics on bintec elmeg BIANCA/BRICK broadband routers.

Start monitoring bintec BIANCA/BRICK ISDN/VPN routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download BIANCA-BRICK-PPP-MIB