USR-AT-FORW-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString, atcfgFwd, UsrConfigStatus FROM USR-DEFINITIONS-MIB OBJECT-TYPE FROM RFC-1212 DdpNodeAddress FROM RFC1742-BASE-MIB; ATName ::= OCTET STRING (SIZE (0..32)) ATNetworkRange ::= OCTET STRING (SIZE (4)) -- AppleTalk Forwarder Configuration group -- -- This is USRobotics Private MIB, that defines the configuration -- information for the AppleTalk forwarder. -- atcfgFwdPortTable OBJECT-TYPE SYNTAX SEQUENCE OF AtcfgFwdPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table is used to configure an appletalk port." ::= { atcfgFwd 1 } atcfgFwdPortEntry OBJECT-TYPE SYNTAX AtcfgFwdPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The description of one of the AppleTalk configuration port." INDEX { atcfgFwdPortIndex } ::= { atcfgFwdPortTable 1 } AtcfgFwdPortEntry ::= SEQUENCE { atcfgFwdPortIndex DisplayString, atcfgFwdPortName DisplayString, atcfgFwdNetworkRange ATNetworkRange, atcfgFwdSeedRouter INTEGER, atcfgFwdSendChecksums INTEGER, atcfgFwdDefaultPort INTEGER, atcfgFwdGleaning INTEGER, atcfgFwdDefaultZone ATName, atcfgFwdCurrentZone ATName, atcfgFwdZoneList OCTET STRING, atcfgFwdPortSave UsrConfigStatus, atcfgFwdNodeSet DdpNodeAddress, atcfgFwdNodeLock INTEGER } atcfgFwdPortIndex OBJECT-TYPE SYNTAX DisplayString (SIZE (1..32)) ACCESS not-accessible STATUS mandatory DESCRIPTION "The identifier of the port in the configuration file, this is the same as the network name stored by the configuration process." ::= { atcfgFwdPortEntry 1 } atcfgFwdPortName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A name for this port. Maps to the Port Descriptor for the atportTable." --CONFIGURABLE ::= { atcfgFwdPortEntry 2 } atcfgFwdNetworkRange OBJECT-TYPE SYNTAX ATNetworkRange ACCESS read-write STATUS mandatory DESCRIPTION "The startup network range for this port." --CONFIGURABLE ::= { atcfgFwdPortEntry 3 } atcfgFwdSeedRouter OBJECT-TYPE SYNTAX INTEGER { seed (1), notseed (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set this value to seed if this is a seed router on this port." --CONFIGURABLE ::= { atcfgFwdPortEntry 5 } atcfgFwdSendChecksums OBJECT-TYPE SYNTAX INTEGER { send (1), dontsend (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set this value to send to send checksums on this port." --CONFIGURABLE ::= { atcfgFwdPortEntry 6 } atcfgFwdDefaultPort OBJECT-TYPE SYNTAX INTEGER { default (1), notdefault (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set this value to default if this port can be the default port." --CONFIGURABLE ::= { atcfgFwdPortEntry 7 } atcfgFwdGleaning OBJECT-TYPE SYNTAX INTEGER { glean (1), dontglean (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set this value to glean to glean to the AARP cache." --CONFIGURABLE ::= { atcfgFwdPortEntry 8 } atcfgFwdDefaultZone OBJECT-TYPE SYNTAX ATName ACCESS read-write STATUS mandatory DESCRIPTION "The default zone name for this port. Only valid if this node is a seed router on this port." --CONFIGURABLE ::= { atcfgFwdPortEntry 9 } atcfgFwdCurrentZone OBJECT-TYPE SYNTAX ATName ACCESS read-write STATUS mandatory DESCRIPTION "The desired zone name for this router on this port. May be left blank." --CONFIGURABLE ::= { atcfgFwdPortEntry 10 } atcfgFwdZoneList OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "The list of zones configured for this port. Not used if this is not a seed router. Mandatory if this is a seed router." --CONFIGURABLE ::= { atcfgFwdPortEntry 11 } atcfgFwdPortSave OBJECT-TYPE SYNTAX UsrConfigStatus ACCESS read-write STATUS mandatory DESCRIPTION "Set this value to 'save' to save this port configuration." ::= { atcfgFwdPortEntry 12 } atcfgFwdNodeSet OBJECT-TYPE SYNTAX DdpNodeAddress ACCESS read-write STATUS mandatory DESCRIPTION "The node number requested for this port by the administrator. If set to 0.0, then select any node number." --CONFIGURABLE ::= { atcfgFwdPortEntry 13 } atcfgFwdNodeLock OBJECT-TYPE SYNTAX INTEGER { locked (1), unlocked (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If this is TRUE, the router will come up on the set node or it won't come up at all." --CONFIGURABLE ::= { atcfgFwdPortEntry 14 } atcfgFwdPortNodeTable OBJECT-TYPE SYNTAX SEQUENCE OF AtcfgFwdPortNodeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table is used to store the node-hint for this port." ::= { atcfgFwd 2 } atcfgFwdPortNodeEntry OBJECT-TYPE SYNTAX AtcfgFwdPortNodeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The description of one of the AppleTalk configuration port node." INDEX { atcfgFwdPortIndex } ::= { atcfgFwdPortNodeTable 1 } AtcfgFwdPortNodeEntry ::= SEQUENCE { atcfgFwdStartupNode DdpNodeAddress } atcfgFwdStartupNode OBJECT-TYPE SYNTAX DdpNodeAddress ACCESS read-write STATUS mandatory DESCRIPTION "A startup node hint for the DDP node." --CONFIGURABLE ::= { atcfgFwdPortNodeEntry 1 } atcfgFwdSave OBJECT-TYPE SYNTAX UsrConfigStatus ACCESS read-write STATUS mandatory DESCRIPTION "Set this variable save the appletalk configuration" ::= { atcfgFwd 3 } atcfgFwdArapOn OBJECT-TYPE SYNTAX INTEGER { arapon (1), arapoff (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set this variable to arap_on to enable ARAP" --CONFIGURABLE ::= { atcfgFwd 4 } atcfgFwdNumArapSessions OBJECT-TYPE SYNTAX INTEGER(0..64) ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the maximum number of simultaneous ARAP sessions supported by the software." --CONFIGURABLE ::= { atcfgFwd 5 } atcfgFwdV42Sessions OBJECT-TYPE SYNTAX INTEGER(0..64) ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the maximum number of simultaneous compressed V42bis sessions supported by the software." --CONFIGURABLE ::= { atcfgFwd 6 } atcfgFwdArapZone OBJECT-TYPE SYNTAX ATName ACCESS read-write STATUS mandatory DESCRIPTION "This sets the default zone for ARAP nodes. If it is not set, the standard default zone will be used." --CONFIGURABLE ::= { atcfgFwd 7 } atcfgFwdArapNodeNetRange OBJECT-TYPE SYNTAX ATNetworkRange ACCESS read-write STATUS mandatory DESCRIPTION "The range of the networks for for ARAP nodes. If not set, any node in the network range may be used. This address must be valid within the network range for the default LAN port." --CONFIGURABLE ::= { atcfgFwd 8 } atcfgFwdArapNodesMax OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum number of free nodes held for ARAP sessions at any one time. 0 means no limit." --CONFIGURABLE ::= { atcfgFwd 9 } atcfgFwdArapNodesMin OBJECT-TYPE SYNTAX INTEGER(0..16) ACCESS read-write STATUS mandatory DESCRIPTION "The minimum number of free nodes held for ARAP sessions at any one time." --CONFIGURABLE ::= { atcfgFwd 10 } atcfgFwdPasswordChangeOkay OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Can an ARAP user change his or her password?" --CONFIGURABLE ::= { atcfgFwd 11 } atcfgFwdMinPasswordLength OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-write STATUS mandatory DESCRIPTION "The minimum length of an ARAP password, when it is set." --CONFIGURABLE ::= { atcfgFwd 12 } atcfgFwdMaxPasswordLength OBJECT-TYPE SYNTAX INTEGER (4..16) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum length of an ARAP password, when it is set." --CONFIGURABLE ::= { atcfgFwd 13 } atcfgFwdArapMaxPasswordRetries OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum number of retries allowed for an failed ARAP authentication" --CONFIGURABLE ::= { atcfgFwd 14 } atcfgFwdManualPasswordEntry OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Do you force the user to enter her or his password manually, in ARAP" --CONFIGURABLE ::= { atcfgFwd 15 } atcfgFwdMaxRTEs OBJECT-TYPE SYNTAX INTEGER (32..2096) ACCESS read-write STATUS mandatory DESCRIPTION "Maximum number of routing tables entries maintained, subject to memory availability. Default is 256" --CONFIGURABLE ::= { atcfgFwd 16 } atcfgFwdMaxFTEs OBJECT-TYPE SYNTAX INTEGER (32..2096) ACCESS read-write STATUS mandatory DESCRIPTION "Maximum number of forwarding table entries, subject to memory availablity. Default is 256" --CONFIGURABLE ::= { atcfgFwd 17 } atcfgFwdCurrRTEs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current number of routing tables entries maintained." ::= { atcfgFwd 18 } atcfgFwdCurrFTEs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current number of forwarding table entries maintained." ::= { atcfgFwd 19 } END