-- This file is corresponding to Release 6.3.1.100 from 2003/03/10 00:00:00 -- (C)opyright 1991-2002 BinTec Communications AG, All Rights Reserved -- $Revision: 1.2 $ BIANCA-BRICK-MIB DEFINITIONS ::= BEGIN IMPORTS NetworkAddress, IpAddress, Counter, Gauge, TimeTicks FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; -- This MIB module uses the extended OBJECT-TYPE macro as -- defined in [14]; -- MIB-II (same prefix as MIB-I) org OBJECT IDENTIFIER ::= { iso 3 } dod OBJECT IDENTIFIER ::= { org 6 } internet OBJECT IDENTIFIER ::= { dod 1 } private OBJECT IDENTIFIER ::= { internet 4 } enterprises OBJECT IDENTIFIER ::= { private 1 } bintec OBJECT IDENTIFIER ::= { enterprises 272 } bibo OBJECT IDENTIFIER ::= { bintec 4 } admin OBJECT IDENTIFIER ::= { bibo 1 } admin-2 OBJECT IDENTIFIER ::= { bibo 22 } extadmin OBJECT IDENTIFIER ::= { admin-2 1 } -- textual conventions DisplayString ::= OCTET STRING -- This data type is used to model textual information taken -- from the NVT ASCII character set. By convention, objects -- with this syntax are declared as having -- -- SIZE (0..255) PhysAddress ::= OCTET STRING -- This data type is used to model media addresses. For many -- types of media, this will be in a binary representation. -- For example, an ethernet address would be represented as -- a string of 6 octets. Date ::= INTEGER BitValue ::= INTEGER HexValue ::= INTEGER -- Admin Group -- Some variables for administration of the BIANCA/BRICK biboExtAdmCompanyCode OBJECT-TYPE SYNTAX BitValue ACCESS read-write STATUS mandatory DESCRIPTION "This variable contains a bit field that allows to selectively enable/disable features. Default value is 0. " ::= { extadmin 6 } -- Application biboAdmAppTable OBJECT-TYPE SYNTAX SEQUENCE OF BiboAdmAppEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The biboAdmAppTable lists a source address by application and interface. Creating entries: Entries are created by setting an application name to biboAdmAppName. Deleting entries: Entries are removed by setting the appropriate biboAdmAppName field to 'delete'." ::= { admin 46 } biboAdmAppEntry OBJECT-TYPE SYNTAX BiboAdmAppEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "" INDEX { biboAdmAppSrcAddr } ::= { biboAdmAppTable 1 } BiboAdmAppEntry ::= SEQUENCE { biboAdmAppName INTEGER, biboAdmAppSrcAddr IpAddress, biboAdmAppIfIndex INTEGER } biboAdmAppName OBJECT-TYPE SYNTAX INTEGER { tftp(1), delete(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the application name." ::= { biboAdmAppEntry 1 } biboAdmAppSrcAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the source Ip-Address used by biboAdmAppName and biboAdmAppIfIndex." ::= { biboAdmAppEntry 2 } biboAdmAppIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the target index of the interface used by the application." ::= { biboAdmAppEntry 3 } END -- of BIANCA-BRICK definitions