NETLINK-SPECIFIC-MIB

MIB Reference — IPNetwork Monitor

All MIBsNETLINK-SPECIFIC-MIB

Category: Network Management, WAN

Description:

Defines proprietary management objects for NetLink network interface and link configuration.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress
NetworkAddress
TimeTicks
enterprises
mgmt

From RFC1213-MIB

DisplayString
PhysAddress
mib-2

From SNMPv2-TC

MacAddress
RowStatus
TimeInterval

What Is NETLINK-SPECIFIC-MIB?

NETLINK-SPECIFIC-MIB is a proprietary MIB for NetLink brand network interface/protocol converter devices, covering SNA/SDLC (Synchronous Data Link Control) and related legacy IBM networking link configuration. It exposes objects describing node-level and neighbor-level link status for SDLC/SNA connections, including node identification, neighbor counts, and per-neighbor state, reflecting the device's role as a protocol gateway or converter. This MIB is used for monitoring the operational status of legacy SNA/SDLC links and neighbor relationships rather than classic hardware sensors, helping administrators detect when a node loses neighbor adjacencies or exceeds its configured neighbor limit. It is tied to legacy IBM SNA networking concepts (SDLC) rather than modern IETF standard MIBs. It is typically deployed in legacy environments bridging SNA mainframe traffic over modern IP/WAN infrastructure. Engineers can download the NETLINK-SPECIFIC-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in NETLINK-SPECIFIC-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

  • node status
  • neighbor count
  • neighbor node relationships
  • maximum neighbor limit

Supported Devices

  • NetLink protocol converter
  • legacy SNA/SDLC gateway device

Monitoring Examples

An administrator would poll nsNodTable/nsEntry for a given node to check nsStatus and nsNumNeigh, then cross-reference nsNeighTable/nsNeighEntry (nsNTNode) to see individual neighbor node relationships. A drop in nsNumNeigh below the expected count, or nsStatus indicating a down node, would reveal a lost SDLC link between the gateway and its SNA peer. nsMaxNeigh and nsThisNode provide the configured ceiling and local node identity used to interpret those numbers.

OIDs
OID symbolicOID numericTypeAccessDescription
snaDLC1.3.6.1.2.1.41
sdlc1.3.6.1.2.1.41.1
sdlcLSGroup1.3.6.1.2.1.41.1.2
sdlcLSAdminTable1.3.6.1.2.1.41.1.2.1
sdlcLSAdminEntry1.3.6.1.2.1.41.1.2.1.1
INT sdlcLSAddress1.3.6.1.2.1.41.1.2.1.1.1INTEGERread-onlyThis value is the poll address of the secondary link station for this SDLC link. It uniquely identifies the SDLC link station within a single SDLC port.
netlink1.3.6.1.4.1.173
network1.3.6.1.4.1.173.6
netstat1.3.6.1.4.1.173.6.1
INT nsMaxNeigh1.3.6.1.4.1.173.6.1.1INTEGERread-onlyMaximum number of neighbor nodes. This value is currently always 64 for FRX8000 and 20 for an N7400 or 7500. A neighbor is the closest node in a path from the local node.
INT nsThisNode1.3.6.1.4.1.173.6.1.2INTEGERread-onlyThis nodes number. (1-250)
nsNodTable1.3.6.1.4.1.173.6.1.3not-accessibleA table showing all nodes known to this node along with status and neighbor information.
nsEntry1.3.6.1.4.1.173.6.1.3.1not-accessibleEach entry of the node table is indexed by node number.
INT nsNodNum1.3.6.1.4.1.173.6.1.3.1.1INTEGERread-onlyThe node number of the desired node. This is the index into the node table.
INT nsStatus1.3.6.1.4.1.173.6.1.3.1.2INTEGERread-onlyThe operational status of the node. The status is given as: 1 = Node is defined in the database; 9 = Node is operational;
INT nsNumNeigh1.3.6.1.4.1.173.6.1.3.1.3INTEGERread-onlyCurrent number of neighbor nodes to this node.
nsNeighTable1.3.6.1.4.1.173.6.1.4not-accessibleThe neighbor table lists the status of a nodes neighbors.
nsNeighEntry1.3.6.1.4.1.173.6.1.4.1not-accessibleThe table entries are indexed by the node number and the neighbors node number.
INT nsNTNode1.3.6.1.4.1.173.6.1.4.1.1INTEGERread-onlyThe node number of the node whose neighbor's status is being sought.
INT nsNTNeigh1.3.6.1.4.1.173.6.1.4.1.2INTEGERread-onlyThe node number of the neighbor whose status is being sought.
INT nsNTNeighStat1.3.6.1.4.1.173.6.1.4.1.3INTEGERread-onlyThe status of the neighbor node given as: 1 = previously, but not currently, connected; 2 = Currently connected;
local1.3.6.1.4.1.173.7
node1.3.6.1.4.1.173.7.1
nodeCfgTable1.3.6.1.4.1.173.7.1.1
nodeAlmTable1.3.6.1.4.1.173.7.1.2
nodeSNMPGroup1.3.6.1.4.1.173.7.1.3
INT nodeModel1.3.6.1.4.1.173.7.1.3.1INTEGERread-onlyDescribes the unit model
STR nodeTrapText1.3.6.1.4.1.173.7.1.3.2DisplayStringread-onlyText of the last alarm generated
nodeTrapAdrTable1.3.6.1.4.1.173.7.1.3.3not-accessibleA table used to define the IP address of end-nodes to receive alarms generated by this node. Up to 16 addresses can be specified.
tpAdrEntry1.3.6.1.4.1.173.7.1.3.3.1not-accessibleA Trap entry containing objects relating to SNMP traps.
INT tpAdrIdx1.3.6.1.4.1.173.7.1.3.3.1.1INTEGERread-onlyThe index into the trap configuration table
IP tpAddress1.3.6.1.4.1.173.7.1.3.3.1.2IpAddressread-writeThe IP Address of the end-station to send alarms
INT tpAdrFlag1.3.6.1.4.1.173.7.1.3.3.1.3INTEGERread-writeDefines the state of this entry as: 0 = Do not send traps to the Address; 1 = Send traps to the Address; 2 = This Address entry is deleted from the table;
INT tpAdrSLev1.3.6.1.4.1.173.7.1.3.3.1.4INTEGERread-writeLowest severity level traps that will be sent to this Address; 1 is the highest, 4 is the lowest.
nodeBagTable1.3.6.1.4.1.173.7.1.4
hwcard1.3.6.1.4.1.173.7.2
INT rlpMaxProtos1.3.6.1.4.1.173.7.2.1INTEGERread-onlyMaximum number of protocols allowed on each RLP. This value is currently 11 for FRX4000s, 9 for FRX6000s, and 5 for FRX7000s and FRX8000s.
rlpConfigTable1.3.6.1.4.1.173.7.2.2not-accessibleA Table to describe each RLP on the node
rlpEntry1.3.6.1.4.1.173.7.2.2.1not-accessibleAn RLP entry containing objects relating to RLPs.
INT rlpIndex1.3.6.1.4.1.173.7.2.2.1.1INTEGERread-onlyThe RLP number on the node
INT rlpStatus1.3.6.1.4.1.173.7.2.2.1.2INTEGERread-onlyThe current state of this RLP
INT rlpMemorySize1.3.6.1.4.1.173.7.2.2.1.3INTEGERread-onlyThe amount of memory installed on this RLP
INT rlpLIC1Type1.3.6.1.4.1.173.7.2.2.1.4INTEGERread-onlyThe Type of Line Interface card in the first position
INT rlpLIC2Type1.3.6.1.4.1.173.7.2.2.1.5INTEGERread-onlyThe Type of Line Interface card in the second position
OCT rlpProtocol1.3.6.1.4.1.173.7.2.2.1.6OCTET STRINGread-writeThe protocols configured on this RLP. This is an OCTET STRING where each octet represents a protocol type. The size of this is the maximum number of protocols allowed on an RLP (rlpMaxProtos). The protocol types are defined as: 00 = none 01 = X.25 02 = Frame Relay 03 = Async 04 = SDLC 05 = BSC Interactive 07 = IP 08 = SNMP 09 = RIP 0A = LLC2 0B = Trunk 0C = IPX 0D = Config 0E = LLC2-R 0F = IP-R 10 = NVSP 11 = Bridge
INT rlpGroupNumber1.3.6.1.4.1.173.7.2.2.1.7INTEGERread-onlyThe group to which this RLP belongs- always 1 if not FRX7000.
INT rlpGroupResponsibility1.3.6.1.4.1.173.7.2.2.1.8INTEGERread-onlyThe responsibility of this RLP within its group, always primary if not FRX7000.
port1.3.6.1.4.1.173.7.3
portX25Group1.3.6.1.4.1.173.7.3.1
portPhyX25AdminTable1.3.6.1.4.1.173.7.3.1.1not-accessibleThis table contains Netlink Enterprise specific objects to manage an X25 port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. Most of the objects in this read-write table have corresponding read-only objects in the portX25OperTable that return the current operating value. The operating values may be different from these configured values if a configured parameter was configured after the interface was started.
portPhyX25AdminEntry1.3.6.1.4.1.173.7.3.1.1.1not-accessibleA list of configured values for an X25 port.
INT portPhyX25AdminConnector1.3.6.1.4.1.173.7.3.1.1.1.1INTEGERread-writePhysical port interface connector type.
INT portPhyX25AdminSpeed1.3.6.1.4.1.173.7.3.1.1.1.2INTEGERread-writeThis object defines the speed of the X25 port. The speed may only be set to one of a series of reasonable values, and if an attempt is made to set the speed to a value which is within the valid range but not equal to one of these values, the speed will be rounded up. If the connector type of the port is RS232, the port could be a standard port or a high speed port. If the port is a high speed RS232 port, the maximum valid speed is 256000. If the port is a standard RS232 port, the maximum valid speed is 64000 on the FRX4000/SS1840 and 19200 on all other products. It may be possible to set the speed of a standard RS232 port to a speed which is valid for a high speed RS232 port but invalid for a standard RS232 port. In this case, the port may not end up having the invalid speed. The default speed for a standard RS232 port on the FRX6000 is 19200.
INT portPhyX25AdminGenerateClock1.3.6.1.4.1.173.7.3.1.1.1.3INTEGERread-writeSpecifies whether the port will generate the clock necessary to synchronize traffic over the link.
INT portPhyX25AdminRcvClockFromDTE1.3.6.1.4.1.173.7.3.1.1.1.4INTEGERread-writeThis object defines whether the receive clock will be used from the DTE.
INT portPhyX25AdminDialOut1.3.6.1.4.1.173.7.3.1.1.1.5INTEGERread-writeThis flag indicates whether the port is connected to a dial modem, and whethter connections will be initiated through dial-in or dial-out calls.
INT portPhyX25AdminInactivityTimer1.3.6.1.4.1.173.7.3.1.1.1.6INTEGERread-writeThis timer defines in minutes, the period of inactivity allowed between calls. Once the timer expires, the port is disabled untill the next call is placed, if a Dial out port, or the Disconnect Timer expires, if a Dial in port. This variable is only meaningful if the port is a Dial port.
INT portPhyX25AdminDisconnectTimer1.3.6.1.4.1.173.7.3.1.1.1.7INTEGERread-writeThis timer defines, in seconds, the length of time a dial-in port will remain disabled after expiration of the InActivity Timer.
INT portPhyX25AdminSetupTimer1.3.6.1.4.1.173.7.3.1.1.1.8INTEGERread-writeThis timer determines the length of time, in seconds, that a response must be received by the port, after entering the Linkup state. If a response is not received, the port enters a Failed state.
INT portPhyX25AdminTrunkFlag1.3.6.1.4.1.173.7.3.1.1.1.9INTEGERread-writeThis flag, when set, indicates the port is associated with a network trunk group. It will be disabled/enabled if the network trunk is not operational.
OCT portPhyX25AdminTrunkGroup1.3.6.1.4.1.173.7.3.1.1.1.10OCTET STRINGread-writeThis variable contains a string of 8 bytes, with each byte indicating 8 ports on an RLP that may be a part of a trunk group. Since a TurboFrad has only 1 RLP, only the first byte is valid if the node is an FRX4000. Each port is represented by a single bit within the RLP byte. The bit position represents the port number...for example, if port 2 on RLP 0 was in a trunk group, the first byte of the string would contain x04 and all other bytes would be 0.
ROW portPhyX25AdminRowStatus1.3.6.1.4.1.173.7.3.1.1.1.11RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portPhyX25AdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
portPhyX25OperTable1.3.6.1.4.1.173.7.3.1.2not-accessibleThis table contains Netlink Enterprise specific objects to manage an X25 port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. All of the objects in this table are read-only. The operating values may be different from these configured values if a configured parameter was configured after the interface was started.
portPhyX25OperEntry1.3.6.1.4.1.173.7.3.1.2.1not-accessibleA list of configured values for an X25 port.
INT portPhyX25OperConnector1.3.6.1.4.1.173.7.3.1.2.1.1INTEGERread-onlyPhysical port interface connector type.
INT portPhyX25OperSpeed1.3.6.1.4.1.173.7.3.1.2.1.2INTEGERread-onlyThis object defines the speed of the X25 port. The speed may only be set to one of a series of reasonable values, and if an attempt is made to set the speed to a value which is within the valid range but not equal to one of these values, the speed will be rounded up. If the connector type of the port is RS232, the port could be a standard port or a high speed port. If the port is a high speed RS232 port, the maximum valid speed is 256000. If the port is a standard RS232 port, the maximum valid speed is 64000 on the FRX4000/SS1840 and 19200 on all other products. It may be possible to set the speed of a standard RS232 port to a speed which is valid for a high speed RS232 port but invalid for a standard RS232 port. In this case, the port may not end up having the invalid speed. The default speed for a standard RS232 port on the FRX6000 is 19200.
INT portPhyX25OperGenerateClock1.3.6.1.4.1.173.7.3.1.2.1.3INTEGERread-onlySpecifies whether the port will generate the clock necessary to synchronize traffic over the link.
INT portPhyX25OperRcvClockFromDTE1.3.6.1.4.1.173.7.3.1.2.1.4INTEGERread-onlyThis object defines whether the receive clock will be used from the DTE.
INT portPhyX25OperDialOut1.3.6.1.4.1.173.7.3.1.2.1.5INTEGERread-onlyThis flag indicates whether the port is connected to a dial modem, and whethter connections will be initiated through dial-in or dial-out calls.
INT portPhyX25OperInactivityTimer1.3.6.1.4.1.173.7.3.1.2.1.6INTEGERread-onlyThis timer defines in minutes, the period of inactivity allowed between calls. Once the timer expires, the port is disabled untill the next call is placed, if a Dial out port, or the Disconnect Timer expires, if a Dial in port. This variable is only meaningful if the port is a Dial port.
INT portPhyX25OperDisconnectTimer1.3.6.1.4.1.173.7.3.1.2.1.7INTEGERread-onlyThis timer defines, in seconds, the length of time a dial-in port will remain disabled after expiration of the InActivity Timer.
INT portPhyX25OperSetupTimer1.3.6.1.4.1.173.7.3.1.2.1.8INTEGERread-onlyThis timer determines the length of time, in seconds, that a response must be received by the port, after entering the Linkup state. If a response is not received, the port enters a Failed state.
INT portPhyX25OperTrunkFlag1.3.6.1.4.1.173.7.3.1.2.1.9INTEGERread-onlyThis flag, when set, indicates the port is associated with a network trunk group. It will be disabled/enabled if the network trunk is not operational.
OCT portPhyX25OperTrunkGroup1.3.6.1.4.1.173.7.3.1.2.1.10OCTET STRINGread-onlyThis variable contains a string of 8 bytes, with each byte indicating a port on this RLP that may be a part of a trunk group.
portLogicalX25AdminTable1.3.6.1.4.1.173.7.3.1.3not-accessibleThis table contains Netlink Enterprise specific objects to manage an X25 Logical port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. The operating values may be different from these configured values if a configured parameter was configured after the interface was started.
portLogicalX25AdminEntry1.3.6.1.4.1.173.7.3.1.3.1not-accessibleA list of configured values for an X25 logical port.
INT portLogicalX25AdminFrDlci1.3.6.1.4.1.173.7.3.1.3.1.1INTEGERread-writeThe DLCI number used to identify the entry in the table. The range is 16-991.
INT portLogicalX25AdminCxnPriority1.3.6.1.4.1.173.7.3.1.3.1.2INTEGERread-writeThis field sets the priority of the connection among others on the physical port. The range is 0 for lowest priority to 9 for the highest priority.
INT portLogicalX25AdminRfc14901.3.6.1.4.1.173.7.3.1.3.1.3INTEGERread-writeThis field indicates the encapsulation method used
INT portLogicalX25AdminBAG1.3.6.1.4.1.173.7.3.1.3.1.4INTEGERread-writeAssigns this DLCI to one of sixteen groups whose parameters regulate bandwidth usage. A 0 value indicates the DLCI does not use BAGs
ROW portLogicalX25AdminRowStatus1.3.6.1.4.1.173.7.3.1.3.1.5RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portLogicalX25AdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
portLogicalX25OperTable1.3.6.1.4.1.173.7.3.1.4not-accessibleThis table contains Netlink Enterprise specific objects to manage an X25 Logical port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. The operating values may be different from these configured values if a configured parameter was configured after the interface was started.
portLogicalX25OperEntry1.3.6.1.4.1.173.7.3.1.4.1not-accessibleA list of configured values for an X25 port.
INT portLogicalX25OperFrDlci1.3.6.1.4.1.173.7.3.1.4.1.1INTEGERread-onlyThe DLCI number used to identify the entry in the table. The range is 16-991.
INT portLogicalX25OperCxnPriority1.3.6.1.4.1.173.7.3.1.4.1.2INTEGERread-onlyThis field sets the priority of the connection among others on the physical port. The range is 0 for lowest priority to 9 for the highest priority.
INT portLogicalX25OperRfc14901.3.6.1.4.1.173.7.3.1.4.1.3INTEGERread-onlyThis field indicates the encapsulation method used
INT portLogicalX25OperBAG1.3.6.1.4.1.173.7.3.1.4.1.4INTEGERread-onlyAssigns this DLCI to one of sixteen groups whose parameters regulate bandwidth usage.
portX25AdminTable1.3.6.1.4.1.173.7.3.1.5not-accessibleThis table contains Netlink Enterprise specific objects to manage an X25 port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. Most of the objects in this read-write table have corresponding read-only objects in the portX25OperTable that return the current operating value. The operating values may be different from these configured values if a configured parameter was configured after the interface was started.
portX25AdminEntry1.3.6.1.4.1.173.7.3.1.5.1not-accessibleA list of configured values for an X25 port.
INT portX25AdminBlockedFlag1.3.6.1.4.1.173.7.3.1.5.1.1INTEGERread-writeA flag which when set, means the port should not be enabled after a boot-up of the node.
INT portX25AdminFlowCtrlNeg1.3.6.1.4.1.173.7.3.1.5.1.2INTEGERread-writeA flag which if set, permits negotiation of the flow control parameters on a per call basis. If N is selected, the default packet and window sizes will be used. If Y is selected, the packet or window size in a call packet (up to the configured Max Packet Size or Max Window Size) is used.
INT portX25AdminThruptClassNeg1.3.6.1.4.1.173.7.3.1.5.1.3INTEGERread-writeA flag which ,if set, permists negotiation of the throughput class for either direction of data transmission on a per call basis. If N is selected, the configured Max Throughput Class value is used. If Y, any throughput class in a call packet (up to the Max Thruput Class) is used.
INT portX25AdminLocChgPrev1.3.6.1.4.1.173.7.3.1.5.1.4INTEGERread-writeIf Y is selected, no calls can be charged to port. Incoming calls from the network with reverse charge specified will be rejected. Outgoing calls will insert reverse charge in the call packet if not already included.
INT portX25AdminRevChgAccpt1.3.6.1.4.1.173.7.3.1.5.1.5INTEGERread-writeA flag, if set, that authorizes transmission of incoming calls that request the reverse charge facility. If N is selected, and a call requests it, it will not be transmitted.
INT portX25AdminFastSelAccpt1.3.6.1.4.1.173.7.3.1.5.1.6INTEGERread-writeA flag, if set, that authorizes transmission of incoming calls that request the Fast Select facility.
INT portX25AdminInCallBar1.3.6.1.4.1.173.7.3.1.5.1.7INTEGERread-writeAn X25 facility that prevents transmission of incoming calls to the local DTE.
INT portX25AdminOutCallBar1.3.6.1.4.1.173.7.3.1.5.1.8INTEGERread-writeAn X25 facility that prevents transmission of incoming calls to the local DTE.
INT portX25AdminMaxPktSize1.3.6.1.4.1.173.7.3.1.5.1.9INTEGERread-writeThe maximum data packet size that will be allowed to pass through this port.
INT portX25AdminDefPktSize1.3.6.1.4.1.173.7.3.1.5.1.10INTEGERread-writeThis is the size that will be assigned to an incoming call setup packet if the packet does not request a packet size.
INT portX25AdminMaxWinSize1.3.6.1.4.1.173.7.3.1.5.1.11INTEGERread-writeThis is the maximum number of unacknowledged packets per logical channel that can pass through this port.
INT portX25AdminDefWinSize1.3.6.1.4.1.173.7.3.1.5.1.12INTEGERread-writeThis size will be assigned to an incoming call setup packet if the packet doesn't request a window size.
INT portX25AdminMaxThruptClass1.3.6.1.4.1.173.7.3.1.5.1.13INTEGERread-writeThis specifies the default throughput class that will be inserted into a Call Request packet if Thruput Class negotiation is not enabled or if a thruput class is not requested in the call request.
INT portX25AdminCUGPref1.3.6.1.4.1.173.7.3.1.5.1.14INTEGERread-writeThis flag, if set, indicates the port belongs to at least one CUG.
INT portX25AdminCUGIndex1.3.6.1.4.1.173.7.3.1.5.1.15INTEGERread-writeThis number is an index into a Closed User Group table which identifies the default Closed User Group for the port.
INT portX25AdminCUGIncAccess1.3.6.1.4.1.173.7.3.1.5.1.16INTEGERread-writeThis flag, when set, indicates whether this port will be allowed to receive calls from outside its CUGs.
INT portX25AdminCUGOutAccess1.3.6.1.4.1.173.7.3.1.5.1.17INTEGERread-writeThis flag, when set, indicates whether this port will be allowed to make calls outside its CUGs.
portX25OperTable1.3.6.1.4.1.173.7.3.1.6not-accessibleThis table contains Netlink Enterprise specific objects to manage an X25 port. Changing one of these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. The objects in this read-only table corresponding read-only objects in the portX25OperTable that return the current operating value. The operating values may be different from these configured values if a configured parameter was configured after the interface was started.
portX25OperEntry1.3.6.1.4.1.173.7.3.1.6.1not-accessibleA list of configured values for an X25 port.
INT portX25OperBlockedFlag1.3.6.1.4.1.173.7.3.1.6.1.1INTEGERread-onlyA flag which when set, means the port should not be enabled after a boot-up of the node.
INT portX25OperFlowCtrlNeg1.3.6.1.4.1.173.7.3.1.6.1.2INTEGERread-onlyA flag which if set, permits negotiation of the flow control parameters on a per call basis. If N is selected, the default packet and window sizes will be used. If Y is selected, the packet or window size in a call packet (up to the configured Max Packet Size or Max Window Size) is used.
INT portX25OperThruptClassNeg1.3.6.1.4.1.173.7.3.1.6.1.3INTEGERread-onlyA flag which ,if set, permists negotiation of the throughput class for either direction of data transmission on a per call basis. If N is selected, the configured Max Throughput Class value is used. If Y, any throughput class in a call packet (up to the Max Thruput Class) is used.
INT portX25OperLocChgPrev1.3.6.1.4.1.173.7.3.1.6.1.4INTEGERread-onlyIf Y is selected, no calls can be charged to port. Incoming calls from the network with reverse charge specified will be rejected. Outgoing calls will insert reverse charge in the call packet if not already included.
INT portX25OperRevChgAccpt1.3.6.1.4.1.173.7.3.1.6.1.5INTEGERread-onlyA flag, if set, that authorizes transmission of incoming calls that request the reverse charge facility. If N is selected, and a call requests it, it will not be transmitted.
INT portX25OperFastSelAccpt1.3.6.1.4.1.173.7.3.1.6.1.6INTEGERread-onlyA flag, if set, that authorizes transmission of incoming calls that request the Fast Select facility.
INT portX25OperInCallBar1.3.6.1.4.1.173.7.3.1.6.1.7INTEGERread-onlyAn X25 facility that prevents transmission of incoming calls to the local DTE.
INT portX25OperOutCallBar1.3.6.1.4.1.173.7.3.1.6.1.8INTEGERread-onlyAn X25 facility that prevents transmission of incoming calls to the local DTE.
INT portX25OperMaxPktSize1.3.6.1.4.1.173.7.3.1.6.1.9INTEGERread-onlyThe maximum data packet size that will be allowed to pass through this port.
INT portX25OperDefPktSize1.3.6.1.4.1.173.7.3.1.6.1.10INTEGERread-onlyThis is the size that will be assigned to an incoming call setup packet if the packet does not request a packet size.
INT portX25OperMaxWinSize1.3.6.1.4.1.173.7.3.1.6.1.11INTEGERread-onlyThis is the maximum number of unacknowledged packets per logical channel that can pass through this port.
INT portX25OperDefWinSize1.3.6.1.4.1.173.7.3.1.6.1.12INTEGERread-onlyThis size will be assigned to an incoming call setup packet if the packet doesn't request a window size.
INT portX25OperMaxThruptClass1.3.6.1.4.1.173.7.3.1.6.1.13INTEGERread-onlyThis specifies the default throughput class that will be inserted into a Call Request packet if Thruput Class negotiation is not enabled or if a thruput class is not requested in the call request.
INT portX25OperCUGPref1.3.6.1.4.1.173.7.3.1.6.1.14INTEGERread-onlyThis flag, if set, indicates the port belongs to at least one CUG.
INT portX25OperCUGIndex1.3.6.1.4.1.173.7.3.1.6.1.15INTEGERread-onlyThis number is an index into a Closed User Group table which identifies the default Closed User Group for the port.
INT portX25OperCUGIncAccess1.3.6.1.4.1.173.7.3.1.6.1.16INTEGERread-onlyThis flag, when set, indicates whether this port will be able to receive calls from outside its CUGs.
INT portX25OperCUGOutAccess1.3.6.1.4.1.173.7.3.1.6.1.17INTEGERread-onlyThis flag, when set, indicates whether this port will be able to make calls outside its CUGs.
portFrGroup1.3.6.1.4.1.173.7.3.2
portFrConfigTable1.3.6.1.4.1.173.7.3.2.1not-accessibleA list of Frame Relay ports . The number of entries will be the number of Frame Relay ports on the node.
portFrEntry1.3.6.1.4.1.173.7.3.2.1.1not-accessibleAn Frame Relay Port entry containing objects relating to the port that are configurable by the user.
INT portFrRlpIndex1.3.6.1.4.1.173.7.3.2.1.1.1INTEGERread-onlyThe RLP number of the Frame Relay port. It will be in the range 1-8.
INT portFrPortIndex1.3.6.1.4.1.173.7.3.2.1.1.2INTEGERread-onlyThe Port number of the Frame Relay port. It will be in the range 1-8 for a physical port. It will be in the range 9-64 for a Frame Relay logical port.
INT portFrBlockedFlag1.3.6.1.4.1.173.7.3.2.1.1.3INTEGERread-writeA flag which when set, means the port should not be enabled after a boot-up of the node.
INT portFrMaxBytesPerFrame1.3.6.1.4.1.173.7.3.2.1.1.4INTEGERread-writeThe maximum number of bytes allowed in an I Frame for this Frame Relay port.
INT portFrT392Timer1.3.6.1.4.1.173.7.3.2.1.1.5INTEGERread-writeThis timer indicates how long the network will wait between Status Enquiry messages before recording an error. It should be greater than or equal to the frDlcmiPollingInterval variable in the RFC1315 Mib.
INT portFrOutgoingRateControl1.3.6.1.4.1.173.7.3.2.1.1.6INTEGERread-writeThis is a flag which, when set, enables the enforcement of the Outgoing Rate Control parameters.
INT portFrBandwidthAllocation1.3.6.1.4.1.173.7.3.2.1.1.7INTEGERread-writeThis is a flag which, when set, enables whether the bandwidth allocation will be enforced.
INT portFrConnector1.3.6.1.4.1.173.7.3.2.1.1.8INTEGERread-writeThis defines the connector type of the Frame Relay port.
INT portFrLogicalDCE1.3.6.1.4.1.173.7.3.2.1.1.9INTEGERread-writeThis defines the port as logical DCE or DTE.
INT portFrGenClock1.3.6.1.4.1.173.7.3.2.1.1.10INTEGERread-writeThis specifies whether the port will generate the clock necessary to synchronize traffic over the link.
INT portFrRcvClkFrmDTE1.3.6.1.4.1.173.7.3.2.1.1.11INTEGERread-writeThis allows the clock to be looped back from the DTE using the TT (Terminal Timing) signal, which can be helpful on high-speed lines.
INT portFrLLM1.3.6.1.4.1.173.7.3.2.1.1.12INTEGERread-writeThis determines whether, and what type of, configurable network management (status enquiries) will be allowed.
ROW portFrRowStatus1.3.6.1.4.1.173.7.3.2.1.1.13RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portFrConfigTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT portFrSpeed1.3.6.1.4.1.173.7.3.2.1.1.14INTEGERread-writeThis object defines the speed of the Frame Relay port. The speed may only be set to one of a series of reasonable values, and if an attempt is made to set the speed to a value which is within the valid range but not equal to one of these values, the speed will be rounded up. If the connector type of the port is RS232, the port could be a standard port or a high speed port. If the port is a high speed RS232 port, the maximum valid speed is 256000. If the port is a standard RS232 port, the maximum valid speed is 64000 on the FRX4000/SS1840 and 19200 on all other products. It may be possible to set the speed of a standard RS232 port to a speed which is valid for a high speed RS232 port but invalid for a standard RS232 port. In this case, the port may not end up having the invalid speed. The default speed for a standard RS232 port on the FRX6000 is 19200.
INT portFrBackupUseOnly1.3.6.1.4.1.173.7.3.2.1.1.15INTEGERread-writeThis object determines whether all DLCIs on the port will be reserved exclusively as backups for other DLCIs in the same node. If yes is specified for this object, the port will remain disabled until needed for backup.
portDLCIConfigTable1.3.6.1.4.1.173.7.3.2.2not-accessibleA list of DLCI's on Frame Relay ports . The number of entries will be the number of DLCIs on all the Frame Relay ports on a node.
portDLCIEntry1.3.6.1.4.1.173.7.3.2.2.1not-accessibleAn Frame Relay Port DLCI entry relating to the Rate Control Information that is configurable by the user.
INT portDLCIRlpIndex1.3.6.1.4.1.173.7.3.2.2.1.1INTEGERread-onlyThe RLP number on which the DLCI is located. The range for this is 1-8.
INT portDLCIPortIndex1.3.6.1.4.1.173.7.3.2.2.1.2INTEGERread-onlyThe port number on which the DLCI is located. The range for this is 1-8 for a physical FR port and 9-64 for a logical FR port.
INT portDLCIIndex1.3.6.1.4.1.173.7.3.2.2.1.3INTEGERread-onlyThe DLCI number used to identify the entry in the table. The range is 16-991.
INT portDLCIIncomingCIR1.3.6.1.4.1.173.7.3.2.2.1.4INTEGERread-writeThe committed information rate that is supported on the DLCI for incoming data.
INT portDLCIOutgoingCIR1.3.6.1.4.1.173.7.3.2.2.1.5INTEGERread-writeThe committed information rate that is supported on the DLCI for outgoing data.
INT portDLCIIncomingBc1.3.6.1.4.1.173.7.3.2.2.1.6INTEGERread-writeThe committed burst size is the maximum amount of data to be transmitted under normal conditions within the time period defined by Bc/Cir that is supported on the DLCI for incoming data.
INT portDLCIOutgoingBc1.3.6.1.4.1.173.7.3.2.2.1.7INTEGERread-writeThe committed burst size is the maximum amount of data to be transmitted under normal conditions within the time period defined by Bc/Cir that is supported on the DLCI for Outgoing data.
INT portDLCIIncomingBe1.3.6.1.4.1.173.7.3.2.2.1.8INTEGERread-writeThe excess burst size is the maximum amount of incoming data in excess of the committed burst size that the network will try to transfer during the time interval determined by Bc/Cir on this DLCI.
INT portDLCIOutgoingBe1.3.6.1.4.1.173.7.3.2.2.1.9INTEGERread-writeThe excess burst size is the maximum amount of incoming data in excess of the committed burst size that the network will try to transfer during the time interval determined by Bc/Cir on this DLCI.
INT portDLCIBecnRecoveryCnt1.3.6.1.4.1.173.7.3.2.2.1.10INTEGERread-writeThe BECN recovery Count is a method of controlling the rate of return to max traffic flow after it has been reduced due to congestion. The value determines the number of packets received sequentially without BECN set, before increasing the Excess Burst Size by 1/8 of it's configured value.
INT portDLCIPriority1.3.6.1.4.1.173.7.3.2.2.1.11INTEGERread-writeThis field sets the priority of the DLCI among others on the physical port. The range is 0 for lowest priority to 4 for the highest priority.
ROW portDLCIRowStatus1.3.6.1.4.1.173.7.3.2.2.1.12RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portDLCIConfigTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned. Also note that deleting a DLCI entry will only remove it from the database file, and it's existence will still be known by the protocol until the node is rebooted.
INT portDLCIBackupGroup1.3.6.1.4.1.173.7.3.2.2.1.13INTEGERread-writeThis object specifies (if configured as any number other than zero) that this is a primary DLCI, and identifies the backup DLCI(s) (in a Frame Relay backup group) that will take over if this DLCI fails. This is applicable only on an initiating node, which is the node that will initiate the switchover to a backup DLCI. At switchover, the initiating node notifies the remote node of the change.
INT portDLCIBackupProtEnb1.3.6.1.4.1.173.7.3.2.2.1.14INTEGERread-writeThis object specifies whether the DLCI will be used as a non-initiating backup DLCI. The DLCI will wait for a backup protocol message from the initiating end, telling the backup where to send the rest of the messages.
portFrBackupGroupTable1.3.6.1.4.1.173.7.3.2.3not-accessibleA Table describes the Frame Relay Backup MIB .
portFrBackupEntry1.3.6.1.4.1.173.7.3.2.3.1not-accessibleThis Entry contains the SNMP objects that are used for configurating the Frame Relay Backup.
INT portFrBackupRLP1.3.6.1.4.1.173.7.3.2.3.1.1INTEGERread-onlyThis RLP number identifies the RLP containing the primary and backup DLCIs.
INT portFrBackupPort1.3.6.1.4.1.173.7.3.2.3.1.2INTEGERread-onlyThis Port number is the physical port on which the backup DLCI is being configured.
INT portFrBackupDLCI1.3.6.1.4.1.173.7.3.2.3.1.3INTEGERread-onlyThis DLCI number is the backup being configured.
INT portFrBackupGroup1.3.6.1.4.1.173.7.3.2.3.1.4INTEGERread-onlyThis Group number is the backup being configured.
INT portFrBackupWaitTimer1.3.6.1.4.1.173.7.3.2.3.1.5INTEGERread-writeThis is the time after a primary DLCI failure that the software will wait for this DLCI to become active before checking the next backup DLCI. If the backup does not become active before the timer expires, the software will search the backup group for the next available backup.
INT portFrBackupProtEnab1.3.6.1.4.1.173.7.3.2.3.1.6INTEGERread-writeThis enables or disables the backup protocol on the specified DLCI. It should be set to yes if and only if the remote device is an FRX4000 or FRX6000 with the backup protocol enabled on the remote DLCI connected to this backup group entry.
ROW portFrBackupRowStatus1.3.6.1.4.1.173.7.3.2.3.1.7RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portFrBackupGroupTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
portBsciGroup1.3.6.1.4.1.173.7.3.4
portBsciAdminTable1.3.6.1.4.1.173.7.3.4.1not-accessibleA list of BSC Interactive ports . The number of entries will be the number of BSC Interactive ports on the node.
portBsciAdminEntry1.3.6.1.4.1.173.7.3.4.1.1not-accessibleA BSCI Interactive Port entry containing objects relating to the port that are configurable by the user.
INT portBsciAdminBlockedFlag1.3.6.1.4.1.173.7.3.4.1.1.1INTEGERread-writeCauses the port to be enabled or disabled at node IPL.
INT portBsciAdminConnector1.3.6.1.4.1.173.7.3.4.1.1.2INTEGERread-writePhysical port interface connector type.
INT portBsciAdminSpeed1.3.6.1.4.1.173.7.3.4.1.1.3INTEGERread-writeData transmission rate in bits per second.
INT portBsciAdminRetransmitInterval1.3.6.1.4.1.173.7.3.4.1.1.4INTEGERread-writeLength of time before the node will transmit an I-frame if the previous transmission is not acknowledged.
INT portBsciAdminMAXRetransmits1.3.6.1.4.1.173.7.3.4.1.1.5INTEGERread-writeMaximum number of times the node will attempt to send an I-frame after a retransmission period expiration.
INT portBsciAdminMaxBytesPerFrame1.3.6.1.4.1.173.7.3.4.1.1.6INTEGERread-writeMaximum frame size that will be transmitted on the port.
INT portBsciAdminGenerateClock1.3.6.1.4.1.173.7.3.4.1.1.7INTEGERread-writeSpecifies whether the port will generate the clock necessary to synchronize traffic over the link.
INT portBsciAdminRcvClockFromDTE1.3.6.1.4.1.173.7.3.4.1.1.8INTEGERread-writeAllows the clock to be looped back from the DTE using the TT (Terminal Timing) signal.
INT portBsciAdminPadType1.3.6.1.4.1.173.7.3.4.1.1.9INTEGERread-writeBSCI Pad Type
INT portBsciAdminUseEBCDIC1.3.6.1.4.1.173.7.3.4.1.1.10INTEGERread-writeSpecifies whether all devices on a line use the same character set for successive session polls.
INT portBsciAdminCallInfoInRequestPacket1.3.6.1.4.1.173.7.3.4.1.1.11INTEGERread-writeSpecifies whether the user will have the option of including call information in a call request packet.
INT portBsciAdminClearVCOnLastDeviceDown1.3.6.1.4.1.173.7.3.4.1.1.12INTEGERread-writeCauses the virtual circuit to be cleared when no terminals are using it.
INT portBsciAdminTransTextSupported1.3.6.1.4.1.173.7.3.4.1.1.13INTEGERread-writeCauses all characters transmitted to be treated as data.
INT portBsciAdminEndToEndAck1.3.6.1.4.1.173.7.3.4.1.1.14INTEGERread-writeAllows management of acknowledgments end to end across the network rather than locally at each end.
INT portBsciAdminFullDuplex1.3.6.1.4.1.173.7.3.4.1.1.15INTEGERread-writeSpecifies full-duplex transmission.
INT portBsciAdminMultidrop1.3.6.1.4.1.173.7.3.4.1.1.16INTEGERread-writeSpecifies whether transmission will be multidrop.
INT portBsciAdminSlowPollRetryCount1.3.6.1.4.1.173.7.3.4.1.1.17INTEGERread-writeSpecifies how many times the control unit will be polled before it is put on the slow poll list.
INT portBsciAdminSlowPollRetryFreq1.3.6.1.4.1.173.7.3.4.1.1.18INTEGERread-writeSpecifies the number of times active control units will be polled between pollings on the slow poll list.
INT portBsciAdminStartSynchChars1.3.6.1.4.1.173.7.3.4.1.1.19INTEGERread-writeSpecifies the number of synchronization characters that will be added to the beginning of each frame.
INT portBsciAdminEndPadChars1.3.6.1.4.1.173.7.3.4.1.1.20INTEGERread-writeSpecifies the number of padding characters that will be added to the end of each frame.
INT portBsciAdminPollInterval1.3.6.1.4.1.173.7.3.4.1.1.21INTEGERread-writeSpecifies the time between passes through the polling list.
INT portBsciAdminNoResponseTimer1.3.6.1.4.1.173.7.3.4.1.1.22INTEGERread-writeActivated after transmission of a general poll or a data frame.
INT portBsciAdminNoResponseRetryCount1.3.6.1.4.1.173.7.3.4.1.1.23INTEGERread-writeSpecifies how many times the user device will be polled before control is passed on the next cluster.
INT portBsciAdminErrorRetransmitCount1.3.6.1.4.1.173.7.3.4.1.1.24INTEGERread-writeSpecifies the number of times the Netlink device will resend a block of data after the receiving device has detected an error in that block.
INT portBsciAdminNAKRetryCount1.3.6.1.4.1.173.7.3.4.1.1.25INTEGERread-writeSpecifies the number of times the Netlink device will send a frame when the receiving device is unable to acknowledge.
INT portBsciAdminBlockCheck1.3.6.1.4.1.173.7.3.4.1.1.26INTEGERread-writeSets the redundancy check parameter.
INT portBsciAdminDataMode1.3.6.1.4.1.173.7.3.4.1.1.27INTEGERread-writeSets the parity parameter.
ROW portBsciAdminRowStatus1.3.6.1.4.1.173.7.3.4.1.1.28RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portBsciAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT portBsciAdminAnswerNonConfigured1.3.6.1.4.1.173.7.3.4.1.1.29INTEGERread-writeOnly valid if pad type is HPAD. If yes, the HPAD will respond to all devices on the line. If no, the HPAD will respond only to those devices that are configured on the node.
INT portBsciAdminActivateConnectionWithoutPoll1.3.6.1.4.1.173.7.3.4.1.1.30INTEGERread-writeOnly valid if pad type is TPAD. If yes, will active the TPAD connection without a poll of the connected device.
portBsciOperTable1.3.6.1.4.1.173.7.3.4.2not-accessibleA list of BSC Interactive ports . The number of entries will be the number of BSC Interactive ports on the node.
portBsciOperEntry1.3.6.1.4.1.173.7.3.4.2.1not-accessibleA BSCI Interactive Port entry containing objects relating to the port that are configurable by the user.
INT portBsciOperBlockedFlag1.3.6.1.4.1.173.7.3.4.2.1.1INTEGERread-onlyCauses the port to be enabled or disabled at node IPL.
INT portBsciOperConnector1.3.6.1.4.1.173.7.3.4.2.1.2INTEGERread-onlyPhysical port interface connector type.
INT portBsciOperSpeed1.3.6.1.4.1.173.7.3.4.2.1.3INTEGERread-onlyData transmission rate in bits per second.
INT portBsciOperRetransmitInterval1.3.6.1.4.1.173.7.3.4.2.1.4INTEGERread-onlyLength of time before the node will transmit an I-frame if the previous transmission is not acknowledged.
INT portBsciOperMAXRetransmits1.3.6.1.4.1.173.7.3.4.2.1.5INTEGERread-onlyMaximum number of times the node will attempt to send an I-frame after a retransmission period expiration.
INT portBsciOperMaxBytesPerFrame1.3.6.1.4.1.173.7.3.4.2.1.6INTEGERread-onlyMaximum frame size that will be transmitted on the port.
INT portBsciOperGenerateClock1.3.6.1.4.1.173.7.3.4.2.1.7INTEGERread-onlySpecifies whether the port will generate the clock necessary to synchronize traffic over the link.
INT portBsciOperRcvClockFromDTE1.3.6.1.4.1.173.7.3.4.2.1.8INTEGERread-onlyAllows the clock to be looped back from the DTE using the TT (Terminal Timing) signal.
INT portBsciOperPadType1.3.6.1.4.1.173.7.3.4.2.1.9INTEGERread-onlyBSCI Pad Type
INT portBsciOperUseEBCDIC1.3.6.1.4.1.173.7.3.4.2.1.10INTEGERread-onlySpecifies whether all devices on a line use the same character set for successive session polls.
INT portBsciOperCallInfoInRequestPacket1.3.6.1.4.1.173.7.3.4.2.1.11INTEGERread-onlySpecifies whether the user will have the option of including call information in a call request packet.
INT portBsciOperClearVCOnLastDeviceDown1.3.6.1.4.1.173.7.3.4.2.1.12INTEGERread-onlyCauses the virtual circuit to be cleared when no terminals are using it.
INT portBsciOperTransTextSupported1.3.6.1.4.1.173.7.3.4.2.1.13INTEGERread-onlyCauses all characters transmitted to be treated as data.
INT portBsciOperEndToEndAck1.3.6.1.4.1.173.7.3.4.2.1.14INTEGERread-onlyAllows management of acknowledgments end to end across the network rather than locally at each end.
INT portBsciOperFullDuplex1.3.6.1.4.1.173.7.3.4.2.1.15INTEGERread-onlySpecifies full-duplex transmission.
INT portBsciOperMultidrop1.3.6.1.4.1.173.7.3.4.2.1.16INTEGERread-onlySpecifies whether transmission will be multidrop.
INT portBsciOperSlowPollRetryCount1.3.6.1.4.1.173.7.3.4.2.1.17INTEGERread-onlySpecifies how many times the control unit will be polled before it is put on the slow poll list.
INT portBsciOperSlowPollRetryFreq1.3.6.1.4.1.173.7.3.4.2.1.18INTEGERread-onlySpecifies the number of times active control units will be polled between pollings on the slow poll list.
INT portBsciOperStartSynchChars1.3.6.1.4.1.173.7.3.4.2.1.19INTEGERread-onlySpecifies the number of synchronization characters that will be added to the beginning of each frame.
INT portBsciOperEndPadChars1.3.6.1.4.1.173.7.3.4.2.1.20INTEGERread-onlySpecifies the number of padding characters that will be added to the end of each frame.
INT portBsciOperPollInterval1.3.6.1.4.1.173.7.3.4.2.1.21INTEGERread-onlySpecifies the time between passes through the polling list.
INT portBsciOperNoResponseTimer1.3.6.1.4.1.173.7.3.4.2.1.22INTEGERread-onlyActivated after transmission of a general poll or a data frame.
INT portBsciOperNoResponseRetryCount1.3.6.1.4.1.173.7.3.4.2.1.23INTEGERread-onlySpecifies how many times the user device will be polled before control is passed on the next cluster.
INT portBsciOperErrorRetransmitCount1.3.6.1.4.1.173.7.3.4.2.1.24INTEGERread-onlySpecifies the number of times the Netlink device will resend a block of data after the receiving device has detected an error in that block.
INT portBsciOperNAKRetryCount1.3.6.1.4.1.173.7.3.4.2.1.25INTEGERread-onlySpecifies the number of times the Netlink device will send a frame when the receiving device is unable to acknowledge.
INT portBsciOperBlockCheck1.3.6.1.4.1.173.7.3.4.2.1.26INTEGERread-onlySets the redundancy check parameter.
INT portBsciOperDataMode1.3.6.1.4.1.173.7.3.4.2.1.27INTEGERread-onlySets the parity parameter.
INT portBsciOperAnswerNonConfigured1.3.6.1.4.1.173.7.3.4.2.1.28INTEGERread-onlyOnly valid if pad type is HPAD. If yes, the HPAD will respond to all devices on the line. If no, the HPAD will respond only to those devices that are configured on the node.
INT portBsciOperActivateConnectionWithoutPoll1.3.6.1.4.1.173.7.3.4.2.1.29INTEGERread-onlyOnly valid if pad type is TPAD. If yes, will active the TPAD connection without a poll of the connected device.
bsciSubscrAdminTable1.3.6.1.4.1.173.7.3.4.3not-accessibleA list of BSC Interactive port subscribers.
bsciSubscrAdminEntry1.3.6.1.4.1.173.7.3.4.3.1not-accessibleA BSCI Interactive Port Subscriber entry containing objects relating to the port that are configurable by the user.
INT bsciSubscrAdminSequence1.3.6.1.4.1.173.7.3.4.3.1.1INTEGERread-onlySubscriber index for a specific BSCI port subscriber.
ADR bsciSubscrAdminLocalID1.3.6.1.4.1.173.7.3.4.3.1.2NlSubscriberAddressread-writeSubscriber address of the local end of a BSCI connection.
ADR bsciSubscrAdminRemoteID1.3.6.1.4.1.173.7.3.4.3.1.3NlSubscriberAddressread-writeSubscriber address of the remote end of a BSCI connection.
INT bsciSubscrAdminAutocall1.3.6.1.4.1.173.7.3.4.3.1.4INTEGERread-writeCauses a BSCI TPAD to automatically call its HPAD when the controller becomes active.
INT bsciSubscrAdminAutocallRtyTimer1.3.6.1.4.1.173.7.3.4.3.1.5INTEGERread-writeTime between autocall retries.
INT bsciSubscrAdminAutocallMaxRtry1.3.6.1.4.1.173.7.3.4.3.1.6INTEGERread-writeMaximum number of times an autocall will be sent.
INT bsciSubscrAdminConnectionID1.3.6.1.4.1.173.7.3.4.3.1.7INTEGERread-writeIdentifier that will link the BSCI port with a device configured in the BSCI Devices Table.
ROW bsciSubscrAdminRowStatus1.3.6.1.4.1.173.7.3.4.3.1.8RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the bsciDevAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
bsciSubscrOperTable1.3.6.1.4.1.173.7.3.4.4not-accessibleA list of BSC Interactive port subscribers.
bsciSubscrOperEntry1.3.6.1.4.1.173.7.3.4.4.1not-accessibleA BSCI Interactive Port Subscriber entry containing objects relating to the port that are configurable by the user.
INT bsciSubscrOperSequence1.3.6.1.4.1.173.7.3.4.4.1.1INTEGERread-onlySubscriber index for a specific BSCI port subscriber.
ADR bsciSubscrOperLocalID1.3.6.1.4.1.173.7.3.4.4.1.2NlSubscriberAddressread-onlySubscriber address of the local end of a BSCI connection.
ADR bsciSubscrOperRemoteID1.3.6.1.4.1.173.7.3.4.4.1.3NlSubscriberAddressread-onlySubscriber address of the remote end of a BSCI connection.
INT bsciSubscrOperAutocall1.3.6.1.4.1.173.7.3.4.4.1.4INTEGERread-onlyCauses a BSCI TPAD to automatically call its HPAD when the controller becomes active.
INT bsciSubscrOperAutocallRtyTimer1.3.6.1.4.1.173.7.3.4.4.1.5INTEGERread-onlyTime between autocall retries.
INT bsciSubscrOperAutocallMaxRtry1.3.6.1.4.1.173.7.3.4.4.1.6INTEGERread-onlyMaximum number of times an autocall will be sent.
INT bsciSubscrOperConnectionID1.3.6.1.4.1.173.7.3.4.4.1.7INTEGERread-onlyIdentifier that will link the BSCI port with a device configured in the BSCI Devices Table.
bsciDevAdminTable1.3.6.1.4.1.173.7.3.4.5not-accessibleA list of BSC Interactive devices.
bsciDevAdminEntry1.3.6.1.4.1.173.7.3.4.5.1not-accessibleA BSCI Interactive Device entry containing objects relating to the device that are configurable by the user.
INT bsciDevAdminControlUnitID1.3.6.1.4.1.173.7.3.4.5.1.1INTEGERread-onlyControl Unit identifier.
INT bsciDevAdminDeviceUnitID1.3.6.1.4.1.173.7.3.4.5.1.2INTEGERread-onlyDevice Unit identifier.
INT bsciDevAdminConnectionID1.3.6.1.4.1.173.7.3.4.5.1.3INTEGERread-writeThe BSCI port connection ID for the device.
INT bsciDevAdminSingleUserVC1.3.6.1.4.1.173.7.3.4.5.1.4INTEGERread-writeSpecifies whether each end of the connection is within a same Control Unit/Device Type pair.
INT bsciDevAdminTransTextSupported1.3.6.1.4.1.173.7.3.4.5.1.5INTEGERread-writeCauses all characters transmitted to be treated as data.
INT bsciDevAdminPrinterAttached1.3.6.1.4.1.173.7.3.4.5.1.6INTEGERread-writeSpecifies whether the device has a printer attached.
ROW bsciDevAdminRowStatus1.3.6.1.4.1.173.7.3.4.5.1.7RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the bsciDevAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT bsciDevAdminDisableStatusRequest1.3.6.1.4.1.173.7.3.4.5.1.8INTEGERread-writeDetermines how the BSCI port will report the status of the attached device. Normal status- the port will report what the device reports. No status- the port will report status only if the device is active. Always active status- the port will always report the device as active.
bsciDevOperTable1.3.6.1.4.1.173.7.3.4.6not-accessibleA list of BSC Interactive devices.
bsciDevOperEntry1.3.6.1.4.1.173.7.3.4.6.1not-accessibleA BSCI Interactive Device entry containing objects relating to the device that are configurable by the user.
INT bsciDevOperControlUnitID1.3.6.1.4.1.173.7.3.4.6.1.1INTEGERread-onlyControl Unit identifier.
INT bsciDevOperDeviceUnitID1.3.6.1.4.1.173.7.3.4.6.1.2INTEGERread-onlyDevice Unit identifier.
INT bsciDevOperConnectionID1.3.6.1.4.1.173.7.3.4.6.1.3INTEGERread-onlyThe BSCI port connection ID for the device.
INT bsciDevOperSingleUserVC1.3.6.1.4.1.173.7.3.4.6.1.4INTEGERread-onlySpecifies whether each end of the connection is within a same Control Unit/Device Type pair.
INT bsciDevOperTransTextSupported1.3.6.1.4.1.173.7.3.4.6.1.5INTEGERread-onlyCauses all characters transmitted to be treated as data.
INT bsciDevOperPrinterAttached1.3.6.1.4.1.173.7.3.4.6.1.6INTEGERread-onlySpecifies whether the device has a printer attached.
INT bsciDevOperDisableStatusRequest1.3.6.1.4.1.173.7.3.4.6.1.7INTEGERread-onlyDetermines how the BSCI port will report the status of the attached device. Normal status- the port will report what the device reports. No status- the port will report status only if the device is active. Always active status- the port will always report the device as active.
portSdlcGroup1.3.6.1.4.1.173.7.3.5
portSdlcAdminTable1.3.6.1.4.1.173.7.3.5.1not-accessibleThis table contains Netlink Enterprise specific objects to manage SDLC port. Changing on of the these parameters may take effect in the operating port immediately or may wait until the interface is restarted depending on the details of the implementation. Most of the objects in this read-write table have corresponding read-only objects in the portSdlcOperTable that return the current operating value. The operating values may be different from these configured values if a configured parameter was configured afterthe interface was started.
portSdlcAdminEntry1.3.6.1.4.1.173.7.3.5.1.1not-accessibleA list of configured values for an SDLC port.
INT portSdlcAdminCommit1.3.6.1.4.1.173.7.3.5.1.1.1INTEGERread-writeWriting a value to this object commits the the SDLC port related modified configuration values to the database.
INT portSdlcAdminMAXRetries1.3.6.1.4.1.173.7.3.5.1.1.2INTEGERread-writeThis object defines the max. number of retries to a non-responding Link station, before putting the Link station to slow-poll list if it is not Normal response Mode OR disconnecting the link station if it is data txfr state.
INT portSdlcAdminMAXOut1.3.6.1.4.1.173.7.3.5.1.1.3INTEGERread-writeThis object defines the number of outstanding frames for triggering window full condition.
INT portSdlcAdminPadType1.3.6.1.4.1.173.7.3.5.1.1.4INTEGERread-writeThis object defines the SNA PAD types.
INT portSdlcAdminGenerateClock1.3.6.1.4.1.173.7.3.5.1.1.5INTEGERread-writeThis object defines if the port would generate clock.
INT portSdlcAdminRcvClockFromDTE1.3.6.1.4.1.173.7.3.5.1.1.6INTEGERread-writeThis object defines if the rcv clock will be used from DTE.
INT portSdlcAdminNrz1.3.6.1.4.1.173.7.3.5.1.1.7INTEGERread-writeThis object defines the data encoding at the physical layer
INT portSdlcAdminPacketSize1.3.6.1.4.1.173.7.3.5.1.1.8INTEGERread-writeThis object defines the packet size of the X25 layer used by SNA PAD
INT portSdlcAdminDisableRequestDisconnect1.3.6.1.4.1.173.7.3.5.1.1.9INTEGERread-writeThis object defines if a Request To Disconnect(RD) will be sent when remote PAD clear the connection
INT portSdlcAdminLPDASupport1.3.6.1.4.1.173.7.3.5.1.1.10INTEGERread-writeThis object defines the type LPDA support on SDLC port.
INT portSdlcAdminConnector1.3.6.1.4.1.173.7.3.5.1.1.11INTEGERread-writeThis object defines the connector type of the SDLC port.
INT portSdlcAdminSpeed1.3.6.1.4.1.173.7.3.5.1.1.12INTEGERread-writeThis object defines the speed of the SDLC port. The speed may only be set to one of a series of reasonable values, and if an attempt is made to set the speed to a value which is within the valid range but not equal to one of these values, the speed will be rounded up. If the connector type of the port is RS232, the port could be a standard port or a high speed port. If the port is a high speed RS232 port, the maximum valid speed is 256000. If the port is a standard RS232 port, the maximum valid speed is 64000 on the FRX4000/SS1840 and 19200 on all other products. It may be possible to set the speed of a standard RS232 port to a speed which is valid for a high speed RS232 port but invalid for a standard RS232 port. In this case, the port may not end up having the invalid speed. The default speed for a standard RS232 port on the FRX6000 is 19200.
ROW portSdlcAdminRowStatus1.3.6.1.4.1.173.7.3.5.1.1.13RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portSdlcAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT portSdlcAdminIdleFillChar1.3.6.1.4.1.173.7.3.5.1.1.14INTEGERread-writeThis object specifies a character that wll be inserted into the stream when the SNA link is idle.
INT portSdlcAdminInactivityTimer1.3.6.1.4.1.173.7.3.5.1.1.15INTEGERread-writeThis object determines how long the node will wait with no activity on the port before it will declare the attached device down.
INT portSdlcAdminL1Duplex1.3.6.1.4.1.173.7.3.5.1.1.16INTEGERread-writeThis object determines whether level-1 (physical layer) transmission can be in one (half duplex) or both (full duplex) directions at once.
portSdlcOperTable1.3.6.1.4.1.173.7.3.5.2not-accessibleThis table contains current Netlink enterprise specific port parameters
portSdlcOperEntry1.3.6.1.4.1.173.7.3.5.2.1not-accessibleA list of operational values for an SDLC port.
INT portSdlcOperCommit1.3.6.1.4.1.173.7.3.5.2.1.1INTEGERread-onlyThis object is not used.
INT portSdlcOperMAXRetries1.3.6.1.4.1.173.7.3.5.2.1.2INTEGERread-onlyThis object defines the max. number of retries to a non-responding Link station, before putting the Link station to slow-poll list if it is not Normal response Mode OR disconnecting the link station if it is data txfr state.
INT portSdlcOperMAXOut1.3.6.1.4.1.173.7.3.5.2.1.3INTEGERread-onlyThis object defines the number of outstanding frames for triggering window full condition.
INT portSdlcOperPadType1.3.6.1.4.1.173.7.3.5.2.1.4INTEGERread-onlyThis object defines the SNA PAD type
INT portSdlcOperGenerateClock1.3.6.1.4.1.173.7.3.5.2.1.5INTEGERread-onlyThis object defines if the port would generate clock.
INT portSdlcOperRcvClockFromDTE1.3.6.1.4.1.173.7.3.5.2.1.6INTEGERread-onlyThis object defines if the rcv clock will be used from DTE.
INT portSdlcOperNrz1.3.6.1.4.1.173.7.3.5.2.1.7INTEGERread-onlyThis object defines the data encoding at the physical layer
INT portSdlcOperPacketSize1.3.6.1.4.1.173.7.3.5.2.1.8INTEGERread-onlyThis object defines the packet size of the X25 layer used by SNA PAD
INT portSdlcOperDisableRequestDisconnect1.3.6.1.4.1.173.7.3.5.2.1.9INTEGERread-onlyThis object defines if a Request To Disconnect(RD) will be sent when remote PAD clear the connection
INT portSdlcOperLPDASupport1.3.6.1.4.1.173.7.3.5.2.1.10INTEGERread-onlyThis object defines the type LPDA support on SDLC port.
INT portSdlcOperConnector1.3.6.1.4.1.173.7.3.5.2.1.11INTEGERread-onlyThis object defines the operational connector type of the SDLC port.
INT portSdlcOperSpeed1.3.6.1.4.1.173.7.3.5.2.1.12INTEGERread-onlyThis object defines the operational speed of the SDLC port.
INT portSdlcOperIdleFillChar1.3.6.1.4.1.173.7.3.5.2.1.13INTEGERread-onlyThis object specifies a character that wll be inserted into the stream when the SNA link is idle.
INT portSdlcOperInactivityTimer1.3.6.1.4.1.173.7.3.5.2.1.14INTEGERread-onlyThis object determines how long the node will wait with no activity on the port before it will declare the attached device down.
INT portSdlcOperL1Duplex1.3.6.1.4.1.173.7.3.5.2.1.15INTEGERread-onlyThis object determines whether level-1 (physical layer) transmission can be in one (half duplex) or both (full duplex) directions at once.
lSSdlcAdminTable1.3.6.1.4.1.173.7.3.5.3not-accessibleThis table contains Enterprise specific Link station configurable parameters to manage the link stations.
lSSdlcAdminEntry1.3.6.1.4.1.173.7.3.5.3.1not-accessibleA list of configured values for an SDLC port.
ADR lSSdlcAdminLocalSub1.3.6.1.4.1.173.7.3.5.3.1.1NlSubscriberAddressread-writeThis object defines the local subscriber ID of the Link Station
ADR lSSdlcAdminRemoteSub1.3.6.1.4.1.173.7.3.5.3.1.2NlSubscriberAddressread-writeThis object defines the remote subscriber ID used to connect to remote Link Station
INT lSSdlcAdminAutoCall1.3.6.1.4.1.173.7.3.5.3.1.3INTEGERread-writeThis object defines if auto call is enabled for the link station. If enabled, the link station will initiate connection establishment, when appropriate. Else, it will passively listen to the connection request for establish a connection with the remote PAD
INT lSSdlcAdminRetryTime1.3.6.1.4.1.173.7.3.5.3.1.4INTEGERread-writeThis object is used, only when lSSdlcAdminAutoCall object is yes. This defines the time interval measured in seconds in which the connection request is retried
INT lSSdlcAdminRetryCount1.3.6.1.4.1.173.7.3.5.3.1.5INTEGERread-writeThis object is used, only when lSSdlcAdminAutoCall object is yes. This defines the number of times the connection initiation is retried before given up. The value of Zero(0) means to try indefinitely
INT lSSdlcAdminLlc2Conversion1.3.6.1.4.1.173.7.3.5.3.1.6INTEGERread-writeThis object defines if this link station connects to a LLC2 device/host.
INT lSSdlcAdminLPDAResourceID1.3.6.1.4.1.173.7.3.5.3.1.7INTEGERread-writeThis objects the resource ID used during LPDA command support
ROW lSSdlcAdminRowStatus1.3.6.1.4.1.173.7.3.5.3.1.8RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the lSSdlcAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned. Also note that deleting a PU entry will only remove it from the database file, and it's existence will still be known by the protocol until the node is rebooted or until an online update of the port is performed.
INT lSSdlcAdminL2DatMode1.3.6.1.4.1.173.7.3.5.3.1.9INTEGERread-writeThis object determines whether transmission can be in one (alternate) or two (simultaneous) directions at the same time.
lSSdlcOperTable1.3.6.1.4.1.173.7.3.5.4not-accessibleThis table contains the operational parameters of the SDLC port
lSSdlcOperEntry1.3.6.1.4.1.173.7.3.5.4.1not-accessibleA list of configured values for an SDLC port.
ADR lSSdlcOperLocalSub1.3.6.1.4.1.173.7.3.5.4.1.1NlSubscriberAddressread-onlyThis object defines the local subscriber ID of the Link Station
ADR lSSdlcOperRemoteSub1.3.6.1.4.1.173.7.3.5.4.1.2NlSubscriberAddressread-onlyThis object defines the remote subscriber ID used to connect to remote Link Station
INT lSSdlcOperAutoCall1.3.6.1.4.1.173.7.3.5.4.1.3INTEGERread-onlyThis object defines if auto call is enabled for the link station. If enabled, the link station will initiate connection establishment, when appropriate. Else, it will passively listen to the connection request for establish a connection with the remote PAD
INT lSSdlcOperRetryTime1.3.6.1.4.1.173.7.3.5.4.1.4INTEGERread-onlyThis object is valid, only when lSSdlcAdminAutoCall object is yes. This defines the time interval measured in seconds in which the connection request is retried
INT lSSdlcOperRetryCount1.3.6.1.4.1.173.7.3.5.4.1.5INTEGERread-onlyThis object is used, only when lSSdlcAdminAutoCall object is yes. This defines the number of times the connection initiation is retried before given up. The value of Zero(0) means to try indefinitely
INT lSSdlcOperLlc2Conversion1.3.6.1.4.1.173.7.3.5.4.1.6INTEGERread-onlyThis object defines if this link station connects to a LLC2 device/host.
INT lSSdlcOperLPDAResourceID1.3.6.1.4.1.173.7.3.5.4.1.7INTEGERread-onlyThis objects the resource ID used during LPDA command support
INT lSSdlcOperL2DatMode1.3.6.1.4.1.173.7.3.5.4.1.8INTEGERread-onlyThis object determines whether transmission can be in one (alternate) or two (simultaneous) directions at the same time.
lSSdlcLlc2AdminTable1.3.6.1.4.1.173.7.3.5.5not-accessibleThis table contains the LLC2 related parameters used to configure LLC2 session, when the SDLC station is connected to a LLC2 device at the remote end
lSSdlcLlc2AdminEntry1.3.6.1.4.1.173.7.3.5.5.1not-accessibleA list of configured values for an SDLC port.
INT lSSdlcLlc2AdminLocalSap1.3.6.1.4.1.173.7.3.5.5.1.1INTEGERread-writeThis object defines Local SAP address (multiple of 4)
PHY lSSdlcLlc2AdminLocalMac1.3.6.1.4.1.173.7.3.5.5.1.2PhysAddressread-writeThis object defines the local MAC address
INT lSSdlcLlc2AdminIdblk1.3.6.1.4.1.173.7.3.5.5.1.3INTEGERread-writeThis object defines idblk used in XID
INT lSSdlcLlc2AdminIdnum1.3.6.1.4.1.173.7.3.5.5.1.4INTEGERread-writeThis object defines idnum used in XID
INT lSSdlcLlc2AdminLanTi1.3.6.1.4.1.173.7.3.5.5.1.5INTEGERread-writeThis object defines LLC2 inactivity timer measured in units of seconds
INT lSSdlcLlc2AdminLanT11.3.6.1.4.1.173.7.3.5.5.1.6INTEGERread-writeThis object defines LLC2 reply timer measured in units of 100 milliseconds
INT lSSdlcLlc2AdminLanT21.3.6.1.4.1.173.7.3.5.5.1.7INTEGERread-writeThis object defines Receiver Ack Timer measured in units of milliseconds
INT lSSdlcLlc2AdminLanN21.3.6.1.4.1.173.7.3.5.5.1.8INTEGERread-writeThis object defines Maximum Retransmissions
INT lSSdlcLlc2AdminLanN31.3.6.1.4.1.173.7.3.5.5.1.9INTEGERread-writeThis object defines count of I-format LPDU's before sending Ack
INT lSSdlcLlc2AdminLanTw1.3.6.1.4.1.173.7.3.5.5.1.10INTEGERread-writeThis object defines Outstanding Frames
INT lSSdlcLlc2AdminBAG1.3.6.1.4.1.173.7.3.5.5.1.11INTEGERread-writeThis object defines bandwidth allocation group
INT lSSdlcLlc2AdminPriority1.3.6.1.4.1.173.7.3.5.5.1.12INTEGERread-writeThis object defines priority for traffic within the node
ROW lSSdlcLlc2AdminRowStatus1.3.6.1.4.1.173.7.3.5.5.1.13RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the lSSdlcLlc2AdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned. Also note that deleting a PU entry will only remove it from the database file, and it's existence will still be known by the protocol until the node is rebooted or until an online update of the port is performed.
INT lSSdlcLlc2AdminSuppressXID1.3.6.1.4.1.173.7.3.5.5.1.14INTEGERread-writeThis object prevents (if yes) the returning of an XID in response to a null XID. This might be desirable if the remote TPAD is not running PU 2.1. It should be noted that even if an XID is sent, an SNRM (Set Normal Response Mode) immediately follows, so the connection will be established.
lSSdlcLlc2OperTable1.3.6.1.4.1.173.7.3.5.6not-accessibleThis table contains operartional parameters related to LLC2 session of this link station.
lSSdlcLlc2OperEntry1.3.6.1.4.1.173.7.3.5.6.1not-accessibleA list of configured values for an SDLC port.
INT lSSdlcLlc2OperLocalSap1.3.6.1.4.1.173.7.3.5.6.1.1INTEGERread-onlyThis object defines Local SAP address (multiple of 4)
PHY lSSdlcLlc2OperLocalMac1.3.6.1.4.1.173.7.3.5.6.1.2PhysAddressread-onlyThis object defines the local MAC address
INT lSSdlcLlc2OperIdblk1.3.6.1.4.1.173.7.3.5.6.1.3INTEGERread-onlyThis object defines idblk used in XID
INT lSSdlcLlc2OperIdnum1.3.6.1.4.1.173.7.3.5.6.1.4INTEGERread-onlyThis object defines idnum used in XID
INT lSSdlcLlc2OperLanTi1.3.6.1.4.1.173.7.3.5.6.1.5INTEGERread-onlyThis object defines LLC2 inactivity timer measured in units of seconds
INT lSSdlcLlc2OperLanT11.3.6.1.4.1.173.7.3.5.6.1.6INTEGERread-onlyThis object defines LLC2 reply timer measured in units of 100 milliseconds
INT lSSdlcLlc2OperLanT21.3.6.1.4.1.173.7.3.5.6.1.7INTEGERread-onlyThis object defines Receiver Ack Timer measured in units of milliseconds
INT lSSdlcLlc2OperLanN21.3.6.1.4.1.173.7.3.5.6.1.8INTEGERread-onlyThis object defines Maximum Retransmissions
INT lSSdlcLlc2OperLanN31.3.6.1.4.1.173.7.3.5.6.1.9INTEGERread-onlyThis object defines count of I-format LPDU's before sending Ack
INT lSSdlcLlc2OperLanTw1.3.6.1.4.1.173.7.3.5.6.1.10INTEGERread-onlyThis object defines Outstanding Frames
INT lSSdlcLlc2OperBAG1.3.6.1.4.1.173.7.3.5.6.1.11INTEGERread-onlyThis object defines bandwidth allocation group
INT lSSdlcLlc2OperPriority1.3.6.1.4.1.173.7.3.5.6.1.12INTEGERread-onlyThis object defines priority for traffic within the node
INT lSSdlcLlc2OperSuppressXID1.3.6.1.4.1.173.7.3.5.6.1.13INTEGERread-onlyThis object prevents (if yes) the returning of an XID in response to a null XID. This might be desirable if the remote TPAD is not running PU 2.1. It should be noted that even if an XID is sent, an SNRM (Set Normal Response Mode) immediately follows, so the connection will be established.
portT1Group1.3.6.1.4.1.173.7.3.7
portT1AdminTable1.3.6.1.4.1.173.7.3.7.1not-accessibleThe configuration information pertaining to a T1 port. T1 ports can operate at full T1 bandwidth or DS0A channelized which provides 24 separate channels.
portT1AdminEntry1.3.6.1.4.1.173.7.3.7.1.1not-accessibleA T1 port entry containing objects relating to T1 ports.
INT portT1AdminBlockedPortFlag1.3.6.1.4.1.173.7.3.7.1.1.1INTEGERread-write
INT portT1AdminGenerateClock1.3.6.1.4.1.173.7.3.7.1.1.2INTEGERread-write
INT portT1AdminFramingMode1.3.6.1.4.1.173.7.3.7.1.1.3INTEGERread-writeSpecifies how this T1 port is to function. ds0AT1 specifies a 24 channelized T1.
INT portT1AdminFrameModelSelect1.3.6.1.4.1.173.7.3.7.1.1.4INTEGERread-write
INT portT1AdminLineEncoding1.3.6.1.4.1.173.7.3.7.1.1.5INTEGERread-write
INT portT1AdminLineBuildOut1.3.6.1.4.1.173.7.3.7.1.1.6INTEGERread-write
ROW portT1AdminRowStatus1.3.6.1.4.1.173.7.3.7.1.1.7RowStatusread-write
INT portT1AdminProtocolFraming1.3.6.1.4.1.173.7.3.7.1.1.8INTEGERread-write
INT portT1AdminNRZI1.3.6.1.4.1.173.7.3.7.1.1.9INTEGERread-write
portT1OperTable1.3.6.1.4.1.173.7.3.7.2not-accessibleThe configuration information pertaining to a T1 port. T1 ports can operate at full T1 bandwidth or DS0A channelized which provides 24 separate channels.
portT1OperEntry1.3.6.1.4.1.173.7.3.7.2.1not-accessibleA T1 port entry containing objects relating to T1 ports.
INT portT1OperBlockedPortFlag1.3.6.1.4.1.173.7.3.7.2.1.1INTEGERread-only
INT portT1OperGenerateClock1.3.6.1.4.1.173.7.3.7.2.1.2INTEGERread-only
INT portT1OperFramingMode1.3.6.1.4.1.173.7.3.7.2.1.3INTEGERread-onlySpecifies how this T1 port is to function. ds0AT1 specifies a 24 channelized T1.
INT portT1OperFrameModelSelect1.3.6.1.4.1.173.7.3.7.2.1.4INTEGERread-only
INT portT1OperLineEncoding1.3.6.1.4.1.173.7.3.7.2.1.5INTEGERread-only
INT portT1OperLineBuildOut1.3.6.1.4.1.173.7.3.7.2.1.6INTEGERread-only
INT portT1OperProtocolFraming1.3.6.1.4.1.173.7.3.7.2.1.7INTEGERread-only
INT portT1OperNRZI1.3.6.1.4.1.173.7.3.7.2.1.8INTEGERread-only
portVoiceGroup1.3.6.1.4.1.173.7.3.8
portVoiceAdminTable1.3.6.1.4.1.173.7.3.8.1not-accessibleA list of Voice ports. The number of entries will be the number of Voice ports on the node.
portVoiceAdminEntry1.3.6.1.4.1.173.7.3.8.1.1not-accessibleA Voice Port entry containing objects relating to the port that are configurable by the user.
INT portVoiceAdminRlpIndex1.3.6.1.4.1.173.7.3.8.1.1.1INTEGERread-onlyThe RLP number of the Voice port.
INT portVoiceAdminPortIndex1.3.6.1.4.1.173.7.3.8.1.1.2INTEGERread-onlyThe Port number of the Voice port.
INT portVoiceAdminBlockedFlag1.3.6.1.4.1.173.7.3.8.1.1.3INTEGERread-writeThe flag which causes the port to be enabled or disabled at node IPL. The port will remain in that state until this flag is changed and the node is rebooted, or until an on- line enable or disable is performed.
INT portVoiceAdminSpeed1.3.6.1.4.1.173.7.3.8.1.1.4INTEGERread-writeThe speed of the port which is transmitted as part of a Call Setup frame. A Voice call will be established if there is enough bandwidth at each end to provide the minimum configured rate.
INT portVoiceAdminDTMF1.3.6.1.4.1.173.7.3.8.1.1.5INTEGERread-writeThe flag to enable, disable, or specify a time span over which DTMF (Dual Tone Multi Frequency) tones will be regenerated. 0 = pass tones transparently to the remote device. 1 = detect incoming tones and regenerate as received. 2-255 = regenerate tones for the specified seconds.
INT portVoiceAdminInterface1.3.6.1.4.1.173.7.3.8.1.1.6INTEGERread-writeThe type of interface (in conjunction with the Telephony Interface Type) that will be used by the Voice channel. This requires rebooting for the change to take effect. Telephony Type Interface Type -------------- -------------- OPX (FXO) Loop Start SLT (FXS) Loop Start E&M 4W E&M, 4W E&M TE, 2W E&M, 2W E&M TE AC15 AC15A, AC15C
INT portVoiceAdminTETimer1.3.6.1.4.1.173.7.3.8.1.1.7INTEGERread-writeThe delay at which the E&M 'E' lead follows the 'M' lead.
INT portVoiceAdminLevelIn1.3.6.1.4.1.173.7.3.8.1.1.8INTEGERread-writeThe local voice level into the voice port. This adjusts the sensitivity of the local voice channel to the signal from the attached device. The purpose of this is to match the voice channel dB level to the input signal. A more negative setting produces a higher input gain. If the level is reduced, the voice channel will be more sensitive to the input. This will also cause the voice output at the remote device to sound louder.
INT portVoiceAdminLevelOut1.3.6.1.4.1.173.7.3.8.1.1.9INTEGERread-writeThe local voice level out of the voice port. A more positive setting produces a higher volume.
INT portVoiceAdminCallTimer1.3.6.1.4.1.173.7.3.8.1.1.10INTEGERread-writeThe amount of time the node will wait for a response to a Call Connect or Call Clear request. When the node issues a request, it will set a timer to the value configured here. If that timer expires with no response from the destination, the node will generate a busy tone.
INT portVoiceAdminHuntGroup1.3.6.1.4.1.173.7.3.8.1.1.11INTEGERread-writeThe hunt group that includes the voice channel.
OCT portVoiceAdminLongDialPrefix1.3.6.1.4.1.173.7.3.8.1.1.12OCTET STRINGread-writeThe character that will be required preceeding calls using the long call format. When the user at an attached device dials a long form number, it must be preceeded by the prefix character specified here.
INT portVoiceAdminSLTTimeout1.3.6.1.4.1.173.7.3.8.1.1.13INTEGERread-writeThe time the local port will wait before an actual fax transmission begins. If there is no fax tone when this timer expires, the connection will be terminated.
INT portVoiceAdminLinkDownBusy1.3.6.1.4.1.173.7.3.8.1.1.14INTEGERread-writeThis flag enables or disables automatic busy-out of channels when the link is down. When enabled, the system will automatically busy-out channels when the composite link is down. When disabled, channels remain on-hook when the link is down. If your application is connected to a PBX that can route calls to another alternate source based on an all busy condition, enable this so the PBX will recognize this condition and reroute the calls while the composite link is down.
INT portVoiceAdminFaxSupported1.3.6.1.4.1.173.7.3.8.1.1.15INTEGERread-writeThe flag to indicate whether or not faxes will be transmitted on the port. If no, all calls will be treated as voice. If yes, both voice and fax will be transmitted.
INT portVoiceAdminTelephonyType1.3.6.1.4.1.173.7.3.8.1.1.16INTEGERread-writeThe type of interface (in conjunction with the Interface Type) that will be used by the Voice channel. This requires rebooting for the change to take effect. Telephony Type Interface Type -------------- -------------- OPX (FXO) Loop Start SLT (FXS) Loop Start E&M 4W E&M, 4W E&M TE, 2W E&M, 2W E&M TE AC15 AC15A, AC15C
INT portVoiceAdminJitter1.3.6.1.4.1.173.7.3.8.1.1.17INTEGERread-writeThe amount of jitter delay.
INT portVoiceAdminSampleDelay1.3.6.1.4.1.173.7.3.8.1.1.18INTEGERread-writeThe amount of sample delay.
INT portVoiceAdminDialTimer1.3.6.1.4.1.173.7.3.8.1.1.19INTEGERread-writeThe delay the node will use to determine when variable length dialing is complete. (Variable length dialing allows the user to place a call without entering the configured number of digits for the speed dial number.)
INT portVoiceAdminAutoDial1.3.6.1.4.1.173.7.3.8.1.1.20INTEGERread-writeThe flag to enable or disable the auto dial feature. Note that enabling this feature will disable the variable length dialing feature for this channel.
INT portVoiceAdminSuppression1.3.6.1.4.1.173.7.3.8.1.1.21INTEGERread-writeThe silence suppression level. A larger silence suppression level allows more data channels to operate simultaneously with the voice channels.
OCT portVoiceAdminAutoDialNumber1.3.6.1.4.1.173.7.3.8.1.1.22OCTET STRINGread-writeThe number to which the node will attempt to connect when the handset attached to this port is taken off-hook. This is applicable only when the Auto Dial feature is enabled.
INT portVoiceAdminAutoPoll1.3.6.1.4.1.173.7.3.8.1.1.23INTEGERread-writeThe flag to enable or disable auto polling. This is applicable only when the Auto Dial feature is enabled. When enabled, the node periodically polls the destination. If the poll is not acknowledged, the node will busy-out the channel. This can be useful in situations where the destination is an emergency number that must always be available. If the destination does not answer the automatic poll, the busy-out condition will notify an attached PBX that the emergency call should be routed to another call routing device.
INT portVoiceAdminAutoPollTimer1.3.6.1.4.1.173.7.3.8.1.1.24INTEGERread-writeThe frequency with which an Auto Poll will be sent. This is applicable only when auto poll is enabled.
INT portVoiceAdminExtDigitsSource1.3.6.1.4.1.173.7.3.8.1.1.25INTEGERread-writeThe source of the extended digits when the user of attached equipment dials a speed dial number. This is applicable only when the number of extended dial digits is greater than zero. When map is specified, extended digits are taken from the extended digits field in the map table. When user is specified, extended digits are taken from the user of attached equipment.
INT portVoiceAdminNumDigitsDelete1.3.6.1.4.1.173.7.3.8.1.1.26INTEGERread-writeThe number of leading dial digits that will be deleted before a dial string is forwarded. This is primarily used to delete leading dial digits that may be inserted by an attached PBX.
INT portVoiceAdminForwardDelay1.3.6.1.4.1.173.7.3.8.1.1.27INTEGERread-writeThe length of a pause that can be inserted in an extended dial string that is being forwarded. This is applicable only when forwarded output digits is all or extended. When a comma is encountered in an extended digits string, the node will pause for the length of time specified here before additional extended digits are forwarded.
INT portVoiceAdminForwardedType1.3.6.1.4.1.173.7.3.8.1.1.28INTEGERread-writeThe method how the dial digits will be forwarded. This is applicable only when forwarded output digits is all or extended.
INT portVoiceAdminForwardedDigits1.3.6.1.4.1.173.7.3.8.1.1.29INTEGERread-writeThe flag indicating which dial digits, if any, to forward. If none, dial digits are not forwarded to the destination device when a call is initiated on this channel. If all, the dialed speed dial number and associated extended digits are forwarded to the destination device. If extended, only the extended digit string is forwarded.
INT portVoiceAdminMakeRatio1.3.6.1.4.1.173.7.3.8.1.1.30INTEGERread-writeThe make ratio of each digit pulse that is forwarded. This is applicable only when forwarded output digits is all or extended and forwarded digit type is pulse.
INT portVoiceAdminBreakRatio1.3.6.1.4.1.173.7.3.8.1.1.31INTEGERread-writeThe break ratio of each digit pulse that is forwarded. This is applicable only when forwarded output digits is all or extended and forwarded digit type is pulse.
INT portVoiceAdminDTMFOnDuration1.3.6.1.4.1.173.7.3.8.1.1.32INTEGERread-writeThe length of a tone that will be used to produce a single DTMF digit. This is applicable only when forwarded output digits is all or extended and forwarded digit type is DTMF.
INT portVoiceAdminDTMFOffDuration1.3.6.1.4.1.173.7.3.8.1.1.33INTEGERread-writeThe length of silence between DTMF tones in a dial digit string. This is applicable only when forwarded output digits is all or extended and forwarded digit type is DTMF.
INT portVoiceAdminToneType1.3.6.1.4.1.173.7.3.8.1.1.34INTEGERread-writeThe tone type to detect/regenerate for forwarding DTMF/MF.
ROW portVoiceAdminRowStatus1.3.6.1.4.1.173.7.3.8.1.1.35RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the portVoiceAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
portVoiceOperTable1.3.6.1.4.1.173.7.3.8.2not-accessibleA list of Voice ports. The number of entries will be the number of Voice ports on the node.
portVoiceOperEntry1.3.6.1.4.1.173.7.3.8.2.1not-accessibleA Voice Port entry containing objects relating to the port that are configurable by the user.
INT portVoiceOperRlpIndex1.3.6.1.4.1.173.7.3.8.2.1.1INTEGERread-onlyThe RLP number of the Voice port.
INT portVoiceOperPortIndex1.3.6.1.4.1.173.7.3.8.2.1.2INTEGERread-onlyThe Port number of the Voice port.
INT portVoiceOperBlockedFlag1.3.6.1.4.1.173.7.3.8.2.1.3INTEGERread-onlyThe flag which causes the port to be enabled or disabled at node IPL. The port will remain in that state until this flag is changed and the node is rebooted, or until an on- line enable or disable is performed.
INT portVoiceOperSpeed1.3.6.1.4.1.173.7.3.8.2.1.4INTEGERread-onlyThe speed of the port which is transmitted as part of a Call Setup frame. A Voice call will be established if there is enough bandwidth at each end to provide the minimum configured rate.
INT portVoiceOperDTMF1.3.6.1.4.1.173.7.3.8.2.1.5INTEGERread-onlyThe flag to enable, disable, or specify a time span over which DTMF (Dual Tone Multi Frequency) tones will be regenerated. 0 = pass tones transparently to the remote device. 1 = detect incoming tones and regenerate as received. 2-255 = regenerate tones for the specified seconds.
INT portVoiceOperInterface1.3.6.1.4.1.173.7.3.8.2.1.6INTEGERread-onlyThe type of interface (in conjunction with the Telephony Interface Type) that will be used by the Voice channel. This requires rebooting for the change to take effect. Telephony Type Interface Type -------------- -------------- OPX (FXO) Loop Start SLT (FXS) Loop Start E&M 4W E&M, 4W E&M TE, 2W E&M, 2W E&M TE AC15 AC15A, AC15C
INT portVoiceOperTETimer1.3.6.1.4.1.173.7.3.8.2.1.7INTEGERread-onlyThe delay at which the E&M 'E' lead follows the 'M' lead.
INT portVoiceOperLevelIn1.3.6.1.4.1.173.7.3.8.2.1.8INTEGERread-onlyThe local voice level into the voice port. This adjusts the sensitivity of the local voice channel to the signal from the attached device. The purpose of this is to match the voice channel dB level to the input signal. A more negative setting produces a higher input gain. If the level is reduced, the voice channel will be more sensitive to the input. This will also cause the voice output at the remote device to sound louder.
INT portVoiceOperLevelOut1.3.6.1.4.1.173.7.3.8.2.1.9INTEGERread-onlyThe local voice level out of the voice port. A more positive setting produces a higher volume.
INT portVoiceOperCallTimer1.3.6.1.4.1.173.7.3.8.2.1.10INTEGERread-onlyThe amount of time the node will wait for a response to a Call Connect or Call Clear request. When the node issues a request, it will set a timer to the value configured here. If that timer expires with no response from the destination, the node will generate a busy tone.
INT portVoiceOperHuntGroup1.3.6.1.4.1.173.7.3.8.2.1.11INTEGERread-onlyThe hunt group that includes the voice channel.
OCT portVoiceOperLongDialPrefix1.3.6.1.4.1.173.7.3.8.2.1.12OCTET STRINGread-onlyThe character that will be required preceeding calls using the long call format. When the user at an attached device dials a long form number, it must be preceeded by the prefix character specified here.
INT portVoiceOperSLTTimeout1.3.6.1.4.1.173.7.3.8.2.1.13INTEGERread-onlyThe time the local port will wait before an actual fax transmission begins. If there is no fax tone when this timer expires, the connection will be terminated.
INT portVoiceOperLinkDownBusy1.3.6.1.4.1.173.7.3.8.2.1.14INTEGERread-onlyThis flag enables or disables automatic busy-out of channels when the link is down. When enabled, the system will automatically busy-out channels when the composite link is down. When disabled, channels remain on-hook when the link is down. If your application is connected to a PBX that can route calls to another alternate source based on an all busy condition, enable this so the PBX will recognize this condition and reroute the calls while the composite link is down.
INT portVoiceOperFaxSupported1.3.6.1.4.1.173.7.3.8.2.1.15INTEGERread-onlyThe flag to indicate whether or not faxes will be transmitted on the port. If no, all calls will be treated as voice. If yes, both voice and fax will be transmitted.
INT portVoiceOperTelephonyType1.3.6.1.4.1.173.7.3.8.2.1.16INTEGERread-onlyThe type of interface (in conjunction with the Interface Type) that will be used by the Voice channel. This requires rebooting for the change to take effect. Telephony Type Interface Type -------------- -------------- OPX (FXO) Loop Start SLT (FXS) Loop Start E&M 4W E&M, 4W E&M TE, 2W E&M, 2W E&M TE AC15 AC15A, AC15C
INT portVoiceOperJitter1.3.6.1.4.1.173.7.3.8.2.1.17INTEGERread-onlyThe amount of jitter delay.
INT portVoiceOperSampleDelay1.3.6.1.4.1.173.7.3.8.2.1.18INTEGERread-onlyThe amount of sample delay.
INT portVoiceOperDialTimer1.3.6.1.4.1.173.7.3.8.2.1.19INTEGERread-onlyThe delay the node will use to determine when variable length dialing is complete. (Variable length dialing allows the user to place a call without entering the configured number of digits for the speed dial number.)
INT portVoiceOperAutoDial1.3.6.1.4.1.173.7.3.8.2.1.20INTEGERread-onlyThe flag to enable or disable the auto dial feature. Note that enabling this feature will disable the variable length dialing feature for this channel.
INT portVoiceOperSuppression1.3.6.1.4.1.173.7.3.8.2.1.21INTEGERread-onlyThe silence suppression level. A larger silence suppression level allows more data channels to operate simultaneously with the voice channels.
OCT portVoiceOperAutoDialNumber1.3.6.1.4.1.173.7.3.8.2.1.22OCTET STRINGread-onlyThe number to which the node will attempt to connect when the handset attached to this port is taken off-hook. This is applicable only when the Auto Dial feature is enabled.
INT portVoiceOperAutoPoll1.3.6.1.4.1.173.7.3.8.2.1.23INTEGERread-onlyThe flag to enable or disable auto polling. This is applicable only when the Auto Dial feature is enabled. When enabled, the node periodically polls the destination. If the poll is not acknowledged, the node will busy-out the channel. This can be useful in situations where the destination is an emergency number that must always be available. If the destination does not answer the automatic poll, the busy-out condition will notify an attached PBX that the emergency call should be routed to another call routing device.
INT portVoiceOperAutoPollTimer1.3.6.1.4.1.173.7.3.8.2.1.24INTEGERread-onlyThe frequency with which an Auto Poll will be sent. This is applicable only when auto poll is enabled.
INT portVoiceOperExtDigitsSource1.3.6.1.4.1.173.7.3.8.2.1.25INTEGERread-onlyThe source of the extended digits when the user of attached equipment dials a speed dial number. This is applicable only when the number of extended dial digits is greater than zero. When map is specified, extended digits are taken from the extended digits field in the map table. When user is specified, extended digits are taken from the user of attached equipment.
INT portVoiceOperNumDigitsDelete1.3.6.1.4.1.173.7.3.8.2.1.26INTEGERread-onlyThe number of leading dial digits that will be deleted before a dial string is forwarded. This is primarily used to delete leading dial digits that may be inserted by an attached PBX.
INT portVoiceOperForwardDelay1.3.6.1.4.1.173.7.3.8.2.1.27INTEGERread-onlyThe length of a pause that can be inserted in an extended dial string that is being forwarded. This is applicable only when forwarded output digits is all or extended. When a comma is encountered in an extended digits string, the node will pause for the length of time specified here before additional extended digits are forwarded.
INT portVoiceOperForwardedType1.3.6.1.4.1.173.7.3.8.2.1.28INTEGERread-onlyThe method how the dial digits will be forwarded. This is applicable only when forwarded output digits is all or extended.
INT portVoiceOperForwardedDigits1.3.6.1.4.1.173.7.3.8.2.1.29INTEGERread-onlyThe flag indicating which dial digits, if any, to forward. If none, dial digits are not forwarded to the destination device when a call is initiated on this channel. If all, the dialed speed dial number and associated extended digits are forwarded to the destination device. If extended, only the extended digit string is forwarded.
INT portVoiceOperMakeRatio1.3.6.1.4.1.173.7.3.8.2.1.30INTEGERread-onlyThe make ratio of each digit pulse that is forwarded. This is applicable only when forwarded output digits is all or extended and forwarded digit type is pulse.
INT portVoiceOperBreakRatio1.3.6.1.4.1.173.7.3.8.2.1.31INTEGERread-onlyThe break ratio of each digit pulse that is forwarded. This is applicable only when forwarded output digits is all or extended and forwarded digit type is pulse.
INT portVoiceOperDTMFOnDuration1.3.6.1.4.1.173.7.3.8.2.1.32INTEGERread-onlyThe length of a tone that will be used to produce a single DTMF digit. This is applicable only when forwarded output digits is all or extended and forwarded digit type is DTMF.
INT portVoiceOperDTMFOffDuration1.3.6.1.4.1.173.7.3.8.2.1.33INTEGERread-onlyThe length of silence between DTMF tones in a dial digit string. This is applicable only when forwarded output digits is all or extended and forwarded digit type is DTMF.
INT portVoiceOperToneType1.3.6.1.4.1.173.7.3.8.2.1.34INTEGERread-onlyThe tone type to detect/regenerate for forwarding DTMF/MF.
nlInterfaces1.3.6.1.4.1.173.7.4
nlIfTable1.3.6.1.4.1.173.7.4.1not-accessibleA Table to describe each interface on a node. This table is indexed by RLP and Port number and can be used to identify the corresponding MIB-II ifIndex of a Port as well as additional port information maintained by Netlink.
nlIfEntry1.3.6.1.4.1.173.7.4.1.1not-accessibleAn Interface entry containing objects relating to interfaces.
INT nlIfRlp1.3.6.1.4.1.173.7.4.1.1.1INTEGERread-onlyThe RLP number on the node. RLP numbers 1-8 are Physical RLP cards, and RLP number 250, 251 and 252 define IP, IPX and LLC2 interfaces respectively.
INT nlIfPort1.3.6.1.4.1.173.7.4.1.1.2INTEGERread-onlyThe Port number on the RLP. Port numbers 1-8 are known to be physical ports, and 9-64 are logical ports. If the RLP number identifies an IP, IPX or LLC2 interface, then the port number can be 1-257 (IP), 1-64 (IPX), or 1-96 (LLC2).
INT nlIfType1.3.6.1.4.1.173.7.4.1.1.3INTEGERread-onlyThe type of interface
INT nlIfIndex1.3.6.1.4.1.173.7.4.1.1.4INTEGERread-onlyThe associated index into the MIB-II ifTable for this port
INT nlIfTableIndex1.3.6.1.4.1.173.7.4.1.1.5INTEGERread-onlyThe associated index into an enterprise table used to describe additional information for this port. See nlIfTableOid as the pointer to the actual table.
OID nlIfTableOid1.3.6.1.4.1.173.7.4.1.1.6OBJECT IDENTIFIERread-onlyThe OID of the table Entry that contains additional information about this port. The OID will point to a specific table depending on the type of port.
INT nlIfConnectorType1.3.6.1.4.1.173.7.4.1.1.7INTEGERread-onlyThe physical connector type used for this port. Valid for ports 1-8 only.
INT nlIfPortStatus1.3.6.1.4.1.173.7.4.1.1.8INTEGERread-onlyThe status of this port state. Valid for ports 1-64 only.
INT nlIfPhyPort1.3.6.1.4.1.173.7.4.1.1.9INTEGERread-onlyThe Underlying Physical Port number on the RLP of this logical port. Port numbers 1-8 are valid, but this field is only applicable if the nlIfPort field is 9-64.
nlIfLlc2Interfaces1.3.6.1.4.1.173.7.4.2
nlIfLlc2LANTable1.3.6.1.4.1.173.7.4.2.1not-accessibleA Table to define LLC2 interfaces over LAN.
nlIfLlc2LANEntry1.3.6.1.4.1.173.7.4.2.1.1not-accessibleAn LLC2 LAN Interface entry containing objects relating to LLC2 LAN interfaces.
INT nlIfLlc2LANRlp1.3.6.1.4.1.173.7.4.2.1.1.1INTEGERread-onlyThe RLP number on the node. For LLC2 LAN interfaces, this must be 252.
INT nlIfLlc2LANPort1.3.6.1.4.1.173.7.4.2.1.1.2INTEGERread-onlyThe Port number on the RLP. For LLC2 LAN interfaces, this corresponds to the LAN card number.
INT nlIfLlc2LANType1.3.6.1.4.1.173.7.4.2.1.1.3INTEGERread-writeThe type of the LLC2 interface- either ethernet or token ring.
INT nlIfLlc2LANCard1.3.6.1.4.1.173.7.4.2.1.1.4INTEGERread-onlyThe LAN card that the LLC2 interface is running on.
INT nlIfLlc2LANID1.3.6.1.4.1.173.7.4.2.1.1.5INTEGERread-writeValid only if the type of the LLC2 LAN interface is token ring. Identifies the token ring adapter to the network.
INT nlIfLlc2LANInterface1.3.6.1.4.1.173.7.4.2.1.1.6INTEGERread-onlyThe LLC2 interface number.
ROW nlIfLlc2LANRowStatus1.3.6.1.4.1.173.7.4.2.1.1.7RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlIfLlc2LANTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT nlIfLlc2LANPriority1.3.6.1.4.1.173.7.4.2.1.1.8INTEGERread-writeInterface priority- allows setting a priority for traffic within the node. The higher the number, the higher the priority relative to other intra-nodal traffic.
INT nlIfLlc2LANBlockedPortFlag1.3.6.1.4.1.173.7.4.2.1.1.9INTEGERread-writeThe blocked port flag.
nlIfLlc2FrTable1.3.6.1.4.1.173.7.4.2.2not-accessibleA Table to define LLC2 interfaces over Frame Relay.
nlIfLlc2FrEntry1.3.6.1.4.1.173.7.4.2.2.1not-accessibleAn LLC2 FR Interface entry containing objects relating to LLC2 FR interfaces.
INT nlIfLlc2FrRlp1.3.6.1.4.1.173.7.4.2.2.1.1INTEGERread-onlyThe RLP number on the node.
INT nlIfLlc2FrPort1.3.6.1.4.1.173.7.4.2.2.1.2INTEGERread-onlyThe Port number on the RLP. Port numbers 1-8 are known to be physical ports, and channels are 193-241.
INT nlIfLlc2FrDLCI1.3.6.1.4.1.173.7.4.2.2.1.3INTEGERread-onlyThe DLCI number used to identify the entry in the table. The range is 16-991.
INT nlIfLlc2FrFormat1.3.6.1.4.1.173.7.4.2.2.1.4INTEGERread-onlyThe RFC1490 encapsulation method used for LLC2 traffic.
INT nlIfLlc2FrPriority1.3.6.1.4.1.173.7.4.2.2.1.5INTEGERread-writeInterface priority- allows setting a priority for traffic within the node. The higher the number, the higher the priority relative to other intra-nodal traffic.
INT nlIfLlc2FrBAG1.3.6.1.4.1.173.7.4.2.2.1.6INTEGERread-writeAssigns the interface to one of sixteen groups whose parameters regulate bandwidth usage.
MAC nlIfLlc2FrHostMACAddress1.3.6.1.4.1.173.7.4.2.2.1.7MacAddressread-writeThe MAC address of the host or workstation to which the remote device needs to connect. Valid only if the format is native-llc2.
INT nlIfLlc2FrSessionType1.3.6.1.4.1.173.7.4.2.2.1.8INTEGERread-writeIf originated, means that LLC2 connects from the configured Host MAC address can use this interface. If terminated, connections to the configured address can use this interface. Valid only if the format is native-llc2.
INT nlIfLlc2FrLANID1.3.6.1.4.1.173.7.4.2.2.1.9INTEGERread-writeIdentifies the ring number used by a frame relay-compliant source-route bridge at the other end of this PVC. Valid only if the format is srb-8025.
INT nlIfLlc2FrInterface1.3.6.1.4.1.173.7.4.2.2.1.10INTEGERread-onlyLLC2 interface number.
ROW nlIfLlc2FrRowStatus1.3.6.1.4.1.173.7.4.2.2.1.11RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlIfLlc2FrTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT nlIfLlc2FrBlockedPortFlag1.3.6.1.4.1.173.7.4.2.2.1.12INTEGERread-writeThe blocked port flag.
ipxConfig1.3.6.1.4.1.173.7.4.3
ipxConfigRouting1.3.6.1.4.1.173.7.4.3.1
ipxStaticRouteConfigTable1.3.6.1.4.1.173.7.4.3.1.1not-accessibleThe IPX Static Route Configuration Table
ipxStaticRouteConfigEntry1.3.6.1.4.1.173.7.4.3.1.1.1not-accessibleEach entry corresponds to one instance of IPX Static Routing on the system
INT ipxStaticRouteConfigCircIndex1.3.6.1.4.1.173.7.4.3.1.1.1.1INTEGERread-onlyThe unique identifier of the circuit used to reach the first hop in the static route
OCT ipxStaticRouteConfigNetNum1.3.6.1.4.1.173.7.4.3.1.1.1.2OCTET STRINGread-onlyThe IPX network number of the route's destination
OCT ipxStaticRouteConfigRouter1.3.6.1.4.1.173.7.4.3.1.1.1.3OCTET STRINGread-writeThe hex value of the node address of the router that will forward a packet when this route is used. If Novell's IPXWAN is used on the interface, this field will be ignored
ROW ipxStaticRouteConfigRowStatus1.3.6.1.4.1.173.7.4.3.1.1.1.4RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the ipxStaticRouteTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
ipxServConfigTable1.3.6.1.4.1.173.7.4.3.1.2not-accessibleThe IPX Static Route Configuration Table
ipxServConfigEntry1.3.6.1.4.1.173.7.4.3.1.2.1not-accessibleEach entry corresponds to one instance of IPX Static Routing on the system
INT ipxServConfigServiceType1.3.6.1.4.1.173.7.4.3.1.2.1.1INTEGERread-onlyThe Service Type, a SAP service code
OCT ipxServConfigServName1.3.6.1.4.1.173.7.4.3.1.2.1.2OCTET STRINGread-onlyThe Sercice Name, identifies a specific server in the IPX network.
INT ipxServConfigServNetworkAddress1.3.6.1.4.1.173.7.4.3.1.2.1.3INTEGERread-writeThe IPX network number portion of the IPX address of the server identified by ServName
OCT ipxServConfigServNodeAddress1.3.6.1.4.1.173.7.4.3.1.2.1.4OCTET STRINGread-writeThe node portion of the IPX address of the service
INT ipxServConfigServSocketNumber1.3.6.1.4.1.173.7.4.3.1.2.1.5INTEGERread-writeThe socket portion of the IPX address of the service
INT ipxServConfigInterveningNetworks1.3.6.1.4.1.173.7.4.3.1.2.1.6INTEGERread-writeThe number of routers that a packet must pass through t reach the server
OCT ipxServConfigGatewayAddress1.3.6.1.4.1.173.7.4.3.1.2.1.7OCTET STRINGread-writeThe node address of the router thar will forward a packet
INT ipxServConfigInterface1.3.6.1.4.1.173.7.4.3.1.2.1.8INTEGERread-writeThe IPX network number assigned to the interface used to send packets that are destined for this server
ROW ipxServConfigRowStatus1.3.6.1.4.1.173.7.4.3.1.2.1.9RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the ipxServTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
ipxConfigInterface1.3.6.1.4.1.173.7.4.3.2
ipxInterfaceTable1.3.6.1.4.1.173.7.4.3.2.6not-accessibleThe IPX Interface Table
ipxInterfaceEntry1.3.6.1.4.1.173.7.4.3.2.6.1not-accessible
INT ipxInterfaceNumber1.3.6.1.4.1.173.7.4.3.2.6.1.1INTEGERread-onlyThe Interface Number, a sequential number to identify the interface
INT ipxInterfaceBlockedPortFlag1.3.6.1.4.1.173.7.4.3.2.6.1.2INTEGERread-writeThis flag causes the IPX interface to be enabled (N) or disabled (Y) at node IPL. The port will remain in that state until this parameter is changed
INT ipxInterfaceType1.3.6.1.4.1.173.7.4.3.2.6.1.3INTEGERread-writeThe interface type. 802.5 is not valid on FRX4000
INT ipxInterfaceFrameType1.3.6.1.4.1.173.7.4.3.2.6.1.4INTEGERread-writeThe frame type - depends on the interfece type. Valid combinations are: Ethernet, 802.5 - typeII, raw, llc, snap Frame relay, X25 - typeII
INT ipxInterfaceMaxTransUnit1.3.6.1.4.1.173.7.4.3.2.6.1.5INTEGERread-writeMaximum frame size that can be transmitted or received over the IPX interface.: Valid ranges are: Ethernet - (45-1518) 802.5 - (48-4096) Frame relay, X25 - (31-4096)
INT ipxInterfaceNetworkAddress1.3.6.1.4.1.173.7.4.3.2.6.1.6INTEGERread-writeIdentifies the local interface to the Novell Network
INT ipxInterfaceBandwidthAllocGroup1.3.6.1.4.1.173.7.4.3.2.6.1.7INTEGERread-writeAssigns the IPX interface to one of sixteen groups whose parameters regulate bandwidth usage
INT ipxInterfacePortDiagEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.8INTEGERread-writeEnables/Disables the IPX interface's ability to handle Novell diagonistics packets
INT ipxInterfaceNetBIOSEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.9INTEGERread-writeDetermines whether Novell-encapsulated NetBIOS frames received on the interface will be processed
INT ipxInterfaceNetBIOSHops1.3.6.1.4.1.173.7.4.3.2.6.1.10INTEGERread-writeMaximum number of hops allowed for routing a Novell-encapsulated NetBIOS frame
INT ipxInterfacePeriodicRIPEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.11INTEGERread-writeDetermines whether the node will originate periodic IPX Routing Information Protocol messages from this interface to inform the network that the route through this interface is viable
INT ipxInterfacePeriodicRIPTimer1.3.6.1.4.1.173.7.4.3.2.6.1.12INTEGERread-writeThis is the interval between the periodic IPX RIP broadcasts from this interface
INT ipxInterfacePeriodicSAPEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.13INTEGERread-writeDetermines whether the node will originate periodic IPX SAP messages from this interface to inform the network which SAP entries in the routing table are viable
INT ipxInterfacePeriodicSAPTimer1.3.6.1.4.1.173.7.4.3.2.6.1.14INTEGERread-writeThe interval between the periodic SAP broadcasts from this interface
INT ipxInterfaceRIPEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.15INTEGERread-writeDatermines whether this interface will support RIP proceswsing
INT ipxInterfaceRIPAgeTimer1.3.6.1.4.1.173.7.4.3.2.6.1.16INTEGERread-writeThis is used to delete route entries in the routing information table. The timer starts/restarts each time an entry is created/updated. If the timer expires, the router will assume that the entry is no longer valid and the entry will be deleteda from the table
INT ipxInterfaceRIPMaxSize1.3.6.1.4.1.173.7.4.3.2.6.1.17INTEGERread-writeMaximum possible RIP packet size
INT ipxInterfaceSAPEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.18INTEGERread-writeDetermines whether the interface will support SAP or not
INT ipxInterfaceSAPAgeTimer1.3.6.1.4.1.173.7.4.3.2.6.1.19INTEGERread-writeThis is used to delete route entries from the router information table. The timer starts/restars each time an entry is created/updated. If the timer expires, the router will assume that the entry is no longer valid and the entry will be deleted from the table
INT ipxInterfaceTransportTime1.3.6.1.4.1.173.7.4.3.2.6.1.20INTEGERread-writeis the time (in 55 milliseconds unit) that will normally take to forward frames out of interface. Recommmended values are 1 for LAN interfaces and 30 for WAN interfaces. A value of 0 indicates that the back to back frame forwarding is acceptable. This time is used to calculate the least cost path during routing. If IPXWAMN is (Y), Transport time will be overridden by the value calculated by IPXWAN
INT ipxInterfaceSerializationEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.21INTEGERread-writeDetermines whether NetWare file server serialization security frames will be forwarded on the interface. These broadcasts frames are used by Novell to hold informations regarding the licensing of the file server executables
INT ipxInterfaceWatchdogSpoofingEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.22INTEGERread-writeDetermines whether this interface will be used by the local node to respond to (keep alive) messages on behalf of the client workstations. Novell servers periodically issue these messages to all clients to determine whether each client is still alive
INT ipxInterfaceLanCardNumber1.3.6.1.4.1.173.7.4.3.2.6.1.23INTEGERread-writeThe card number installed in an FRX6000. The first or only LAN card installed is always 0, and the second is card 1
INT ipxInterfaceWanEnabled1.3.6.1.4.1.173.7.4.3.2.6.1.24INTEGERread-writeDetermines whether Novell's IPXWAN protocol will be used on the interface. IPXWAN specifies a method for IPX routers to communicate across WAN links. FRX6000 and FRX4000 implement IPXWAN running over RFC 1490-complaint frame relay and RFC1356-complaint X.25
OCT ipxInterfaceSourceSubscriber1.3.6.1.4.1.173.7.4.3.2.6.1.25OCTET STRINGread-writeSubscruber id that defines an IPX interface in the node, by associating itself with port 66 (a number reserved for the IPXinterface) on the RLP that has an IPX installed on it. .. Valid only for type X.25
OCT ipxInterfaceDestinationSubscriber1.3.6.1.4.1.173.7.4.3.2.6.1.26OCTET STRINGread-writeSubscriber ID associated with the physical X.25 port that will be used for the IPX interface . .. Valid only for type X.25
INT ipxInterfaceSVCRetryTimer1.3.6.1.4.1.173.7.4.3.2.6.1.27INTEGERread-writeThe frequency with which calls will be placed to try to establish a connection .. Valid only for type X.25
INT ipxInterfaceSVCIdleTimer1.3.6.1.4.1.173.7.4.3.2.6.1.28INTEGERread-writeis a period that an IPX connection can remain active with no traffic before the connection is cleared. .. Valid only for type X.25
INT ipxInterfaceMaxVC1.3.6.1.4.1.173.7.4.3.2.6.1.29INTEGERread-writeThis specifies a number of virtual circuits over which IPX traffic will be transmitted in parallel. .. Valid only for type X.25
INT ipxInterfacePVCConnection1.3.6.1.4.1.173.7.4.3.2.6.1.30INTEGERread-writeIdentifies this interface as one of a PVC. .. Valid only for type X.25
INT ipxInterfaceSourceCard1.3.6.1.4.1.173.7.4.3.2.6.1.31INTEGERread-writeIdentifies the location of this end of the frame relay IPX interface. .. Valid only for frame relay
INT ipxInterfaceSourcePort1.3.6.1.4.1.173.7.4.3.2.6.1.32INTEGERread-writeIdentifies the location of this end of the frame relay IPX interface. .. Valid only for frame relay
INT ipxInterfaceSourceDLCI1.3.6.1.4.1.173.7.4.3.2.6.1.33INTEGERread-writeIdentifies the location of this end of the frame relay IPX interface. .. Valid only for frame relay
ROW ipxInterfaceRowStatus1.3.6.1.4.1.173.7.4.3.2.6.1.34RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the ipxInterfaceTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
ipxConfigNodeDefault1.3.6.1.4.1.173.7.4.3.3
INT ipxNodeDefaultConfigNetworkAddress1.3.6.1.4.1.173.7.4.3.3.1INTEGERread-writeIdentifies the node to the IPX network
INT ipxNodeDefaultConfigRIPSAPGap1.3.6.1.4.1.173.7.4.3.3.2INTEGERread-writeThe minimum delay between consecutive RIP and SAP transmissions
OCT ipxNodeDefaultConfigRouterName1.3.6.1.4.1.173.7.4.3.3.3OCTET STRINGread-writeAn unique identifier within the IPX network
nlIfIpInterfaces1.3.6.1.4.1.173.7.4.4
nlIfIpTable1.3.6.1.4.1.173.7.4.4.1not-accessibleA Table to define IP interfaces over frame relay, X.25, or LAN (ethernet, 802.3, 802.5).
nlIfIpEntry1.3.6.1.4.1.173.7.4.4.1.1not-accessibleAn IP Interface entry containing objects relating to IP interfaces.
INT nlIfIpInterface1.3.6.1.4.1.173.7.4.4.1.1.1INTEGERread-onlyThe interface number which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this number is NOT the same interface as defined by the same value of ifIndex.
INT nlIfIpMtu1.3.6.1.4.1.173.7.4.4.1.1.2INTEGERread-writeThe maximum size (in bytes) of the data field that can be used to encapsulate an IP datagram for transmission over the interface. If the interface type is LAN based, then the maximum size value cannot exceed 1500.
IP nlIfIpNetworkMask1.3.6.1.4.1.173.7.4.4.1.1.3IpAddressread-writeThe mask used during routing to determine the portion of the address associated with the network.
INT nlIfIpRouteMetric1.3.6.1.4.1.173.7.4.4.1.1.4INTEGERread-writeThe number of network hops (network gateways in the overall path over the internet) associated with this interface.
INT nlIfIpICMPAddRoutes1.3.6.1.4.1.173.7.4.4.1.1.5INTEGERread-writeThe flag which indicates whether IP may add routes obtained by ICMP, whose error and control function is used to send re-direction options back to the source if problems are discovered.
INT nlIfIpRIPDeltaUpdates1.3.6.1.4.1.173.7.4.4.1.1.6INTEGERread-writeThe frequency with which RIP messages will be sent to every neighbor node, containing any changes to the routing table that occurred since the last full update.
INT nlIfIpRIPFullUpdates1.3.6.1.4.1.173.7.4.4.1.1.7INTEGERread-writeThe frequency with which updates of the entire routing table will be sent to every neighbor node, via one or more RIP messages.
INT nlIfIpPriority1.3.6.1.4.1.173.7.4.4.1.1.8INTEGERread-writeThe priority setting for traffic within the node. The higher the number, the higher the priority relative to other intra-nodal traffic.
INT nlIfIpBAG1.3.6.1.4.1.173.7.4.4.1.1.9INTEGERread-writeThe bandwidth allocation group to which this interface is assigned to. This object is only valid when the interface type is frame relay or proprietary virtual.
INT nlIfIpType1.3.6.1.4.1.173.7.4.4.1.1.10INTEGERread-writeThe type of IP interface.
IP nlIfIpSourceAddress1.3.6.1.4.1.173.7.4.4.1.1.11IpAddressread-writeThe IP address of the end-to-end sender.
IP nlIfIpDestAddress1.3.6.1.4.1.173.7.4.4.1.1.12IpAddressread-writeThe IP address of the end-to-end receiver. This object is only valid when the interface type is X.25 or proprietary virtual, or when the interface type is frame relay and the inverse ARP flag indicates disabled.
IP nlIfIpBroadcastAddress1.3.6.1.4.1.173.7.4.4.1.1.13IpAddressread-writeThe IP address that is used to send to all LAN hosts on the network. This object is only valid when the interface type is LAN based.
INT nlIfIpLANCard1.3.6.1.4.1.173.7.4.4.1.1.14INTEGERread-writeThe LAN card that contains the interface. This object is only valid when the interface type is LAN based.
ADR nlIfIpSourceSub1.3.6.1.4.1.173.7.4.4.1.1.15NlSubscriberAddressread-writeThe subscriber ID associated with the source IP interface port. This object is only valid when the interface type is X.25.
ADR nlIfIpDestSub1.3.6.1.4.1.173.7.4.4.1.1.16NlSubscriberAddressread-writeThe subscriber ID associated with the destination IP interface port. This object is only valid when the interface type is X.25.
INT nlIfIpSVCRetryTimer1.3.6.1.4.1.173.7.4.4.1.1.17INTEGERread-writeThe frequency with which calls will be placed to try to establish a connection. This object is only valid when the interface type is X.25.
INT nlIfIpSVCIdleTimer1.3.6.1.4.1.173.7.4.4.1.1.18INTEGERread-writeThe period that an IP connection remains active with no traffic before the connection is cleared. This object is only valid when the interface type is X.25.
INT nlIfIpMaxSVC1.3.6.1.4.1.173.7.4.4.1.1.19INTEGERread-writeThe number of virtual circuits over which IP traffic will be transmitted in parallel. This object is only valid when the interface type is X.25.
INT nlIfIpPVCConnection1.3.6.1.4.1.173.7.4.4.1.1.20INTEGERread-writeThe flag which indicates whether this interface is a PVC. This object is only valid when the interface type is X.25.
INT nlIfIpSourceRlp1.3.6.1.4.1.173.7.4.4.1.1.21INTEGERread-writeThe RLP of the logical interface of this end of the frame relay link. This object is only valid when the interface type is frame relay.
INT nlIfIpSourcePort1.3.6.1.4.1.173.7.4.4.1.1.22INTEGERread-writeThe port of the logical interface of this end of the frame relay link. This object is only valid when the interface type is frame relay.
INT nlIfIpSourceDLCI1.3.6.1.4.1.173.7.4.4.1.1.23INTEGERread-writeThe DLCI of the logical interface of this end of the frame relay link. This object is only valid when the interface type is frame relay.
INT nlIfIpRIPSupport1.3.6.1.4.1.173.7.4.4.1.1.24INTEGERread-writeThe RIP support that is being run on the interface.
INT nlIfIpInverseARP1.3.6.1.4.1.173.7.4.4.1.1.25INTEGERread-writeThe flag which indicates whether inverse ARP is enabled or disabled. This object is only valid when the interface type is frame relay.
INT nlIfIpProxyARP1.3.6.1.4.1.173.7.4.4.1.1.26INTEGERread-writeThe flag which indicates whether proxy ARP is enabled or disabled. This object is only valid when the interface type is LAN based.
INT nlIfIpUnnumberedIf1.3.6.1.4.1.173.7.4.4.1.1.27INTEGERread-writeThe flag which indicates whether this interface is an unnumbered interface (i.e., does not require a specific source IP address). This object is only valid when the interface type is frame relay or X.25.
ROW nlIfIpRowStatus1.3.6.1.4.1.173.7.4.4.1.1.28RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlIfIpTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
nlIfIpSecondaryAddrTable1.3.6.1.4.1.173.7.4.4.2not-accessibleA Table to define secondary IP interfaces on a LAN (ethernet, 802.3, 802.5) interface.
nlIfIpSecondaryAddrEntry1.3.6.1.4.1.173.7.4.4.2.1not-accessibleAn IP Secondary Address entry containing objects relating to IP secondary addresses.
INT nlIfIpSecondaryAddrSequence1.3.6.1.4.1.173.7.4.4.2.1.1INTEGERread-writeThe maximum number of secondary IP addresses that may be configured on an interface.
IP nlIfIpSecondaryAddrNetworkMask1.3.6.1.4.1.173.7.4.4.2.1.2IpAddressread-writeThe mask used during routing to determine the portion of the address associated with the network.
INT nlIfIpSecondaryAddrRouteMetric1.3.6.1.4.1.173.7.4.4.2.1.3INTEGERread-writeThe number of network hops (network gateways in the overall path over the internet) associated with this interface.
IP nlIfIpSecondaryAddrSourceAddress1.3.6.1.4.1.173.7.4.4.2.1.4IpAddressread-writeThe IP address of the end-to-end sender.
IP nlIfIpSecondaryAddrBroadcastAddress1.3.6.1.4.1.173.7.4.4.2.1.5IpAddressread-writeThe IP address that is used to send to all LAN hosts on the network.
INT nlIfIpSecondaryAddrRIPSupport1.3.6.1.4.1.173.7.4.4.2.1.6INTEGERread-writeThe RIP support that is being run on the interface.
ROW nlIfIpSecondaryAddrRowStatus1.3.6.1.4.1.173.7.4.4.2.1.7RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlIfIpSecondaryAddrTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
nlIfVoiceInterfaces1.3.6.1.4.1.173.7.4.5
nlIfVoiceTable1.3.6.1.4.1.173.7.4.5.1not-accessibleA Table to define Voice interfaces over frame relay.
nlIfVoiceEntry1.3.6.1.4.1.173.7.4.5.1.1not-accessibleA Voice Interface entry containing objects relating to the interface that are configurable by the user.
INT nlIfVoiceInterface1.3.6.1.4.1.173.7.4.5.1.1.1INTEGERread-onlyThe interface number which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this number is NOT the same interface as defined by the same value of ifIndex.
INT nlIfVoicePeerNodeType1.3.6.1.4.1.173.7.4.5.1.1.2INTEGERread-writeThe node type for the node at the remote end of the frame relay connection.
INT nlIfVoicePeerNodeNumber1.3.6.1.4.1.173.7.4.5.1.1.3INTEGERread-writeThe node number of the remote device.
INT nlIfVoicePeerNodePort1.3.6.1.4.1.173.7.4.5.1.1.4INTEGERread-writeThe voice port on the remote device.
INT nlIfVoiceLocalNodeNumber1.3.6.1.4.1.173.7.4.5.1.1.5INTEGERread-writeThe node number of the local device.
INT nlIfVoiceLocalNodePort1.3.6.1.4.1.173.7.4.5.1.1.6INTEGERread-writeThe voice port on the local device.
INT nlIfVoiceFrameRelayRlp1.3.6.1.4.1.173.7.4.5.1.1.7INTEGERread-writeThe RLP of the logical interface of this end of the frame relay link.
INT nlIfVoiceFrameRelayPort1.3.6.1.4.1.173.7.4.5.1.1.8INTEGERread-writeThe port of the logical interface of this end of the frame relay link.
INT nlIfVoiceFrameRelayDLCI1.3.6.1.4.1.173.7.4.5.1.1.9INTEGERread-writeThe DLCI of the logical interface of this end of the frame relay link.
INT nlIfVoiceEnableFragment1.3.6.1.4.1.173.7.4.5.1.1.10INTEGERread-write
ROW nlIfVoiceRowStatus1.3.6.1.4.1.173.7.4.5.1.1.11RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the noIfVoiceTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
subscriber1.3.6.1.4.1.173.7.5
nlLocalSubscriberTable1.3.6.1.4.1.173.7.5.1not-accessibleA Table to define each local subscriber.
nlLocalSubscriberEntry1.3.6.1.4.1.173.7.5.1.1not-accessibleA Local Subscriber entry containing objects relating to local subscribers.
ADR nlLocalSubscriberId1.3.6.1.4.1.173.7.5.1.1.1NlSubscriberAddressread-onlyThe Subscriber ID. A valid subscriber ID is a string of numeric digits represented by their ASCII equivalents. The ASCII equivalents of the wildcard characters '*' and '?' are also allowed. A '*' is a wildcard that matches any number of digits, including zero. A '?' is a wildcard that matches any single digit.
STR nlLocalSubscriberName1.3.6.1.4.1.173.7.5.1.1.2DisplayStringread-onlyThe Subscriber name. The subscriber name is not accessible from SNMP, and a blank string is always returned.
INT nlLocalSubscriberAlgorithm1.3.6.1.4.1.173.7.5.1.1.3INTEGERread-writeThe Subscriber routing algorithm. The following 4 types of routing algorithms are supported. 1 - round robin selects ports specified cyclicly in numerical order according to the list of Redirection addresses. If the port is unreachable or congested, the call request is sent to the next port. 2. Alternate Route on Line Failure - selects the first port not in a failed state. If a connection is not made, the call will be cleared even if other ports are available. 3. Alternate Route on Line Busy - selects the first port that has LCN's available (not busy). If a port has failed, the next available port is selected. 4. Least LCN with throughput selects the line with the minumum loading, calculated by weight and number of LCN's in use. If use of a routing algorithm is not desired, accept the default and specify only one routing path.
INT nlLocalSubscriberSystematicRedirect1.3.6.1.4.1.173.7.5.1.1.4INTEGERread-writeSystematic Redirection.
INT nlLocalSubscriberRedirectBusy1.3.6.1.4.1.173.7.5.1.1.5INTEGERread-writeRedirect calls according to Redirection Addresses if the primary subscriber device is busy.
INT nlLocalSubscriberRedirectOO1.3.6.1.4.1.173.7.5.1.1.6INTEGERread-writeRedirect calls according to Redirection Addresses if the primary subscriber device is out of order.
INT nlLocalSubscriberPriority1.3.6.1.4.1.173.7.5.1.1.7INTEGERread-writeAllows setting a priority for traffic within the node.
ROW nlLocalSubscriberRowStatus1.3.6.1.4.1.173.7.5.1.1.8RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlLocalSubscriberTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
nlLocalSubscriberRouteTable1.3.6.1.4.1.173.7.5.2not-accessibleA Table to define local subscriber route paths.
nlLocalSubscriberRouteEntry1.3.6.1.4.1.173.7.5.2.1not-accessibleA Local Subscriber Route entry containing objects relating to local subscriber routes.
INT nlLocalSubscriberRouteIndex1.3.6.1.4.1.173.7.5.2.1.1INTEGERread-onlyRoute path index for a specific subscriber route path.
INT nlLocalSubscriberRouteConf1.3.6.1.4.1.173.7.5.2.1.2INTEGERread-onlyFlag to indicate if the LP/port routing path to the subscriber device is configured or not. This object is read- only. The route is always configured for an entry in the table.
INT nlLocalSubscriberRouteLP1.3.6.1.4.1.173.7.5.2.1.3INTEGERread-writeInstance of the LP that makes up the routing path
INT nlLocalSubscriberRoutePort1.3.6.1.4.1.173.7.5.2.1.4INTEGERread-writeInstance of the port that makes up the routing path
ROW nlLocalSubscriberRouteRowStatus1.3.6.1.4.1.173.7.5.2.1.5RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlLocalSubscriberRouteTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
nlLocalSubscriberRedirTable1.3.6.1.4.1.173.7.5.3not-accessibleA Table to list local subscriber redirection addresses.
nlLocalSubscriberRedirEntry1.3.6.1.4.1.173.7.5.3.1not-accessibleA Local Subscriber Redirection Address entry containing objects relating to local subscriber redirection addresses.
INT nlLocalSubscriberRedirIndex1.3.6.1.4.1.173.7.5.3.1.1INTEGERread-onlyRedirection entry index for a local subscriber.
ADR nlLocalSubscriberRedirAddr1.3.6.1.4.1.173.7.5.3.1.2NlSubscriberAddressread-writeSubscriber redirection address.
ROW nlLocalSubscriberRedirRowStatus1.3.6.1.4.1.173.7.5.3.1.3RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlLocalSubscriberRedirTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
llc21.3.6.1.4.1.173.7.6
nlLlc2HostTable1.3.6.1.4.1.173.7.6.1not-accessibleA Table to define LLC2 host entries.
nlLlc2HostEntry1.3.6.1.4.1.173.7.6.1.1not-accessibleAn LLC2 Host entry containing objects relating to LLC2 hosts.
INT nlLlc2HostIndex1.3.6.1.4.1.173.7.6.1.1.1INTEGERread-onlyLLC2 Host Index
MAC nlLlc2HostMACAddress1.3.6.1.4.1.173.7.6.1.1.2MacAddressread-writeThe LLC2 Host MAC Address.
INT nlLlc2HostSessionType1.3.6.1.4.1.173.7.6.1.1.3INTEGERread-writeThe mode in which the Host is operating
NUM nlLlc2HostT1ReplyTimer1.3.6.1.4.1.173.7.6.1.1.4TimeIntervalread-writeReply Timer used to detect a failure of the Remote node.
NUM nlLlc2HostT2RecvAckTimer1.3.6.1.4.1.173.7.6.1.1.5TimeIntervalread-writeReceive Ack Timer used to delay sending an acknowledgement of a received information LPDU.
NUM nlLlc2HostTiInactivityTimer1.3.6.1.4.1.173.7.6.1.1.6TimeIntervalread-writeTimer used to detect inoperative condition of the remote link station or transmission medium.
INT nlLlc2HostN3NumberLPDUs1.3.6.1.4.1.173.7.6.1.1.7INTEGERread-writeThe number of Information LPDUs that need to be received before an acknowledgement is sent.
INT nlLlc2HostTwNumberOutstanding1.3.6.1.4.1.173.7.6.1.1.8INTEGERread-writeMaximum number of sequentially numbered information LPDUs that can be outstanding at any time.
INT nlLlc2HostN2ExpiredT1LPDUCount1.3.6.1.4.1.173.7.6.1.1.9INTEGERread-writeMaximum number of LPDU retransmissions occur following the expiration of Timer T1.
INT nlLlc2HostPriority1.3.6.1.4.1.173.7.6.1.1.10INTEGERread-writeTraffic priorities within the node.
INT nlLlc2HostBAG1.3.6.1.4.1.173.7.6.1.1.11INTEGERread-onlyBandwidth Allocation group to which the LLC2 Host belongs. This object is read-only. Bandwidth allocation groups do not apply to LLC2 hosts.
ADR nlLlc2HostRoutingSubscriberId1.3.6.1.4.1.173.7.6.1.1.12NlSubscriberAddressread-writeLLC2 hosts Routing Subscriber Id
MAC nlLlc2HostSrcMACAddressMask1.3.6.1.4.1.173.7.6.1.1.13MacAddressread-writeLLC2 Host's Source MAC Address Mask
INT nlLlc2HostAccess1.3.6.1.4.1.173.7.6.1.1.14INTEGERread-onlySpecifies different type(s) of interface(s) that can be used for connections to a terminated host session.
ROW nlLlc2HostRowStatus1.3.6.1.4.1.173.7.6.1.1.15RowStatusread-writeRow status convention for LLC2 Host entry.
INT nlLlc2HostInterface1.3.6.1.4.1.173.7.6.1.1.16INTEGERread-onlyLLC2 interface number associated with this host entry, always 300 for non-FRX7000.
INT nlLlc2HostGroup1.3.6.1.4.1.173.7.6.1.1.17INTEGERread-onlyTraffic group associated with LLC2 interface, always 1 for non-FRX7000.
nlLlc2TermConnectionTable1.3.6.1.4.1.173.7.6.2not-accessibleA Table to describe LLC2 Terminated Host Connections.
nlLlc2TermConnectionEntry1.3.6.1.4.1.173.7.6.2.1not-accessibleAn LLC2 Terminated Host Connection entry containing objects relating to LLC2 terminated host connections.
INT nlLlc2TermConnectionSequence1.3.6.1.4.1.173.7.6.2.1.1INTEGERread-onlyLLC2 Host connection Sequence number
INT nlLlc2TermConnectionHSAP1.3.6.1.4.1.173.7.6.2.1.2INTEGERread-writeService Access point used to connect to the Host
ADR nlLlc2TermConnectionLocalSubscriberId1.3.6.1.4.1.173.7.6.2.1.3NlSubscriberAddressread-writeLLC2 Host Connection's Local Subscriber Id
ADR nlLlc2TermConnectionRemoteSubscriberId1.3.6.1.4.1.173.7.6.2.1.4NlSubscriberAddressread-writeLLC2 Host Connection's Remote Subscriber Id
ROW nlLlc2TermConnectionRowStatus1.3.6.1.4.1.173.7.6.2.1.5RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlLlc2TermConnectionTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
nlLlc2OrigConnectionTable1.3.6.1.4.1.173.7.6.3not-accessibleA Table to describe LLC2 Originated Host Connections.
nlLlc2OrigConnectionEntry1.3.6.1.4.1.173.7.6.3.1not-accessibleAn LLC2 Originated Host Connection entry containing objects relating to LLC2 originated host connections.
INT nlLlc2OrigConnectionSequence1.3.6.1.4.1.173.7.6.3.1.1INTEGERread-onlyLLC2 Host connection Sequence number
INT nlLlc2OrigConnectionHSAP1.3.6.1.4.1.173.7.6.3.1.2INTEGERread-writeService Access point used to connect to the Host
INT nlLlc2OrigConnectionType1.3.6.1.4.1.173.7.6.3.1.3INTEGERread-writeSpecifies Remote subscriber device type
ADR nlLlc2OrigConnectionLocalSubscriberId1.3.6.1.4.1.173.7.6.3.1.4NlSubscriberAddressread-writeLLC2 Host Connection's Local Subscriber Id
ADR nlLlc2OrigConnectionRemoteSubscriberId1.3.6.1.4.1.173.7.6.3.1.5NlSubscriberAddressread-writeLLC2 Host Connection's Remote Subscriber Id
INT nlLlc2OrigConnectionIDBLK1.3.6.1.4.1.173.7.6.3.1.6INTEGERread-onlyThis field is obsolete
INT nlLlc2OrigConnectionIDNUM1.3.6.1.4.1.173.7.6.3.1.7INTEGERread-onlyThis field is obsolete
INT nlLlc2OrigConnectionMAXDATA1.3.6.1.4.1.173.7.6.3.1.8INTEGERread-onlyThis field is obsolete
INT nlLlc2OrigConnectionMAXIN1.3.6.1.4.1.173.7.6.3.1.9INTEGERread-onlyThis field is obsolete
ROW nlLlc2OrigConnectionRowStatus1.3.6.1.4.1.173.7.6.3.1.10RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the nlLlc2OrigConnectionTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
INT nlLlc2NextHostNumber1.3.6.1.4.1.173.7.6.4INTEGERread-onlyThe host number to be used for the next created host record, always 1 on non-FRX7000.
status1.3.6.1.4.1.173.7.7
pinStatusTable1.3.6.1.4.1.173.7.7.4not-accessibleA Table to describe the status of each pin on a physical port. This table is indexed by RLP and Port
portPinEntry1.3.6.1.4.1.173.7.7.4.1not-accessibleA port pin entry containing objects relating to ports.
INT portPinRlp1.3.6.1.4.1.173.7.7.4.1.1INTEGERread-onlyThe RLP number on the node
INT portPinPort1.3.6.1.4.1.173.7.7.4.1.2INTEGERread-onlyThe Port number on the RLP. Port numbers 0-7 are known to be physical ports.
OCT portPinStatus1.3.6.1.4.1.173.7.7.4.1.3OCTET STRINGread-onlyThe status of all pins for this physical port. There is one octet value for each of the pins. Each octet value is defined as follows: 00 = unknown 01 = active 02 = inactive 03 = unused
statistics1.3.6.1.4.1.173.7.8
statGroup1.3.6.1.4.1.173.7.8.1
rlpStatsTable1.3.6.1.4.1.173.7.8.1.2not-accessibleA Table to describe Statistics on each RLP
rlpStatsEntry1.3.6.1.4.1.173.7.8.1.2.1not-accessibleAn RLP statistics entry containing objects relating to RLP statistics.
INT rlpStatsIndex1.3.6.1.4.1.173.7.8.1.2.1.1INTEGERread-onlyThe RLP number
CTR rlpStatsQMessages1.3.6.1.4.1.173.7.8.1.2.1.2Counterread-onlyThe number of frames queued on the RLP
CTR rlpStatsUsedBuffers1.3.6.1.4.1.173.7.8.1.2.1.3Counterread-onlyThe percentage of total buffers available being used at the moment of inquiry
CTR rlpStatsInFrames1.3.6.1.4.1.173.7.8.1.2.1.4Counterread-onlyThe number of frames received.
CTR rlpStatsOutFrames1.3.6.1.4.1.173.7.8.1.2.1.5Counterread-onlyThe number of frames transmitted.
CTR rlpStatsFrameRejects1.3.6.1.4.1.173.7.8.1.2.1.6Counterread-onlyThe number of frames rejected.
CTR rlpStatsFrameRetransmits1.3.6.1.4.1.173.7.8.1.2.1.7Counterread-onlyThe number of frames retransmitted . If this value is consistently greater than zero and there are no other problems, then increase the retransmission parameter.
portStatsTable1.3.6.1.4.1.173.7.8.1.3not-accessibleA Table to describe Statistics on each RLP
portStatsEntry1.3.6.1.4.1.173.7.8.1.3.1not-accessibleA port statistics entry containing objects relating to port statistics.
INT portStatsRlpIndex1.3.6.1.4.1.173.7.8.1.3.1.1INTEGERread-onlyThe RLP number
INT portStatsIndex1.3.6.1.4.1.173.7.8.1.3.1.2INTEGERread-onlyThe Port number
CTR portStatsInFrames1.3.6.1.4.1.173.7.8.1.3.1.3Counterread-onlyThe number of frames received.
CTR portStatsOutFrames1.3.6.1.4.1.173.7.8.1.3.1.4Counterread-onlyThe number of frames transmitted.
CTR portStatsFrameRetrans1.3.6.1.4.1.173.7.8.1.3.1.5Counterread-onlyThe number of frames retransmitted.
CTR portStatsFCSErrors1.3.6.1.4.1.173.7.8.1.3.1.6Counterread-onlyThe number of Frame Check Sequence (FCS) errors. A value consistently greater than zero indicates line probelms.
CTR portStatsLogicalRejects1.3.6.1.4.1.173.7.8.1.3.1.7Counterread-onlyThe sum of Rejects and Frame Rejects. A value consistently greater than zero indicates line probelms.
CTR portStatsInPercentUtils1.3.6.1.4.1.173.7.8.1.3.1.8Counterread-onlyThe ratio of non-flag characters to total characters being received by the port.
CTR portStatsOutPercentUtils1.3.6.1.4.1.173.7.8.1.3.1.9Counterread-onlyThe ration of non-flag characters to total characters being transmitted by the port.
statFrame1.3.6.1.4.1.173.7.8.1.4
frStatsTable1.3.6.1.4.1.173.7.8.1.4.1not-accessibleA Table to describe Frame Relay Frame Level Statistics on each Port
frStatsEntry1.3.6.1.4.1.173.7.8.1.4.1.1not-accessibleA frame relay port statistics entry containing objects relating to frame relay port statistics.
INT frStatsRlpIndex1.3.6.1.4.1.173.7.8.1.4.1.1.1INTEGERread-onlyThe RLP Number.
INT frStatsPortIndex1.3.6.1.4.1.173.7.8.1.4.1.1.2INTEGERread-onlyThe Port number.
CTR frStatsTxDEFrames1.3.6.1.4.1.173.7.8.1.4.1.1.3Counterread-onlyThe number of frames transmitted on the port with the Discard Eligibility bit set.
CTR frStatsRxDEFrames1.3.6.1.4.1.173.7.8.1.4.1.1.4Counterread-onlyThe number of frames received on the port with the discard eligibility bit set.
CTR frStatsTxFECNFrames1.3.6.1.4.1.173.7.8.1.4.1.1.5Counterread-onlyThe of number of frames transmitted on the port with FECN.
CTR frStatsRxFECNFrames1.3.6.1.4.1.173.7.8.1.4.1.1.6Counterread-onlyThe number of frames received on the port with FECN.
CTR frStatsTxBECNFrames1.3.6.1.4.1.173.7.8.1.4.1.1.7Counterread-onlyThe number of frames transmitted on the port with BECN.
CTR frStatsRxBECNFrames1.3.6.1.4.1.173.7.8.1.4.1.1.8Counterread-onlyThe number of frames received on the port with BECN.
CTR frStatsTxLMIFrames1.3.6.1.4.1.173.7.8.1.4.1.1.9Counterread-onlyThe number of LMI frames transmitted on the port.
CTR frStatsRxLMIFrames1.3.6.1.4.1.173.7.8.1.4.1.1.10Counterread-onlyThe number of LMI frames received on the port.
CTR frStatsTxANXDFrames1.3.6.1.4.1.173.7.8.1.4.1.1.11Counterread-onlyThe number of AnnexD frames transmitted on the port
CTR frStatsRxANXDFrames1.3.6.1.4.1.173.7.8.1.4.1.1.12Counterread-onlyThe number of AnnexD frames received on the port
CTR frStatsTotDiscFrames1.3.6.1.4.1.173.7.8.1.4.1.1.13Counterread-onlyThe total number of discarded frames on the port.
x25TxStatsTable1.3.6.1.4.1.173.7.8.1.4.2not-accessibleA Table to describe X25 Frame Level Txmit Statistics on each Port
x25TxStatsEntry1.3.6.1.4.1.173.7.8.1.4.2.1not-accessibleAn X25 frame level transmit statistics entry containing objects relating to x25 frame level transmit statistics.
INT x25TxRlpIndex1.3.6.1.4.1.173.7.8.1.4.2.1.1INTEGERread-onlyThe RLP Number.
INT x25TxPortIndex1.3.6.1.4.1.173.7.8.1.4.2.1.2INTEGERread-onlyThe Port number.
CTR x25TxSABMFrames1.3.6.1.4.1.173.7.8.1.4.2.1.3Counterread-onlyThe number of SABM's transmitted on the port.
CTR x25TxUAFrames1.3.6.1.4.1.173.7.8.1.4.2.1.4Counterread-onlyThe number of UA Frames transmitted on the port.
CTR x25TxDISCFrames1.3.6.1.4.1.173.7.8.1.4.2.1.5Counterread-onlyThe number of DISC Frames transmitted on the port.
CTR x25TxDMFrames1.3.6.1.4.1.173.7.8.1.4.2.1.6Counterread-onlyThe number of DM frames transmitted on the port.
CTR x25TxFRMRFrames1.3.6.1.4.1.173.7.8.1.4.2.1.7Counterread-onlyThe of Number of FRMR frames transmitted on the port.
CTR x25TxREJFrames1.3.6.1.4.1.173.7.8.1.4.2.1.8Counterread-onlyThe number of Reject Frames transmitted on the port.
CTR x25TxRRFrames1.3.6.1.4.1.173.7.8.1.4.2.1.9Counterread-onlyThe number of RR frames transmitted on the port.
CTR x25TxRNRFrames1.3.6.1.4.1.173.7.8.1.4.2.1.10Counterread-onlyThe number of RNR Frames transmitted on the port.
CTR x25TxINFOFrames1.3.6.1.4.1.173.7.8.1.4.2.1.11Counterread-onlyThe number of INFO Frames transmitted on the port
x25RxStatsTable1.3.6.1.4.1.173.7.8.1.4.3not-accessibleA Table to describe X25 Frame Level Rxmit Statistics on each Port
x25RxStatsEntry1.3.6.1.4.1.173.7.8.1.4.3.1not-accessibleAn X25 frame level receive statistics entry containing objects relating to x25 frame level receive statistics.
INT x25RxRlpIndex1.3.6.1.4.1.173.7.8.1.4.3.1.1INTEGERread-onlyThe RLP Number.
INT x25RxPortIndex1.3.6.1.4.1.173.7.8.1.4.3.1.2INTEGERread-onlyThe Port number.
CTR x25RxSABMFrames1.3.6.1.4.1.173.7.8.1.4.3.1.3Counterread-onlyThe number of SABM's received on the port.
CTR x25RxUAFrames1.3.6.1.4.1.173.7.8.1.4.3.1.4Counterread-onlyThe number of UA Frames received on the port.
CTR x25RxDISCFrames1.3.6.1.4.1.173.7.8.1.4.3.1.5Counterread-onlyThe number of DISC Frames received on the port.
CTR x25RxDMFrames1.3.6.1.4.1.173.7.8.1.4.3.1.6Counterread-onlyThe number of DM frames received on the port.
CTR x25RxFRMRFrames1.3.6.1.4.1.173.7.8.1.4.3.1.7Counterread-onlyThe of Number of FRMR frames received on the port.
CTR x25RxREJFrames1.3.6.1.4.1.173.7.8.1.4.3.1.8Counterread-onlyThe number of Reject Frames received on the port.
CTR x25RxRRFrames1.3.6.1.4.1.173.7.8.1.4.3.1.9Counterread-onlyThe number of RR frames received on the port.
CTR x25RxRNRFrames1.3.6.1.4.1.173.7.8.1.4.3.1.10Counterread-onlyThe number of RNR Frames received on the port.
CTR x25RxINFOFrames1.3.6.1.4.1.173.7.8.1.4.3.1.11Counterread-onlyThe number of INFO Frames received on the port
statBag1.3.6.1.4.1.173.7.8.1.5
statIp1.3.6.1.4.1.173.7.8.1.6
statT11.3.6.1.4.1.173.7.8.1.7
t1StatsTable1.3.6.1.4.1.173.7.8.1.7.1not-accessibleA Table to describe T1 Statistics.
t1StatsEntry1.3.6.1.4.1.173.7.8.1.7.1.1not-accessibleA T1 port statistics entry containing objects relating to T1 port statistics.
INT t1StatsRlpIndex1.3.6.1.4.1.173.7.8.1.7.1.1.1INTEGERread-onlyThe RLP Number.
INT t1StatsPortIndex1.3.6.1.4.1.173.7.8.1.7.1.1.2INTEGERread-onlyThe Port Number.
CTR t1StatsRcvFrames1.3.6.1.4.1.173.7.8.1.7.1.1.3Counterread-onlyTotal received frames.
CTR t1StatsXmitFrames1.3.6.1.4.1.173.7.8.1.7.1.1.4Counterread-onlyTotal transmitted frames.
CTR t1StatsLCVCnt1.3.6.1.4.1.173.7.8.1.7.1.1.5Counterread-onlyLine code violation count.
CTR t1StatsPCVRErrs1.3.6.1.4.1.173.7.8.1.7.1.1.6Counterread-onlyPCVR Bit error count.
CTR t1StatsOOSCnt1.3.6.1.4.1.173.7.8.1.7.1.1.7Counterread-onlyMultiframe out of sync count.
CTR t1StatsBlueAlarms1.3.6.1.4.1.173.7.8.1.7.1.1.8Counterread-onlyBlue alarm count.
CTR t1StatsYellowAlarms1.3.6.1.4.1.173.7.8.1.7.1.1.9Counterread-onlyYellow alarm count.
CTR t1StatsRedAlarms1.3.6.1.4.1.173.7.8.1.7.1.1.10Counterread-onlyRed alarm count.
CTR t1StatsRcvUsage1.3.6.1.4.1.173.7.8.1.7.1.1.11Counterread-onlyReceive port utilization.
CTR t1StatsXmitUsage1.3.6.1.4.1.173.7.8.1.7.1.1.12Counterread-onlyTransmit port utilization.
CTR t1StatsXmitAbortFrames1.3.6.1.4.1.173.7.8.1.7.1.1.13Counterread-onlyTotal aborted transmit frames.
CTR t1StatsRcvAbortFrames1.3.6.1.4.1.173.7.8.1.7.1.1.14Counterread-onlyTotal aborted receive frames.
CTR t1StatsRcvOverruns1.3.6.1.4.1.173.7.8.1.7.1.1.15Counterread-onlyTotal receive overruns.
CTR t1StatsRcvErrors1.3.6.1.4.1.173.7.8.1.7.1.1.16Counterread-onlyTotal bad receives.
CTR t1StatsRcvChannelErrors1.3.6.1.4.1.173.7.8.1.7.1.1.17Counterread-onlyTotal bad receives.
statDS0A1.3.6.1.4.1.173.7.8.1.8
ds0aStatsTable1.3.6.1.4.1.173.7.8.1.8.1not-accessibleA Table to describe DS0A Statistics.
ds0aStatsEntry1.3.6.1.4.1.173.7.8.1.8.1.1not-accessibleA DS0A port statistics entry containing objects relating to DS0A port statistics.
INT ds0aStatsRlpIndex1.3.6.1.4.1.173.7.8.1.8.1.1.1INTEGERread-onlyThe RLP Number.
INT ds0aStatsPortIndex1.3.6.1.4.1.173.7.8.1.8.1.1.2INTEGERread-onlyThe Port Number.
INT ds0aStatsChannelIndex1.3.6.1.4.1.173.7.8.1.8.1.1.3INTEGERread-onlyThe Channel Number.
CTR ds0aStatsXmitFrames1.3.6.1.4.1.173.7.8.1.8.1.1.4Counterread-onlyTotal transmitted frames.
CTR ds0aStatsRcvFrames1.3.6.1.4.1.173.7.8.1.8.1.1.5Counterread-onlyTotal received frames.
CTR ds0aStatsRcvAbortFrames1.3.6.1.4.1.173.7.8.1.8.1.1.6Counterread-onlyTotal receive aborted frames.
CTR ds0aStatsRcvOverruns1.3.6.1.4.1.173.7.8.1.8.1.1.7Counterread-onlyTotal receive overruns.
CTR ds0aStatsRcvErrors1.3.6.1.4.1.173.7.8.1.8.1.1.8Counterread-onlyTotal receive errors.
statVoice1.3.6.1.4.1.173.7.8.1.9
voiceStatsTable1.3.6.1.4.1.173.7.8.1.9.1not-accessibleA Table to describe Voice over Frame Relay Statistics.
voiceStatsEntry1.3.6.1.4.1.173.7.8.1.9.1.1not-accessibleA voice port statistics entry containing objects relating to voice port statistics.
INT voiceStatsRlpIndex1.3.6.1.4.1.173.7.8.1.9.1.1.1INTEGERread-onlyThe RLP Number.
INT voiceStatsPortIndex1.3.6.1.4.1.173.7.8.1.9.1.1.2INTEGERread-onlyThe Port Number.
CTR voiceStatsRxCalls1.3.6.1.4.1.173.7.8.1.9.1.1.3Counterread-onlyThe Number of Calls Received from the Network.
CTR voiceStatsTxCalls1.3.6.1.4.1.173.7.8.1.9.1.1.4Counterread-onlyThe Number of Calls Transmitted to the Network.
CTR voiceStatsRxCallsAccepts1.3.6.1.4.1.173.7.8.1.9.1.1.5Counterread-onlyThe Number of Call Accepts Received from the Network.
CTR voiceStatsTxCallsAccepts1.3.6.1.4.1.173.7.8.1.9.1.1.6Counterread-onlyThe Number of Call Accepts Transmitted to the Network.
CTR voiceStatsRxClears1.3.6.1.4.1.173.7.8.1.9.1.1.7Counterread-onlyThe Number of Call Receives cleared.
CTR voiceStatsTxClears1.3.6.1.4.1.173.7.8.1.9.1.1.8Counterread-onlyThe Number of Call Transmitts cleared.
CTR voiceStatsBusyCalls1.3.6.1.4.1.173.7.8.1.9.1.1.9Counterread-onlyThe Number of calls which received Busy indication.
CTR voiceStatsCallTimeouts1.3.6.1.4.1.173.7.8.1.9.1.1.10Counterread-onlyThe Number of calls which transmitted time-out to the network.
CTR voiceStatsRxCongestions1.3.6.1.4.1.173.7.8.1.9.1.1.11Counterread-onlyThe number of congestion management frames Received.
CTR voiceStatsTxCongestions1.3.6.1.4.1.173.7.8.1.9.1.1.12Counterread-onlyThe number of congestion management frames Transmitted.
statThresh1.3.6.1.4.1.173.7.8.2
rlpThreshTable1.3.6.1.4.1.173.7.8.2.1not-accessibleA Table to describe Statistic thresholds on each RLP
rlpThreshEntry1.3.6.1.4.1.173.7.8.2.1.1not-accessibleAn RLP statistics threshold entry containing objects relating to RLP statistics thresholds.
INT rlpThreshRlpIndex1.3.6.1.4.1.173.7.8.2.1.1.1INTEGERread-onlyThe RLP Number.
INT rlpThreshPercntBufInUse1.3.6.1.4.1.173.7.8.2.1.1.2INTEGERread-onlyThe threshold for Percent of Buffers in use on the RLP
INT rlpThreshMsgQueueLen1.3.6.1.4.1.173.7.8.2.1.1.3INTEGERread-onlyThe threshold for Percent of Buffers in use on the RLP
INT rlpThreshRxFramesPerSec1.3.6.1.4.1.173.7.8.2.1.1.4INTEGERread-onlyThe threshold for Rcvd frames per second on the RLP
INT rlpThreshTxFramesPerSec1.3.6.1.4.1.173.7.8.2.1.1.5INTEGERread-onlyThe threshold for Txmitted frames per second on the RLP
INT rlpThreshRejFramesPerSec1.3.6.1.4.1.173.7.8.2.1.1.6INTEGERread-onlyThe threshold for Rejected Frames per second on the RLP
INT rlpThreshRtxFramesPerSec1.3.6.1.4.1.173.7.8.2.1.1.7INTEGERread-onlyThe threshold for Retransmitted frames per second on the RLP
portThreshTable1.3.6.1.4.1.173.7.8.2.2not-accessibleA Table to describe Statistic thresholds on each port
portThreshEntry1.3.6.1.4.1.173.7.8.2.2.1not-accessibleA port statistics threshold entry containing objects relating to port statistics thresholds.
INT portThreshRlpIndex1.3.6.1.4.1.173.7.8.2.2.1.1INTEGERread-onlyThe RLP Number.
INT portThreshIndex1.3.6.1.4.1.173.7.8.2.2.1.2INTEGERread-onlyThe Port Number.
INT portThreshRxFramesPerSec1.3.6.1.4.1.173.7.8.2.2.1.3INTEGERread-onlyThe threshold for Rcvd frames per second on the port.
INT portThreshTxFramesPerSec1.3.6.1.4.1.173.7.8.2.2.1.4INTEGERread-onlyThe threshold for Txmitted frames per second on the port.
INT portThreshRtxFramesPerSec1.3.6.1.4.1.173.7.8.2.2.1.5INTEGERread-onlyThe threshold for Retransmitted frames per second on the port.
INT portThreshFCSErrPerSec1.3.6.1.4.1.173.7.8.2.2.1.6INTEGERread-onlyThe threshold for FCS errors per second on the port.
INT portThreshLogRejPerSec1.3.6.1.4.1.173.7.8.2.2.1.7INTEGERread-onlyThe threshold for Logical Rejects per second on the port.
INT portThreshTxErrorRatio1.3.6.1.4.1.173.7.8.2.2.1.8INTEGERread-onlyThe threshold for Txmit error ratio on the port.
INT portThreshRxErrorRatio1.3.6.1.4.1.173.7.8.2.2.1.9INTEGERread-onlyThe threshold for Rcv error ratio on the port.
INT portThreshTxPercentUtl1.3.6.1.4.1.173.7.8.2.2.1.10INTEGERread-onlyThe threshold for Txmit percent utilization on the port.
INT portThreshRxPercentUtl1.3.6.1.4.1.173.7.8.2.2.1.11INTEGERread-onlyThe threshold for Rcv percent utilization on the port.
bridge1.3.6.1.4.1.173.7.9
INT bridgeAdminVirtualLANID1.3.6.1.4.1.173.7.9.1INTEGERread-writeLAN id inserted into token ring RIF field representing internal virtual ring, for LLC2 or bridged traffic
INT bridgeOperVirtualLANID1.3.6.1.4.1.173.7.9.2INTEGERread-onlyLAN id inserted into token ring RIF field representing internal virtual ring, for LLC2 or bridged traffic
INT bridgeEnabled1.3.6.1.4.1.173.7.9.3INTEGERread-writeWhen yes the spanning tree algorithm is in effect and all traffic types may be bridged. When no only llc/2 terminated traffic is allowed on bridge interfaces.
INT bridgeMaxSizeForwardingTable1.3.6.1.4.1.173.7.9.4INTEGERread-writeNumber of entries allowed in the bridge forwarding table
INT bridgeIPEnabled1.3.6.1.4.1.173.7.9.5INTEGERread-writeWhen yes, and BRIDGING ENABLED, IP traffic will be bridged, otherwise IP traffic will be routed.
INT bridgeIPXEnabled1.3.6.1.4.1.173.7.9.6INTEGERread-writeWhen yes, and BRIDGING ENABLED, IPX traffic will be bridged, otherwise IPX traffic will be routed.
INT bridgeAdminSRBID1.3.6.1.4.1.173.7.9.7INTEGERread-writebridge ID to be inserted into token ring RIF field, this bridge
INT bridgeOperSRBID1.3.6.1.4.1.173.7.9.8INTEGERread-onlybridge ID to be inserted into token ring RIF field, this bridge
INT bridgeDefaultEthernetFrameType1.3.6.1.4.1.173.7.9.9INTEGERread-writedefault frame type to be used when forwarding traffic on ethernet interfaces.
ipNl1.3.6.1.4.1.173.7.11
INT nlIpDefaultRIPVersion1.3.6.1.4.1.173.7.11.1INTEGERread-writeThe version of RIP that will be used by IP.
voice1.3.6.1.4.1.173.7.12
INT voiceSystemVoiceNodeNum1.3.6.1.4.1.173.7.12.1INTEGERread-writeThe number that identifies this node.
INT voiceSystemRingVolFreq1.3.6.1.4.1.173.7.12.2INTEGERread-writeThe frequency and voltage of the telephone ring circuit. In two wire OPX mode, the node provides ring voltage to the telephone when it is called by a remote unit.
INT voiceSystemCountryCode1.3.6.1.4.1.173.7.12.3INTEGERread-writeThe telephone dialing prefix code that identifies the country in which the node is installed.
INT voiceSystemDialDigits1.3.6.1.4.1.173.7.12.4INTEGERread-writeThe number of digits that will be used in the speed dialing scheme, as well as the number of digits one can specify for the Auto Dial feature. This requires rebooting for the change to take effect.
INT voiceSystemVoiceRatesMin1.3.6.1.4.1.173.7.12.5INTEGERread-writeThe minimum operating rate of all voice channels when congestion occurs.
INT voiceSystemVoiceRatesMax1.3.6.1.4.1.173.7.12.6INTEGERread-writeThe maximum operating digitization rate of all voice channels when there is no congestion.
INT voiceSystemExtDialDigits1.3.6.1.4.1.173.7.12.7INTEGERread-writeThe number of extended dial digits that can be defined in the speed map table and/or entered by the user of attached equipment as part of a dial string. This requires rebooting for the change to take effect.
voiceSpeedDialTable1.3.6.1.4.1.173.7.12.8not-accessibleA list of speed-dial numbers.
voiceSpeedDialEntry1.3.6.1.4.1.173.7.12.8.1not-accessibleA Voice Speed Dial entry containing objects relating to the speed-dial number that are configurable by the user.
OCT voiceSpeedDialDigits1.3.6.1.4.1.173.7.12.8.1.1OCTET STRINGread-onlyThe speed-dial number. A question mark wildcard can be used for any digit, and an asterisk wildcard can be used for any number of digits.
OCT voiceSpeedDialLongDialMap1.3.6.1.4.1.173.7.12.8.1.2OCTET STRINGread-writeThe number for which the speed-dial number is a shortcut.
OCT voiceSpeedDialExtDialStr1.3.6.1.4.1.173.7.12.8.1.3OCTET STRINGread-writeThe extended set of digits that will be forwarded with the call if portVoiceOperExtDigitsSource in the physical port record is set to Map.
ROW voiceSpeedDialRowStatus1.3.6.1.4.1.173.7.12.8.1.4RowStatusread-writeThis variable is used to manage the creation and deletion of conceptual rows in the voiceSpeedDialTable and follows the SNMPv2 RowStatus conventions by supporting the following values: - `active', which indicates that the conceptual row is available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row does not exist. - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists. - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.

RFC description

Manages Frame Relay switching, X.25 routing, and SDLC link station configurations for Netlink and Cabletron FRX series switches.

Start monitoring NetLink protocol converter (legacy SNA/SDLC gateway) 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 NETLINK-SPECIFIC-MIB