📄 rfc1742.mib
字号:
ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the AARP cache for this entity was searched." ::= { aarp 2 } aarpHits OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times an entry was searched for and found in the AARP cache for this entity." ::= { aarp 3 } -- The ATPort Group -- -- Implementation of this group is mandatory for all entities -- that implement AppleTalk ports -- -- Note that to be compliant with this group, all variables -- that have read-write access must be implemented as -- read-write. atportTable OBJECT-TYPE SYNTAX SEQUENCE OF AtportEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of AppleTalk ports for this entity." ::= { atport 1 } atportEntry OBJECT-TYPE SYNTAX AtportEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The description of one of the AppleTalk ports on this entity. As an example, an instance of the atportNetFrom object might be named atportNetFrom.2" INDEX { atportIndex } ::= { atportTable 1 } AtportEntry ::= SEQUENCE { atportIndex INTEGER, atportDescr DisplayString, atportType INTEGER, atportNetStart ATNetworkNumber, atportNetEnd ATNetworkNumber, atportNetAddress DdpNodeAddress, atportStatus INTEGER, atportNetConfig INTEGER, atportZoneConfig INTEGER, atportZoneDefault ATName, atportIfIndex INTEGER, atportNetFrom DdpNodeAddress, atportZoneFrom DdpNodeAddress, atportInPkts Counter, atportOutPkts Counter, atportHome INTEGER, atportCurrentZone ATName, atportConflictPhysAddr OCTET STRING } atportIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each AppleTalk port. Its value is between 1 and the total number of AppleTalk ports. The value for each port must remain constant at least from the re-initialization of the entity's network management system to the next re-initialization." ::= { atportEntry 1 } atportDescr OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A text string containing information about the port. This string is intended for presentation to a human; it must not contain anything but printable ASCII characters." ::= { atportEntry 2 } -- Several objects throughout the MIB key off of atportType to -- determine the format of OCTET STRING addresses of peers. -- The address formats are as follows: -- localtalk, ethertalk1, ethertalk2, tokentalk, iptalk, -- fdditalk, smdstalk, arctalk, and virtual take the -- format of DdpNodeAddress -- serialPPP: null OCTET STRING -- serialNonstandard: vendor specific -- aurp: see AURP MIB to determine format -- frameRelay: 32 bit DLCI in network byte order -- (OCTET STRING (SIZE (4))) -- x25: X121Address (see RFC 1382) -- ip: IP address (OCTET STRING (SIZE (4))) -- osi: NSAP (OCTET STRING (SIZE (3..20))) -- decnetIV: 6 bit area, 10 bit host in network byte order -- (OCTET STRING (SIZE (2))) -- arap: ??? -- nonAppleTalk3Com: based on ifType -- ipx: 32 bit network number in network byte order -- followed by datalink address of host -- arns: 32 bit ARNS header -- hdlc: DdpNodeAddress or null OCTET STRING atportType OBJECT-TYPE SYNTAX INTEGER { other(1), -- none of the following localtalk(2), ethertalk1(3), ethertalk2(4), tokentalk(5), iptalk(6), serialPPP(7), serialNonstandard(8), virtual(9), -- an internal interface fdditalk(10), arctalk(11), smdstalk(12), aurp(13), frameRelay(14), x25(15), ip(16), osi(17), decnetIV(18), arap(19), isdnInThePacketMode(20), nonAppleTalk3Com(21), ipx(22), arns(23), hdlc(24) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of port, distinguished by the protocol immediately below DDP in the protocol stack." ::= { atportEntry 3 } atportNetStart OBJECT-TYPE SYNTAX ATNetworkNumber ACCESS read-write STATUS mandatory DESCRIPTION "The first AppleTalk network address in the range configured for this port. If this port is not a native AppleTalk port, this object shall have the value of two octets of zero." ::= { atportEntry 4 } atportNetEnd OBJECT-TYPE SYNTAX ATNetworkNumber ACCESS read-write STATUS mandatory DESCRIPTION "The last AppleTalk network address in the range configured for this port. If the network to which this AppleTalk port is connected is a non-extended network, or if it is not a native AppleTalk port, the value for atportNetEnd shall be two octets of zero." ::= { atportEntry 5 } atportNetAddress OBJECT-TYPE SYNTAX DdpNodeAddress ACCESS read-write STATUS mandatory DESCRIPTION "The AppleTalk network address configured for this port. In addition, this value may be used as a hint for an initial node number used during node-finding. If this port is not a native AppleTalk port, this object shall have the value of three octets of zero." ::= { atportEntry 6 } atportStatus OBJECT-TYPE SYNTAX INTEGER { routing(1), --this port is fully configured & routing unconfigured(2), off(3), invalid(4), endNode(5), -- this port is acting as an end node offDueToConflict(6), -- port is off due to -- configuration conflict other(7) -- none of the states defined above } ACCESS read-write STATUS mandatory DESCRIPTION "The configuration status of this port. Setting this object to the value invalid(4) has the effect of invalidating the corresponding entry in the atportTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant atportStatus object." ::= { atportEntry 7 } atportNetConfig OBJECT-TYPE SYNTAX INTEGER { conflictOrientedSeed(1), -- use configured network -- range even if it conflicts with another -- AppleTalk device garnered(2), -- acquire from another AppleTalk device guessed(3), -- generate a "random" network range unconfigured(4), -- no other value applies conflictAverseSeed(5), -- use configured network -- range, but don't come up if it conflicts softSeed(6) -- attempt to use configured network -- range, but use network range from another -- router if our configuration conflicts } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the network information for this port. If this port is not a native AppleTalk port, this object shall have the value unconfigured(4)." ::= { atportEntry 8 } atportZoneConfig OBJECT-TYPE SYNTAX INTEGER { conflictOrientedSeed(1), -- use configured zone -- information even if it conflicts with -- another AppleTalk device garnered(2), -- acquire from another AppleTalk device guessed(3), -- generate "random" zone information unconfigured(4), -- no other value applies conflictAverseSeed(5), -- use configured zone -- information, but don't come up if it -- conflicts softSeed(6) -- attempt to use configured zone -- information, but use zone information -- from another router if our configuration -- conflicts } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the zone information for this port. If this port is not a native AppleTalk port, this object shall have the value unconfigured(4)." ::= { atportEntry 9 } atportZoneDefault OBJECT-TYPE SYNTAX ATName ACCESS read-write STATUS mandatory DESCRIPTION "The name of the default zone for this port. If this port only has one zone, that zone is represented here. If this port is not a native AppleTalk port, this object shall contain an octet string of zero length. When this value is changed in a router, the router must send a zipNotify packet on the associated network." ::= { atportEntry 10 } atportIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The physical interface associated with this AppleTalk port. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { atportEntry 11 } atportNetFrom OBJECT-TYPE SYNTAX DdpNodeAddress ACCESS read-only STATUS mandatory DESCRIPTION "When atportNetConfig is set to garnered(2), this variable contains the DDP address of an entity from which the AppleTalk network number was garnered. When atportNetConfig is set to conflictOrientedSeed(1), conflictAverseSeed(5), or softSeed(6), this variable contains the DDP address of an entity which confirmed or supplied our AppleTalk network number, for example by replying to a ZIP GetNetInfo request. If atportNetConfig is set to guessed(3) or unconfigured(4), or if the entity has not received any network number confirmation, this variable should be set to three octets of zero." ::= { atportEntry 12 } atportZoneFrom OBJECT-TYPE SYNTAX DdpNodeAddress ACCESS read-only STATUS mandatory DESCRIPTION "When atportZoneConfig is set to garnered(2), this variable contains the DDP address of an entity from which the AppleTalk zone list was garnered. When atportZoneConfig is set to conflictOrientedSeed(1), conflictAverseSeed(5), or softSeed(6), this variable contains the DDP address of an entity which confirmed or supplied our AppleTalk zone information, for example by replying to a ZIP GetNetInfo request or a ZIP Query. If atportZoneConfig is set to guessed(3) or unconfigured(4), or if the entity has not received any zone confirmation, this variable should be set to three octets of zero." ::= { atportEntry 13 }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -