XYLO-PORTS-MIB

MIB Reference — IPNetwork Monitor

All MIBsXYLO-PORTS-MIB

Category: Xylogics and Xyplex Terminal Servers

Description:

Monitors Xylogics serial port configuration, async/sync mode settings, and per-port traffic statistics.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
IpAddress
TimeTicks

From RFC1213-MIB

DisplayString

From XYLO-MIB-SMI

anxModemOBJECT-IDENTITY
anxsyncportsOBJECT-IDENTITY
parallelportOBJECT-IDENTITY
portsOBJECT-IDENTITY

What Is XYLO-PORTS-MIB?

XYLO-PORTS-MIB is a Xylogics (later Bay Networks/Ascend) enterprise MIB covering serial port configuration and statistics on Xylogics remote access/terminal server hardware, including asynchronous/synchronous mode settings and per-port modem/session statistics. It exposes objects for active port jobs, per-port modem type, connection duration, username, and session status. Administrators use it to monitor the software/session status of dial-in or async ports, such as which user is connected, how long a session has lasted, and whether a port's modem negotiation succeeded, functioning as an operational session-health monitor for remote access ports. There is no apparent dependency on external standard MIBs beyond typical Xylogics enterprise conventions. It is deployed on Xylogics terminal servers/remote access concentrators used for dial-up or async terminal connectivity in legacy enterprise and ISP environments, where XYLO-PORTS-MIB SNMP monitoring tracks per-port session status and modem negotiation health.

IPNetwork Monitor allows you to monitor SNMP objects defined in XYLO-PORTS-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.

What Can Be Monitored

  • per-port session status
  • connected username
  • modem type/negotiation
  • session duration
  • active port job count

Supported Devices

  • Xylogics remote access/terminal server

Monitoring Examples

An admin would poll anxmStatsTable/anxmStatsEntry, indexed by anxmStatsPort, to see anxmStatsUsername and anxmStatsStatus for each active session, confirming whether a given port has an authenticated user connected or is idle/failed. anxmStatsModemType and anxmStatsDuration reveal what modem negotiation occurred and how long the current session has run, helping detect a port stuck in a failed-negotiation state, while anxpPortJobs gives a count of active jobs/sessions across the device for capacity monitoring.

OIDs
OID symbolicOID numericTypeAccessDescription
INT totalPorts1.3.6.1.4.1.15.2.3.1INTEGERread-onlyThe number of serial ports on this Annex.
CTR totalInChars1.3.6.1.4.1.15.2.3.2Counterread-onlyThe total number of characters received on all serial ports.
CTR totalOutChars1.3.6.1.4.1.15.2.3.3Counterread-onlyThe total number of characters transmitted on all serial ports.
CTR totalParityErrs1.3.6.1.4.1.15.2.3.4Counterread-onlyThe total number of parity errors detected on all serial ports.
CTR totalOverrunErrs1.3.6.1.4.1.15.2.3.5Counterread-onlyThe total number of overruns detected on all serial ports.
CTR totalFramingErrs1.3.6.1.4.1.15.2.3.6Counterread-onlyThe total number of framing errors detected on all serial ports.
portTable1.3.6.1.4.1.15.2.3.7not-accessibleTable of port entries.
portEntry1.3.6.1.4.1.15.2.3.7.1not-accessibleThe port's configuration parameters.
INT anxpPortIndex1.3.6.1.4.1.15.2.3.7.1.1INTEGERread-onlyA unique number from 1 to totalPorts that identifies each serial port.
INT anxpMode1.3.6.1.4.1.15.2.3.7.1.2INTEGERread-writeThis parameter defines the mode for access to the serial line port. The default is cli. This MIB object corresponds to the NA/admin asynchronous port parameter 'mode'.
INT anxpCtrlLines1.3.6.1.4.1.15.2.3.7.1.3INTEGERread-writeThe type of hardware control used on the port: none, modem control (dcd/dtr), flow control (cts/rts), or both. This MIB object corresponds to the NA/admin asynchronous port parameter 'control_lines'.
INT anxpBidirModem1.3.6.1.4.1.15.2.3.7.1.4INTEGERread-writeThis parameter controls whether the port is configured for adaptive use with a bidirectional modem. This MIB object corresponds to the NA/admin asynchronous port parameter 'bidirectional_modem'.
INT anxpAllowBcast1.3.6.1.4.1.15.2.3.7.1.5INTEGERread-writeControls whether the serial port can receive administrative broadcast messages. This MIB object corresponds to the NA/admin asynchronous port parameter 'allow_broadcast'.
INT anxpBcastDirection1.3.6.1.4.1.15.2.3.7.1.6INTEGERread-writeDefines the direction that an administrative broadcast message is sent. This parameter is valid only when the port is defined as a slave port by the anxpMode parameter. This MIB object corresponds to the NA/admin asynchronous port parameter 'broadcast_direction'.
STR anxpInputStartChar1.3.6.1.4.1.15.2.3.7.1.7DisplayStringread-writeThe control character sequence that restarts input if the charPortInFlowType parameter (in the char MIB) is set to xonXoff. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'input_start_char'.
STR anxpInputStopChar1.3.6.1.4.1.15.2.3.7.1.8DisplayStringread-writeThe control character sequence that stops input if the charPortInFlowType parameter (in the char MIB) is set to xonXoff. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'input_stop_char'.
STR anxpOutputStartChar1.3.6.1.4.1.15.2.3.7.1.9DisplayStringread-writeThe control character sequence that restarts output if the charPortOutFlowType parameter (in the char MIB) is set to xonXoff. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'output_start_char'.
STR anxpOutputStopChar1.3.6.1.4.1.15.2.3.7.1.10DisplayStringread-writeThe control character sequence that stops output if the charPortOutFlowType parameter (in the char MIB) is set to xonXoff. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'output_stop_char'.
INT anxpIxanyFlowCtl1.3.6.1.4.1.15.2.3.7.1.11INTEGERread-writeThis parameter specifies whether any input character will be treated as a start (xon) character when output has been suspended by a stop (xoff) character. This MIB object corresponds to the NA/admin asynchronous port parameter 'ixany_flow_control'.
INT anxpLongBreak1.3.6.1.4.1.15.2.3.7.1.12INTEGERread-writeThis parameter controls whether the Annex returns the user to the CLI prompt after receiving a break greater than two seconds. This MIB object corresponds to the NA/admin asynchronous port parameter 'long_break'.
INT anxpShortBreak1.3.6.1.4.1.15.2.3.7.1.13INTEGERread-writeThis parameter controls whether the Annex returns the user to the CLI prompt after receiving a break shorter than two seconds. This MIB object corresponds to the NA/admin asynchronous port parameter 'short_break'.
INT anxpForwardTimer1.3.6.1.4.1.15.2.3.7.1.14INTEGERread-writeThis parameter defines the inter-character timer that sets the amount of time, in tens of milliseconds, that will elapse before forwarding the received data. The value of 5 turns off the timer. Setting this object to 0 causes the default value of 5 to be used. This MIB object corresponds to the NA/admin asynchronous port parameter 'forwarding_timer'.
INT anxpForwardCount1.3.6.1.4.1.15.2.3.7.1.15INTEGERread-writeSpecifies the number of received characters buffered for the port by the Annex before forwarding the characters to the host or network. This MIB object corresponds to the NA/admin asynchronous port parameter 'forwarding_count'.
INT anxpImask7Bits1.3.6.1.4.1.15.2.3.7.1.16INTEGERread-writeWhen enabled, instructs the Annex to ignore the eighth bit of all received characters on the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'imask_7bits'.
STR anxpAttnChar1.3.6.1.4.1.15.2.3.7.1.17DisplayStringread-writeDefines a control character sequence as an attention character to return the user to the CLI prompt. The Annex-II only allows a single control character (eg. ^A), while the Annex3 and MicroAnnex allow a string of control characters to be defined (eg. ^A^B^Z). This MIB object corresponds to the NA/admin asynchronous port parameter 'attn_string'.
INT anxpInputBufSize1.3.6.1.4.1.15.2.3.7.1.18INTEGERread-writeThe number of 256-byte blocks allocated to receive input characters from this port. This MIB object corresponds to the NA/admin asynchronous port parameter 'input_buffer_size'.
INT anxpInputIsActivity1.3.6.1.4.1.15.2.3.7.1.19INTEGERread-writeControls whether received input characters are considered as activity for the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'input_is_activity'.
INT anxpOutputIsActivity1.3.6.1.4.1.15.2.3.7.1.20INTEGERread-writeControls whether transmitted output characters are considered as activity for the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'output_is_activity'.
INT anxpInactivityTimer1.3.6.1.4.1.15.2.3.7.1.21INTEGERread-writeThe amount of time, in minutes, which a port can remain inactive before the Annex terminates all sessions and resets the port. A value of 0 disables the timer. This MIB object corresponds to the NA/admin asynchronous port parameter 'inactivity_timer'.
INT anxpResetIdleTimer1.3.6.1.4.1.15.2.3.7.1.22INTEGERread-writeDefines whether input or output resets the idle timer for the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'reset_idle_time_on'.
INT anxpCliInactivity1.3.6.1.4.1.15.2.3.7.1.23INTEGERread-writeThe amount of time, in minutes, that the Annex waits before hanging up the serial port after it becomes idle. A value of 0 turns off the timer. A value of 255 means immediate, which causes the Annex to hang up the port immediately after exiting from the last job. This MIB object corresponds to the NA/admin asynchronous port parameter 'cli_inactivity'.
INT anxpCliSecurity1.3.6.1.4.1.15.2.3.7.1.24INTEGERread-writeThis parameter controls whether security is enabled for the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'cli_security'.
INT anxpConnectSecurity1.3.6.1.4.1.15.2.3.7.1.25INTEGERread-writeThis parameter controls whether the host-based security policy is enabled for access from the port to the network. This MIB object corresponds to the NA/admin asynchronous port parameter 'connect_security'.
INT anxpPortServerSecurity1.3.6.1.4.1.15.2.3.7.1.26INTEGERread-writeThis parameter controls whether the host-based security policy is enabled for access to the port from the port server. This MIB object corresponds to the NA/admin asynchronous port parameter 'port_server_security'.
STR anxpPortPassword1.3.6.1.4.1.15.2.3.7.1.27DisplayStringread-writeThis parameter defines a password for the port for local password protection. This MIB object corresponds to the NA/admin asynchronous port parameter 'port_password'.
STR anxpUserName1.3.6.1.4.1.15.2.3.7.1.28DisplayStringread-writeA string defining the default user name for the user of this serial port. This MIB object corresponds to the NA/admin asynchronous port parameter 'user_name'.
IP anxpDedicatedAddr1.3.6.1.4.1.15.2.3.7.1.29IpAddressread-writeWhen the anxpMode parameter is set to dedicated, this parameter defines the Internet address of the host to which this port can connect to. This MIB object corresponds to the NA/admin asynchronous port parameter 'dedicated_address'. See also anxpDedicatedPort below. These objects are being phased out in favor of the object anxpDedicatedArgs.
STR anxpDedicatedPort1.3.6.1.4.1.15.2.3.7.1.30DisplayStringread-writeThe application name or TCP port number to which this port can connect when the anxpMode parameter is set to dedicated. The allowed application names are 'telnet', 'rlogin', and 'call'. If a number is specified, the number must range between 0 and 65535. Certain numeric values are translated to the above names as follows: Set value Get value 0 telnet 23 telnet 513 rlogin 1027 call This MIB object corresponds to the NA/admin asynchronous port parameter 'dedicated_port'. See also anxpDedicatedAddr above. These objects are being phased out in favor of the object anxpDedicatedArgs.
STR anxpPrompt1.3.6.1.4.1.15.2.3.7.1.31DisplayStringread-writeThis parameter defines a port-specific prompt string. The prompt string consists of displayable characters and embedded formatting codes. Each formatting code is stored in a single character in nonvolatile memory. The maximum number of characters stored for the prompt string is 16. Since the formatting codes consist of a '%' prepended to a single character, the maximum length string that may be entered for this object is 32 characters. Strings less than 32 characters in length will be rejected as bad values if they cannot be stored into 16 characters in nonvolatile memory after the formatting codes are compressed into single characters. The valid formatting codes are: %a the string 'annex' %c the string ': ' %d the date and time %i the Annex's IP address %j a newline character %l port location, or 'port n' %n the Annex's name %p the port number %r the string 'port' %s a space %t the time hh:mm:ss %u the user name for port %% the string '%' This MIB object corresponds to the NA/admin asynchronous port parameter 'prompt'.
STR anxpTermVar1.3.6.1.4.1.15.2.3.7.1.32DisplayStringread-writeA string defining the type of terminal attached to the serial port. This MIB object corresponds to the NA/admin asynchronous port parameter 'term_var'.
INT anxpNewLineTerm1.3.6.1.4.1.15.2.3.7.1.33INTEGERread-writeThis parameter controls whether a carriage return is echoed as just a carriage return (enabled), or whether the carriage return is echoed as a carriage return and line feed. This MIB object corresponds to the NA/admin asynchronous port parameter 'newline_terminal'.
INT anxpEcho1.3.6.1.4.1.15.2.3.7.1.34INTEGERread-writeThis parameter controls whether the Annex echoes all characters as they are received from the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'echo'.
INT anxpMapToLower1.3.6.1.4.1.15.2.3.7.1.35INTEGERread-writeWhen enabled, the Annex translates all upper case characters to lower case as they are received from the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'map_to_lower'.
INT anxpMapToUpper1.3.6.1.4.1.15.2.3.7.1.36INTEGERread-writeWhen enabled, the Annex translates all lower case characters to upper case as they are transmitted to the port. This MIB object corresponds to the NA/admin asynchronous port parameter 'map_to_upper'.
INT anxpHardwareTabs1.3.6.1.4.1.15.2.3.7.1.37INTEGERread-writeWhen enabled, this parameter allows the Annex to expand ASCII tab characters. This MIB object corresponds to the NA/admin asynchronous port parameter 'hardware_tabs'.
INT anxpCharErase1.3.6.1.4.1.15.2.3.7.1.38INTEGERread-writeThis parameter controls whether the Annex echoes the character erase and word erase characters for a video terminal (enabled) or for a hard-copy terminal (disabled). This MIB object corresponds to the NA/admin asynchronous port parameter 'char_erase'.
INT anxpLineErase1.3.6.1.4.1.15.2.3.7.1.39INTEGERread-writeThis parameter controls whether the Annex echoes the line erase character for a video terminal (enabled) or for a hard-copy terminal (disabled). This MIB object corresponds to the NA/admin asynchronous port parameter 'line_erase'.
STR anxpEraseChar1.3.6.1.4.1.15.2.3.7.1.40DisplayStringread-writeDefines the character erase control character sequence. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'erase_char'.
STR anxpEraseWord1.3.6.1.4.1.15.2.3.7.1.41DisplayStringread-writeDefines the word erase control character sequence. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'erase_word'.
STR anxpEraseLine1.3.6.1.4.1.15.2.3.7.1.42DisplayStringread-writeDefines the line erase control character sequence. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'erase_line'.
STR anxpRedisplayLine1.3.6.1.4.1.15.2.3.7.1.43DisplayStringread-writeDefines the reprint line control character sequence. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'redisplay_line'.
STR anxpToggleOutput1.3.6.1.4.1.15.2.3.7.1.44DisplayStringread-writeDefines the flush control character used to flush the output buffer. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. This MIB object corresponds to the NA/admin asynchronous port parameter 'toggle_output'.
STR anxpTelnetEscape1.3.6.1.4.1.15.2.3.7.1.45DisplayStringread-writeDefines the control character that returns the user to the 'telnet:' prompt when running the CLI telnet command. This value of this object can be either a single displayable character or two characters of the form '^x', where '^x' is translated as 'Control-x'. The value 'U' disables this feature on the specified port. This MIB object corresponds to the NA/admin asynchronous port parameter 'telnet_escape'.
INT anxpNeedDsr1.3.6.1.4.1.15.2.3.7.1.46INTEGERread-writeSpecifies whether the DSR signal needs to be asserted when connecting to a slave port. This MIB object corresponds to the NA/admin asynchronous port parameter 'need_dsr'.
INT anxpTelnetCRLF1.3.6.1.4.1.15.2.3.7.1.47INTEGERread-writeDefines what characters are transmitted out the port to the network when the End-of-Line character is sensed. 'enabled' means transmit Line-Feed and Carriage-Return. 'disabled' means transmit Carriage-Return and NULL. The default is enabled. This MIB object corresponds to the NA/admin asynchronous port parameter 'telnet_crlf'.
INT anxpLatbEnable1.3.6.1.4.1.15.2.3.7.1.48INTEGERread-writeControls interpretation of LAT Data-B packets received from host. This MIB object corresponds to the NA/admin asynchronous port parameter 'latb_enable'.
INT anxpSlipSecure1.3.6.1.4.1.15.2.3.7.1.49INTEGERread-writeIf anxEnableSecurity is not set, this parameter selects slip session logging. If anxEnableSecurity is set, this parameter permits slip access only from secure ports. This MIB object corresponds to the NA/admin asynchronous port parameter 'slip_ppp_security'.
IP anxpNetLocalAddr1.3.6.1.4.1.15.2.3.7.1.50IpAddressread-writeThe Internet address for the Annex's side of the point-to-point (SLIP or PPP) link. This MIB object corresponds to the NA/admin asynchronous port parameter 'local_address'.
IP anxpNetRemoteAddr1.3.6.1.4.1.15.2.3.7.1.51IpAddressread-writeThe Internet address for the host at the remote end of the point-to-point (SLIP or PPP) link. This MIB object corresponds to the NA/admin asynchronous port parameter 'remote_address'.
IP anxpSlipSubnetMask1.3.6.1.4.1.15.2.3.7.1.52IpAddressread-writeThe subnet mask for this SLIP interface. This MIB object corresponds to the NA/admin asynchronous port parameter 'subnet_mask'.
IP anxpSlipLoadDumpHost1.3.6.1.4.1.15.2.3.7.1.53IpAddressread-writeThe Internet address of the host from which the Annex receives a load or to which the Annex sends a dump over the SLIP interface. This MIB object corresponds to the NA/admin asynchronous port parameter 'slip_load_dump_host'.
INT anxpNetMetric1.3.6.1.4.1.15.2.3.7.1.54INTEGERread-writeThis parameter defines the hop count to the remote end of the SLIP or PPP interface. Setting this object to 0 defaults to a value of 1. This MIB object corresponds to the NA/admin asynchronous port parameter 'metric'.
INT anxpSlipAllowDump1.3.6.1.4.1.15.2.3.7.1.55INTEGERread-writeThis parameter defines whether the Annex is allowed to dump across a SLIP link. This MIB object corresponds to the NA/admin asynchronous port parameter 'slip_allow_dump'.
INT anxpDoCompression1.3.6.1.4.1.15.2.3.7.1.56INTEGERread-writeWhen enabled, the Annex will attempt to negotiate TCP/IP header compression on this serial link. This MIB object corresponds to the NA/admin asynchronous port parameter 'do_compression'.
INT anxpAllowCompression1.3.6.1.4.1.15.2.3.7.1.57INTEGERread-writeWhen enabled, the Annex will allow TCP/IP header compression on this serial link only if the other end of the serial link initiates the compression. This MIB object corresponds to the NA/admin asynchronous port parameter 'allow_compression'.
INT anxpSlipMtuSize1.3.6.1.4.1.15.2.3.7.1.58INTEGERread-writeForce the compressed SLIP interface to use a Maximum Transmission Unit (MTU) of either 1024 bytes (large) or 256 bytes (small). The default is large. This MIB object corresponds to the NA/admin asynchronous port parameter 'slip_mtu_size'.
INT anxpSlipNoIcmp1.3.6.1.4.1.15.2.3.7.1.59INTEGERread-writeWhen enabled, the Annex will discard any ICMP packets directed to this SLIP link. This MIB object corresponds to the NA/admin asynchronous port parameter 'slip_no_icmp'.
INT anxpSlipTos1.3.6.1.4.1.15.2.3.7.1.60INTEGERread-writeWhen enabled, the Annex sends interactive traffic over this SLIP link before any other traffic. This MIB object corresponds to the NA/admin asynchronous port parameter 'slip_tos'.
INT anxpPppMru1.3.6.1.4.1.15.2.3.7.1.61INTEGERread-writeThis parameter defines the maximum receive unit in bytes. The default value is 1500. This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_mru'.
STR anxpPppAcm1.3.6.1.4.1.15.2.3.7.1.62DisplayStringread-writeThis parameter specifies which of the first 32 bytes (0x00, ... 0x1F) can be sent as clear text and which need to be escaped. A bit on in the mask indicates the character must be escaped. The mask should be specified as an 8 hex character string (0x1F000000 and 1F000000 are both acceptable). This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_acm'.
INT anxpPppSecurityProto1.3.6.1.4.1.15.2.3.7.1.63INTEGERread-writeDefines which security protocol will be used to authenticate the remote user. This parameter must be set and the Annex enable_security (anxEnableSecurity) must be enabled before authentication is performed. The default is none This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_security_protocol'.
STR anxpPppUserRemote1.3.6.1.4.1.15.2.3.7.1.64DisplayStringread-writeThe username used by the Annex to identify itself if the remote PPP peer asks for authentication. This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_username_remote'.
STR anxpPppPasswdRemote1.3.6.1.4.1.15.2.3.7.1.65DisplayStringread-writeThe password used by the Annex to identify itself if the remote PPP peer asks for authentication. Reading this parameter will return either if the password is defined or if the password is not defined. This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_password_remote'.
STR anxpLatAuthGroupVal1.3.6.1.4.1.15.2.3.7.1.66DisplayStringread-writeThis port parameter specifies which remote group codes are accessible to a user on a particular Annex port. Each port has its own set of group codes. The syntax is a series of numbers between 0 and 255, separated by commas and dashes, such as 1,5,100-255. The keywords 'all' and 'none' are also accepted and will enable all or disable all groups, respectively. If the LAT protocol is not available on the Annex, sets of this object are ignored. This MIB object corresponds to the NA/admin asynchronous port parameter 'authorized_groups'. Note: You may use either this object or anxpLatAuthMap object to read or set the 'group_value' parameter.anxpLatAuthMap is preferred.
INT anxpPppDialupAddr1.3.6.1.4.1.15.2.3.7.1.67INTEGERread-writelocal(1) - Disabled. authserver(2) - The Annex requests the PPP dialup addresses from the host-based ACP. dhcp(3) - The Annex requests the PPP dialup addresses from the host-based DHCP. This MIB object corresponds to the NA/admin asynchronous port parameter 'address_origin'.
INT anxpBanner1.3.6.1.4.1.15.2.3.7.1.68INTEGERread-writeSpecifies whether the Annex banner and message- of-the-day are displayed on the port. The default is enabled. This has four possible actions: default, Y, yes, unset: banner before security, motd after none, N: no banner or motd before_sec: banner and motd before security after_sec: banner and motd after security motd_before_sec: motd before security; no banner motd_after_sec: motd after security; no banner This MIB object corresponds to the NA/admin asynchronous port parameter 'banner'.
INT anxpPsHistory1.3.6.1.4.1.15.2.3.7.1.69INTEGERread-writeSpecifies how much data to buffer on a slave port. This MIB object corresponds to the NA/admin asynchronous port parameter 'ps_history_buffer'.
STR anxpLocation1.3.6.1.4.1.15.2.3.7.1.70DisplayStringread-writeA descriptive string for a this port. This string is displayed by the CLI who command. This MIB object corresponds to the NA/admin asynchronous port parameter 'location'.
INT anxpType1.3.6.1.4.1.15.2.3.7.1.71INTEGERread-writeThe type of device attached to the port. The default is hardwired. This MIB object corresponds to the NA/admin asynchronous port parameter 'type'.
INT anxpCliImask71.3.6.1.4.1.15.2.3.7.1.72INTEGERread-writeDefines whether input at the CLI is masked to 7 bits. The default is disabled. This MIB object corresponds to the NA/admin asynchronous port parameter 'cli_imask7'.
STR anxpModemVar1.3.6.1.4.1.15.2.3.7.1.73DisplayStringread-writeA string defining the type of modem attached to the serial port. This MIB object corresponds to the NA/admin asynchronous port parameter 'type_of_modem'.
INT anxpPppNcp1.3.6.1.4.1.15.2.3.7.1.74INTEGERread-writeThe protocol running on the interface. This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_ncp'. Note that all and ipcp-atcp-ipxcp-ccp-mp are identical and provided for backward compatibility.
INT anxpDemandDial1.3.6.1.4.1.15.2.3.7.1.75INTEGERread-writeWhen enabled, allows the Annex to instruct the modem attached on the port to dial the phone number defined in anxpNetPhoneNumber. This MIB object corresponds to the NA/admin asynchronous port parameter 'demand_dial'.
STR anxpPhoneNumber1.3.6.1.4.1.15.2.3.7.1.76DisplayStringread-writeThe phone number used for this port when doing demand dialing. This MIB object corresponds to the NA/admin asynchronous port parameter 'phone_number'.
INT anxpNetInactivity1.3.6.1.4.1.15.2.3.7.1.77INTEGERread-writeThe number of units allowed for serial protocol inactivity on the port. The type of unit, minutes or seconds, is defined by the object anxpNetInactivityUnits. If the type of units is 'seconds', the actual granularity is only 5 seconds. When the interval expires, the port is automatically reset. A value of 0 disables the timer. This MIB object corresponds to the NA/admin asynchronous port parameter 'net_inactivity'.
INT anxpAtGuest1.3.6.1.4.1.15.2.3.7.1.78INTEGERread-writeIf enabled, allows ARAP guest login service. This MIB object corresponds to the NA/admin asynchronous port parameter 'at_guest'.
STR anxpAtNodeid1.3.6.1.4.1.15.2.3.7.1.79DisplayStringread-writeThe default AppleTalk node ID hint that is used by the Annex on this port. The address consists of two parts separated by a dot. The address may be in either hex or decimal format. The first part is the network address and ranges from 0 to 65534 (0x0000 to 0xFFFE). The second part is the node address and ranges from 0 to 254 (0x00 to 0xFE). Example: 0x00BF.0xFD 191.253 0x00BF.253 191.0xFD are all the same address. This MIB object corresponds to the NA/admin asynchronous port parameter 'at_nodeid'.
INT anxpAtSecurity1.3.6.1.4.1.15.2.3.7.1.80INTEGERread-writeControls whether ACP service is enabled for this port when establishing an AppleTalk connection. This MIB object corresponds to the NA/admin asynchronous port parameter 'at_security'.
INT anxpArapV42bis1.3.6.1.4.1.15.2.3.7.1.81INTEGERread-writeControls whether V.42bis compression is done during an ARAP session. This MIB object corresponds to the NA/admin asynchronous port parameter 'arap_v42bis'.
IP anxpTn3270PrinterHost1.3.6.1.4.1.15.2.3.7.1.82IpAddressread-writeThe IP address of the machine running a Berkeley-style lpd server. This MIB object corresponds to the NA/admin asynchronous port parameter 'tn3270_printer_name'.
STR anxpTn3270PrinterName1.3.6.1.4.1.15.2.3.7.1.83DisplayStringread-writeA valid printer name contained in the /etc/printcap file on the remote host. This MIB object corresponds to the NA/admin asynchronous port parameter 'tn3270_printer_name'.
INT anxpTcpKeepAlive1.3.6.1.4.1.15.2.3.7.1.84INTEGERread-writeThe default keep-alive value for connections to this serial port. If this is zero, use the value specified by anxTcpKeepAlive. This MIB object corresponds to the NA/admin asynchronous port parameter 'tcp_keepalive'.
INT anxpDtrSignal1.3.6.1.4.1.15.2.3.7.1.86INTEGERread-writeControls the DTR (Data Terminal Ready) output control signal for this serial port. Valid set values are high or low. Setting the value on an idle port will produce an error.
INT anxpRtsSignal1.3.6.1.4.1.15.2.3.7.1.87INTEGERread-writeControls the RTS (Request to Send) output control signal for this serial port. Valid set values are high or low. Setting the value on an idle port will produce an error.
INT anxpCliInterface1.3.6.1.4.1.15.2.3.7.1.88INTEGERread-writeSpecifies either a Unix or VMS command line interface. The default is uci. This MIB object corresponds to the NA/admin asynchronous port parameter 'cli_interface'.
INT anxpAutobaud1.3.6.1.4.1.15.2.3.7.1.89INTEGERread-writeWhen enabled, specifies that the line speed should be determined when opening the connection. The default is disabled. This MIB object corresponds to the NA/admin asynchronous port parameter 'autobaud'.
INT anxpDefSessMode1.3.6.1.4.1.15.2.3.7.1.90INTEGERread-writeThe default session mode when the DECServer command interface is configured. The default is interactive. This MIB object corresponds to the NA/admin asynchronous port parameter 'default_session_mode'.
INT anxpIpxSecurity1.3.6.1.4.1.15.2.3.7.1.91INTEGERread-writeControls whether IPX security is enabled on this port. The default is disabled. This MIB object corresponds to the NA/admin asynchronous port parameter 'ipx_security'.
INT anxpIpsoClass1.3.6.1.4.1.15.2.3.7.1.92INTEGERread-writeDefines the IP security classification for packets sent and received on this port. The default value is none. This MIB object corresponds to the NA/admin asynchronous port parameter 'ipso_class'.
INT anxpVciLoginPortPasswd1.3.6.1.4.1.15.2.3.7.1.93INTEGERread-writeEnables the port password if the port is configured as a DECServer interface port. The default is disabled. This MIB object corresponds to the NA/admin asynchronous port parameter 'login_port_password'.
INT anxpVciLoginTimeout1.3.6.1.4.1.15.2.3.7.1.94INTEGERread-writeEnables a login timer if the port is configured as a DECServer interface port. The default is disabled. This MIB object corresponds to the NA/admin asynchronous port parameter 'login_port_timeout'.
STR anxpDedicatedArgs1.3.6.1.4.1.15.2.3.7.1.95DisplayStringread-writeCommand line arguments to be passed to process started by a dedicated port with mode set to 'telnet', 'tn3270', 'rlogin', 'connect' (if LAT is in use) or 'call'. This MIB object corresponds to the NA/admin asynchronous port parameter 'dedicated_arguments'.
INT anxpNetInactivityUnits1.3.6.1.4.1.15.2.3.7.1.96INTEGERread-writeThe type of units that are used for the port's net inactivity timer. See also the anxpNetInactivity object. The default value is 'minutes'. This MIB object corresponds to the NA/admin asynchronous port parameter 'net_inactivity_units'.
INT anxpResolveProtocol1.3.6.1.4.1.15.2.3.7.1.97INTEGERread-writeDefault host protocol to use when starting a dedicated port and the protocol is not explicitly specified in the command. Is set to one of 'telnet', connect, or any. Any means to try LAT (connect) first and if that fails, try telnet. This MIB object corresponds to the NA/admin asynchronous port parameter 'resolve_protocol.
STR anxpForwardKey1.3.6.1.4.1.15.2.3.7.1.98DisplayStringread-writeDefines a control character sequence as an attention character to switch the user to the next session. The Annex-II only allows a single control character (eg. ^A), while the Annex3 and MicroAnnex allow a string of control characters to be defined (eg. ^A^B^Z). This MIB object corresponds to the NA/admin asynchronous port parameter 'forward_key'.
STR anxpBackwardKey1.3.6.1.4.1.15.2.3.7.1.99DisplayStringread-writeDefines a control character sequence as an attention character to switch the user to the previous session. The Annex-II only allows a single control character (eg. ^A), while the Annex3 and MicroAnnex allow a string of control characters to be defined (eg. ^A^B^Z). This MIB object corresponds to the NA/admin asynchronous port parameter 'Backward_key'.
STR anxpPppIpxNetwork1.3.6.1.4.1.15.2.3.7.1.100DisplayStringread-writeThe IPX network number for an IPX PPP connection using this port. When the IPX PPP connection is established the network number will be negotiated. If one end of the connection is set to zero then the value from the other end of the connection will be used. The value of this object is an 8 digit hexadecimal number string representing the IPX network segment assigned to this port. The value must be unique across the network domain. This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_ipx_network'.
STR anxpPppIpxNode1.3.6.1.4.1.15.2.3.7.1.101DisplayStringread-writeThe IPX node number for an IPX PPP connection using this port. The value of this object is a 12 digit hexadecimal number string representing the IPX node number assigned to this port. Note the string is expected in the form: 12-3a-4-7-89-23.Each part of the address must be a hex value separated by a hyphen. This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_ipx_node'.
OCT anxpLatAuthMap1.3.6.1.4.1.15.2.3.7.1.102OCTET STRINGread-writeThis port parameter is functionally identical to anxpLatAuthGroupVal and corresponds to the NA/admin Annex parameter 'group_value'. The syntax of this object is an octet string 32 bytes long, with the first byte representing groups 0 through 7 and the last byte representing groups 248 through 255. For example, 0x40 0x25 ... means the groups 1,10,13,15 are valid for this port. A returned value with all bits set to zero is the same as setting 'group_value' to 'none'. The object always returns a string 32 bytes long. Note: You may use either this object or anxpLatAuthVal object to read or set the 'group_value' parameter.anxpLatAuthMap is preferred.
INT anxpMultiSession1.3.6.1.4.1.15.2.3.7.1.103INTEGERread-writeThis parameter allows multisession operation to be managed on a per port basis. This MIB object corresponds to the NA/admin port parameter 'multisessions'. To enable the multisession capability on a port, it is also necessary to enable the service at the Annex level by setting the object anxMultiSession to the enable value. Only when the service is enabled at the Annex and at the port level will it take effect. Note: The value of this object is written in the non-volatile memory. Thus the value takes in effect after reboot or resetting the port.
INT anxpAutoTimeout1.3.6.1.4.1.15.2.3.7.1.104INTEGERread-writeThis parameter allows a user to specify the maximum amount of time the annex should wait before dropping into cli mode. This parameter will specify the amount of time in seconds that the annex will wait for a auto-detect or auto-adapt port client's to identify itself as a PPP or CLI client before defaulting the user into CLI mode. The default is 30 seconds. This MIB object corresponds to the NA/admin asynchronous port parameter 'autodetect-timeout'.
INT anxpAutoPPPSecurity1.3.6.1.4.1.15.2.3.7.1.105INTEGERread-writeThis parameter should be used together with the ppp_security_protocol parameter. If this object is set to enable and if the user comes in as CLI and then goes into PPP mode, the annex behaves as if the ppp_security_protocol parameter was set to 'none'. If the user is auto-detected as PPP, the annex will use ppp_security_protocol as specified. Finally, settting this object to disable, will not affect the annex operation. The default is disable(2). This MIB object corresponds to the NA/admin asynchronous port parameter 'ppp_sec_auto'.
portStatsTable1.3.6.1.4.1.15.2.3.8not-accessibleTable of current port status entries.
portStatsEntry1.3.6.1.4.1.15.2.3.8.1not-accessibleThe port's current status parameters. If the port is not in use, no values are returned for that port.
INT anxpPortStatsIndex1.3.6.1.4.1.15.2.3.8.1.1INTEGERread-onlyA unique number from 1 to the sum of the number of asynchronous ports, synchronous ports, and virtual ports. The numbers from 1 to totalPorts represent the asynchronous ports, from totalPorts+1 to totalPorts+totalSyncPorts represent the synchronous ports, and from totalPorts+totalSyncPorts to totalPorts+totalSyncPorts+128 represent the virtual ports.
STR anxpCurrentUserName1.3.6.1.4.1.15.2.3.8.1.2DisplayStringread-onlyThe name of the current user on this port. The string '' is returned if the port is in use but the current user name cannot be determined.
STR anxpPortIdleTime1.3.6.1.4.1.15.2.3.8.1.3DisplayStringread-onlyThe length of time in DD:HH:MM since the last activity on this port.
STR anxpPortLoginTime1.3.6.1.4.1.15.2.3.8.1.4DisplayStringread-onlyDisplays the time that the port was opened from the Annex time-of-the-day clock.
INT anxpPortProto1.3.6.1.4.1.15.2.3.8.1.5INTEGERread-onlyThis object returns the information that is similar to when the command 'who' is typed on the CLI. CLI - The port is a CLI port and was opened by a device connected to the port or by a connection from a host as a virtual CLI. PSVR - The port is a slave port and was opened via a network connection to the port server. VCLI - The port is a virtual port. DP - The port is dedicated. LPD- The port is the Annex line printer daemon. PPP - The port is a PPP interface. SLIP - The port is a SLIP interface. ARAP - The port is a ARAP interface. FTP - The port is a FTP interface. IPX - The port is an IPX interface. DYNDIAL - The port is a dynamic dial port. Note: Values 3 and 4 are unused.
STR anxpPortJobs1.3.6.1.4.1.15.2.3.8.1.6DisplayStringread-onlyPort Job list for this cli port.
INT anxpParaPorts1.3.6.1.4.1.15.2.4.1INTEGERread-onlyThe number of parallel ports on this Annex.
anxpParaPortTable1.3.6.1.4.1.15.2.4.2not-accessibleTable of parallel port parameters.
anxpParaPortEntry1.3.6.1.4.1.15.2.4.2.1not-accessibleThe Annex parallel port configuration parameters.
INT anxpParaPortIndex1.3.6.1.4.1.15.2.4.2.1.1INTEGERread-onlyA unique number from 1 to anxpParaPorts that identifies each parallel port.
INT anxpParaPortHardwareTabs1.3.6.1.4.1.15.2.4.2.1.2INTEGERread-writeThis parameter controls whether the Annex will send a tab character to the printer. If disabled, the tab is replaced with spaces. This MIB object corresponds to the NA/admin parallel port parameter 'hardware_tabs'.
INT anxpParaPortMapToUpper1.3.6.1.4.1.15.2.4.2.1.3INTEGERread-writeWhen enabled, the Annex translates all lower case characters to upper case before transmitting the characters to the printer port. This MIB object corresponds to the NA/admin parallel port parameter 'map_to_upper'.
INT anxpParaPortPrinterWidth1.3.6.1.4.1.15.2.4.2.1.4INTEGERread-writeThe defined maximum number of characters per printer line. The Annex will insert a character after the specified number of characters are output on the parallel port. A value of 0 disables this feature. This MIB object corresponds to the NA/admin parallel port parameter 'printer_width'.
INT anxpParaPortInterface1.3.6.1.4.1.15.2.4.2.1.5INTEGERread-writeThe type of printer attached to the port. This MIB object corresponds to the NA/admin parallel port parameter 'type'.
INT anxpParaPortSpeed1.3.6.1.4.1.15.2.4.2.1.6INTEGERread-writeThe printer speed on the Micro-Annex. If this is an Annex-3 and the printer type is Centronics, the default is 'normal'. It should not be necessary to change the value of this parameter. This MIB object corresponds to the NA/admin parallel port parameter 'printer_speed'.
INT anxpParaPortCRLF1.3.6.1.4.1.15.2.4.2.1.7INTEGERread-writeWhen enabled, the Annex converts a carriage-return character to carriage-return/line-feed. This MIB object corresponds to the NA/admin parallel port parameter 'printer_crlf'.
INT anxpParaPortTcpKeepAlive1.3.6.1.4.1.15.2.4.2.1.8INTEGERread-writeThe default keep-alive value for connections to this parallel port. If this is zero, use the value specified by anxTcpKeepAlive. This MIB object corresponds to the NA/admin parallel port parameter 'tcp_keepalive'.
INT totalSyncPorts1.3.6.1.4.1.15.2.9.1INTEGERread-onlyThe number of synchronous ports on this Annex.
CTR totalSyncInChars1.3.6.1.4.1.15.2.9.2Counterread-onlyThe total number of characters received on all synchronous ports.
CTR totalSyncOutChars1.3.6.1.4.1.15.2.9.3Counterread-onlyThe total number of characters transmitted on all synchronous ports.
CTR totalSyncFrameCheckErrs1.3.6.1.4.1.15.2.9.4Counterread-onlyThe total number of frame check errors detected on all synchronous ports since the last boot.
CTR totalSyncXmitUnderrunErrs1.3.6.1.4.1.15.2.9.5Counterread-onlyThe total number of transmit underrun errors detected on all synchronous ports since the last boot.
CTR totalSyncRecvOverrunErrs1.3.6.1.4.1.15.2.9.6Counterread-onlyThe total number of receive overrun errors detected on all synchronous ports since the last boot.
anxSyncTable1.3.6.1.4.1.15.2.9.7not-accessibleTable of synchronous port parameters.
anxSyncEntry1.3.6.1.4.1.15.2.9.7.1not-accessibleThe synchronous port's parameters.
INT anxSyncPortIndex1.3.6.1.4.1.15.2.9.7.1.1INTEGERread-onlyA unique number from 1 to totalSyncPorts that identifies each synchronous port.
INT anxSyncMode1.3.6.1.4.1.15.2.9.7.1.2INTEGERread-writeThis parameter defines the mode for access to the synchronous port. The default is unused. This MIB object corresponds to the NA/admin synchronous port parameter 'mode'.
STR anxSyncClocking1.3.6.1.4.1.15.2.9.7.1.3DisplayStringread-writeThe clock rate (in Kbps) supplied for this port. The allowable values are '56', '64', '112', '128' or 'external'. The default value is 'external'. This MIB object corresponds to the NA/admin synchronous port parameter 'clocking'.
STR anxSyncLocalUser1.3.6.1.4.1.15.2.9.7.1.4DisplayStringread-writeA string specifying the default user name for the port. The default value is a zero length string. This MIB object corresponds to the NA/admin synchronous port parameter 'user_name'.
STR anxSyncPortPassword1.3.6.1.4.1.15.2.9.7.1.5DisplayStringread-writeThe port password. The default value is ''. This MIB object corresponds to the NA/admin synchronous port parameter 'port_password'.
IP anxSyncLocalAddr1.3.6.1.4.1.15.2.9.7.1.6IpAddressread-writeThe Internet address for the Annex's side of the point-to-point link. This MIB object corresponds to the NA/admin synchronous port parameter 'local_address'.
IP anxSyncRemoteAddr1.3.6.1.4.1.15.2.9.7.1.7IpAddressread-writeThe Internet address for the host at the remote end of the point-to-point link. This MIB object corresponds to the NA/admin synchronous port parameter 'remote_address'.
INT anxSyncMetric1.3.6.1.4.1.15.2.9.7.1.8INTEGERread-writeThis parameter defines the hop count to the remote end of the synchronous interface. This MIB object corresponds to the NA/admin synchronous port parameter 'metric'.
INT anxSyncAllowCompression1.3.6.1.4.1.15.2.9.7.1.9INTEGERread-writeWhen enabled, the Annex will use TCP/IP header compression on this link only if the other end of the link initiates the compression. This MIB object corresponds to the NA/admin synchronous port parameter 'allow_compression'.
INT anxSyncPppMru1.3.6.1.4.1.15.2.9.7.1.10INTEGERread-writeThis parameter defines the maximum receive unit in bytes. The default value is 1500. This MIB object corresponds to the NA/admin synchronous port parameter 'ppp_mru'.
INT anxSyncPppSecurityProto1.3.6.1.4.1.15.2.9.7.1.11INTEGERread-writeDefines which security protocol will be used to authenticate the remote user. This parameter must be set and the Annex enable_security (anxEnableSecurity) must be enabled before authentication is performed. The default is none. This MIB object corresponds to the NA/admin synchronous port parameter 'ppp_security_protocol'.
STR anxSyncPppUserRemote1.3.6.1.4.1.15.2.9.7.1.12DisplayStringread-writeThe username used by the Annex to identify itself if the remote PPP peer asks for authentication. Reading this parameter will return either if the username is defined or if the username is not defined. This MIB object corresponds to the NA/admin synchronous port parameter 'ppp_username_remote'.
STR anxSyncPppPasswdRemote1.3.6.1.4.1.15.2.9.7.1.13DisplayStringread-writeThe username used by the Annex to identify itself if the remote PPP peer asks for authentication. Reading this parameter will return either if the password is defined or if the password is not defined. This MIB object corresponds to the NA/admin synchronous port parameter 'ppp_password_remote'.
INT anxSyncPppNcp1.3.6.1.4.1.15.2.9.7.1.14INTEGERread-writeThe protocol running on the interface. This MIB object corresponds to the NA/admin synchronous port parameter 'ppp_ncp'.
STR anxSyncLocation1.3.6.1.4.1.15.2.9.7.1.15DisplayStringread-writeA string specifying location information for the port. The default value is a zero length string. This MIB object corresponds to the NA/admin synchronous port parameter 'location'.
INT anxSyncForceCTS1.3.6.1.4.1.15.2.9.7.1.16INTEGERread-writeAllows the control of CTS for the synchronous port. If disabled, CTS will assume the level of the interface. If the attached device does not assert CTS, this parameter must be set to enabled for proper operation. The default value is 'disabled'. This MIB object corresponds to the NA/admin synchronous port parameter 'force_CTS'.
IP anxSyncSubNetMask1.3.6.1.4.1.15.2.9.7.1.17IpAddressread-writeThe subnet mask address for the local end of the point-to-point link. This MIB object corresponds to the NA/admin synchronous port parameter 'subnet_mask'.
INT anxSyncDialupAddr1.3.6.1.4.1.15.2.9.7.1.18INTEGERread-writeWhen enabled, the Annex requests the PPP dialup addresses from the host-based ACP for this synchronous port. This MIB object corresponds to the NA/admin synchronous port parameter 'dialup_addresses'.
INT anxSyncPppSecurity1.3.6.1.4.1.15.2.9.7.1.19INTEGERread-writeThe master security switch for this synchronous port. When enabled, the value of the anxSyncPppSecurityProto object determines the security protocol to use. This MIB object corresponds to the NA/admin synchronous port parameter 'ppp_security'.
anxmStatsTable1.3.6.1.4.1.15.2.100.1not-accessibleTable of phone call statistics and accounting parameters. This information is cleared each time the Annex is rebooted. The maximum number of entries is defined by the current value of the object anxMaxModemCalls. When the number of archived calls exceeds the defined maximum, the oldest terminated call is replaced by the new call information.
anxmStatsEntry1.3.6.1.4.1.15.2.100.1.1not-accessibleThe modem statistics and accounting parameter objects.
INT anxmStatsIndex1.3.6.1.4.1.15.2.100.1.1.1INTEGERread-onlyA unique number generated to identify the particular call.
INT anxmStatsPort1.3.6.1.4.1.15.2.100.1.1.2INTEGERread-onlyThe port number on which phone call took place.
STR anxmStatsModemType1.3.6.1.4.1.15.2.100.1.1.3DisplayStringread-onlyThe type of modem which was on the port at the time of the call.
STR anxmStatsTime1.3.6.1.4.1.15.2.100.1.1.4DisplayStringread-onlyThe time when the phone call was initiated.
STR anxmStatsNumber1.3.6.1.4.1.15.2.100.1.1.5DisplayStringread-onlyThe number to which this call was made. If the call was not initiated by the Annex, this is value is returned as a zero length string.
TIK anxmStatsDuration1.3.6.1.4.1.15.2.100.1.1.6TimeTicksread-onlyDuration of the phone call.
STR anxmStatsUsername1.3.6.1.4.1.15.2.100.1.1.7DisplayStringread-onlyName of the user associated with this port at the time of the call.
INT anxmStatsStatus1.3.6.1.4.1.15.2.100.1.1.8INTEGERread-onlyDescribes the status of the call; active, normal termination, or aborted.
anxpModemTable1.3.6.1.4.1.15.2.100.2not-accessibleA table of modem configuration information for the ports.
anxpModemEntry1.3.6.1.4.1.15.2.100.2.1not-accessibleA row in the port's modem configuration table.
INT anxpModemIndex1.3.6.1.4.1.15.2.100.2.1.1INTEGERread-onlyThe port number for this modem configuration.
INT anxpModemConfig1.3.6.1.4.1.15.2.100.2.1.2INTEGERread-writeThe purpose for which this modem is configured. When set, this object will change a set of parameters to configure the modem for the specified purpose. The value 'unknown' is read only, and may be returned upon read if the modem is not configured to one of the states listed above. Setting this object to 'unknown' will return an error. The value 'none(2)' is not valid for hardware types csmim-t1 and ra6100. For RA6300, only valid option is dialin(4).
INT anxpModemReset1.3.6.1.4.1.15.2.100.2.1.3INTEGERread-writeA control to force the internal modem into a clean, initial state, through a hardware reset. In response to a get-request or get-next-request, the agent always returns 'ready' as the value. Settingthe value to execute(2) - Busy out modem. If the modem is busy, then busy it after call is completed. For RA6300, this MIB object corresponds to the NA/admin port parameter 'modem -u '. This is valid only for T1CSMIM and RA6300 boards.
INT anxpModemStatus1.3.6.1.4.1.15.2.100.2.1.4INTEGERread-writeThis object sets the status of the modem. Explanation of the values are as follows: 1 - Make modem available if busied out. 2 - Busy out a modem. 3 - Boot-up diagnostic has marked this modem as failed. 4 - Modem is handling a call. This MIB object corresponds to the NA/admin port parameter 'modem -m '. This object valid for RA6300 only.
INT anxpModemBChannel1.3.6.1.4.1.15.2.100.2.1.5INTEGERread-onlyThis object returns the B channel number that is using the modem. This object is valid only if the status of the modem is used. This MIB object displays the similar information as the NA/admin command 'modem -m ' and the modem status is used. This object valid for RA6300 only.
INT anxpModemWhenBusy1.3.6.1.4.1.15.2.100.2.1.6INTEGERread-onlyThis object returns when the modem was busied out. This object is valid only when the modem status is busied-out(2). This MIB object displays the similar information as the NA/admin command 'modem -m ' and the modem status is busied out. This object valid for RA6300 only.
CTR anxpModemTotalCalls1.3.6.1.4.1.15.2.100.2.1.7Counterread-onlyThis object maintains the count of number of times the line is seized on a modem. The line is seized when a call arrives on that line.
CTR anxpModemRingFail1.3.6.1.4.1.15.2.100.2.1.8Counterread-onlyThis object maintains the count of number of times the modem failed to ring on a call. The counter is maintained since the last reboot.
CTR anxpModemOffhookFail1.3.6.1.4.1.15.2.100.2.1.9Counterread-onlyThis object maintains the count of number of times the modem failed to go offhook on a call. The counter is maintained since the last reboot.
CTR anxpModemDcdFail1.3.6.1.4.1.15.2.100.2.1.10Counterread-onlyThis object maintains the count of number of times the modem failed to assert DCD on a call. The DCD is asserted when a call is accepted by the modem. The counter is maintained since the last reboot.
CTR anxpModemConsecFail1.3.6.1.4.1.15.2.100.2.1.11Counterread-onlyThis object maintains the count of number of times the modem failed to accept a call consecutively. The counter gets initialized on every successfull call or when the counter value reaches threshold and the modem is busyied out. This object along with the above fail statistics objects could help in isolating a bad modem.
STR anxpModemFirmware1.3.6.1.4.1.15.2.100.2.1.12DisplayStringread-onlyModem firmware version string. Note: If the object returns a Nosuchname then it is possible that modem is being upgraded by AFD or some other tool.

RFC description

Xylo Systems vendor-private MIB for port and interface management.

Start monitoring Xylogics remote access/terminal server (per-port session-status/modem-negotiation status) 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.

Download XYLO-PORTS-MIB