![ARESCOM AresGate 2560 Software User Manual Download Page 42](http://html1.mh-extra.com/html/arescom/aresgate-2560/aresgate-2560_software-user-manual_2967163042.webp)
38
June, 2002
AG2500Series Software User’s Guide
5.1.1.2 Dot1DSTATICReceivePort, Integer, Read Only
5.1.1.3 Dot1DSTATICAllowedToGoto, String, Read Only
5.1.1.4 Dot1DSTATICStatus, Integer, Read Only
NOTE: ADSL and ATM stand MIBs will be supported in later version.
B.2 Private MIB Implememtation
AresGate also supports wireless MIB (IEEE 802dot11) and private MIB.
B.2.1 Terminalogy
This section presents the syntax and access type categories used to describe each variable. For details
on syntax, refer to RFC 1155 and RCF 1442 for SNMPv2.
Syntax
Syntax describes the format of the information, or value, that is returned upon monitoring or setting
information in a device with a MIB variable.
Syntax can be any one of the following categories:
TruthValue
An integer of 1 or 2, where 1 = true and 2 = false.
TruthValue is defined in "Textual Conventions for version 2 of the Simple Network Management Pro-
tocol (SNMPv2)," RFC 1443.
Counter/Counter32
A counter is a nonnegative integer that increases until it reaches some maximum value. After reaching
the maximum value, it rolls back to zero.
String
A string is a printable ASCII string. It is typically a name or description. For example, the variable Sys-
Name specifies the readable name for a device.
Integer
An integer is a numeric value. It can be an actual number, for example, the number of lost IP packets on
an interface. It also can be a number that represents a nonnumeric value. For example, the variable
ReservedIPNum
returns the number of reserved IP addresses of a DHCP service to SNMP manager.
Integer32
An integer from -2 31 to 2 31 -1.