All MIBs › ITOUCH-PARAM-CLIENT-MIB
Category: Vendor: Allied Telesis
Description:
Defines managed objects for the parameter client on Allied Telesis iTouch network devices, supporting remote parameter retrieval and configuration.
Imported Objects
From ITOUCH-MIB
| AddressType | |
| DateTime | |
| iTouch | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter |
From RFC1213-MIB
| DisplayString |
What Is ITOUCH-PARAM-CLIENT-MIB?
ITOUCH-PARAM-CLIENT-MIB defines managed objects for the parameter client component of Allied Telesis iTouch network devices, supporting remote retrieval and configuration of device parameters over SNMP. As a parameter-client MIB it likely exposes objects for requesting, caching, or applying configuration parameters distributed from a central iTouch management system rather than continuous performance counters. Its monitoring relevance leans toward configuration/software status: confirming that a device has successfully retrieved or applied its expected parameter set is itself a software-state health check, though without visible objects the exact granularity (success/failure codes, timestamps) cannot be confirmed. It is presumed to depend on other Allied Telesis iTouch-family MIBs that define the parameter server side of this client/server relationship. It would be deployed in Allied Telesis managed switch/router environments using the iTouch centralized configuration management scheme. Engineers can download the ITOUCH-PARAM-CLIENT-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ITOUCH-PARAM-CLIENT-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.
Supported Devices
- iTouch Communications (later Black Box) managed terminal servers/routers
Monitoring Examples
With no sample_objects provided for this module, no specific object or table names can be referenced; it would be inaccurate to invent monitoring detail beyond noting that this MIB governs parameter-client retrieval/configuration behavior on Allied Telesis iTouch devices.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| xParamClient | 1.3.6.1.4.1.33.7 | |||
| STR paramClientLoaderName | 1.3.6.1.4.1.33.7.1 | DisplayString | read-only | The name of the system that most recently provided this system's stored parameters. Corresponds directly to the name value labeled 'Loaded From:' in the PARAMETER SERVER display. |
| ADR paramClientLoaderAddressType | 1.3.6.1.4.1.33.7.2 | AddressType | read-only | The type of network address contained in paramClientLoaderAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'local' means there is no address and parameters were loaded from local storage. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. Corresponds indirectly to the address value labeled 'Loaded From:' in the PARAMETER SERVER display. |
| OCT paramClientLoaderAddress | 1.3.6.1.4.1.33.7.3 | OCTET STRING | read-only | The network address of the system that most recently provided this system's stored parameters. Corresponds directly to the address value labeled 'Loaded From:' in the PARAMETER SERVER display. |
| INT paramClientParameterVersion | 1.3.6.1.4.1.33.7.4 | INTEGER | read-write | The version number of the parameters as stored in this system's local memory. Corresponds directly to SERVER PARAMETER VERSION and the value labeled 'Last Update Version:' in the PARAMETER SERVER display. |
| DAT paramClientUpdateTime | 1.3.6.1.4.1.33.7.5 | DateTime | read-only | This system's local date and time when it last attempted to store parameters with a parameter server. Corresponds directly to the values labeled 'Last Update Date:' and 'Last Update Time:' in the PARAMETER SERVER display. |
| INT paramClientServerCheck | 1.3.6.1.4.1.33.7.6 | INTEGER | read-write | Control over whether or not this system is allowed to check for additional parameter servers. 'enabled' allows checking. Corresponds directly to PARAMETER SERVER CHECK and the presence of PARAMETER POLLING under the label 'Enabled Characteristics' in the SERVER CHARACTERISTICS display. |
| INT paramClientCheckInterval | 1.3.6.1.4.1.33.7.7 | INTEGER | read-write | The number of minutes between checks for additional parameter servers. Corresponds directly to PARAMETER SERVER CHECK TIMER and the value labeled 'Check Timer:' in the PARAMETER SERVER display. |
| INT paramClientCheckNow | 1.3.6.1.4.1.33.7.8 | INTEGER | read-write | Control to cause this system to immediately check for additional parameter servers. The agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' causes a check to be started. Corresponds to the CHECK PARAMETER SERVER command. |
| INT paramClientServerLimit | 1.3.6.1.4.1.33.7.9 | INTEGER | read-write | The maximum number of parameter servers this system is allowed to remember at the same time. Corresponds directly to PARAMETER SERVER LIMIT and the value labeled 'Parameter Server Limit:' in the PARAMETER SERVER display. |
| INT paramClientRetransmitInterval | 1.3.6.1.4.1.33.7.10 | INTEGER | read-write | The number of minutes between this system's attempts to store new parameters with a server that has not acknowledged previous attempts. Corresponds directly to PARAMETER SERVER RETRANSMIT TIMER and the value labeled 'Retransmit Timer: in the PARAMETER SERVER display. |
| INT paramClientRetransmitLimit | 1.3.6.1.4.1.33.7.11 | INTEGER | read-write | The maximum number of attempts by this system to store new parameters with a server that has not acknowledged previous attempts. Corresponds directly to PARAMETER SERVER RETRANSMIT LIMIT and the value labeled 'Retransmit Limit:' in the PARAMETER SERVER display. |
| INT paramClientState | 1.3.6.1.4.1.33.7.12 | INTEGER | read-only | This system's state with regard to update attempts. The value meanings are: other none of the following idle no update in progress internal internal state of no meaning to manager hold holding to keep from updating too often retry waiting to retry after failure Corresponds directly to the value labeled 'Storage State:' in the PARAMETER SERVER display. |
| CTR paramClientProtocolErrors | 1.3.6.1.4.1.33.7.13 | Counter | read-only | The number of invalid parameter service protocol messages received by this system. Corresponds directly to the value labeled 'Bad Parameter Messages:' in the PARAMETER SERVER display. |
| CTR paramClientServerRejects | 1.3.6.1.4.1.33.7.14 | Counter | read-only | The number of parameter servers this system rejected due to exceeding paramClientServerLimit. Corresponds directly to the value labeled 'Rejected Servers:' in the PARAMETER SERVER display. |
| INT paramClientServerNumber | 1.3.6.1.4.1.33.7.15 | INTEGER | read-only | The number of parameter servers known to this system, indicating the number of entries in serverTable. Corresponds directly to the value labeled 'Parameter Servers:' in the PARAMETER SERVER display. |
| paramServerTable | 1.3.6.1.4.1.33.7.16 | not-accessible | A list of parameter server entries. The number of entries is given by the value of paramClientServerNumber. | |
| paramServerEntry | 1.3.6.1.4.1.33.7.16.1 | not-accessible | Status and parameter values for a parameter server. | |
| STR paramServerName | 1.3.6.1.4.1.33.7.16.1.1 | DisplayString | read-only | The server's name, unique within this system. Always 16 characters, null padded on the end. Corresponds directly to the name used to create the entry and the value labeled 'Name' in the PARAMETER SERVER display. |
| INT paramServerEntryStatus | 1.3.6.1.4.1.33.7.16.1.2 | INTEGER | read-write | The status of the entry. Set to 'invalid' to remove the entry, which corresponds directly to the CLEAR/PURGE PARAMETER SERVER command. Actual removal of the entry is implementation specific. |
| ADR paramServerAddressType | 1.3.6.1.4.1.33.7.16.1.3 | AddressType | read-write | The type of network address contained in paramServerAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'local' means there is no address and parameters were loaded from local storage. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. Corresponds indirectly to the value labeled 'Address' in the PARAMETER SERVER display. |
| OCT paramServerAddress | 1.3.6.1.4.1.33.7.16.1.4 | OCTET STRING | read-write | The server's network address. Corresponds directly to the value labeled 'Address' in the PARAMETER SERVER display. |
| INT paramServerStoredVersion | 1.3.6.1.4.1.33.7.16.1.5 | INTEGER | read-only | Parameter version number currently stored at the server. Corresponds directly to the value labeled 'Version' in the PARAMETER SERVER display. |
| DAT paramServerStoredTime | 1.3.6.1.4.1.33.7.16.1.6 | DateTime | read-only | The server's date and time when it stored the parameters of version paramServerStoredVersion. Corresponds directly to the value labeled 'Date' in the PARAMETER SERVER display. |
| INT paramServerStoredStatus | 1.3.6.1.4.1.33.7.16.1.7 | INTEGER | read-only | Status of this system's parameters with respect to the server. Corresponds directly to the value labeled 'Status' in the PARAMETER SERVER display. The value meanings are: ahead server version newer than system's behind server version older than system's current up to date failed system no longer attempting update failing system trying to update but failing query attempting to determine version noMemCard no memory card in card drive unknown version not known |
| INT paramServerStoredFailure | 1.3.6.1.4.1.33.7.16.1.8 | INTEGER | read-only | When paramServerStoredStatus is 'failed' or 'failing', the reason for the most recent failure. Corresponds directly to the value labeled 'Reason' in the PARAMETER SERVER display. The value meanings are: other none of the following none no failure protocolOut invalid protocol message to server open file open error at server read file read error at server write file write error at server resource resource lack at server (e.g. disk) protocolIn invalid protocol message from server response no response from server close file close error at server delete file delete error at server rename file rename error at server fileData bad parameter data stored at server |
| STR paramClientPath | 1.3.6.1.4.1.33.7.17 | DisplayString | read-write | The directory path to the parameter file on all servers. Corresponds directly to PARAMETER SERVER PATH and the value labeled 'Path:' in the PARAMETER SERVER display. |
| INT paramClientChassisStorageState | 1.3.6.1.4.1.33.7.18 | INTEGER | read-only | The status of the current attempt to update parameters in local chassis storage. Corresponds directly to the value labeled 'Chassis Configuration:'. |
| INT paramClientTftpBroadcast | 1.3.6.1.4.1.33.7.20 | INTEGER | read-write | Control over whether or not this system is allowed to send out a TFTP read broadcast after sending a BOOTP broadcast during the Parameter Check Function. 'enabled' allows TFTP broadcast. Corresponds directly to the presence of PARAMETER TFTP BROADCAST under the label 'Enabled Characteristics' in the SERVER CHARACTERISTICS display. |
| INT paramClientWriteNow | 1.3.6.1.4.1.33.7.21 | INTEGER | read-write | Control to start saving parameters immediately in response to an execute. Corresponds directly to the WRITE PARAMETERS command. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. |
RFC description
iTouch/Performance Technologies parameter client MIB; manages DHCP client configuration and parameter retrieval on iTouch access devices.
Start monitoring iTouch Communications (Black Box) managed terminal servers/routers (parameter client) 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.