RETIX-RX7000-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
1144
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
1144 total| Object Name |
|---|
retix OBJECT IDENTIFIER .1.3.6.1.4.1.72 |
RFC1155-SMI are declared as having -- -- SIZE .1.3.6.1.4.1.72 |
rx7000 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14 |
station OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.1 |
stationTimeThis is the current time as perceived by the station. The string
returned is a subset of the UTC Time as specified in the Draft
Recommendation X.409 Message Handling Systems : Presentation
Transfer SYNTAX and Notation (ASN.1).
The formats acceptable when the time is being set are :
1. 11 Octets
YYMMDDhhmmZ and
2. 13 Octets
YYMMDDhhmmssZ
Where YY are the two digits representing the year,
MM are the two digits representing the month,
DD are the two digits representing the day,
hh are the two digits representing the hour,
mm are the two digits representing the minute,
ss are the two digits representing the second,
Z is the ASCII character 'Z'.
The time returned by the station in response to a Get or GetNext
request will always be the 13 octet variant.
It should be noted that changing this object also changes the
value of timestamp objects and the value of objects which return
a time-since-an-event-occurred value. Thus, if the stationTime
is altered the validity of time dependent objects cannot be
guaranteed.rw DisplayString .1.3.6.1.4.1.72.14.1.1 |
stationActionOnNextResetThis object is used to configure the action to be taken the next
time the station is reset. If this object has a value of
coldStart(1) then the station will re-initalize itself such that
the factory default configuration is loaded from memory.
If this object is configured to warmStart(2) then upon the next
reset the station will initialize with the same configuration,
however the statistics counters and other statistics may have been
reinitialized.rw Enumeration .1.3.6.1.4.1.72.14.1.2 |
stationResetThis parameter is used to reset the station. The type of reset
which occurs is dependent on the value of the
stationActionOnNextReset object (station.2). The reset occurs
a predefined time after the SetRequest in order that a response
may be sent.
Only the value reset(1) is valid for the Set operation,
all other values will cause the generation of a badValue error.
A value of noAction(2) is always returned in response to a
GetRequest on this object.rw Enumeration .1.3.6.1.4.1.72.14.1.3 |
stationSwRevisionThis string identifies the current system software revision.
The maximum length of the returned string is 16 characters.
The returned string is in ASCII format.ro DisplayString .1.3.6.1.4.1.72.14.1.4 |
stationHwRevisionThis number identifies the current system hardware revision.ro INTEGER .1.3.6.1.4.1.72.14.1.5 |
stationChassisTypeThis number identifies the chassis type of this system.ro Enumeration .1.3.6.1.4.1.72.14.1.6 |
stationLEDIndicationThis is a number which returns an interpretation of the state of
the LEDs on the front panel of the chassis. A value of error(2)
indicates that the unit has encountered some error condition.
could be one of a tempreature overheat, a software failure or a
diagnostic error.ro Enumeration .1.3.6.1.4.1.72.14.1.7 |
stationFreePFlashThis is the number of free bytes remaining in Parameter Flash
memory. This value can vary depending on the use of the device,
as it changes as you configure the device.ro INTEGER .1.3.6.1.4.1.72.14.1.8 |
stationFreeFlashThis is the number of bytes which remain free in Code Flash memory,
this is the memory used to store the code image. This figure will
be fixed between each reload of software to the device.ro INTEGER .1.3.6.1.4.1.72.14.1.9 |
stationProcessorLoadingThis is a measure of the loading on the RMP's processor. The
processor loading is expressed as a percentage. The higher the
value the greater the loading on the processor.ro INTEGER .1.3.6.1.4.1.72.14.1.10 |
stationBufBytesAvailableThe value of this object indicates the number of bytes remaining
on the RMP for use in buffer allocation. It is the total number
of bytes which remain after all the RMP's software has
been loaded.ro INTEGER .1.3.6.1.4.1.72.14.1.11 |
stationBufNumOfFreeSmlBufsThe value of this object indicates the number of free small
buffers which remain unused by the RMP.ro INTEGER .1.3.6.1.4.1.72.14.1.12 |
stationBufNumOfFreeMedBufsThe value of this object indicates the number of free medium
buffers which remain unused by the RMP.ro INTEGER .1.3.6.1.4.1.72.14.1.13 |
stationBufNumOfFreeLgeBufsThe value of this object indicates the number of free large
buffers which remain unused by the RMP.ro INTEGER .1.3.6.1.4.1.72.14.1.14 |
stationBufNumOfSmlBufsThis is the total number of free small buffers available
at the start of day or after a reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.1.15 |
stationBufNumOfMedBufsThis is the total number of free medium buffers available
at the start of day or after a reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.1.16 |
stationBufNumOfLgeBufsThis is the total number of free large buffers available
at the start of day or after a reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.1.17 |
stationSlotTableA table of status and configuration parameters for the
processors in each slot. SEQUENCE OF StnSlotEntry .1.3.6.1.4.1.72.14.1.18 |
stnSlotEntryThis is an entry in the station Slot Entry Table. StnSlotEntry .1.3.6.1.4.1.72.14.1.18.1 |
stnSlotIndexThe value of this index uniquely identifies the Slot to which
this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.1.18.1.1 |
stnSlotTypeThis parameter indicates the type of processing card present in
a slot. It returns empty when no FP is present.ro Enumeration .1.3.6.1.4.1.72.14.1.18.1.2 |
stnSlotOperStateThis object indicates the current status of the particular
processing card.ro Enumeration .1.3.6.1.4.1.72.14.1.18.1.3 |
stnSlotDesiredStateThis object is used to alter the state of the processing card and
display the current state.
When the user wishes to run continuous tests on a particular
processing card the testing(2) state is used.
If testing is complete and the users wishes to bring the card back
on-line then a set with a value of operational(3) is made on this
object.
The partitioned(7) state is used to take a particular processing
card off-line.
This object can only be set with values of testing(1),
operational(2), partitioned(7) and empty(8).rw Enumeration .1.3.6.1.4.1.72.14.1.18.1.4 |
stnSlotProcessorLoadingThis is a measure of the percentage loading on an FP's processor.
The higher the value the greater the loading on the processor.ro INTEGER .1.3.6.1.4.1.72.14.1.18.1.5 |
stationSlotBufferTableThis table contains configuration and statistic parameters for
the buffers used by each forwarding processor card. SEQUENCE OF StnSlotBufEntry .1.3.6.1.4.1.72.14.1.19 |
stnSlotBufEntryThis is an entry in the station Slot Buffer Entry Table. StnSlotBufEntry .1.3.6.1.4.1.72.14.1.19.1 |
stnSlotBufIndexThe value of this index uniquely identifies the Slot to which
this entry is applicable. This identifies the FP to which this
entry pertains.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.1 |
stnSlotBufBytesAvailableThe value of this object indicates the number of bytes remaining
on this card for use in buffer allocation. It is the total number
of bytes which remain after all the processing card's software has
been loaded.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.2 |
stnSlotBufNumOfFreeSmlBufsThe value of this object indicates the number of free small
buffers which remain unused by this processing card.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.3 |
stnSlotBufNumOfFreeMedBufsThe value of this object indicates the number of free medium
buffers which remain unused by this processing card.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.4 |
stnSlotBufNumOfFreeLgeBufsThe value of this object indicates the number of free large
buffers which remain unused by this processing card.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.5 |
stnSlotBufNumOfSmlBufsThis is the total number of free small buffers available
at the start of day or after a reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.6 |
stnSlotBufNumOfMedBufsThis is the total number of free medium buffers available
at the start of day or after a reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.7 |
stnSlotBufNumOfLgeBufsThis is the total number of free large buffers available
at the start of day or after a reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.8 |
stnSlotHeapBytesFreeThis is the total number of free (unallocated) bytes available
in this FP's heap space.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.9 |
stnSlotHeapBytesUsedThis is the total number of used (allocated) bytes in this
FP's heap space.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.10 |
stnSlotBufSizeOfSmlBufsThe value of this object indicates the size of small
buffers used by this processing card.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.11 |
stnSlotBufSizeOfMedBufsThe value of this object indicates the size of medium
buffers used by this processing card.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.12 |
stnSlotBufSizeOfLgeBufsThe value of this object indicates the size of Large
buffers used by this processing card.ro INTEGER .1.3.6.1.4.1.72.14.1.19.1.13 |
stationTrapDestinationTableThis is the table of ip address of the stations to which the
unit sends Trap PDUs. There is a maximum of eight entries in
this table. To set an entry in this table, all the objects must
be sent in a single SET PDU. SEQUENCE OF StationTrapDestEntry .1.3.6.1.4.1.72.14.1.20 |
stationTrapDestEntryThis is an entry in the station trap destination table. StationTrapDestEntry .1.3.6.1.4.1.72.14.1.20.1 |
stationTrapDestIpAddrThis is the IP Address of a station/manager to which Trap PDU
messages will be sent.rw IpAddress .1.3.6.1.4.1.72.14.1.20.1.1 |
stationTrapDestCommunityNameThis is the community name string which is inserted into the
Trap PDU.rw DisplayString .1.3.6.1.4.1.72.14.1.20.1.2 |
stationTrapDestTypeThe value of this object indicates if the requested entry is valid
or invalid.
The value of this parameter is used to determine if the entry
is to be added or made invalid. If an entry has a type of
invalid(2) then it can be overwritten. A GetNext request on this
table returns all the entries and this type field indicates
whether they are valid (i.e. being used) or invalid.rw Enumeration .1.3.6.1.4.1.72.14.1.20.1.3 |
snmpAccessPolicyTableA table of access policy entries. There is a maximum of eight
entries in this table. To set an entry in this table, all the
objects must be sent in a single SET PDU. SEQUENCE OF SnmpAccessPolicyEntry .1.3.6.1.4.1.72.14.1.21 |
snmpAccessPolicyEntryThis is an entry in the SNMP Access Policy Table. SnmpAccessPolicyEntry .1.3.6.1.4.1.72.14.1.21.1 |
snmpAccessPolicyIndexThe value of this index uniquely identifies an entry in this
table.rw INTEGER .1.3.6.1.4.1.72.14.1.21.1.1 |
snmpAccessPolicyCommunityNameThis is an octet string, against which the communityName field
of the request PDU is compared. If the communityName in the request
has been compared with all the community names in this table and
no match has been found then authentication of the PDU fails.
If there is an authentication failure than an authenticationFailure
trap will be sent if the snmpEnableAuthenTraps object has a
value of enabled(1).rw DisplayString ( SIZE .1.3.6.1.4.1.72.14.1.21.1.2 |
snmpAccessPolicyAccessModeThis is a bit significant field as follows :
bit 0 - read access
bit 1 - write access
Setting the individual bit to 1 enables the type of access, setting
it to 0 disables it. Thus, a value of 3 (b11) indicates
read-write access for a PDU with the corresponding communityName.rw INTEGER .1.3.6.1.4.1.72.14.1.21.1.3 |
snmpAccessPolicyTypeThis object is used to indicate if a particular entry in the table
is valid or invalid. If the entry is valid(1) then the entry's
community name is used in the SNMP authentication process.rw Enumeration .1.3.6.1.4.1.72.14.1.21.1.4 |
stationInitiateDownloadThis object is used to initiate a parallel download of the
software image to the unit.
This object is set to a value of initiate(1) to begin the
parallel download procedure. A value of noAction(2) is always
returned to a GetRequest. This object can only be set to a
value of initiate(1).rw Enumeration .1.3.6.1.4.1.72.14.1.22 |
stationHeapBytesFreeThis object indicates the number of free (unallocated) bytes
in the system heap area.ro INTEGER .1.3.6.1.4.1.72.14.1.23 |
stationHeapBytesUsedThis object indicates the number of bytes which are in use
(allocated) by tasks using the system heap.ro INTEGER .1.3.6.1.4.1.72.14.1.24 |
stationNoOfResetsThis object is a count of the number of times this station reset
since the last coldStart was performed.ro Counter .1.3.6.1.4.1.72.14.1.25 |
stationLastResetReasonThis string contains a description of the reason for the
last station reset, this maybe power cycle, reset due to
management action or some other error.ro OCTET STRING .1.3.6.1.4.1.72.14.1.26 |
stationPowerSupplyStatusThis object gives an indication of the status of the unit's
power supply. If this object has a value of fail(2)
this means that a power supply failure has occurred.
On units which do not have a redundant power supply this
object will only have a value of ok(1).ro Enumeration .1.3.6.1.4.1.72.14.1.27 |
stationConsolePortStateThis object indicates if there is a Local Management Session
in progress for this unit.ro Enumeration .1.3.6.1.4.1.72.14.1.28 |
stationModemPortStateThis object indicates if a modem port is in use.ro Enumeration .1.3.6.1.4.1.72.14.1.29 |
stationNoOfTelnetsThis object is a count of the number of active telnet sessions
for the unit.ro Counter .1.3.6.1.4.1.72.14.1.30 |
stationTelnetTableThis is the table of ip address of the stations to which the
unit can telnet. There is a maximum of eight entries in
this table. To set an entry in this table, all the objects must
be sent in a single SET PDU. SEQUENCE OF StationTelnetEntry .1.3.6.1.4.1.72.14.1.31 |
stationTelnetEntryThis is an entry in the station trap destination table. StationTelnetEntry .1.3.6.1.4.1.72.14.1.31.1 |
stationTelnetIpAddrThis is the IP Address of a station/manager to which you Telnet.rw IpAddress .1.3.6.1.4.1.72.14.1.31.1.1 |
stationTelnetHostNameThis is the community name string which is inserted into the
Trap PDU.rw DisplayString .1.3.6.1.4.1.72.14.1.31.1.2 |
stationTelnetTypeThe value of this object indicates if the requested entry is valid
or invalid.
The value of this parameter is used to determine if the entry
is to be added or made invalid. If an entry has a type of
invalid(2) then it can be overwritten. A GetNext request on this
table returns all the entries and this type field indicates
whether they are valid (i.e. being used) or invalid.rw Enumeration .1.3.6.1.4.1.72.14.1.31.1.3 |
stationPflashServerIpAddressThe IP Address of the server for the Parameter
Configuration Save/Restore.rw IpAddress .1.3.6.1.4.1.72.14.1.32 |
stationPflashFileNameThe path and name of the file to be save/restore
for the Parameter Configuration Save/Restore.rw DisplayString .1.3.6.1.4.1.72.14.1.33 |
stationPflashActionThis object is used to initiate parameter save or restore.
A value of noAction is always returned to a GetRequestrw Enumeration .1.3.6.1.4.1.72.14.1.34 |
stationPflashStatusThis is the current status of the parameter
Configuration Save/Restore process.ro Enumeration .1.3.6.1.4.1.72.14.1.35 |
stationInactivityTimeoutIf a session is inactive for this length of time in
minutes then it will timeout. A value of 0 means never
timeout.rw INTEGER .1.3.6.1.4.1.72.14.1.36 |
stationBufSizeOfSmlBufsThe value of this object indicates the size of small
buffers used by the RMP.ro INTEGER .1.3.6.1.4.1.72.14.1.37 |
stationBufSizeOfMedBufsThe value of this object indicates the size of medium
buffers used by the RMP.ro INTEGER .1.3.6.1.4.1.72.14.1.38 |
stationBufSizeOfLgeBufsThe value of this object indicates the size of Large
buffers used by the RMP.ro INTEGER .1.3.6.1.4.1.72.14.1.39 |
stationBufferExceptionsThe value of this object indicates the number of times
all the pools have been exhausted.ro Counter .1.3.6.1.4.1.72.14.1.40 |
bridge OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.2 |
bridgingFacilityThis object enables/disables the bridging element
on the unit. When disabled, the unit shall not bridge
any frames, nor shall it take part in the Spanning
Tree protocol. Each logical port must also be
enabled separatelyrw Enumeration .1.3.6.1.4.1.72.14.2.1 |
brARSupportThis object allows you to enable/disable Retix 4000
series Adaptive Routing support on this box. If the
value of this object is enabled (1) then this unit will
allow an Adaptive Routing session to be set up across
it.rw Enumeration .1.3.6.1.4.1.72.14.2.2 |
brSNAPConversionThis enables/disables the conversion between Ethernet
V.2 and SNAP bridged frames on the unit. When enabled,
EthernetV2 frames to be bridged to Token Ring or fddi
ports are converted to SNAP Encapsulation.rw Enumeration .1.3.6.1.4.1.72.14.2.3 |
brSTPFacilityThis enables/disables the use of Spanning Tree
Protocol on the unit. When disabled, all bridging ports
will forward traffic and learn addresses, regardless
of network topology.rw Enumeration .1.3.6.1.4.1.72.14.2.4 |
brSTPVersionThis object defines which version of Spanning Tree
is running on the unit.rw Enumeration .1.3.6.1.4.1.72.14.2.5 |
brSTPDomAddressThis is the MAC Address to be used for STP Draft 9
traffic. It is only meaningful when running STP Draft 9.rw PhysAddress (SNMPv2-TC) .1.3.6.1.4.1.72.14.2.6 |
brSTPResetDelayTimeThis is the time in seconds for which a serial port is
assigned the maximum path Cost after it has reset. This
is to avoid unreliable links forming the active path in
Spanning Tree.rw INTEGER .1.3.6.1.4.1.72.14.2.7 |
brTimeToDeleteThis is the time in seconds after which forgotten
Addresses are deleted from the Filtering Database.rw INTEGER .1.3.6.1.4.1.72.14.2.8 |
brPortConfigTableThe Port Configuration Table. SEQUENCE OF BrPortConfigEntry .1.3.6.1.4.1.72.14.2.9 |
brPortConfigEntryEach entry contains configurables for each port on the
system. BrPortConfigEntry .1.3.6.1.4.1.72.14.2.9.1 |
brPCIndexThis is the Logical Port Id to which this entry
pertains.ro INTEGER .1.3.6.1.4.1.72.14.2.9.1.1 |
brPCSecurityModeThis sets the mode of operation for this particular
port. When in Security Mode, frames are forwarded
only to destination addresses which appear as FIXED
entries in the Filtering Databaserw Enumeration .1.3.6.1.4.1.72.14.2.9.1.2 |
brPCSrcAddrLearningThis enables/disables Source Address Learning on this
port.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.3 |
brPCSrcAddrFilteringThis enables/disables Source Address Filtering on this
port. When enabled, frames will only be forwarded if their
source address is a FIXED( non-learnt) entry in the
Filtering database.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.4 |
brPCAcceptMcastAddrThis configures the port to either accept or ignore
broadcast/multicast packets. In a network of bridges
in Security Mode, this allows a path to be provided
for multicast/broadcast frames. If disabled, the
port will filter these packets as normal.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.5 |
brPCCustomFilteringThis enables/disables Custom Filtering on this port.
If enabled, then Filtering is carried out according to
the tests and actions described in the Custom Filter
Statement Table for this port.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.6 |
brPCTinygramCompThis enables/disables Tinygram Compression on this
port. This is only valid for WAN ports, using Retix
encapsulation, connected to other RX7000 units.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.7 |
brPCSTPFacilityThis enables/disables the Spanning Tree protocol on
a per port basis. If disabled, the port will still
forward and learn as a bridging port but will never
forward or transmit spanning tree BPDUs.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.8 |
brPCPathCostModeThis sets the mode for how the Port Path Cost is to
be calculated. If manual, then the port Path Cost is
configureable, if any of the others, then the Path Cost
is calculated by the system, using the attached network's
speed. Low, medium and high modes act as scaling values
in this calculation.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.9 |
brPCManPortPathCostThis is the manually configured Port Path Cost. It takes
effect if the PortPathCostMode is 'manual', otherwise
this value is not used.rw INTEGER (1..65535 ) .1.3.6.1.4.1.72.14.2.9.1.10 |
brPCNCPStateSetting this object to a value of enable (1) causes NCP
negotiation to commence for this bridging element. This
is for use with Logical ports which are attached to PPP
physical ports.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.11 |
brPCGroupCheckSetting this object to a value of enable (1) causes
the bridging element to invoke group checking, i.e. it
checks for membership of particular groups, when forwarding
packets to/from this port.rw Enumeration .1.3.6.1.4.1.72.14.2.9.1.12 |
brPCGroupMembershipThis object is an integer which allows the user to specify
which groups this port belongs to. There are 32 groups,
1 bit per group. This value initially takes the value zero,
then for each of the group that the port belongs to, 2 raised
to the power of the group number is added to value of the
Membership object.rw INTEGER .1.3.6.1.4.1.72.14.2.9.1.13 |
brCstmFilterTestTableThe Custom Filter Test Table SEQUENCE OF BrCstmFilterTestEntry .1.3.6.1.4.1.72.14.2.10 |
brCstmFilterTestEntryEach entry is a Test to be applied to frames on any
particular port. There can be up to 64 entries in the
table. Each test is carried out in the following manner:-
The position in the frame which is to be filtered is found
by using the FilterStart and Offset fields. Then the
Mask is applied, and the resulting value is compared with
the Value field, using the Operator to define the
comparison. Tests are carried out according to the
the Port's Statement table. To set an entry in the table,
all the objects must be present in the SET PDU. BrCstmFilterTestEntry .1.3.6.1.4.1.72.14.2.10.1 |
brCFTTestIndexThis is the table index numberro INTEGER ( 0..63 ) .1.3.6.1.4.1.72.14.2.10.1.1 |
brCFTTestNameThis is the name given to the Test, and can be up
to 20 characters long. It should be an ascii string.rw DisplayString .1.3.6.1.4.1.72.14.2.10.1.2 |
brCFTFilterStartThis defines the position in the frame where the
offset is to be applied.rw Enumeration .1.3.6.1.4.1.72.14.2.10.1.3 |
brCFTOffsetThis is the offset to the position in the frame where
the filter Mask is to be applied. If the FilterStart
field is set to 'framelength' this field has no
meaning.rw INTEGER ( 0..65535 ) .1.3.6.1.4.1.72.14.2.10.1.4 |
brCFTMaskThis is a bit-mask value, values 0x00..0xffff ffff
This is the filter-mask, applied to the bits specified
by filterStart and offset.rw OCTET STRING .1.3.6.1.4.1.72.14.2.10.1.5 |
brCFTOperatorThe operator defines the comparison check being made.rw Enumeration .1.3.6.1.4.1.72.14.2.10.1.6 |
brCFTValueThis is the value to which the result of applying
the mask is compared, using the operator.rw OCTET STRING .1.3.6.1.4.1.72.14.2.10.1.7 |
brCstmFilterStmtTableThe Custom Filter Statement Table SEQUENCE OF BrCstmFilterStmtEntry .1.3.6.1.4.1.72.14.2.11 |
brCstmFilterStmtEntryEach entry is a Test statement. There are up to 16
entries per port. Each entry links a Test with the
actions to be carried out depending on the test's
success or failure. To set an entry in the table,
all the objects must be present in the SET PDU. BrCstmFilterStmtEntry .1.3.6.1.4.1.72.14.2.11.1 |
brCFSPortNumberThis is the Logical Port No. for which the table
exists.ro INTEGER ( 1..253 ) .1.3.6.1.4.1.72.14.2.11.1.1 |
brCFSStmtIndexThis is the table index numberro INTEGER .1.3.6.1.4.1.72.14.2.11.1.2 |
brCFSTestNameThis is the name of the Test to apply for this
statement. It should match a Test name in the Custom
Filter Test Table. It is an ascii string, of up to
20 characters.rw DisplayString .1.3.6.1.4.1.72.14.2.11.1.3 |
brCFSActionOnSuccessThis can have the following values and meanings:
Values 0..7 - Forward at priority 0..7
Value 0x7fff - Discard
Values 0x8001..0x8010 - Use Statement No 1..16.
This object can only be set to the values listed
above.rw INTEGER .1.3.6.1.4.1.72.14.2.11.1.4 |
brCFSActionOnFailureThis can have the following values and meanings:
Values 0..7 - Forward at priority 0..7
Value 0x7fff - Discard
Values 0x8001..0x8010 - Use Statement No 1..16.
This object can only be set to the values listed
above.rw INTEGER .1.3.6.1.4.1.72.14.2.11.1.5 |
brFilteringDbTableThe Filtering Database Table SEQUENCE OF BrFilteringDbEntry .1.3.6.1.4.1.72.14.2.12 |
brFilteringDbEntryEach entry comprises a MacAddress, a disposition,
a port number and a type field. A Set on an entry
of this table must set an entire entry. No partial
sets are allowed. BrFilteringDbEntry .1.3.6.1.4.1.72.14.2.12.1 |
brFDbMacAddressThe MacAddress in questionrw PhysAddress (SNMPv2-TC) .1.3.6.1.4.1.72.14.2.12.1.1 |
brFDbPortNumberThis is the port for which this entry applies. A
value of zero indicates that the entry applies to all
bridge ports on the unit. All learnt entries will have
a zero in this field.rw INTEGER( 0..253 ) .1.3.6.1.4.1.72.14.2.12.1.2 |
brFDbDispositionThe disposition can have the following values :-
0 - Discard
1..253 - Port Number to forward on.
16385(0x4001)..16416(0x4020) - Group No. 1 to 32
65,534( 0xfffe ) - Internal Entry
65,535( 0xffff ) - Flood.
All these values, except for the Internal Entry( 65534 ) can
be used in a SET request.rw INTEGER .1.3.6.1.4.1.72.14.2.12.1.3 |
brFDbTypeThis defines the type of the entry. A set pdu may only set
this object to either fixedVolatile, fixedNonVolatile or delete,
the other entries may be returned by a GET. Internal entries
cannot be deleted.rw Enumeration .1.3.6.1.4.1.72.14.2.12.1.4 |
brIdentifierThis is the bridge Identifier, which consists of an
8-byte hexadecimal string, the first 2 bytes specify
the Spanning Tree priority, and the last 6, a MacAddress.ro OCTET STRING .1.3.6.1.4.1.72.14.2.13 |
brTopologyChangeThis flag indicates that there has been a change in
the active topology in part of the bridged Network.
When this is true, then Filtering Db entries are
'forgotten' when their age reaches the Forward delay
time for the unit.ro Enumeration .1.3.6.1.4.1.72.14.2.14 |
brLastTCNSourceThis string tells us the source of the last topology
change. This may be a MAC Address, if the bridge has
received a TC BPDU, from another STP bridge, if it
detected the change itself, then this will be a reason
string indicating the cause of the TC. If no such TC
has occurred then the string will have the value
'NONE'. The maximum length of this string is 20 bytes.ro DisplayString .1.3.6.1.4.1.72.14.2.15 |
brLastTCNThe time in seconds since the last TCN. If this has
never happened then this will have a value of zero.ro INTEGER .1.3.6.1.4.1.72.14.2.16 |
brActiveAddressesThis is a count of the Active Addresses in the
Filtering Db, including learnt, fixed and internal entries.ro Counter .1.3.6.1.4.1.72.14.2.17 |
brForgottenAddressesThis is a count of the forgotten addresses in the
Filtering Database.ro Counter .1.3.6.1.4.1.72.14.2.18 |
brPortStatsTableThis is a table of statistics which are kept per
logical port SEQUENCE OF BrPortStatsEntry .1.3.6.1.4.1.72.14.2.19 |
brPortStatsEntryAn entry in the Port Statistics table. BrPortStatsEntry .1.3.6.1.4.1.72.14.2.19.1 |
brPSPortNumberThe Logical port number to which these statistics
belong.ro INTEGER .1.3.6.1.4.1.72.14.2.19.1.1 |
brPSPortStateThis is the forwarding state of the port.ro Enumeration .1.3.6.1.4.1.72.14.2.19.1.2 |
brPSLastResetThis is the time in seconds, since the port was last
reset or initialised.ro INTEGER .1.3.6.1.4.1.72.14.2.19.1.3 |
brPSTopologyChangeAckThis is the state of the Spanning Tree Topology
change acknowledge flag.ro Enumeration .1.3.6.1.4.1.72.14.2.19.1.4 |
brPSResetDelayTimerThis is the current value of this timer, in seconds,
for this port. This indicates the time since the last
reset for a WAN port. When the timer is running, then
the portPathCost for this port is set to a maximum. When
the timer reaches the Reset DelayTime, then the
portPathCost is reset to its normal value, and the timer
is stopped. When the timer is stopped, it has a value
of 0. It also has this value if this port is a LAN port.ro INTEGER .1.3.6.1.4.1.72.14.2.19.1.5 |
brPSForwardedFramesThis is the number of transparent bridge frames
forwarded received on this port, that have been
forwarded to at least one other bridge port.ro Counter .1.3.6.1.4.1.72.14.2.19.1.6 |
brPSDeletedFramesThis is the no. of transparent bridge frames received
in this port, that would have been forwarded, but were
deleted due to a lack of resources.ro Counter .1.3.6.1.4.1.72.14.2.19.1.7 |
brPSNCPStatusThe current status of the bridging Network Control
Protocol. If this logical port is attached to a non-PPP
physical port, then the value will be notApplicable(11).ro Enumeration .1.3.6.1.4.1.72.14.2.19.1.8 |
brIPXConversionWhen enabled, this object causes the bridging process
to recognise IPX packets, and NOT perform MAC Address byte-
swapping on them, when going to and from Token Ring networks.
Otherwise they are treated as ordinary bridging traffic and have
their addresses byte-swapped.rw Enumeration .1.3.6.1.4.1.72.14.2.20 |
ipRouter OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.3 |
ipARPTimeoutThis parameter determines the amount of time an
entry can stay in the Address Resolution Table.
When the specified time elapses, the entry is
deleted. A value of zero disables aging of entries
in the table, this object can take the following values
0, and any number from 3 to 1500 inclusive..rw INTEGER .1.3.6.1.4.1.72.14.3.1 |
ipReassemblyTimeoutThis parameter specifies the number of seconds that
the IP layer waits for all IP fragments of an IP datagram
to be received.rw INTEGER .1.3.6.1.4.1.72.14.3.2 |
ipProxyARPStateThis parameter determines whether the ipRouter Proxy
ARP functionality is on or off.rw Enumeration .1.3.6.1.4.1.72.14.3.3 |
ipSrcQuenchStateThis parameter determines whether ICMP Source Quench
messages will be generated by the ipRouter.rw Enumeration .1.3.6.1.4.1.72.14.3.4 |
ipRedirectStateThis parameter determines whether ICMP Redirect
messages will be generated by the ipRouter.rw Enumeration .1.3.6.1.4.1.72.14.3.5 |
ipICMPTxRateThis parameter controls the rate (in seconds) at which ICMP error
messages are generated.rw INTEGER .1.3.6.1.4.1.72.14.3.6 |
ipRtHashSizeThis parameter determines the size of the IP routing
hash table.rw INTEGER .1.3.6.1.4.1.72.14.3.7 |
ipRIPStateThis parameter determines if the RIP routing protocol
is enabled globally. This parameter is set to DISABLED
if IP routing is disabled globally.rw Enumeration .1.3.6.1.4.1.72.14.3.8 |
ipBoothelperStateThis parameter disables or enables the boothelper
function in the ipRouter.rw Enumeration .1.3.6.1.4.1.72.14.3.9 |
ipBoothelperFwdAddressThis parameter is the boothelper IP forwarding addressrw IpAddress .1.3.6.1.4.1.72.14.3.10 |
ipBoothelperHopCountThis parameter is the maximum number of hops a BOOTP
packet can traverse.rw INTEGER .1.3.6.1.4.1.72.14.3.11 |
ipSecurityThis parameter enables or disables the security mechanism.rw Enumeration .1.3.6.1.4.1.72.14.3.12 |
ipRouterIdThis Address uniquely identifies the Router in the autonomous
system.rw IpAddress .1.3.6.1.4.1.72.14.3.13 |
ipPortConfigTableThis is a table of configurable IP parameters. SEQUENCE OF IpPortConfigEntry .1.3.6.1.4.1.72.14.3.14 |
ipPortConfigEntryThis is an entry of the ipPortConfigTable. IpPortConfigEntry .1.3.6.1.4.1.72.14.3.14.1 |
ipPortConfigIndexThis is the Logical Port No. to which this Table entry
pertains.ro INTEGER .1.3.6.1.4.1.72.14.3.14.1.1 |
ipPortForwardingThe indication of whether this entity is acting as
a gateway in respect to the forwarding of datagrams
received by, but not addressed to, this entity. IP
gateways forward datagrams. IP hosts do not ( except
those source-routed via the host.) Even if enabled, this
port will not forward unless the global ipForwarding flag is
enabled and at least one IP Address has been configured on
the unit.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.2 |
ipPortRIPStateThis parameter determines if the RIP routing protocol
is enabled on this interface. This parameter is set to
DISABLED if IP routing is disabled on this port. If the global
RIPState flag is not enabled then this port will not be enabled,
no matter what value this object has.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.3 |
ipPortPathCostThis parameter is the RIP path cost associated with
logical port which is used by RIP.rw INTEGER .1.3.6.1.4.1.72.14.3.14.1.4 |
ipPortMACEncapsulationThis parameter determines the LAN encapsulation used
when transmitting a datagram on this logical port.
This parameter is only applicable for logical ports which
are attached to LAN physical ports.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.5 |
ipPortBcastFormThis parameter determines the directed broadcast form
used on this interface.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.6 |
ipPortFwdBroadcastThis parameter determines whether directed broadcast
datagrams are forwarded.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.7 |
ipPortMTUMaximum size of an IP packet that can be transferred through
this interface. Ethernet packets can have a maximum size of
1500, IEEE802.3 packets have a maximum size of 1492. Token Ring
have a maximum size of 4464 and FDDI has a maximum size of 4390.rw INTEGER .1.3.6.1.4.1.72.14.3.14.1.8 |
ipPortDispositionThis parameter determines the action taken on a received IP
datagram if routing is disabled for this port, and the
global routing flag is set to enabled (2). If routing is
disabled for this port and this object has a value of
discard (2), than all IP datagrams received on this port
which are not addressed to the unit, will be discarded.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.9 |
ipPortAccessList1The first set of security parameters associated with this port.
This number identifies an entry in the ipAccessList table for this
port. A value of 0 indicates that the default entry is used in
which case no access checking is done.rw INTEGER .1.3.6.1.4.1.72.14.3.14.1.10 |
ipPortAccessList2The second set of security parameters associated with this port.
This number identifies an entry in the ipAccessList table for this
port. A value of 0 indicates that the default entry is used in
which case no access checking is done.rw INTEGER .1.3.6.1.4.1.72.14.3.14.1.11 |
ipPortHideNullNetsLocally connected WANs are not advertised in RIP
messages. This allows subnetting over WANs without
consuming large numbers of IP addresses.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.12 |
ipPortUDPBroadcastsWhen enabled UDP broadcasts are frowarded on this port.
Set to a value of disabled (2) to prevent UDP broadcast
from being forwardrd on this port and so prevent broadcast
stroms arising from loops in the network etc.rw Enumeration .1.3.6.1.4.1.72.14.3.14.1.13 |
ipPortAddrTableThis table is a table of IP addresses and masks associated
with each logical port. SEQUENCE OF IpPortAddrEntry .1.3.6.1.4.1.72.14.3.15 |
ipPortAddrEntryAn entry of the IP port address table. All the objects in an
entry must be supplied in a single SET PDU. IpPortAddrEntry .1.3.6.1.4.1.72.14.3.15.1 |
ipPortAddrIndexAn index into the ipPortAddr Table which identifies the
Logical Port No, for which the address is valid.ro INTEGER .1.3.6.1.4.1.72.14.3.15.1.1 |
ipPortIpAddressThe IP Address of the logical port. There can be up to five IP
addresses associated with each port. This object combined
with the ipPortAddrIndex object constitutes the instance value
used to uniquely identify and entry in this table.rw IpAddress .1.3.6.1.4.1.72.14.3.15.1.2 |
ipPortIpAddressMaskThe IP address mask associated with the IP address.rw IpAddress .1.3.6.1.4.1.72.14.3.15.1.3 |
ipPortAddrTypeIf the value of this object is valid(1) and we are performing
a SetRequest then this is a request to add an entry to the
table. If a value of invalid(2) is passed in the SetRequest,
along with the other objects in an entry then this is a
request to delete the entry from the table.rw Enumeration .1.3.6.1.4.1.72.14.3.15.1.4 |
ipDestUnreachLastRxThe last time an ICMP Destination Unreachable message was
received. The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.16 |
ipDestUnreachLastTxThis is the last time an ICMP Destination Unreachable Message
was sent. The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.17 |
ipSourceQuenchLastRxThis is the last time an ICMP Source Quench message was received.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.18 |
ipSourceQuenchLastTxThis is the last time an ICMP Source Quench message was sent.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.19 |
ipRedirectsLastRxThis is the last time an ICMP Redirects message was received.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.20 |
ipRedirectsLastTxThis is the last time an ICMP Redirects message was sent.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.21 |
ipEchoRequestLastRxThis is the last time an ICMP Echo Requests message was sent.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.22 |
ipEchoRequestLastTxThis is the last time an ICMP Echo Request message was sent.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.23 |
ipTimeExceededLastRxThis is the last time an ICMP Time Exceeded message was received.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.24 |
ipTimeExceededLastTxThis is the last time an ICMP Time Exceeded message was sent.
The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.25 |
ipParamProbLastRxThis is the last time an ICMP Parameter Problem message was
received. The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.26 |
ipParamProbLastTxThis is the last time an ICMP Parameter Problem message was
sent. The format of the returned OctetString is the same
as that define in section b. of the definition of the
stationTime (station.1) object.ro DisplayString .1.3.6.1.4.1.72.14.3.27 |
ipAccessViolationsThis is a count of the number of access violations which have
occurred for the entire unit.ro Counter .1.3.6.1.4.1.72.14.3.28 |
ipOtherDiscardsThis is the total number of IP datagrams discarded for the
entire unit, for other reasons, eg the incorrect configuration
of a WAN port, etcro Counter .1.3.6.1.4.1.72.14.3.29 |
ipOutTransmitsThis is the total number of IP datagrams which have been
transmitted by this unit.ro Counter .1.3.6.1.4.1.72.14.3.30 |
ipPortStatsTableThis is a table of IP logical port statistics parameters. SEQUENCE OF IpPortStatsEntry .1.3.6.1.4.1.72.14.3.31 |
ipPortStatsEntryAn entry of the Stats table. IpPortStatsEntry .1.3.6.1.4.1.72.14.3.31.1 |
ipPortStatsIndexThis index is a logical port number and uniquely identifies an
entry in this table.ro INTEGER .1.3.6.1.4.1.72.14.3.31.1.1 |
ipPortInReceivesThe total number of input datagrams received on this
port, including those received in errors.ro Counter .1.3.6.1.4.1.72.14.3.31.1.2 |
ipPortInHdrErrorsThe number of input datagrams discarded due to errors
in their IP headers, including bad checksums, version
number mismatch, other format errors, time-to-live
exceeded errors, errors discovered in processing
their routines, etc.ro Counter .1.3.6.1.4.1.72.14.3.31.1.3 |
ipPortInAddrErrorsThe number of input datagrams discarded because the
IP headers destination field was not a valid address
to be received at this entity. This count includes
invalid addresses (e.g. 0.0.0.0) and addresses of
unsupported classes (e.g. class E). For entities which
are not IP gateways and therefore do not forward
datagrams, this counter includes datagrams discarded
because the destination address was not a local
address.ro Counter .1.3.6.1.4.1.72.14.3.31.1.4 |
ipPortForwDatagramsThe number of input datagrams forwarded or
source-routed via this entity.ro Counter .1.3.6.1.4.1.72.14.3.31.1.5 |
ipPortInDiscardsThe number of input IP datagrams for which no problem
was encountered to prevent their further processing,
but were discarded (e.g. lack of buffer space). This
does not include datagrams discarded while awaiting
reassembly.ro Counter .1.3.6.1.4.1.72.14.3.31.1.6 |
ipPortInDeliversThe total number of input datagrams successfully
delivered to IP user protocols ( including ICMP).ro Counter .1.3.6.1.4.1.72.14.3.31.1.7 |
ipPortOutTransmitsThe total number of IP datagrams which have been
transmitted on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.8 |
ipPortOutNoRoutesThe number of IP datagrams discarded because no route
could be found to transmit them to their destination.ro Counter .1.3.6.1.4.1.72.14.3.31.1.9 |
ipPortOtherDiscardsThe number of IP datagrams discarded for other reasons, eg
the incorrect configuration of a WAN port, etcro Counter .1.3.6.1.4.1.72.14.3.31.1.10 |
ipPortICMPInMsgsThe number of ICMP messages which the entity received
on this port. Note that this counter includes
all those counted by icmpInErrors.ro Counter .1.3.6.1.4.1.72.14.3.31.1.11 |
ipPortICMPInErrorsThe number of ICMP messages which the entity
received on this port, but determined as having
ICMP-specific errors (bad ICMP checksums, bad length,
etc.).ro Counter .1.3.6.1.4.1.72.14.3.31.1.12 |
ipPortICMPInDestUnreachsThe number of ICMP Destination Unreachable
messages received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.13 |
ipPortICMPInTimeExcdsThe number of ICMP Time Exceeded messages received on
this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.14 |
ipPortICMPInParmProbsThe number of ICMP Parameter Problem messages
received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.15 |
ipPortICMPInSrcQuenchsThe number of ICMP Source Quench messages received on
this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.16 |
ipPortICMPInRedirectsThe number of ICMP Redirect messages received on this
port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.17 |
ipPortICMPInEchosThe number of ICMP Echo (request) messages
received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.18 |
ipPortICMPInEchoRepsThe number of ICMP Echo Reply messages received
on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.19 |
ipPortICMPInTimestampsThe number of ICMP Timestamp (request) messages
received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.20 |
ipPortICMPInTimestampRepsThe number of ICMP Timestamp Reply messages
received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.21 |
ipPortICMPInAddrMasksThe number of ICMP Address Mask Request messages
received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.22 |
ipPortICMPInAddrMaskRepsThe number of ICMP Address Mask Reply messages
received on this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.23 |
ipPortICMPOutMsgsThe total number of ICMP messages which this
entity attempted to send on this port. Note that
this counter includes all those counted by
ipPortICMPOutErrors.ro Counter .1.3.6.1.4.1.72.14.3.31.1.24 |
ipPortICMPOutErrorsThe number of ICMP messages which this entity did
not send on this port due to problems discovered within
ICMP such as a lack of buffers. This value should not
include errors discovered outside the ICMP layer
such as the inability of IP to route the resultant
datagram. In some implementations there may be no
types of error which contribute to this counter's
value.ro Counter .1.3.6.1.4.1.72.14.3.31.1.25 |
ipPortICMPOutDestUnreachsThe number of ICMP Destination Unreachable
messages sent from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.26 |
ipPortICMPOutTimeExcdsThe number of ICMP Time Exceeded messages sent
from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.27 |
ipPortICMPOutParmProbsThe number of ICMP Parameter Problem messages
sent from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.28 |
ipPortICMPOutSrcQuenchsThe number of ICMP Source Quench messages sent
from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.29 |
ipPortICMPOutRedirectsThe number of ICMP Redirect messages sent from this port.
For a host, this object will always be zero, since hosts
do not send redirects.ro Counter .1.3.6.1.4.1.72.14.3.31.1.30 |
ipPortICMPOutEchosThe number of ICMP Echo (request) messages sent
from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.31 |
ipPortICMPOutEchoRepsThe number of ICMP Echo Reply messages sent from
this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.32 |
ipPortICMPOutTimestampsThe number of ICMP Timestamp (request) messages
sent from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.33 |
ipPortICMPOutTimestampRepsThe number of ICMP Timestamp Reply messages
sent from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.34 |
ipPortICMPOutAddrMasksThe number of ICMP Address Mask Request messages
sent from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.35 |
ipPortICMPOutAddrMaskRepsThe number of ICMP Address Mask Reply messages
sent from this port.ro Counter .1.3.6.1.4.1.72.14.3.31.1.36 |
ipAccessListTableThis is a list of the parameters used for access checking. SEQUENCE OF IpAccessListEntry .1.3.6.1.4.1.72.14.3.32 |
ipAccessListEntryAn entry in the Access List Table. To set an entry in this table
ALL the objects must be supplied in a single SET PDU.? IpAccessListEntry .1.3.6.1.4.1.72.14.3.32.1 |
ipAccessListIndexThe index which uniquely identifies this entry.
There is a maximum of 32 entries in this table.ro INTEGER .1.3.6.1.4.1.72.14.3.32.1.1 |
ipTxCheckIndicates whether checking of IP packets to be transmitted is
enabled or not.rw Enumeration .1.3.6.1.4.1.72.14.3.32.1.2 |
ipNoMatchTxActionWhen an IP datagram is to be transmitted, the source and
destination addresses are &ed with their masks and compared
with those in the security entry. This object indicates the
action to be taken if these two don't match.rw Enumeration .1.3.6.1.4.1.72.14.3.32.1.3 |
ipRxCheckIf this parameter has a value of enabled(1), then all received
IP packets are checked.rw Enumeration .1.3.6.1.4.1.72.14.3.32.1.4 |
ipNoMatchRxActionWhen an IP datagram is received, the source and
destination addresses are &ed with their masks and compared
with those in the security entry. This object indicates the
action to be taken if these two don't match.rw Enumeration .1.3.6.1.4.1.72.14.3.32.1.5 |
ipIcmpGenerationThis parameter indicates whether ICMP messages are generated
or not.rw Enumeration .1.3.6.1.4.1.72.14.3.32.1.6 |
ipIfSecurityTableA table of security parameters. SEQUENCE OF IpIfSecurityEntry .1.3.6.1.4.1.72.14.3.33 |
ipIfSecurityEntryAn entry in the security table. For each entry in the Access List
Table, there is a list(table) of Security entries. Therefore, as
each port has 2 access List entries associated with it, then the
port has access to two separate lists of security entries within
this table. To set an entry in this table, ALL the objects must be
supplied in a single SET PDU. IpIfSecurityEntry .1.3.6.1.4.1.72.14.3.33.1 |
ipIfSecurityAccessListNumThe entry number of the Access List with which this security
entry is associated.rw INTEGER .1.3.6.1.4.1.72.14.3.33.1.1 |
ipIfSecurityIndexAn index into the security table.rw INTEGER .1.3.6.1.4.1.72.14.3.33.1.2 |
ipIfSecurityActionIndicates the action in case of a match occurring between the
src/dest addr and mask in the ip packet rxd/txd and the src/dest
addr and mask in the security entry.rw Enumeration .1.3.6.1.4.1.72.14.3.33.1.3 |
ipIfSecurityProtocolThe protocol for which this entry is valid. 0 is used for IP
filteringrw INTEGER .1.3.6.1.4.1.72.14.3.33.1.4 |
ipIfSecuritySrcAddressThe IP Address of the source. A value of 0.0.0.0 means that no
checking is to be done on the Source Addressrw IpAddress .1.3.6.1.4.1.72.14.3.33.1.5 |
ipIfSecuritySrcMaskThe mask used with the source address, if SrcAddress is not
null.rw IpAddress .1.3.6.1.4.1.72.14.3.33.1.6 |
ipIfSecurityDestAddressThe destination IP address. A value of 0.0.0.0 means that no
checking is to be done on the Destination Addressrw IpAddress .1.3.6.1.4.1.72.14.3.33.1.7 |
ipIfSecurityDestMaskThe mask used with the destination address, if the address is
not null.rw IpAddress .1.3.6.1.4.1.72.14.3.33.1.8 |
ipIfSecurityOperatorThe operator used in the comparison.rw Enumeration .1.3.6.1.4.1.72.14.3.33.1.9 |
ipIfSecurityOperandThis is the destination user port number to which the IP
datagram is addressed. The ipIfSecurityProtocol objects
indicates whether the port is a TCP or UDP port.rw INTEGER .1.3.6.1.4.1.72.14.3.33.1.10 |
ipIfSecurityOptionThis object indicates whether access checking should be
performed on an IP datagram that contains one or more IP
options and match the source and destination IP addresses
of this entry. If the object is set to Enabled then access
checking is performed on the IP datagram containing IP Options.
An IP datagrams that does not contain any options is not
affected by this object.rw Enumeration .1.3.6.1.4.1.72.14.3.33.1.11 |
ipIfSecurityTypeIf this field has a value of valid(1) then the entry in the
request is added to the table. If a value of invalid(2) is
used then the entry will be deleted.rw Enumeration .1.3.6.1.4.1.72.14.3.33.1.12 |
port OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.4 |
portLgclPortStatusTableThis is the logical port status table. SEQUENCE OF PortLgclPortStatusEntry .1.3.6.1.4.1.72.14.4.1 |
portLgclPortStatusEntryThis is an entry in the logical port status table. PortLgclPortStatusEntry .1.3.6.1.4.1.72.14.4.1.1 |
portLgclPortIDThe index value which uniquely identifies the logical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.4.1.1.1 |
portLgclPortPartnerMacAddressThe parameter contains the MAC address of the physical port
to which this logical port is mapped. In the case of WAN ports
this will return the base MAC address for the RX7000 station.ro OCTET STRING .1.3.6.1.4.1.72.14.4.1.1.2 |
portLgclPortPartnerTypeThis is the type of the partner to which this logical port is
mapped. A value of notApplicable is returned for logical ports
which are LAN ports, and for WAN ports which are not connected to
any partner.rw Enumeration .1.3.6.1.4.1.72.14.4.1.1.3 |
portLgclPortNameThe is the name of this logical port.rw DisplayString .1.3.6.1.4.1.72.14.4.1.1.4 |
portLgclPortEncapsThis parameter indicates the Encapsulation used for the WAN port
to which this logical port is attached. The values between 9 and
14 inclusive are reserved.rw Enumeration .1.3.6.1.4.1.72.14.4.1.1.5 |
portLgclPortSlotIDThis identifies the slot on which the logical port resides.ro INTEGER .1.3.6.1.4.1.72.14.4.1.1.6 |
portLgclPortTypeThis is the type of the underlying physical port.rw Enumeration .1.3.6.1.4.1.72.14.4.1.1.7 |
portLgclPortThruputThis is the thruput measurement for the logical port.ro INTEGER .1.3.6.1.4.1.72.14.4.1.1.8 |
portLgclPortMaxTransitThis is the value of the maximum transit delay in ******* for this
port.ro INTEGER .1.3.6.1.4.1.72.14.4.1.1.9 |
portLgclPortMinTransitThis is the value of the minimum transit delay in ******* for this
port.ro INTEGER .1.3.6.1.4.1.72.14.4.1.1.10 |
portLgclPortMaxMTUSizeThis is the value of the maximum transmission unit size for this
port.ro INTEGER .1.3.6.1.4.1.72.14.4.1.1.11 |
portLgclPortStatusThis is the status of the logical port. The value other(1)
represents an undefined state which may indicate that the port
is not active or there has been some failure on the card. In
general the only states which will be reported to a manager are
notReady(3) which indicates that the port is configured but
not ready to transmit and receive, and ready(4) which indicates
that this logical port is configured and can receive and transmit.ro Enumeration .1.3.6.1.4.1.72.14.4.1.1.12 |
portLgclPortQueueSizeThis defines the maximum queue length of the logical port.rw INTEGER .1.3.6.1.4.1.72.14.4.1.1.13 |
portAttachLgclPortTableThis table is used to attach a logical port to a physical port and
channel on the physical port. SEQUENCE OF PortAttachLgclPortEntry .1.3.6.1.4.1.72.14.4.2 |
portAttachLgclPortEntryThis is an entry in the attach logical port to physical port
table. An entry in this table indicates if the logical port
is attached to the physical port and what channel on the physical
port the logical port is attached to, if applicable. To set an
entry in this table, aALL the objects in the entry must be present
in a single SET PDU. PortAttachLgclPortEntry .1.3.6.1.4.1.72.14.4.2.1 |
portAttachLgclPortIDThe index value which uniquely identifies the logical port to
which this entry is applicable.rw INTEGER .1.3.6.1.4.1.72.14.4.2.1.1 |
portAttachPhysPortIDThe value of this parameter is the physical port to which the
logical port identified by portAttachLgclPortID is attached or
it is physical port to which this logical port is to be attached.rw INTEGER .1.3.6.1.4.1.72.14.4.2.1.2 |
portAttachChanIDThe value of this object indicates the channel to which the port,
identified by portLgclPortID, is attached or is to be attached.
If the physical port has a portPhysPortLinkProtocol value of
anything other than x.25(1) or framerelay(2) then this this
parameter will have a value of zero.rw INTEGER .1.3.6.1.4.1.72.14.4.2.1.3 |
portAttachActionThe value of this object indicates whether the logical port,
identified by portLgclPortID, is to be attached or removed
from the physical port and channel, identified by
portAttachPhysPortID and portAttachChanID respectively.
A value of attach has the effect of adding an entry to this table,
and either to create the logical port, or to attach it to another
physical port. A value of remove has the effect of removing
an entry from the table and if the logical port is the last logical
port attached to the physical port then the remove action has the
effect of deleting the logical port also.rw Enumeration .1.3.6.1.4.1.72.14.4.2.1.4 |
portPhysPortStatusTableThis table contains physical port status parameters. SEQUENCE OF PortPhysPortStatusEntry .1.3.6.1.4.1.72.14.4.3 |
portPhysPortStatusEntryThis is an entry in the portPhysPortStatusTable. PortPhysPortStatusEntry .1.3.6.1.4.1.72.14.4.3.1 |
portPhysPortIDThe value of this parameter uniquely identifies the physical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.4.3.1.1 |
portPhysPortSlotIDThe value of this parameter uniquely identifies the slot where
the physical port identified by the value portPhysPortID resides.ro INTEGER .1.3.6.1.4.1.72.14.4.3.1.2 |
portPhysPortCardIDThe value of this parameter identifies the IO card on which the
physical port identified by the value portPhysPortID resides.ro INTEGER .1.3.6.1.4.1.72.14.4.3.1.3 |
portPhysPortNameThe used defined name for this physical port. this parameter has
no operational significance, but serves to identify the port in
a user friendly fashion.rw DisplayString .1.3.6.1.4.1.72.14.4.3.1.4 |
portPhysPortIOCardTypeThe type of I/O card on which this port resides.rw Enumeration .1.3.6.1.4.1.72.14.4.3.1.5 |
portPhysPortLinkProtocolThe link protocol to be run over the physical port link. The
values between 9 and 14 inclusive are reserved.rw Enumeration .1.3.6.1.4.1.72.14.4.3.1.6 |
portPhysPortStatusThe current operating status of the physical port. This mirrors
the state of the logical port which is attached to it.ro Enumeration .1.3.6.1.4.1.72.14.4.3.1.7 |
portNextUnassignedLgclPrtNumThis is the next unassigned number which can be used for a
logical port create/attach operation.ro INTEGER .1.3.6.1.4.1.72.14.4.4 |
physical OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.5 |
phySerIfGeneralTableA table of general parameters applicable to any type
of serial interface physical port. SEQUENCE OF PhySerIfGeneralEntry .1.3.6.1.4.1.72.14.5.1 |
phySerIfGeneralEntryAn entry in the general table. PhySerIfGeneralEntry .1.3.6.1.4.1.72.14.5.1.1 |
phySerIfGeneralIndexThe index value which uniquely identifies the physical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.5.1.1.1 |
phySerIfOperationalModeThis parameter is used to determine whether the physical port is
available to the higher layers. If the value of this object is
dataMode (1) then it is available otherwise a value of bertMode(2)
indicates that the physical port is in a Bit Error Rate Test mode.rw Enumeration .1.3.6.1.4.1.72.14.5.1.1.2 |
phySerIfPhysicalPortTypeThis parameter is used to determine the physical port's
interface type.ro Enumeration .1.3.6.1.4.1.72.14.5.1.1.3 |
phySerIfPhysicalPortStateThis parameter is used to determine whether the physical port
may be used to transfer data. The conditions for a physical port
being reported as in a usable state are specific to the interface
type and are as follows:
X.21 - presence of control/indicate signal
RS-449 - presence of RR, DM and CS signals
V.35 - presence of RSLD, DSR and CTS signals
RS-232 - presence of RSLD, DSR and CTS signals
T1 - T1 interface hardware configured and no error
reported from T1 line interface or framer.ro Enumeration .1.3.6.1.4.1.72.14.5.1.1.4 |
phySerIfPhysicalInterfaceStateThis parameter is used to obtain the status of the physical
interface control lines. The format of bit pattern returned
is physical interface specific.ro INTEGER .1.3.6.1.4.1.72.14.5.1.1.5 |
phySerIfOnboardLoopbackThis parameter is used to control the operation of the port hardware
If the value is disabled(1) the the port hardware is configured to
operate in normal mode, if the value is enabled(2) then the port
is configured to operate in (on-board) loopback mode.rw Enumeration .1.3.6.1.4.1.72.14.5.1.1.6 |
phySerIfNoOfLinkResetsThis object is a count of the number of resets which have
occurred on this WAN physical link, since the last reinitialization
of the unit.ro Counter .1.3.6.1.4.1.72.14.5.1.1.7 |
phySerIfLastLinkResetReasonThis object gives the a reason code for the last reset which
occurred on this WAN physical link. A value of noReason(1)
is returned if the link has not reset. A value of management(2)
is returned when a link reset has been caused by a management
protocol (either SNMP or by LMS). A value of deviceReset(3)
is returned if the link reset was caused by a hardware failure.
A value of cableDrop(4) is returned when the link reset was
caused by a missing or faulty cable. A value of protocol(5) is
returned when the link reset is caused by the link protocol which
is running on this link e.g. a Disconnet Request etc.ro Enumeration .1.3.6.1.4.1.72.14.5.1.1.8 |
phySerIfTimeSinceLastLinkResetThis is a time (in hundredths of seconds) since the last link
reset.ro INTEGER .1.3.6.1.4.1.72.14.5.1.1.9 |
phySerIfSenseCtrlSgnlsThis allows a port to be configured 'less-sensitive' to
signal variations on control lines.rw Enumeration .1.3.6.1.4.1.72.14.5.1.1.10 |
phySerIfX21TableA table of parameters specific to the X21 type of physical
interface. SEQUENCE OF PhySerIfX21Entry .1.3.6.1.4.1.72.14.5.2 |
phySerIfX21EntryAn entry of X21 specific parameters. PhySerIfX21Entry .1.3.6.1.4.1.72.14.5.2.1 |
phySerIfx21IndexThe value of the index which uniquely identifies the physical
port to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.5.2.1.1 |
phySerIfx21DTEDCESelectThis parameter is used to control whether the port hardware
provides a DTE or a DCE interface.rw Enumeration .1.3.6.1.4.1.72.14.5.2.1.2 |
phySerIfBertTableA table of Bert (Bit Error Rate Testing) specific parameters. SEQUENCE OF PhySerIfBertEntry .1.3.6.1.4.1.72.14.5.3 |
phySerIfBertEntryAn entry of Bert specific parameters. An entry exist in this table
only if the object, phySerIfGenOperationalMode, has been set to
a value of bertMode(2), for this interface. PhySerIfBertEntry .1.3.6.1.4.1.72.14.5.3.1 |
phySerIfBertIndexThe value of the index which uniquely identifies the physical port
for which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.5.3.1.1 |
phySerIfBertUnitTypeIf this parameter has a value of testUnit(1) then the unit will
generate and check test patterns. If the value returned is
echoUnit (2) the the unit echoes received frames.rw Enumeration .1.3.6.1.4.1.72.14.5.3.1.2 |
phySerIfBertPatternTypeThis parameter is used to select between pseudo random (prbs (1))
and fixed (fbs (2)) bit sequence test patterns.rw Enumeration .1.3.6.1.4.1.72.14.5.3.1.3 |
phySerIfBertPatternLengthThis parameter is used to control the amount of test pattern which
is enclosed in a single frame. This parameter is specified in units
of bytes but will be implemented with a granularity of long words.rw INTEGER .1.3.6.1.4.1.72.14.5.3.1.4 |
phySerIfBertPRBSPatternThis parameter is used to select the size of the pseudo random
sequence pattern to be used.
This parameter must be set when the phySerIfBertPatternType
object has a value of prbs (1).rw Enumeration .1.3.6.1.4.1.72.14.5.3.1.5 |
phySerIfBertFBSPatternThis parameter is used to select the fixed bit sequence pattern to
be used.
This parameter must be set when the physSerIfBertPatternType object
has a value of fbs(2).rw Enumeration .1.3.6.1.4.1.72.14.5.3.1.6 |
phySerIfBertUserFBSThis parameter allows the user to define a fixed bit sequence test
pattern to be used in Bert.
This parameter need only be set when the phySerIfBertPatternType
object has a value of fbs(2) and the phySerIfFBSPatternTye object
has a value of userPattern(4).rw INTEGER .1.3.6.1.4.1.72.14.5.3.1.7 |
phySerIfBertPeriodThis parameter is used to control the length of time over which the
two units will perform the BER tests. This parameter is specified in
units of seconds. A value of 0 is used to indicate an indefinite
test period. This parameter may be configured at both the Test Unit
and Echo Unit.rw INTEGER .1.3.6.1.4.1.72.14.5.3.1.8 |
phySerIfBertBadLengthFramesThis parameter is used to obtain the number of frames received with
an incorrect length during the BER test. This parameter is only
applicable to a unit configured to act as BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.9 |
phySerIfBertSpuriousThis parameter is used to obtain the number of frames received with
an invalid sequence number during the BER test. This parameter is
applicable to a unit configured to act as BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.10 |
phySerIfBertLostFramesThe Bert lost frames request parameter is used to obtain the number
of frames which were not received during the BER test. This
parameter is only applicable to a unit configured to act as a BER
Test unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.11 |
phySerIfBertAcceptableFramesThis parameter is used to obtain the number of frames which were
received and processed during the BER test. This parameter is only
applicable to a unit configured to act as BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.12 |
phySerIfBertErroredFramesThis parameter is used to obtain the number of processed frames
which were found to contain at least one bit error during the BER
test. This parameter is only applicable to a unit configured to act
as BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.13 |
phySerIfBertTestTimeThe BERT test time request parameter is used to obtain the duration
(in seconds) of the BER test. This parameter is only applicable to
a unit configured to act as BER Test Unit.ro INTEGER .1.3.6.1.4.1.72.14.5.3.1.14 |
phySerIfBertBitErrorsThis parameter is used to obtain the total number of bit errors seen
in the BER test. This parameter is applicable to a unit configured
to act as a BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.15 |
phySerIfBertErroredSecsThis parameter is used to obtain the number of seconds of the BERT
Test in which a bit error was detected. This parameter is only
applicable to a unit configured to act as BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.16 |
phySerIfBertFrameSizesThis is used to obtain the size of the test frames used in the BER
test. (This parameter in conjunction with the number of acceptable
frames is used to obtain the total number of bits received during
the BER test). This parameter is only applicable to a unit
configured to act as BER Test Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.17 |
phySerIfBertBouncedFramesThis parameter is used to obtain the number of frames which the BERT
Echo Unit has received and sent back to the sender. This parameter
is only applicable to a unit configured to act as BER Test Echo
Unit.ro Counter .1.3.6.1.4.1.72.14.5.3.1.18 |
phySerIfBertTxFramesThis parameter is used to obtain the number of frames that were
transmitted.ro Counter .1.3.6.1.4.1.72.14.5.3.1.19 |
phySerIfBertRxFramesThis parameter is used to obtain the number of frames received.ro Counter .1.3.6.1.4.1.72.14.5.3.1.20 |
phySerIfRS449TableA table of RS449 specific parameters. SEQUENCE OF PhySerIfRS449Entry .1.3.6.1.4.1.72.14.5.4 |
phySerIfRS449EntryAn entry of RS449 specific parameters. PhySerIfRS449Entry .1.3.6.1.4.1.72.14.5.4.1 |
phySerIfRS449IndexThe value of the index uniquely identifies the physical port to
which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.5.4.1.1 |
phySerIfRS449ClockThis parameter determines the rate for the internal clock.rw Enumeration .1.3.6.1.4.1.72.14.5.4.1.2 |
phySerIfRS449LocalLoopbackIf this object is set to a value of enable(1) then this port will
request the local modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
local modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.4.1.3 |
phySerIfRS449RemoteLoopbackIf this object is set to a value of enable(1) then this port will
request the remote modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
remote modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.4.1.4 |
phySerIfRS449BackToBackThis parameter is used to enable or disable the onboard clock to
allow the back to back working of two units.rw Enumeration .1.3.6.1.4.1.72.14.5.4.1.5 |
phySerIfv35TableA table of V.35 specific parameters. SEQUENCE OF PhySerIfv35Entry .1.3.6.1.4.1.72.14.5.5 |
phySerIfv35EntryAn entry of V.35 specific parameters. PhySerIfv35Entry .1.3.6.1.4.1.72.14.5.5.1 |
phySerIfv35IndexThe value of the index uniquely identifies the physical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.5.5.1.1 |
phySerIfv35BackToBackThis parameter is used to enable or disable the onboard clock to
allow the back to back working of two units.rw Enumeration .1.3.6.1.4.1.72.14.5.5.1.2 |
phySerIfv35ClockThis parameter determines the rate for the internal clock.rw Enumeration .1.3.6.1.4.1.72.14.5.5.1.3 |
phySerIfv35LocalLoopbackIf this object is set to a value of enable(1) then this port will
request the local modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
local modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.5.1.4 |
phySerIfv35RemoteLoopbackIf this object is set to a value of enable(1) then this port will
request the remote modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
remote modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.5.1.5 |
phySerIfRS232TableA table of RS232 specific parameters. SEQUENCE OF PhySerIfRS232Entry .1.3.6.1.4.1.72.14.5.6 |
phySerIfRS232EntryAn entry of RS232 specific parameters. PhySerIfRS232Entry .1.3.6.1.4.1.72.14.5.6.1 |
phySerIfRS232IndexThe value of the index uniquely identifies the physical port to
which this entry is appliacble.ro INTEGER .1.3.6.1.4.1.72.14.5.6.1.1 |
phySerIfRS232BackToBackThis parameter is used to enable or disable the onboard clock to
allow the back to back working of two units.rw Enumeration .1.3.6.1.4.1.72.14.5.6.1.2 |
phySerIfRS232ClockThis parameter determines the rate for the internal clock.rw Enumeration .1.3.6.1.4.1.72.14.5.6.1.3 |
phySerIfRS232LocalLoopbackIf this object is set to a value of enable(1) then this port will
request the local modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
local modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.6.1.4 |
phySerIfRS232RemoteLoopbackIf this object is set to a value of enable(1) then this port will
request the remote modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
remote modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.6.1.5 |
phySerIfG703TableA table of G703 specific parameters. SEQUENCE OF PhySerIfG703Entry .1.3.6.1.4.1.72.14.5.7 |
phySerIfG703EntryAn entry of G703 specific parameters. PhySerIfG703Entry .1.3.6.1.4.1.72.14.5.7.1 |
phySerIfG703IndexThe value of the index uniquely identifies the physical port to
which this entry is appliacble.ro INTEGER .1.3.6.1.4.1.72.14.5.7.1.1 |
phySerIfG703LocalLoopbackIf this object is set to a value of enable(1) then this port will
request the local modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
local modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.7.1.2 |
phySerIfG703RemoteLoopbackIf this object is set to a value of enable(1) then this port will
request the remote modem port to perform a loopback function.
If the value returned is disabled(2) this indicated that the
remote modem port has not been requested to perform any loopback
function.rw Enumeration .1.3.6.1.4.1.72.14.5.7.1.3 |
phySerIf10base5TableA table of 10base5 specific parameters. SEQUENCE OF PhySerIf10base5Entry .1.3.6.1.4.1.72.14.5.8 |
phySerIf10base5EntryAn entry of 10base5 specific parameters. PhySerIf10base5Entry .1.3.6.1.4.1.72.14.5.8.1 |
phySerIf10base5IndexThe value of the index uniquely identifies the physical port to
which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.5.8.1.1 |
phySerIf10base5SenseSQEsEnables or disables the SQE counter.rw Enumeration .1.3.6.1.4.1.72.14.5.8.1.2 |
multilink OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.6 |
mlinkTableThe multilink Table containing all the multilink objects. SEQUENCE OF MlinkTableEntry .1.3.6.1.4.1.72.14.6.1 |
mlinkTableEntryEach entry contains configurables for each logical port
on the unit that supports multilink. MlinkTableEntry .1.3.6.1.4.1.72.14.6.1.1 |
mlinkPortIndexThis is the logical port number which supports
multilink. An entry for this port will only exist if
the logical port is attached to a physical port which is
using the Retixwan link protocol.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.1 |
mlinkOperationThis object enables/disables multilink on this port.rw Enumeration .1.3.6.1.4.1.72.14.6.1.1.2 |
mlinkStandbyThresholdThis is used to determine the line speed level
at which the multilink module will check to see if
channels can be made standby. If any channels have
a line speed greater than this threshold value, then
the multilink module picks out the best channels and
makes them active, making any others standby. If no
channels have line speeds greater than this, then all
channels are used and there are none in standby mode.rw INTEGER ( 1200..2048000 ) .1.3.6.1.4.1.72.14.6.1.1.3 |
mlinkLostFrameTimerThis is the Lost Frame Timer. It starts when an
out of sequence frame is received, and is not reset
until the next expected frame is received. If it
expires then the frames between the last received,
and the current out-of-sequence frame, are considered
to be lost. This timer is in millisecs, but the
granularity of the operating value is 50ms, so the
value set, is rounded up to the nearest 50ms.rw INTEGER ( 50..5000 ) .1.3.6.1.4.1.72.14.6.1.1.4 |
mlinkWindowThis is the multilink window size.rw INTEGER ( 1..200 ) .1.3.6.1.4.1.72.14.6.1.1.5 |
mlinkStateThis indicates whether the multilink protocol has
been established between the remote partners.ro Enumeration .1.3.6.1.4.1.72.14.6.1.1.6 |
mlinkTotalThroughputThis is the sum of the line speeds for all the
active channels( both standby and active ) supporting
multilink on this logical port.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.7 |
mlinkActiveThroughputThis is the sum of the line speeds for all the
active channels supporting multilink on this logical
port.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.8 |
mlinkMinTransitDelayThis is the minimum transit delay( in millisecs)
for the active channels supporting multilink. If this
is not known, then this will return -1.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.9 |
mlinkMaxTransitDelayThis is the maximum transit delay( in millisecs ) for
the active channels supporting multilink. If this is
not known, then this will return -1.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.10 |
mlinkActiveChannelsThis is the number of active channels supporting
multilink for this port.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.11 |
mlinkStandbyChannelsThis is the number of channels which are in standby
which support multilink for this port.ro INTEGER .1.3.6.1.4.1.72.14.6.1.1.12 |
mlinkRxInvalidFramesThis is the number of frames received but discarded
due to being too big, or having invalid seq. Numbers,
etc.ro Counter .1.3.6.1.4.1.72.14.6.1.1.13 |
mlinkTxInvalidFramesThis is the number of frames to be transmitted but
discarded due to being too big, or having invalid seq.
Numbers, etc.ro Counter .1.3.6.1.4.1.72.14.6.1.1.14 |
mlinkRxDiscBadSeqNumFramesThis is the number of frames discarded due to the
multilink sequence number being out of range.ro Counter .1.3.6.1.4.1.72.14.6.1.1.15 |
mlinkLostFramesThis is the number of frames for which the Lost Frame
Timer has expired.ro Counter .1.3.6.1.4.1.72.14.6.1.1.16 |
mlinkProtocolResetsThis is the number of multilink protocol resets that
have occurred since the creation of this logical port.ro Counter .1.3.6.1.4.1.72.14.6.1.1.17 |
lapb OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.7 |
lapbPortConfigTableThis table contains the LAPB Port Information. SEQUENCE OF LapbPortConfigEntry .1.3.6.1.4.1.72.14.7.1 |
lapbPortConfigEntryAn Entry in this table contains information
about each physical port in the system that is configured
with lapb as its physical port protocol. LapbPortConfigEntry .1.3.6.1.4.1.72.14.7.1.1 |
lapbPCIndexThis object is the Physical Port to which this
table entry refers.ro INTEGER .1.3.6.1.4.1.72.14.7.1.1.1 |
lapbPCT1AckTimerThe default T1 timer for this interface.
This specifies the maximum time in
Milliseconds to wait for acknowledgement of a
PDU.rw INTEGER .1.3.6.1.4.1.72.14.7.1.1.2 |
lapbPCT3DiscTimerThe T3 timer for this interface. This
specifies the time in Milliseconds to wait
before considering the link disconnected. A
value of zero indicates the link will be
considered disconnected upon completion of
the frame exchange to disconnect the link.
This value should be set larger than T1 * N2rw INTEGER( 1..4294967295 ) .1.3.6.1.4.1.72.14.7.1.1.3 |
lapbPCN2ReTxCountThe default N2 retry counter for this
interface. This specifies the number of
times a PDU will be resent after the T1
timer expires without an acknowledgement for
the PDU.rw INTEGER .1.3.6.1.4.1.72.14.7.1.1.4 |
lapbPCN1FrameSizeThe default maximum N1 frame size desired
in number of bits for a frame the DCE/remote
DTE transmits to this DTE. This excludes
flags and 0 bits inserted for transparency.
The frame size is assumed to be the same size
for both directions of data transfer.rw INTEGER ( 128..1033 ) .1.3.6.1.4.1.72.14.7.1.1.5 |
lapbPCLocalAddressThis is the Local LAPB Address of this port.
This determines the station type of the
interface. The remote address will be the
complement of the setting of the local address.rw Enumeration .1.3.6.1.4.1.72.14.7.1.1.6 |
lapbPCSeqNumberingThis object tells us the sequence numbering
method in use on this port. It is either modulo8,
i.e. frames are numbered between 0 and 7, or
modulo128, where frames are numbered between 0
and 128. This object will limit the value which
can be set for lapbKWindowSize.rw Enumeration .1.3.6.1.4.1.72.14.7.1.1.7 |
lapbPCKWindowSizeThe window size used for both directions of data transfer
on this Interface. This is the maximum number of
unacknowledged sequenced PDUs that may be
outstanding from this unit at any one time.
This object can take values 1..7 when SeqNumbering has
a value of mod8, and values 1,3,7,15,31,63,127 when
SeqNumbering has a value mod128.rw INTEGER .1.3.6.1.4.1.72.14.7.1.1.8 |
lapbPCMaxRxQueueLengthThis is the Maximum No. of frames that can be queued
up on the receive queue of the LAPB controller. Values
allowed are 1,2,4,8,16,32,64,128.- what the chip supports.rw INTEGER .1.3.6.1.4.1.72.14.7.1.1.9 |
lapbPCMaxTxQueueLengthThis is the Maximum No. of frames that can be queued
up for transmission on the transmit queue of the
LAPB controller. Values allowed are 1,2,4,8,16,32,64,128.
- what the chip supports.rw INTEGER .1.3.6.1.4.1.72.14.7.1.1.10 |
lapbPortStatsTableThis table contains the LAPB Port Statistics Information. SEQUENCE OF LapbPortStatsEntry .1.3.6.1.4.1.72.14.7.2 |
lapbPortStatsEntryAn Entry in this table contains information
about each physical port in the system that uses
lapb. LapbPortStatsEntry .1.3.6.1.4.1.72.14.7.2.1 |
lapbPSIndexThis object is the Physical Port to which this
table entry refers.ro INTEGER .1.3.6.1.4.1.72.14.7.2.1.1 |
lapbPSChannelStateThis is the current state of the Lapb
connectionro Enumeration .1.3.6.1.4.1.72.14.7.2.1.2 |
lapbPST1TimeoutsThe Count of T1 timer timeouts since the last link reset.ro Counter .1.3.6.1.4.1.72.14.7.2.1.3 |
lapbPSTxFramesThe No. of LAPB frames Transmitted since the last link resetro Counter .1.3.6.1.4.1.72.14.7.2.1.4 |
lapbPSTxRejectsThe No. of reject frames transmitted.ro Counter .1.3.6.1.4.1.72.14.7.2.1.5 |
lapbPSRxFramesThe No. of LAPB frames Received since the last link resetro Counter .1.3.6.1.4.1.72.14.7.2.1.6 |
lapbPSRxRejectsThe No. of reject frames received.ro Counter .1.3.6.1.4.1.72.14.7.2.1.7 |
lapbPSRxFrameRejectsThe No. of frame-reject frames received.ro Counter .1.3.6.1.4.1.72.14.7.2.1.8 |
lapbPSRxRuntsThe No of Runt frames, that is frames of length shorter than
the minimum length, received.ro Counter .1.3.6.1.4.1.72.14.7.2.1.9 |
lapbPSRxBadFramesThe No. of Bad frames received.ro Counter .1.3.6.1.4.1.72.14.7.2.1.10 |
retixwan OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.8 |
rtxWanTableThe Parameters for the Retix Wan Interface. There will be an
entry in this table for each physical port which is configured
with a physical port protocol - Retixwan SEQUENCE OF RtxWanEntry .1.3.6.1.4.1.72.14.8.1 |
rtxWanEntryThe Parameters for the Retix Wan Interface. RtxWanEntry .1.3.6.1.4.1.72.14.8.1.1 |
rtxWanIfIndexThe value of the index uniquely specifies the physical port
for which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.8.1.1.1 |
rtxWanT1ModeLAPB T1 Calculation. This parameter is used to enable
the calculation of the value for the LAPB T1 Timer by
the WAN Protocol Handler. When disabled, a pre-configured
value is used. By default, the WAN Protocol Handler
calculates the value for the LAPB T1 Timer.rw Enumeration .1.3.6.1.4.1.72.14.8.1.1.2 |
rtxWanT1ValueLAPB T1 Timer Value. This parameter is used to
pre-configure the LAPB T1 Timer when it is to not
to be calculated by the WAN Protocol Handler.
This parameter is specified in units of milliseconds.rw INTEGER .1.3.6.1.4.1.72.14.8.1.1.3 |
rtxWanRetryLAPB Retry Limit. This parameter indicates the
maximum number of attempts to be made to complete
the successful transmission of a frame. The default
value for this parameter is 4.rw INTEGER .1.3.6.1.4.1.72.14.8.1.1.4 |
rtxWanBlockSizeBlock Size. The value of this parameter indicates
the block size, in bytes, to be indicated to the
remote partner in the link negotiate packets sent.
This however cannot be assumed to be the value of
the actual block size to be used on the link, as it
will be the smaller of this value and that indicated
by the remote unix. The default value for the block
size is 552 bytes.rw INTEGER .1.3.6.1.4.1.72.14.8.1.1.5 |
rtxWanNegBlockSizeNegotiated Block Size. The value returned for this
parameter is the negotiated physical block size in
bytes. When the block size has not been negotiated,
the configured block size is returned. This parameter
is specified in units of bytes.ro INTEGER .1.3.6.1.4.1.72.14.8.1.1.6 |
rtxWanMeasuredDelayMeasured Network Transit Delay. The value returned
for this parameter will be the result of the measured
transit delay in milliseconds for the link. A value of
-1 indicates that the delay has not been measured.ro INTEGER (-1..10000) .1.3.6.1.4.1.72.14.8.1.1.7 |
rtxWanMeasuredLineSpeedThis parameter is a measure of the links speed in
bits per second.ro INTEGER .1.3.6.1.4.1.72.14.8.1.1.8 |
tokenring OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.9 |
tkrPortTableTable of Token Ring per Port parameters. SEQUENCE OF TkrPortEntry .1.3.6.1.4.1.72.14.9.1 |
tkrPortEntryEntries of Table of Source Routing per port parameters. TkrPortEntry .1.3.6.1.4.1.72.14.9.1.1 |
tkrPortIndexThe physical port for which this entry applies.ro INTEGER .1.3.6.1.4.1.72.14.9.1.1.1 |
tkrNoOfLinkResetsThis object is a count of the number of resets which have
occurred on this Token Ring link, since the last reinitialization
of the unit.ro INTEGER .1.3.6.1.4.1.72.14.9.1.1.2 |
tkrLastLinkResetReasonThis object gives the a reason code for the last reset which
occurred on this Token ring port.ro Enumeration .1.3.6.1.4.1.72.14.9.1.1.3 |
tkrTimeSinceLastLinkResetThis is a time (in hundredths of seconds) since the last link
reset, eg. the time since the link last went down. The value
of this object is zero if no link resets have occurred since
the last reinitialization of the unit.ro INTEGER .1.3.6.1.4.1.72.14.9.1.1.4 |
ipx OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.10 |
ipxRoutingThis object is used to enable or disable IPX routing. It
indicates whether the unit is functioning as an IPX router.
A value of 1 is used to enable IPX routing while a value of
2 is used to disable it. The default value is Disable(2).rw Enumeration .1.3.6.1.4.1.72.14.10.1 |
ipxSecurityThis parameter is used to enable or disable the security
features for the IPX protocol.rw Enumeration .1.3.6.1.4.1.72.14.10.2 |
ipxInternetBcastProcessingThis parameter is used to enable or disable the Internet
broadcast processing feature. If the value is enabled(1),
then IPX internet broadcast packets are processed
otherwise they are discarded.rw Enumeration .1.3.6.1.4.1.72.14.10.3 |
ipxTotalInHdrErrorsThe total number of IPX datagrams received by the unit and
discarded due to having a bad checksum, incorrect length or
a hop count expiry (i.e. a hop count value of 0).ro Counter .1.3.6.1.4.1.72.14.10.4 |
ipxTotalAccessViolationsThis is the total number of IPX datagrams received by
the unit and discarded because they were not permitted
access to the network.ro Counter .1.3.6.1.4.1.72.14.10.5 |
ipxTotalInDiscardsThis is the total number of IPX datagrams received by
the unit and discarded because the internal queues are full.ro Counter .1.3.6.1.4.1.72.14.10.6 |
ipxTotalOutDiscardsThis is the total number of IPX datagrams received by
the unit and discarded because the transmit queues are full.ro Counter .1.3.6.1.4.1.72.14.10.7 |
ipxTotalOtherDiscardsThis is the total number of IPX datagrams received by
the unit and discarded for other reasons, such as an
incorrectly configured WAN port.ro Counter .1.3.6.1.4.1.72.14.10.8 |
ipxTotalTransmittedDgmsThis is total number of IPX datagrams which have been
transmitted by the unit.ro Counter .1.3.6.1.4.1.72.14.10.9 |
ipxTotalReceivedDgmsThis is the total number of IPX datagrams which have
been received by the unit.ro Counter .1.3.6.1.4.1.72.14.10.10 |
ipxTotalForwardedDgmsThe number of IPX datagrams for which this entry was not
their final destination, as a result of which an attempt
was made to find a route to forward them to that final
destination.ro Counter .1.3.6.1.4.1.72.14.10.11 |
ipxTotalRxNotRoutedDgmsThis is the total number of IPX datagrams received and then
discarded by the unit because no route is available.ro Counter .1.3.6.1.4.1.72.14.10.12 |
ipxTotalInDeliversThis is the total number of IPX datagrams received and then
passed to the upper layers.ro Counter .1.3.6.1.4.1.72.14.10.13 |
ipxTotalInAddrErrorsThis is a count of the total number of IPX frames which were
received and then discarded due to having a bad IPX address
value.ro Counter .1.3.6.1.4.1.72.14.10.14 |
ipxRoutingInformationTableThis is a list of the entries in the IPX Routing Information
Table. SEQUENCE OF IpxRITEntry .1.3.6.1.4.1.72.14.10.15 |
ipxRITEntryThis is an entry in the IPX Routing Information Table. IpxRITEntry .1.3.6.1.4.1.72.14.10.15.1 |
ipxRITDestNwkNumberThis string contains the IPX Network Number. The
address contained in the returned string is in hexadecimal
form. If the network number is not a full 4 bytes long, then
it is zero-filled, e.g. a network number, 0x234fd will
appear as 0x000234fd.ro OCTET STRING .1.3.6.1.4.1.72.14.10.15.1.1 |
ipxRITGwyHostAddressThis is the Host Address or the gateway to the network
specified by the corresponding ipxRITNwkNumber.ro OCTET STRING .1.3.6.1.4.1.72.14.10.15.1.2 |
ipxRITHopCountThis is the hop count to reach the specified network. It has
a range of values from 0 to 15.ro INTEGER .1.3.6.1.4.1.72.14.10.15.1.3 |
ipxRITDelayThis is the estimated delay to reach the specified network.ro INTEGER .1.3.6.1.4.1.72.14.10.15.1.4 |
ipxRITInterfaceThis is the interface through which the IPX datagram is routed
to the gateway identified by the corresponding entry for
ipxRITGwyHostAddress.ro INTEGER .1.3.6.1.4.1.72.14.10.15.1.5 |
ipxRITDirectConnectThis object is used to indicate whether the gateway is
directly connected or not. If the value of this object
is direct(1), this indicates a directly connected gateway,
if the value is indirect(2) then the gateway is not
directly connected.ro Enumeration .1.3.6.1.4.1.72.14.10.15.1.6 |
ipxRITAgeThis is the age of this entry.ro INTEGER .1.3.6.1.4.1.72.14.10.15.1.7 |
ipxSAPBinderyTableThis is the Service Advertising Protocol Table which holds
information about the different servers visible to the device. SEQUENCE OF IpxSAPBinderyEntry .1.3.6.1.4.1.72.14.10.16 |
ipxSAPBinderyEntryThis is an entry in the SAP Bindery Table. IpxSAPBinderyEntry .1.3.6.1.4.1.72.14.10.16.1 |
ipxSAPBinderyTypeThis is the type of the server whose IPX address is given by
ipxSAPBinderyServerIPXAddress.ro Enumeration .1.3.6.1.4.1.72.14.10.16.1.1 |
ipxSAPBinderyServerIPXAddressThis string contains the network number and host address, i.e. the
IPX address of an IPX Server.ro OCTET STRING .1.3.6.1.4.1.72.14.10.16.1.2 |
ipxSAPBinderyServerNameThis is the name of the server. It is a textual string up to
48 characters long.ro DisplayString .1.3.6.1.4.1.72.14.10.16.1.3 |
ipxSAPBinderyHopCountThis is the hop count to reach the specified server. This object
can take any value in the range 0 to 15.ro INTEGER .1.3.6.1.4.1.72.14.10.16.1.4 |
ipxSAPBinderySocketThis is the number of the socket at which the server provides the
service.ro INTEGER .1.3.6.1.4.1.72.14.10.16.1.5 |
ipxIfConfigTableThis table contains a list of objects which are used to configure
an IPX logical port. SEQUENCE OF IpxIfCfgEntry .1.3.6.1.4.1.72.14.10.17 |
ipxIfCfgEntryThis is an entry in the IPX interfaces table. IpxIfCfgEntry .1.3.6.1.4.1.72.14.10.17.1 |
ipxIfCfgIndexThe index value which uniquely identifies the logical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.10.17.1.1 |
ipxIfRoutingFlagThe value of this object indicates the current state of IPX
routing on the logical port.rw Enumeration .1.3.6.1.4.1.72.14.10.17.1.2 |
ipxIfNwkNumberThis string contains this interface`s IPX Network Number.
The address contained in the returned string is in hexadecimal
form. If the network number is not a full 4 bytes long, then it
is zero-filled, e.g. a network number, 0x234fd will appear
as 0x000234fd.rw OCTET STRING .1.3.6.1.4.1.72.14.10.17.1.3 |
ipxIfHostAddressThis is the host address for the LP. The combination of the
ipxIfNwkNumber and this object gives the full IPX address for the
LP. If the LP is attached to a LAN PP then this object
will have the same value as the MAC address of the PP.
For a WAN PP, the host address takes the value of
the unit host address, i.e. the lowest MAC Address on the systemro OCTET STRING .1.3.6.1.4.1.72.14.10.17.1.4 |
ipxIfLANEncapsulationThis is the datagram encapsulation which applies to the
interface. The default value is IEEE802.3(1). A Token Ring
logical port will only support iee802-2(3) encapsulation.rw Enumeration .1.3.6.1.4.1.72.14.10.17.1.5 |
ipxIfDispositionThis parameter determines the action taken on a received IPX
datagram if routing is disabled for this port, and the
global routing flag is set to enabled (1). If routing is
disabled for this port and this object has a value of
discard (2), than all IPX datagrams received on this interface
and not addressed to the unit,will be discarded.rw Enumeration .1.3.6.1.4.1.72.14.10.17.1.6 |
ipxIfDelayThis is the delay associated with a specific path.rw INTEGER .1.3.6.1.4.1.72.14.10.17.1.7 |
ipxIfAccessList1The first entry in the AccessList Table which will be used by
this port. This entry also associates a table of entries from
the Security Table with this LP. A value of zero indicates
that the default entry is used i.e. there is no access checking
done at all.rw INTEGER .1.3.6.1.4.1.72.14.10.17.1.8 |
ipxIfAccessList2The second entry in the AccessList Table which will be used by
this port. This entry also associates a table of entries from
the Security Table with this LP. A value of zero indicates
that the default entry is used i.e. there is no access checking
done at all.rw INTEGER .1.3.6.1.4.1.72.14.10.17.1.9 |
ipxIfRIPTimerThis timer controls the rate of generation of RIP messages
and their transmission on this logical port.rw INTEGER .1.3.6.1.4.1.72.14.10.17.1.10 |
ipxIfSAPTimerThis timer controls the rate of generation of SAP messages
and their transmission on this logical port.rw INTEGER .1.3.6.1.4.1.72.14.10.17.1.11 |
ipxIfSAPFilteringOutFlagThe value of this object indicates the current state of IPX
Sap Filtering for outgoing Saps on the logical port.rw Enumeration .1.3.6.1.4.1.72.14.10.17.1.12 |
ipxIfSAPFilteringInFlagThe value of this object indicates the current state of IPX
Sap Filtering for incoming Saps on the logical port.rw Enumeration .1.3.6.1.4.1.72.14.10.17.1.13 |
ipxIfSAPFilteringActionNoMatchThis object indicates the action to be taken for an
incoming/outgoing Sap which does not match any entry in the
Sap Filtering Table.rw Enumeration .1.3.6.1.4.1.72.14.10.17.1.14 |
ipxAccessListTableThis is a table of the Access list parameters, these parameters
are used to define particular security characteristics for
an LP. SEQUENCE OF IpxAccessListEntry .1.3.6.1.4.1.72.14.10.18 |
ipxAccessListEntryAn entry in the access list table. To set an entry in this
table, ALL the objects must be present in a single SET PDU. IpxAccessListEntry .1.3.6.1.4.1.72.14.10.18.1 |
ipxAccessListIndexThis index uniquely identifies an entry in the access list
table. Each LP can reference any two of these entries.ro INTEGER .1.3.6.1.4.1.72.14.10.18.1.1 |
ipxTxCheckIndicates whether checking of IPX packets to be transmitted, is
enabled or not.rw Enumeration .1.3.6.1.4.1.72.14.10.18.1.2 |
ipxNoMatchTxActionWhen an IPX datagram is to be transmitted, the addressing
information in the packet is compared against the filters in
the security table. If there is a no match then the frame is
either accepted (queued for transmission) or it is denied,
depending on the value of this object.rw Enumeration .1.3.6.1.4.1.72.14.10.18.1.3 |
ipxRxCheckIndicates whether received IPX packets are checked or not.rw Enumeration .1.3.6.1.4.1.72.14.10.18.1.4 |
ipxNoMatchRxActionWhen an IPX datagram is to be received, the addressing
information in the packet is compared against the filters in
the security table. If there is a no match then the frame is
either accepted or it is denied, depending on the value
of this object.rw Enumeration .1.3.6.1.4.1.72.14.10.18.1.5 |
ipxIfSecurityTableA table of the interface security parameters. SEQUENCE OF IpxIfSecurityEntry .1.3.6.1.4.1.72.14.10.19 |
ipxIfSecurityEntryAn entry in the security table. For each entry in the
Access List Table, there is a list(table) of Security
entries. Therefore, as each port has 2 access List
entries associated with it, then the port has access to
two separate lists of security entries within this table.
To set an entry in this table, ALL the objects must be
supplied in a single SET PDU. IpxIfSecurityEntry .1.3.6.1.4.1.72.14.10.19.1 |
ipxIfSecurityAccessListNumThe access list entry number with which this security entry is
attached.rw INTEGER .1.3.6.1.4.1.72.14.10.19.1.1 |
ipxIfSecurityIndexAn index into the security table.rw INTEGER .1.3.6.1.4.1.72.14.10.19.1.2 |
ipxIfSecuritySrcNwkNumThe network number of the source. A value of zero means the
entry applies to all networks.rw OCTET STRING .1.3.6.1.4.1.72.14.10.19.1.3 |
ipxIfSecuritySrcHostThe source host address. If this is set to the Broadcast Address
( all f's ), then the entry applies to all hosts. The combination
of this parameter and the ipxIfSecuritySrcNwkNum gives the
full IPX address of the source.rw OCTET STRING .1.3.6.1.4.1.72.14.10.19.1.4 |
ipxIfSecurityDestNwkNumThe network number of the destination. A value of zero means the
entry applies to all networks.rw OCTET STRING .1.3.6.1.4.1.72.14.10.19.1.5 |
ipxIfSecurityDestHostThe destination host address. If this is set to the Broadcast
Address ( all f's ), then the entry applies to all hosts. The
combination of this parameter and the ipxIfSecurityDestNwkNum
gives the full IPX address of the destination.rw OCTET STRING .1.3.6.1.4.1.72.14.10.19.1.6 |
ipxIfSecurityDestSocketThis parameter identifies the destination socket.rw INTEGER .1.3.6.1.4.1.72.14.10.19.1.7 |
ipxIfSecurityActionIndicates the action in case of a match occurring between the
this filter and the addressing information in the IPX Packet.rw Enumeration .1.3.6.1.4.1.72.14.10.19.1.8 |
ipxIfSecurityOperatorThe operator used in comparison.rw Enumeration .1.3.6.1.4.1.72.14.10.19.1.9 |
ipxIfSecurityEntryTypeThis parameter is used to indicate whether the entry is to
be added or removed from the ipxIfSecurityTable. If the value
is valid(1) then this indicates that this is a request to
add this entry to the table. A value of valid(1) is always
returned to a GetRequest in the case where the entry exists.rw Enumeration .1.3.6.1.4.1.72.14.10.19.1.10 |
ipxIfStatsTableThis table contains a list of all the statistics objects for
an IPX logical port. SEQUENCE OF IpxIfStatsEntry .1.3.6.1.4.1.72.14.10.20 |
ipxIfStatsEntryThis is an entry in the IPX interface statistics table. IpxIfStatsEntry .1.3.6.1.4.1.72.14.10.20.1 |
ipxIfStatsIndexThe index value which uniquely identifies the logical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.10.20.1.1 |
ipxIfReceivedDgmsThe number of IPX datagrams which have been received on this
interface.ro Counter .1.3.6.1.4.1.72.14.10.20.1.2 |
ipxIfTransmittedDgmsThe number of IPX datagrams which have been transmitted on this
interface.ro Counter .1.3.6.1.4.1.72.14.10.20.1.3 |
ipxIfNoRouteDgmsThis is the number of IPX datagrams which have been received on
this interface and then discarded due to no route being
found for them.ro Counter .1.3.6.1.4.1.72.14.10.20.1.4 |
ipxIfDgmsInDeliversThis is the total number of IPX datagrams received on this
interface and routed inwards to either SAP or RIP.ro Counter .1.3.6.1.4.1.72.14.10.20.1.5 |
ipxIfInHdrErrorsThis is a count of the number of IPX datagrams which have been
received but discarded due to having an invalid checksum,
incorrect length field or hop count expiry.ro Counter .1.3.6.1.4.1.72.14.10.20.1.6 |
ipxIfInAddrErrorsThis is a count of the number of IPX datagrams which have been
received but discarded due to having an invalid IPX address.ro Counter .1.3.6.1.4.1.72.14.10.20.1.7 |
ipxIfInDiscardsThis is a count of the number of IPX datagrams which have been
received on this port but discarded because the internal queue
is full.ro Counter .1.3.6.1.4.1.72.14.10.20.1.8 |
ipxIfInForwardedFramesThis is a count of the number of IPX datagrams which have been
received and forwarded.ro Counter .1.3.6.1.4.1.72.14.10.20.1.9 |
ipxIfOtherDiscardsThis is a count of the number pf IPX datagrams which have been
received on this port but discarded due to other reasons,
such as an incorrectly configured WAN port.ro Counter .1.3.6.1.4.1.72.14.10.20.1.10 |
ipxPPPConfigTableThis table contains objects which contain config information
about the use of IPX over a logical port which is attached to
a physical port which is running PPP. SEQUENCE OF IpxPPPConfigEntry .1.3.6.1.4.1.72.14.10.21 |
ipxPPPConfigEntryThis is and entry in the IPX PPP status table.
A SNMP error or noSuchName is returned to a request for an
object in this table if the IPX port identified by the
value of ipxIfIndex for this entry, is attached to a
physical port which is not a PPP physical port. IpxPPPConfigEntry .1.3.6.1.4.1.72.14.10.21.1 |
ipxPPPConfigIfIndexThe value of the index uniquley specifies the logical port
for which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.10.21.1.1 |
ipxPPPAdminStatusThis is the immediate desired state of the IPX network
protocol. Setting this object to open(1) will inject an
administrative open event into the IPX network protocol's
finite state machine. Setting this object to close(2) will
inject an administrative close event into the IPX network
protocol's finite state machine.rw Enumeration .1.3.6.1.4.1.72.14.10.21.1.2 |
ipxPPPStatusTableThis table contains object which hold status information about
PPP on a IPX port. SEQUENCE OF IpxPPPStatusEntry .1.3.6.1.4.1.72.14.10.22 |
ipxPPPStatusEntryThis is and entry in the IPX PPP status table.
A SNMP error or noSuchName is returned to a request for an
object in this table if the IPX port identified by the
value of ipxIfIndex for this entry, is attached to a
physical port which is not a PPP physical port. IpxPPPStatusEntry .1.3.6.1.4.1.72.14.10.22.1 |
ipxPPPStatusIfIndexThe value of the index uniquley specifies the logical port
for which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.10.22.1.1 |
ipxPPPOperStatusThis is the current operational status of the IPX network
protocol. If the value of this object is opened(1) then the
finite state machine for the IPX protocol has reached the
Opened state.ro Enumeration .1.3.6.1.4.1.72.14.10.22.1.2 |
ipxPPPNegotiatedNetworkNumberThis is the IPX Network Number which has been negotiated by
a local and remote IPXCP for use on this PPP port.ro OCTET STRING .1.3.6.1.4.1.72.14.10.22.1.3 |
ipxSAPFilteringThis parameter is used to enable or disable the SAP
filtering feature. If the value is enabled(1),
then IPX SAP packets are filtered on the ports which
have outgoing and/or incoming SAP filtering enabled.rw Enumeration .1.3.6.1.4.1.72.14.10.23 |
ipxSAPFilterTestTableThe SAP Filter Test Table SEQUENCE OF IpxSAPFilterTestEntry .1.3.6.1.4.1.72.14.10.24 |
ipxSAPFilterTestEntryEach entry is a Test to be applied to SAP frames on any
particular port. There can be up to 30 entries in the
table. Each test is carried out in the following manner:- IpxSAPFilterTestEntry .1.3.6.1.4.1.72.14.10.24.1 |
ipxSAPFilterTestIndexThis is the entry index number.ro INTEGER .1.3.6.1.4.1.72.14.10.24.1.1 |
ipxSAPFilterTestNameThis is the test name.rw DisplayString .1.3.6.1.4.1.72.14.10.24.1.2 |
ipxSAPFilterTestTypeThis is the type of the server whose IPX address is given by
ipxSAPFilterTestServerIPXAddr.rw Enumeration .1.3.6.1.4.1.72.14.10.24.1.3 |
ipxSAPFilterTestIPXAddrThis string contains the network number and host
address, i.e the IPX address of an IPX Server.rw OCTET STRING .1.3.6.1.4.1.72.14.10.24.1.4 |
ipxSAPFilterTestSrvNameThis is the name of the server. It is a textual string
up to 48 characters long.rw DisplayString .1.3.6.1.4.1.72.14.10.24.1.5 |
ipxSAPFilterTestHopCountThis is the hop count to reach the specified server.
This object can take any value in the range 0 to 15.rw INTEGER .1.3.6.1.4.1.72.14.10.24.1.6 |
ipxSAPFilterTestSocketThis is the number of the socket at which the server
provides the service.rw INTEGER .1.3.6.1.4.1.72.14.10.24.1.7 |
ipxSAPFilterStmtTableThe SAP Filter Statement Table SEQUENCE OF IpxSAPFilterStmtEntry .1.3.6.1.4.1.72.14.10.25 |
ipxSAPFilterStmtEntryEach entry is a Test statement. There are up to 30
entries per port. Each entry links a Test with the
actions to be carried out depending on the test's
success or failure. To set an entry in the table,
all the objects must be present in the SET PDU. IpxSAPFilterStmtEntry .1.3.6.1.4.1.72.14.10.25.1 |
ipxSFStmtPortNumberThis is the Logical Port No. for which the table exists.ro INTEGER .1.3.6.1.4.1.72.14.10.25.1.1 |
ipxSFStmtIndexThis is the table index numberro INTEGER .1.3.6.1.4.1.72.14.10.25.1.2 |
ipxSFStmtTestNameThis is the name of the Test to apply for this
statement. It should match a Test name in the ipx SAP
Filter Test Table. It is an ascii string, of up to
20 characters.rw DisplayString .1.3.6.1.4.1.72.14.10.25.1.3 |
ipxSFStmtActionOnSuccessIf an incoming/outgoing SAP matches the filter
test indexed in this table, then the SAP is either
allowed into the SAP Bindery table (incoming filtering),
or send out on this port (outgoing filtering).rw Enumeration .1.3.6.1.4.1.72.14.10.25.1.4 |
decnet OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.11 |
dcntRoutingThis object defines whether DECnet Routing has been enabled or not.
DECnet routing may only be enabled if a valid DECnet address has
been configured for the device. If a valid address has not been
configured then a SetRequest to enable dcntRouting will cause a
badValue error to be generated.rw Enumeration .1.3.6.1.4.1.72.14.11.1 |
dcntRoutingLevelThis object will always return a value of level1(1).ro INTEGER .1.3.6.1.4.1.72.14.11.2 |
dcntAreaAddressThis is the DECnet area identification number. It can take on
any value between 1 and 63. If this object's value is set to zero
then the DECnet address is deleted. This operation can only be
performed if decnetRouting {decnet 1} had been disabled. If an
attempt is made to set this object to a value of zero while
dcntRouting is enabled, a badValue error will be generated.rw INTEGER .1.3.6.1.4.1.72.14.11.3 |
dcntNodeAddressThis is the node address of the device. It can take on any value
in the range 1 to 1023. If the dcntAreaAddress is zero i.e. the
decnetAddress has been cleared, then the value returned to a
GetRequest on this object will also be zero.rw INTEGER .1.3.6.1.4.1.72.14.11.4 |
dcntInterAreaMaxCostThis is the maximum cost possible in a path to a reachable area
in which his device is situated.rw INTEGER .1.3.6.1.4.1.72.14.11.5 |
dcntInterAreaMaxHopsThis is the maximum number of hops allowed in a path to another
reachable area.rw INTEGER .1.3.6.1.4.1.72.14.11.6 |
dcntIntraAreaMaxCostThe maximum cost possible in a path from the device to a reachable
node within the same area.rw INTEGER .1.3.6.1.4.1.72.14.11.7 |
dcntIntraAreaMaxHopsThis is the maximum number of hops allowed from this device to
a reachable node within the same area.rw INTEGER .1.3.6.1.4.1.72.14.11.8 |
dcntMaxVisitsThis is the maximum number of nodes which a data packet can
traverse before being discarded.rw INTEGER .1.3.6.1.4.1.72.14.11.9 |
dcntRtngMsgTimerBCT1This is the maximum time period between broadcasted routing
messages on the Ethernet.rw INTEGER .1.3.6.1.4.1.72.14.11.10 |
dcntRateControlFreqTimerT2This is the rate control frequency timer.rw INTEGER .1.3.6.1.4.1.72.14.11.11 |
dcntSecurityThis parameter is used to enable or disable the security features
for the DECnet protocol.rw Enumeration .1.3.6.1.4.1.72.14.11.12 |
dcntSplitPathRoutingThis object is used to enable or disable split path routing for
the DECnet protocol. If this object has a value of enabled(1) then
the router will try several path to reach a destination.rw Enumeration .1.3.6.1.4.1.72.14.11.13 |
dcntTotalReceivedDgmsThis is the total count of all DECnet datagrams received by the
device on all interfaces. This count includes data packets, hello
messages and routing messages.ro Counter .1.3.6.1.4.1.72.14.11.14 |
dcntTotalTransmittedDgmsThis is the total count of all DECnet datagrams transmitted by the
device on all interfaces.ro Counter .1.3.6.1.4.1.72.14.11.15 |
dcntTotalForwardedDgmsThis is a count of the total number of data packets which have
been forwarded by the device on all interfaces.ro Counter .1.3.6.1.4.1.72.14.11.16 |
dcntTotalOutRequestedDgmsThis is a count of the total number of DECnet hello messages and
DECnet routing messages which have been transmitted by the device.ro Counter .1.3.6.1.4.1.72.14.11.17 |
dcntTotalInDiscardsThis is a count of the total number of DECnet packets which have
been received, but discarded. These packets are discarded by the
DECnet protocol level.ro Counter .1.3.6.1.4.1.72.14.11.18 |
dcntTotalOutDiscardsThis is a count of the total number of DECnet packets which have
been discarded due to a lack of internal resources. These packets
are discarded by the DECnet protocol layer.ro Counter .1.3.6.1.4.1.72.14.11.19 |
dcntTotalNoRoutesThis is the total number of DECnet packets for which no route
could be found.ro Counter .1.3.6.1.4.1.72.14.11.20 |
dcntTotalInHdrErrorsThis is a count of the total number of DECnet packets found with
an invalid header in the data packet.ro Counter .1.3.6.1.4.1.72.14.11.21 |
dcntTotalInAddrErrorsThis is a count of the total number of DECnet packets received but
discarded because the destination address was not a valid address
for this entity.ro Counter .1.3.6.1.4.1.72.14.11.22 |
dcntTotalInDeliversThis is a count of the total number of DECnet packets which have
been successfully delivered to DECnet Routing Protocols.ro Counter .1.3.6.1.4.1.72.14.11.23 |
dcntTotalOtherDiscardsThis is a count of the total number of DECnet packets which
which have been received on this port but discarded due to
other reasons, such as an incorrectly configured WAN port.ro Counter .1.3.6.1.4.1.72.14.11.24 |
dcntTotalAccessViolationsThis is a count of the total number of access violations which
have occurred.ro Counter .1.3.6.1.4.1.72.14.11.25 |
dcntIfCfgTableThis is a table of configuration parameters for a DECnet circuit. SEQUENCE OF DcntIfCfgTableEntry .1.3.6.1.4.1.72.14.11.26 |
dcntIfCfgTableEntryThis is an entry in the configuration table. DcntIfCfgTableEntry .1.3.6.1.4.1.72.14.11.26.1 |
dcntIfCfgIndexThis index uniquely identifies the logical port to which this
entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.11.26.1.1 |
dcntIfCfgRoutingThe value of this object indicates the current state of DECnet
routing on the interface. If the global Routing flag is not
enabled, then this has no effect.rw Enumeration .1.3.6.1.4.1.72.14.11.26.1.2 |
dcntIfCfgDispositionThis parameter determines the action taken on a received DECnet
datagram if routing is disabled for this port, and the
global routing flag is set to enabled (1). If routing is
disabled for this port and this object has a value of
discard (2), than all DECnet datagrams received on this interface
and not addressed to the unit,will be discarded.rw Enumeration .1.3.6.1.4.1.72.14.11.26.1.3 |
dcntIfCfgRtrPriorityThis is the priority associated with this interface, it is used to
determine the designated route. The interface with the highest
priority is the designated route.rw INTEGER .1.3.6.1.4.1.72.14.11.26.1.4 |
dcntIfCfgHelloTimerBCT3This is the maximum time period between two hello messages,
transmitted consecutively.rw INTEGER .1.3.6.1.4.1.72.14.11.26.1.5 |
dcntIfCfgCostThis is the the cost which will be added to the path cost for this
interface. There is one cost for each logical port.rw INTEGER .1.3.6.1.4.1.72.14.11.26.1.6 |
dcntIfCfgAccessList1The first entry in the AccessList Table which will be used by
this port. This entry also associates a table of entries from
the Security Table with this LP. A value of zero indicates
that the default entry is used i.e. there is no access checking
done at all.rw INTEGER .1.3.6.1.4.1.72.14.11.26.1.7 |
dcntIfCfgAccessList2The second entry in the AccessList Table which will be used by
this port. This entry also associates a table of entries from
the Security Table with this LP. A value of zero indicates
that the default entry is used i.e. there is no access checking
done at all.rw INTEGER .1.3.6.1.4.1.72.14.11.26.1.8 |
dcntIfStatsTableThis is a table of statistics and status information for a
DECnet logical port. SEQUENCE OF DcntIfStatsTableEntry .1.3.6.1.4.1.72.14.11.27 |
dcntIfStatsTableEntryThis is an entry in the status and statistics table. DcntIfStatsTableEntry .1.3.6.1.4.1.72.14.11.27.1 |
dcntIfStatsIndexThe index value which uniquely identifies the logical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.11.27.1.1 |
dcntIfDesignatedRouterThis parameter indicates if the router is the designated router
on this interface. There is one designated router on each circuit.
A value of designated (1) is returned to a Get request if the
router is the designated router for this circuit, otherwise a
value of notDesignated (2) is returned.ro Enumeration .1.3.6.1.4.1.72.14.11.27.1.2 |
dcntIfReceivedDgmsThis is a count of the number of DECnet datagrams which have been
received on this logical port.ro Counter .1.3.6.1.4.1.72.14.11.27.1.3 |
dcntIfTransmittedDgmsThis is a count of the number of DECnet datagrams which have been
transmitted on this logical port.ro Counter .1.3.6.1.4.1.72.14.11.27.1.4 |
dcntIfNoRouteDgmsThis is a count of the number of DECnet datagrams which have been
received on this logical port and then discarded due to no route
being found for them.ro Counter .1.3.6.1.4.1.72.14.11.27.1.5 |
dcntIfDgmsInDiscardsThis is a count of the number of DECnet datagrams which have been
received on this logical port and then discarded due to the
receive queue being full.ro Counter .1.3.6.1.4.1.72.14.11.27.1.6 |
dcntIfInHdrErrorsThis is a count of the number of DECnet datagrams which have been
received but discarded due to having an invalid checksum, incorrect
length field or hop count expiry.ro Counter .1.3.6.1.4.1.72.14.11.27.1.7 |
dcntIfFrowardedFramesThis is a count of the number of DECnet datagrams which have been
forwarded by this unit.ro Counter .1.3.6.1.4.1.72.14.11.27.1.8 |
dcntIfInAddrErrorsThis is a count of the number of DECnet datagrams which have been
received but discarded due to having an invalid address, for this
unit.ro Counter .1.3.6.1.4.1.72.14.11.27.1.9 |
dcntIfInDeliversThis is a count of the number of DECnet datagrams which have been
received and delivered user protocols.ro Counter .1.3.6.1.4.1.72.14.11.27.1.10 |
dcntIfOtherDiscardsThis is a count of the number of DECnet datagrams which have been
discarded on this logical port due an error e.g. incorrect WAN
configuration.ro Counter .1.3.6.1.4.1.72.14.11.27.1.11 |
dcntRoutingTableThis is the DECnet routing information table. SEQUENCE OF DcntRITEntry .1.3.6.1.4.1.72.14.11.28 |
dcntRITEntryThis is an entry in the routing information table, each entry
specifies a particular node's routing information. DcntRITEntry .1.3.6.1.4.1.72.14.11.28.1 |
dcntRITDestNodeThis is the address id of the node which uniquely identifies the
node within a given area.ro INTEGER .1.3.6.1.4.1.72.14.11.28.1.1 |
dcntRITNextHopThis is the address of the next hop in the path.ro OCTET STRING .1.3.6.1.4.1.72.14.11.28.1.2 |
dcntRITCostThis is the path cost of this route.ro INTEGER .1.3.6.1.4.1.72.14.11.28.1.3 |
dcntRITHopsThis is the number of hops that have to be traversed to get to the
destination.ro INTEGER .1.3.6.1.4.1.72.14.11.28.1.4 |
dcntRITInterfaceThis is the logical port through which the DECnet datagram
is routed to the gateway identified by the corresponding entry
for dcntRITNextHop.ro INTEGER .1.3.6.1.4.1.72.14.11.28.1.5 |
dcntAreaRoutingTableThis is the DECnet area routing table. Its entries are used to
route packets from the area in which this device resides to other
areas in the network. This table has a maximum of 63 entries. SEQUENCE OF DcntAreaRITEntry .1.3.6.1.4.1.72.14.11.29 |
dcntAreaRITEntryAn entry specifies a particular node's routing information. DcntAreaRITEntry .1.3.6.1.4.1.72.14.11.29.1 |
dcntAreaRITDestAreaThis is the area id of the node which uniquely identifies the
node.ro INTEGER .1.3.6.1.4.1.72.14.11.29.1.1 |
dcntAreaRITNextHopThis is the address of the next hop in the path.ro OCTET STRING .1.3.6.1.4.1.72.14.11.29.1.2 |
dcntAreaRITCostThis is the path cost of this route.ro INTEGER .1.3.6.1.4.1.72.14.11.29.1.3 |
dcntAreaRITHopsThis is the number of hops between here and the destination.ro INTEGER .1.3.6.1.4.1.72.14.11.29.1.4 |
dcntAreaRITInterfaceThis is the logical port through which the DECnet datagram
is routed to the gateway identified by the corresponding entry
for dcntAreaRITNextHop.ro INTEGER .1.3.6.1.4.1.72.14.11.29.1.5 |
dcntAccessListTableThis is a table of the Access list parameters, these parameters
are used to define the particular security characteristic for
a logical port. SEQUENCE OF DcntAccessListEntry .1.3.6.1.4.1.72.14.11.30 |
dcntAccessListEntryAn entry in the access table. To set an entry in this table
all the objects must be present in a SET PDU. DcntAccessListEntry .1.3.6.1.4.1.72.14.11.30.1 |
dcntAccessListIndexThe index value which uniquely identifies the entry in this
table.ro INTEGER .1.3.6.1.4.1.72.14.11.30.1.1 |
dcntTxCheckIndicates whether checking of DECnet packets to be transmitted,
is enabled or not.rw Enumeration .1.3.6.1.4.1.72.14.11.30.1.2 |
dcntNoMatchTxActionWhen a DECnet datagram is to be transmitted, the source and
destination addresses are ANDed with their masks and compared
with those in the security entry. This object indicates the
action to be taken if these two don't match.rw Enumeration .1.3.6.1.4.1.72.14.11.30.1.3 |
dcntRxCheckIndicates whether received DECnet packets are checked or not.rw Enumeration .1.3.6.1.4.1.72.14.11.30.1.4 |
dcntNoMatchRxActionWhen a DECnet datagram is to be received, the source and
destination addresses are ANDed with their masks and compared
with those in the security entry. This object indicates the
action to be taken if these two don't match.rw Enumeration .1.3.6.1.4.1.72.14.11.30.1.5 |
dcntIfSecurityTableA table of security parameters. SEQUENCE OF DcntIfSecurityEntry .1.3.6.1.4.1.72.14.11.31 |
dcntIfSecurityEntryAn entry in the security table. For each entry in the Access
List Table, there is a list(table) of Security entries.
Therefore, as each port has 2 access List entries associated
with it, then the port has access to two separate lists
of security entries within this table. To set an entry in
this table, ALL the objects must be supplied in a single SET
PDU. DcntIfSecurityEntry .1.3.6.1.4.1.72.14.11.31.1 |
dcntIfSecurityAccessListNumThe access list entry number with which this security entry is
associated.rw INTEGER .1.3.6.1.4.1.72.14.11.31.1.1 |
dcntIfSecurityIndexAn index into the security table.rw INTEGER .1.3.6.1.4.1.72.14.11.31.1.2 |
dcntIfSecurityActionIndicates the action in case of a match occurring between the
src/dest addr in the DECnet packet rxd/txd and the
src/dest addr in the security entry.rw Enumeration .1.3.6.1.4.1.72.14.11.31.1.3 |
dcntIfSecuritySrcAreaThe area number of the source. A value of 0 means that the entry
refers to all areasrw INTEGER .1.3.6.1.4.1.72.14.11.31.1.4 |
dcntIfSecuritySrcNodeThe source node number. A value of 0 means that the entry
refers to all nodesrw INTEGER .1.3.6.1.4.1.72.14.11.31.1.5 |
dcntIfSecurityDestAreaThe area number of the destination. A value of 0 means
that the entry refers to all areasrw INTEGER .1.3.6.1.4.1.72.14.11.31.1.6 |
dcntIfSecurityDestNodeThe destination node number. A value of 0 means that the entry
refers to all nodesrw INTEGER .1.3.6.1.4.1.72.14.11.31.1.7 |
dcntIfSecurityEntryTypeThis parameter is used to indicate whether the entry is to
be added or removed from the dcntIfSecurityTable. If the value
is valid(1) then this indicates that this is a request to
add this entry to the table. A value of valid(1) is always
returned to a GetRequest in the case where the entry exists.rw Enumeration .1.3.6.1.4.1.72.14.11.31.1.8 |
dcntPPPConfigTableThis table contains objects which hold information about the
operation of a DECnet logical port, over a PPP physical port. SEQUENCE OF DcntPPPConfigEntry .1.3.6.1.4.1.72.14.11.32 |
dcntPPPConfigEntryThis is and entry in the DECnet PPP status table.
A SNMP error or noSuchName is returned to a request for an
object in this table if the DECnet port identified by the
value of dcntIfIndex for this entry, is attached to a
physical port which is not a PPP physical port. DcntPPPConfigEntry .1.3.6.1.4.1.72.14.11.32.1 |
dcntPPPConfigIfIndexThe value of the index uniquley specifies the logical port
for which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.11.32.1.1 |
dcntPPPAdminStatusThis is the immediate desired state of the DECnet network
protocol. Setting this object to open(1) will inject an
administrative open event into the DECnet network protocol's
finite state machine. Setting this object to close(2) will
inject an administrative close event into the DECnet network
protocol's finite state machine.rw Enumeration .1.3.6.1.4.1.72.14.11.32.1.2 |
dcntPPPStatusTableThis table contains object which hold status information about
PPP on a DECnet port. SEQUENCE OF DcntPPPStatusEntry .1.3.6.1.4.1.72.14.11.33 |
dcntPPPStatusEntryThis is and entry in the DECnet PPP status table.
A SNMP error or noSuchName is returned to a request for an
object in this table if the IPX port identified by the
value of ipxIfIndex for this entry, is attached to a
physical port which is not a PPP physical port. DcntPPPStatusEntry .1.3.6.1.4.1.72.14.11.33.1 |
dcntPPPStatusIfIndexThe value of the index uniquley specifies the logical port
for which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.11.33.1.1 |
dcntPPPOperStatusThis is the current operational status of the DECnet network
protocol. If the value of this object is opened(1) then the
finite state machine for the DECnet protocol has reached the
Opened state.ro Enumeration .1.3.6.1.4.1.72.14.11.33.1.2 |
x25 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.12 |
x25OperTableThe common operation parameters in use by the X.25
Packet Level Entity (PLE) on a physical interface.. SEQUENCE OF X25OperEntry .1.3.6.1.4.1.72.14.12.1 |
x25OperEntryEntries of x25OperTable. X25OperEntry .1.3.6.1.4.1.72.14.12.1.1 |
x25OperPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.1.1.1 |
x25OperCommentsAn ASCII comment string which describes
the interface. This defaults to a NULL stringrw DisplayString .1.3.6.1.4.1.72.14.12.1.1.2 |
x25OperEnableThis object is an operation switch, it enables
or disables the operation of x25 on the interface.
Setting this parameter to enable from a disable
condition will result in the transmission of a RESTART
packet.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.3 |
x25OperProtocolVersionSupportedThis object is an operation switch, allowing the
user to change the operating mode of x25 on this
interface. A value of 1 sets the operating mode
to 1980 operating mode, whereas a value of 5 sets
it to 1984.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.4 |
x25OperPacketSequencingThe modulus of the packet sequence number
space. This object determines the maximum
value for x25OperDefWinSize and x25OperDefReqWinSIze.
A mod8 setting limits the maximum value to 7, A mod128
setting limits the maximum value to 127. Default value
mod8. If this object is set to mod8, all packet window
size objects: x25OperDefWinSize, x25OperDefReqWinSize,
and x25RAFTNegWindowSize must be less than 8rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.5 |
x25OperDefPktSizeThe default send/receive packet size in
octets for a circuit. Default value is 128.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.6 |
x25OperDefReqPktSizeThe default request packet size in octets
for a circuit. Used if flow control is enabled.
Ignored if flow control is not enabled. The setting
of x25RAFTNegPacketSize will over-ride the setting
of this object. Setting this object to a size0(1)
value allows flow control negotiation to be configured
but disables the packet size portion of flow control
negotiation. Default value is 128.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.7 |
x25OperDefWinSizeThe default window size for a circuit.
The value of this object is limited by the
setting of x25OperPacketSequencing This value
must be less than 8 if sequencing is mod8.
Default value is 2.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.8 |
x25OperDefReqWinSizeThe default request window size for a circuit. Used
if flow control is enabled. The value of this object
is limited by the setting of x25OperPacketSequencing.
This value must be less than 8 if sequencing is mod8.
The setting of the x25RAFTNegWindowSize object will
over-ride the setting of this object. Default value
is 2.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.9 |
x25OperFlowCntrlNegEnabEnable/disable flow control negotiation.
The setting of this parameter determines
if x25OperDefReqWinSize or x25OperDefReqPktSize
will be used in establishing the call. This parameter
will be over-ridden by the setting of the
x25RAFTNegWindowSize or the x25RAFTNegPacketSize
object.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.10 |
x25OperCUGSubEnable/disable the basic form of closed
user group. This parameter determines if CUG
facility can be used on this interface. The
x25RAFTCUGValue will override this parameter.
If this object is set to enabled then CUG
values in received call request packets will
be validated against entries in the x25CUGTable.
Call requests containing CUG facility will be
refusedrw Enumeration .1.3.6.1.4.1.72.14.12.1.1.11 |
x25OperRvrsChrgReqEnable/disable reverse charge request.
If this parameter if set to enabled, the
reverse charge request facility will be
placed in all call request packets. The
x25RAFTProposeReverseCharging object will
override the setting of this object.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.12 |
x25OperRvrsChrgAccEnable/disable reverse charge accept.
If this object is set to disabled then all
received calls containing reverse charging
will be refused. The x25RAFTAcceptReverseCharging
object will over-ride the setting of this objectrw Enumeration .1.3.6.1.4.1.72.14.12.1.1.13 |
x25OperLow2WayChanThe starting value of two way logical channels.
The number of usable logical channels on the interface
will be (x25OperLow2WayChan + x25OperNumSVCs -1 ).rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.14 |
x25OperNumSVCsThis is the number of SVCs on a physical port.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.15 |
x25OperLocalAddressThe local address for this PLE subnetwork.
This object will provide the source DTE address
provided in call request packets. If this object
is set to a NULL string or to 00000000000000000
then the source DTE address in the call request
packets will be absent.rw X121Address .1.3.6.1.4.1.72.14.12.1.1.16 |
x25OperImmDataAckEnable/disable immediate data ack. This parameter
is used when connected to a network which requires
immediate acknowledgement of a data packet regardless of
whether the window is full. Example Accunet. Setting this
parameter to enabled will result in a RR packet sent for
every data packet received.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.17 |
x25OperAccUnknownAddEnable/disable unknown address acceptance.
This parameter will allow call packets
to be received for which a RAFT entry does
not exist. If a RAFT entry does not exist
for an incoming call request source address,
then the default parameters on the physical
port will determine acceptability of the call.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.18 |
x25OperLnkResetOperational parameter to reset link level,
This parameter will cause the link level to
be reset. The packet will restart if the X25
protocol is enabled for that port (see
x25OperEnable)rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.19 |
x25OperT20RestartTimerThe T20 restart timer in seconds.
This determines the amount of time
allowed for a restart confirm to be
received for a restart request.
See restart count.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.20 |
x25OperT21CallTimerThe T21 call timer in seconds. Maximum
time allowed to receive acceptance response
to call attempt. There is no call count.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.21 |
x25OperT22ResetTimerThe T22 Reset timer in seconds. The maximum time allowed to
receive reset confirm to a reset request. See reset count.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.22 |
x25OperT23ClearTimerThe T23 Clear timer in seconds.
The maximum time allowed to receive
a clear confirm in response to a
clear request. See clear count.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.23 |
x25OperR20RestartCountThe R20 restart retransmission count.
The maximum number of times which a restart
request packet will be retransmitted on
expiration of the restart timer.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.24 |
x25OperR22ResetCountThe r22 Reset retransmission count.
The maximum number of times which a reset
request packet will be retransmitted on
expiration of the reset timer.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.25 |
x25OperR23ClearCountThe r23 Clear retransmission count.
The maximum number of times which a clear
request packet will be retransmitted on
expiration of the clear timer.rw INTEGER .1.3.6.1.4.1.72.14.12.1.1.26 |
x25OperInterfaceModeIdentifies DCE/DTE mode in which the
interface operates. A value of lapb
indicates the mode will be determined by
the address at the Link Layer, otherwise the
interface will operate as specified DTE or
DCE.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.27 |
x25OperSubAddressThis object is an operation switch, it enables
or disables the use of sub-addressing in x25 DTE
addresses. If enabled the last 2 digits of the x25
address is the sub-address identifying the channel
number.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.28 |
x25OperAddrInCallAccThis object is an operation switch, it enables
or disables the placement of the calling/called
x25 addresses in the call accept packet. If this
parameter is set to disabled and the call request
contains calling/called addresses the addresses will not
be placed into the call accept packet.rw Enumeration .1.3.6.1.4.1.72.14.12.1.1.29 |
x25CUGTableThe table of CUG values which can be
received in call request packets,
by this X.25 Packet Level Entity (PLE). SEQUENCE OF X25CUGEntry .1.3.6.1.4.1.72.14.12.2 |
x25CUGEntryEntries of x25CUGTable. X25CUGEntry .1.3.6.1.4.1.72.14.12.2.1 |
x25CUGPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.2.1.1 |
x25CUGTableIndexA value that uniquely identifies the entry
in the CUG table for the PLE.ro INTEGER .1.3.6.1.4.1.72.14.12.2.1.2 |
x25CUGValueA closed User Group value for the PLE.rw INTEGER .1.3.6.1.4.1.72.14.12.2.1.3 |
x25CUGStatusEnable or disable this CUG value.
Disabling the value is the equivalent
of deleting it.rw Enumeration .1.3.6.1.4.1.72.14.12.2.1.4 |
x25StatTableStatistics information about this X.25
PLE. These statistics describe the general
operation of X.25 on the physical interface. SEQUENCE OF X25StatEntry .1.3.6.1.4.1.72.14.12.3 |
x25StatEntryEntries of the x25StatTable. X25StatEntry .1.3.6.1.4.1.72.14.12.3.1 |
x25StatPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.3.1.1 |
x25StatCommentsAn ASCII comment string which describes
the interface.ro DisplayString .1.3.6.1.4.1.72.14.12.3.1.2 |
x25StatPktStatusThis object reports the current status of
the packet level, and indicates if the packet
level is ready for use. The r4 state places the
interface in the disabled state, ignoring all
packets.ro Enumeration .1.3.6.1.4.1.72.14.12.3.1.3 |
x25StatTotalCircuitsThis object quantifies the total number of
virtual circuits (logical channels) available
for connectionro INTEGER .1.3.6.1.4.1.72.14.12.3.1.4 |
x25StatActiveCircuitsThis object quantifies the total number of
virtual circuits currently connected (states p4, d2, d3)ro Gauge .1.3.6.1.4.1.72.14.12.3.1.5 |
x25StatInClearCauseDiagThis object defines the cause/diag code
in the last received clear packet. The form of this is
'nnn nnn' where the first 3 digits give the cause code
and the second 3 the diagnostic code.ro DisplayString .1.3.6.1.4.1.72.14.12.3.1.6 |
x25StatInClearAddrThe X25 address which originated the
last received clearro X121Address .1.3.6.1.4.1.72.14.12.3.1.7 |
x25StatOutClearCauseDiagThis object defines the cause/diag code
in the last received clear packet. The form of this is
'nnn nnn' where the first 3 digits give the cause code
and the second 3 the diagnostic code.ro DisplayString .1.3.6.1.4.1.72.14.12.3.1.8 |
x25StatOutClearAddrThe X25 address to which the last
locally originated clear packet was sentro X121Address .1.3.6.1.4.1.72.14.12.3.1.9 |
x25StatInDataPacketsThe number of data pkts received on the interface (PLE).ro Counter .1.3.6.1.4.1.72.14.12.3.1.10 |
x25StatOutDataPacketsThe number of data packets sent on the interface (PLE).ro Counter .1.3.6.1.4.1.72.14.12.3.1.11 |
x25StatInCallsThe number of incoming call packets received
on the interface (PLE).ro Counter .1.3.6.1.4.1.72.14.12.3.1.12 |
x25StatOutCallAttemptsThe number of call packets sent on the interface (PLE).ro Counter .1.3.6.1.4.1.72.14.12.3.1.13 |
x25StatInClearsThe number of clear packets received on the
interface (PLE).ro Counter .1.3.6.1.4.1.72.14.12.3.1.14 |
x25StatOutClearsThe number of clear packets transmitted on the
interface (PLE)ro Counter .1.3.6.1.4.1.72.14.12.3.1.15 |
x25StatInResetsThe number of reset packets received on the
interface (PLE)ro Counter .1.3.6.1.4.1.72.14.12.3.1.16 |
x25StatOutResetsThe number of reset packets transmitted on the
interface (PLE)ro Counter .1.3.6.1.4.1.72.14.12.3.1.17 |
x25StatInRestartsThe number of restart packets received on the
interface (PLE)ro Counter .1.3.6.1.4.1.72.14.12.3.1.18 |
x25StatOutRestartsThe number of restart packets sent on the
interface (PLE)ro Counter .1.3.6.1.4.1.72.14.12.3.1.19 |
x25StatDiscardsThe total number of transmit frames, before segmentation,
discarded due to lack of buffersro Counter .1.3.6.1.4.1.72.14.12.3.1.20 |
x25CircuitTableThis table contains statistics information
about a specific logical channel channel on
a physical interface (X.25 PLE). SEQUENCE OF X25CircuitEntry .1.3.6.1.4.1.72.14.12.4 |
x25CircuitEntryEntries of x25CircuitTable. X25CircuitEntry .1.3.6.1.4.1.72.14.12.4.1 |
x25CircuitPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.4.1.1 |
x25CircuitNumberThe logical channel number for this switched
virtual circuit (SVC).ro INTEGER .1.3.6.1.4.1.72.14.12.4.1.2 |
x25CircuitStatusThis object reports the current
packet level state of the switched
virtual circuit. See annex B of CCITT
X.25 specification for more information.ro Enumeration .1.3.6.1.4.1.72.14.12.4.1.3 |
x25CircuitRemoteDteAddressThe remote X.25 DTE address associated with
this switched virtual circuitro X121Address .1.3.6.1.4.1.72.14.12.4.1.4 |
x25CircuitTypeThe type of user of this circuit. This parameter
identifies the encapsulation and/or the type of
router at the remote destination. rx7000 indicates
a RX7000 type router is at the remote end of
the SVC, b4800 indicates that there is a 4800/4900
router at the remote end of the SVC, isis indicates
that the SVC is solely used by the ISIS protocol to
communicate to another ISIS router, rfc877 indicates that
the SVC is solely used by the IP protocol to communicate
to another IP router, test indicates that this is a test
SVC.ro Enumeration .1.3.6.1.4.1.72.14.12.4.1.5 |
x25CircuitCommentsAn ASCII comment string which describes
this entry. This parameter is a NULL
string if the x25CircuitType object is
ISIS or IP. This parameter will contain the
string defined in x25ChanComments if the x25CircuitType
object is RX7000 or 4800.ro DisplayString .1.3.6.1.4.1.72.14.12.4.1.6 |
x25CircuitEstablishTimeThe amount of time in seconds that
the switched virtual circuit has been established.ro INTEGER .1.3.6.1.4.1.72.14.12.4.1.7 |
x25CircuitClearCauseDiagThis object defines the cause/diag code
in the last received clear packet. The form of this is
'nnn nnn' where the first 3 digits give the cause code
and the second 3 the diagnostic code.
This object indicates the clear cause/diag
code in the last clear packet sent or received.
The first byte is cause code, the second byte
is diagnostic code.ro DisplayString .1.3.6.1.4.1.72.14.12.4.1.8 |
x25CircuitWinSizeThe packet level window size currently
in use on the switched virtual circuit.ro INTEGER .1.3.6.1.4.1.72.14.12.4.1.9 |
x25CircuitPktSizeThe x25 packet size currently in use on the
switched virtual circuit.ro INTEGER .1.3.6.1.4.1.72.14.12.4.1.10 |
x25CircuitInOctetsThe number of data octets received
on this x25 switched virtual circuit .ro Counter .1.3.6.1.4.1.72.14.12.4.1.11 |
x25CircuitInPdusThe number of data PDUs received on this
switched virtual circuit.ro Counter .1.3.6.1.4.1.72.14.12.4.1.12 |
x25CircuitOutOctetsThe number of data octets sent on this switched
virtual circuit.ro Counter .1.3.6.1.4.1.72.14.12.4.1.13 |
x25CircuitOutPdusThe number of data PDUs sent on this switched
virtual circuit.ro Counter .1.3.6.1.4.1.72.14.12.4.1.14 |
x25CircuitInResetsThe number of Reset packets received on this
switched virtual circuitro Counter .1.3.6.1.4.1.72.14.12.4.1.15 |
x25CircuitOutResetsThe number of Reset packets sent on this
switched virtual circuitro Counter .1.3.6.1.4.1.72.14.12.4.1.16 |
x25RAFTableThese objects contain the parameters that
can be varied between X.25 calls. There
is one table for each interface (PLE).
The use of entries in this table is based
on the x25RAFTAddr object. When a switched
virtual circuit is being established this table
is searched for a match between the x25RAFTAddr
object and the x25 address of the remote DTE.
If a match is found then the x25 parameters configured
in the x25RAFTable for the x25RAFTAddr will be used
to establish the x25 virtual circuit.
Entries in this table will over-ride the
default values in the Operational table
(x25OperTable). SEQUENCE OF X25RAFTEntry .1.3.6.1.4.1.72.14.12.5 |
x25RAFTEntryEntries of x25RAFTable. X25RAFTEntry .1.3.6.1.4.1.72.14.12.5.1 |
x25RAFTPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.5.1.1 |
x25RAFTIndexA value that uniquely identifies the entry
in the RAFT table. The maximum No. of entries is 64
per Port.ro INTEGER .1.3.6.1.4.1.72.14.12.5.1.2 |
x25RAFTAddrThe address string which identifies this entry.
A x25 address which matches this string will result
in the facilities being applied to the virtual circuit
being established. This string must contain BCD digits
0 to 9.
This string can contain two wild card characters
which are * or ?. * will match any string or portion
of a string. ? will match any character.
Example 1* will match 12 123 1234 12345 etc,
1? will match 12 13 14 15 etc.
Any other character is not allowed. In reality a NULL
string is not allowedrw X121Address .1.3.6.1.4.1.72.14.12.5.1.3 |
x25RAFTCommentsAn ASCII comment string which describes this RAFT entry.rw DisplayString .1.3.6.1.4.1.72.14.12.5.1.4 |
x25RAFTNegWindowSizeThe window size which will be negotiated for a
circuit. A size of zero for a circuit means no
negotiation, If non-zero then call request and call
accept packets will contain negotiated window size.
The value of this object is limited by the setting of
x25OperPacketSequencing. This value must be less than 8
if sequencing is mod8. If this parameter is non-zero then
flow control negotiation for window size is enabled.rw INTEGER .1.3.6.1.4.1.72.14.12.5.1.5 |
x25RAFTNegPacketSizeThe packet size in octets negotiated for a
circuit. A size of zero for a circuit
means no negotiation. If set then call
request and call accept packets will contain
negotiated window size.
If this parameter is non-zero then flow control
negotiation for packet size is enabled.rw Enumeration .1.3.6.1.4.1.72.14.12.5.1.6 |
x25RAFTProposeReverseChargingIdentify if the PLE should propose reverse charging.
If this parameter is set, then the originated call packet
will contain the reverse charge request facility.rw Enumeration .1.3.6.1.4.1.72.14.12.5.1.7 |
x25RAFTAcceptReverseChargingIdentify if the PLE will accept or refuse charges.
If this paramter is set, then a received call packet
which contains reverse charge request facility will be
allowed.rw Enumeration .1.3.6.1.4.1.72.14.12.5.1.8 |
x25RAFTCUGStatusEnable/disable the basic form of closed
user group. This parameter determines if CUG
facility can be used on this interface. Setting
this value to enable will override the x25OperCUGSub
parameter.rw Enumeration .1.3.6.1.4.1.72.14.12.5.1.9 |
x25RAFTCUGValueThe Closed User Group to be used on the call.rw INTEGER .1.3.6.1.4.1.72.14.12.5.1.10 |
x25RAFTEnableDetermines the status of the entry in the RAFT table.
When set to disabled, the entry in the table is ignored.
When set to delete, the entry is deleted from the table.
When an entry is first created it is disabled. The
remaining parameters are filled in. The last operation
should be to set this object to enable, which then
makes the table entry an active entry, to be searched.rw Enumeration .1.3.6.1.4.1.72.14.12.5.1.11 |
x25ChanTableThis table contains parameters which are
configured for channels. A channel is an entity
internal to the RX7000. It is a place holder
for x25 parameters and control options which
will apply to a switched virtual circuit
established for a logical port in the RX7000
system. SEQUENCE OF X25ChanEntry .1.3.6.1.4.1.72.14.12.6 |
x25ChanEntryEntries of x25ChanTable. A set to any object within
this table results in a channel being created, if it did
not already exist. X25ChanEntry .1.3.6.1.4.1.72.14.12.6.1 |
x25ChanPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.6.1.1 |
x25ChanNumberA value that uniquely identifies the entry
in the x25ChanTable. There is a maximum of 64
channels per port.ro INTEGER .1.3.6.1.4.1.72.14.12.6.1.2 |
x25ChanStateThis gives the state of the configured channel.
The values of this state are the same as those of
the SVC. This object has meaning only if a logical
port is attached to the channel. The ready state
indicates that the channel is ready to accept
or originate an x25 switched virtual circuit
connection.ro Enumeration .1.3.6.1.4.1.72.14.12.6.1.3 |
x25ChanRmtAddrThe remote x25 DTE address for the channel.
This address will be used to provide the
called address in the x25 call request
packet.rw X121Address .1.3.6.1.4.1.72.14.12.6.1.4 |
x25ChanCommentsAn ASCII comment string which describes
the entry in the channel table.rw DisplayString .1.3.6.1.4.1.72.14.12.6.1.5 |
x25ChanConnectThis is a runtime parameter to instruct
the system to activate the virtual circuit.
This command can only be executed if a logical
port is attached to the channel. If a logical
port is not attached to the channel then the
command is ignored.rw Enumeration .1.3.6.1.4.1.72.14.12.6.1.6 |
x25ChanDisconnectThis is a runtime parameter to instruct
the system to de-activate the virtual circuit.
This command can only be executed if a logical
port is attached to the channel. If a logical
port is not attached to the channel then the
command is ignored.rw Enumeration .1.3.6.1.4.1.72.14.12.6.1.7 |
x25ChanAutoConnectThis is a configurable parameter to instruct
the system to automatically attempt to
establish a virtual circuit, when the packet
layer is ready, a logical port is attached
to the channel, and the direction object
x25ChanDirection for the channel is set to
originate or both. The parameter is ignored
if any of these conditions are not met.
When set to zero the autoconnect function is
disabled. When set to non zero this parameter
will determine the frequency in seconds which
the system will retry the attempt to
establish the switched virtual circuit,
if the previous attempt failed. This timer can be
ineffective if the interface is not responding to
call request or clear request packets.rw INTEGER .1.3.6.1.4.1.72.14.12.6.1.9 |
x25ChanAutoConnectCountThis is a configurable parameter to determine
the number of attempts which the system will
make to establish the circuit. The
x25ChanAutoConnect object must be set
to non-zero for this parameter to be
effective. A value of 0, will try forever.
Manual connect request will restart the
process if the previous attempts exhausted
the retry count.rw INTEGER .1.3.6.1.4.1.72.14.12.6.1.10 |
x25ChanDataInactivityThis is a configurable parameter which enables
control of the virtual circuit through data activity,
this parameter also sets the amount of time which must
elapse without data activity in order for the virtual
circuit to be disconnected. If the value is set to 0,
then data inactivity operation is disabled. Recommended
value for enabled is 90 seconds. A virtual circuit
used for bridging may make this mode of operation
ineffective. This parameter cannot be set to
enabled at the same time that x25ChanTimeOfDay
is set to enabled. The object
x25ChanDirection must be set to originate
or both for data inactivity control to
function.rw INTEGER .1.3.6.1.4.1.72.14.12.6.1.11 |
x25ChanTimeOfDayThis is a configurable parameter which enables
time of day control of the virtual circuit. If
this parameter is set to enabled then
x25ChanDataTimeON and x25ChanDataTimeOFF will
determine when the switched virtual is
established and disconnected. This parameter
cannot be set to enabled at the same time that
x25ChanDataInactivity is set to enabled. The
object x25ChanDirection must be set to
originate or both for time of day control to
function.rw Enumeration .1.3.6.1.4.1.72.14.12.6.1.12 |
x25ChanDataTimeOnThis is a configurable parameter which sets
the time of day to activate the SVC, Format
of string is hh:mm. First 2 bytes are hours,
second 2 bytes are minutes The parameter
x25ChanTimeOfDay must be set to enabled for
this to function. This defaults to '00:00' or midnight.rw DisplayString .1.3.6.1.4.1.72.14.12.6.1.13 |
x25ChanDataTimeOffThis is a configurable parameter which sets
the time of day to de-activate the SVC, Format
of string is hh:mm. First 2 bytes are hours,
second 2 bytes are minutes The parameter
x25ChanTimeOfDay must be set to enabled for
this to function. This defaults to '00:00' or midnight.rw DisplayString .1.3.6.1.4.1.72.14.12.6.1.14 |
x25ChanDirectionThis parameter will determine the direction
call can take on the SVC. When set to originate,
a call request packet can be originated on the
interface. When set to receive, a call request
packet can only be received on the interface.
When set to both then a call request packet
can be both originated or received on the
interface. This parameter must be set to
originate or both for the objects
x25ChanTimeOfDay x25ChanDataInactivity
x25ChanAutoConnectTime to be effective.rw Enumeration .1.3.6.1.4.1.72.14.12.6.1.15 |
x25ChanEnableWhen set to enabled, the entry
in the x25ChanTable will be created. When set
to delete the entry will be deleted.rw Enumeration .1.3.6.1.4.1.72.14.12.6.1.16 |
x25CircuitTestTableThis table has one entry per port. It allows a user
to request a test connection to a remote unit.
The table entry will show the status of a test call
made to this unit or from this unit. Only
one circuit is allowed at a time. A call can
be requested or received but not both
simultaneously. SEQUENCE OF X25CircuitTestEntry .1.3.6.1.4.1.72.14.12.7 |
x25CircuitTestEntryTest circuit. X25CircuitTestEntry .1.3.6.1.4.1.72.14.12.7.1 |
x25CircuitTestPortA value that uniquely identifies the
X.25 PLE subnetwork (physical interface
on the fp) and matches its physical port value.ro INTEGER .1.3.6.1.4.1.72.14.12.7.1.1 |
x25CircuitTestRemoteAddressThe x25 DTE address to be used as the
called address, when a call packet is
originated from this RX7000 unit.rw X121Address .1.3.6.1.4.1.72.14.12.7.1.2 |
x25CircuitTestInRemoteAddressThe x25 DTE address in the calling address field of
a received call packet.ro X121Address .1.3.6.1.4.1.72.14.12.7.1.3 |
x25CircuitTestCommentsAn ASCII comment string which describes
this test. This string is sent to the remote
site as a data packet when the circuit is
established. This defaults to a NULL string.rw DisplayString .1.3.6.1.4.1.72.14.12.7.1.4 |
x25CircuitTestInCommentsThe ASCII comment string configured at the
remote site. This only has meaning if the test
call was received. The contents of this object
are meaningless if the test call was originated
from this RX7000 unit.ro DisplayString .1.3.6.1.4.1.72.14.12.7.1.5 |
x25CircuitTestStatusThis object reports the current packet level
status of the switch virtual circuit.ro Enumeration .1.3.6.1.4.1.72.14.12.7.1.6 |
x25CircuitTestClearCauseDiagThis object defines the cause/diag code
in the last received clear packet. The form of this is
'nnn nnn' where the first 3 digits give the cause code
and the second 3 the diagnostic code.ro DisplayString .1.3.6.1.4.1.72.14.12.7.1.7 |
x25CircuitTestWinSizeThe window size currently in use on the switched
virtual circuit.ro INTEGER .1.3.6.1.4.1.72.14.12.7.1.8 |
x25CircuitTestPktSizeThe packet size currently in use on the switched
virtual circuit.ro INTEGER .1.3.6.1.4.1.72.14.12.7.1.9 |
x25CircuitTestReverseChargingIdentify if the test circuit used reverse charging
when establishing the call. Use of this facility is
determined by the RAFT or the interface defaultro Enumeration .1.3.6.1.4.1.72.14.12.7.1.10 |
x25CircuitTestCUGValueIndicates if the Closed User Group facility
was used on the circuit. The object consists of
two octets containing the characters 0 through 9.
A zero length string indicates no CUG facility was
used on the test circuit. Use of this facility is
determined by the RAFT or the interface defaultro DisplayString .1.3.6.1.4.1.72.14.12.7.1.11 |
x25CircuitTestCmdThe command which requests an action on the test
circuit. connect - this command will attempt to
originate a test connection provided a test connection is
not already established. clear- this command
will clear the test connection if it is established.
clearConnect - this command will clear the test
connection if it is established and then attempt
to originate a test connection.rw Enumeration .1.3.6.1.4.1.72.14.12.7.1.12 |
x25CircuitTestConnResponseThis indicates the action which last occurred on the
circuit. incoming_connected indicates that the switched
virtual circuit was connected as a result of an
incoming call, outgoing_connected indicates that the
circuit was connected as a result of an outgoing
call, rcv_cleared indicates that the switched virtual
circuit is disconnected as a result of receiving a
clear packet from the remote end, sent_cleared
indicates that the switched virtual circuit is
disconnected as a result of sending a clear packet to
the remote endro Enumeration .1.3.6.1.4.1.72.14.12.7.1.13 |
rtxisis OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.13 |
ethernet OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.14 |
ethernetPortParameterTableA table of ethernet physical port parameters. SEQUENCE OF EthernetPortEntry .1.3.6.1.4.1.72.14.14.1 |
ethernetPortEntryAn entry in the ethernet port table. EthernetPortEntry .1.3.6.1.4.1.72.14.14.1.1 |
ethernetPortNumberThe value of the index uniquley specifies the physical port
number to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.14.1.1.1 |
ethernetSQEErrorsThe number of SQE/Heartbeat errors detected.ro Counter .1.3.6.1.4.1.72.14.14.1.1.2 |
ethernetRxMissedFramesThe number of receive frames missed because no buffers
were available to accept the incoming data.ro Counter .1.3.6.1.4.1.72.14.14.1.1.3 |
ethernetRetriesTotal number of transmission retries by this station on the
attached LAN.ro Counter .1.3.6.1.4.1.72.14.14.1.1.4 |
ethernetCollisionsTotal collisions detected on the attached LAN.ro Counter .1.3.6.1.4.1.72.14.14.1.1.5 |
ethernetRuntsTotal number of runts detected on the attached LAN.ro Counter .1.3.6.1.4.1.72.14.14.1.1.6 |
ethernetFRAMorCRCErrorsTotal number of Framing or CRC errors detected on LAN.ro Counter .1.3.6.1.4.1.72.14.14.1.1.7 |
ethernetTxDeferralsThe total number of TX deferrals required on the LAN segment.ro Counter .1.3.6.1.4.1.72.14.14.1.1.8 |
ethernetLateCollisionsTotal number of late collisions encountered during transmission
by this port.ro Counter .1.3.6.1.4.1.72.14.14.1.1.9 |
ethernetLossofCarrierErrorsTotal number of loss of carrier errors encountered by this portro Counter .1.3.6.1.4.1.72.14.14.1.1.10 |
ethernetRetryErrorsTotal number of TX retry limit errors encountered during
transmission by this port.ro Counter .1.3.6.1.4.1.72.14.14.1.1.11 |
ethernetTDRUnitsMost recently detected TDR figure detected by this port. This
is the time from the start of transmission to the occurrence of
of a collision or loss of carrier, and is updated only when a
retry error is detected on transmission.ro Counter .1.3.6.1.4.1.72.14.14.1.1.12 |
ethernetTxUnicastFramesTotal number of unicast frames transmitted.ro Counter .1.3.6.1.4.1.72.14.14.1.1.13 |
ethernetRxUnicastFramesTotal number of unicast frames received.ro Counter .1.3.6.1.4.1.72.14.14.1.1.14 |
ethernetTxMulticastFramesTotal number of Multicast frames transmitted.ro Counter .1.3.6.1.4.1.72.14.14.1.1.15 |
ethernetRxMulticastFramesTotal number of Multicast frames received.ro Counter .1.3.6.1.4.1.72.14.14.1.1.16 |
ethernetTxBroadcastFramesTotal number of Broadcast frames transmitted.ro Counter .1.3.6.1.4.1.72.14.14.1.1.17 |
ethernetRxBroadcastFramesTotal number of Broadcast frames received.ro Counter .1.3.6.1.4.1.72.14.14.1.1.18 |
ethernetNoOfLinkResetsThis is the number of link resets which have occurred since the
last reinitialization of the unit.ro Counter .1.3.6.1.4.1.72.14.14.1.1.19 |
ethernetLastLinkResetReasonThis object gives the reason code for the last reset which
occurred on this LAN physical link. A value of noReason(1)
is returned if the link has not reset. A value of management(2)
is returned when a link reset has been caused by a management
protocol (either SNMP or by LMS). A value of deviceReset(3)
is returned if the link reset was caused by a hardware failure.
A value of cableDrop(4) is returned when the link reset was
caused by a missing or faulty cable.ro Enumeration .1.3.6.1.4.1.72.14.14.1.1.20 |
ethernetTimeSinceLastLinkResetThis is the time (in hundredths of seconds) since the last link
reset.ro INTEGER .1.3.6.1.4.1.72.14.14.1.1.21 |
frmrelay OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.15 |
frmRelPortTableA table containing per port information for Frame Relay interfaces. SEQUENCE OF FrmRelPortEntry .1.3.6.1.4.1.72.14.15.1 |
frmRelPortEntryThe error information for a single frame relay
interface. FrmRelPortEntry .1.3.6.1.4.1.72.14.15.1.1 |
frmRelPortIndexThe value of this index uniquely identifies the physical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.15.1.1.1 |
frmRelPortMaxFrameSizeThis is the frame size used between this port (DTE) and the
network (DCE).rw INTEGER .1.3.6.1.4.1.72.14.15.1.1.2 |
frmRelPortDlcmiErrorsThis is the number of Error frames that have occurred on the
management channel, i.e. the Dlcmiro Counter .1.3.6.1.4.1.72.14.15.1.1.3 |
frmRelPortDlcmiRxedStatusThis is the number of Status messages received from the
network, on the Dlcmi.ro Counter .1.3.6.1.4.1.72.14.15.1.1.4 |
frmRelPortDlcmiTxedStatusThis is the number of Status messages transmitted to the
network, via this port, on the Dlcmi.ro Counter .1.3.6.1.4.1.72.14.15.1.1.5 |
frmRelPortCircuitsThis is the number of circuits which are currently configured
for this port.ro INTEGER .1.3.6.1.4.1.72.14.15.1.1.6 |
bootp OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.16 |
bootpServerIpAddressThe IP Address of the BootP serverrw IpAddress .1.3.6.1.4.1.72.14.16.1 |
bootpFileNameThe path name and name of the file to be downloaded.rw DisplayString .1.3.6.1.4.1.72.14.16.2 |
bootpActionIndicates whether to stop or start bootp/tftp download. This
always returns the value no_action to a get requestrw Enumeration .1.3.6.1.4.1.72.14.16.3 |
bootpStatusStatus of the bootp/tftp process.ro Enumeration .1.3.6.1.4.1.72.14.16.4 |
product OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17 |
productRX7700 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.1 |
productRX7500 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.2 |
productRX7550 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.3 |
productRX7250 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.4 |
productRX7260 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.5 |
productRX7100 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.6 |
productRX7240 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.7 |
product7220 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.8 |
productENS OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.9 |
product7221 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.17.10 |
rtxospf OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.18 |
ospfImportRipRoutesThis flag indicates if OSPF can import routes learned
through RIP locally and insert into OSPF routing.rw Status .1.3.6.1.4.1.72.14.18.1 |
ospfRipFilterDefaultActionThis object indicates the action-on-no-match for RIP routes.rw Enumeration .1.3.6.1.4.1.72.14.18.2 |
ospfImportStaticRoutesIf enabled, OSPF can import static routes.rw Status .1.3.6.1.4.1.72.14.18.3 |
ospfStaticFilterDefaultActionThis object indicates the action-on-no-match for Static routes.rw Enumeration .1.3.6.1.4.1.72.14.18.4 |
ospfRipFilterTableThis table contains filter information for RIP routes importation. SEQUENCE OF OspfRipFilterEntry .1.3.6.1.4.1.72.14.18.5 |
ospfRipFilterEntryAn entry in the OSPF Rip Filter Table. To set an entry,
all the objects in this entry must be supplied within a
single SET PDU OspfRipFilterEntry .1.3.6.1.4.1.72.14.18.5.1 |
ospfRipFilterIpAddressDestination IP address found by RIP to which the filter
should be applied.rw IpAddress .1.3.6.1.4.1.72.14.18.5.1.1 |
ospfRipFilterIpMaskThe mask associated with the IpAddress.rw IpAddress .1.3.6.1.4.1.72.14.18.5.1.2 |
ospfRipFilterActionThis object indicates whether to import or not import a
route in case of a match.rw Enumeration .1.3.6.1.4.1.72.14.18.5.1.3 |
ospfRipFilterStatusThis object indicates if the entry is valid or invalid.rw Validation .1.3.6.1.4.1.72.14.18.5.1.4 |
ospfRipConvertTableThis table contains information for converting RIP's hop
count to OSPF's metric for each pair of configured destination
IP address and its mask. SEQUENCE OF OspfRipConvertEntry .1.3.6.1.4.1.72.14.18.6 |
ospfRipConvertEntryAn entry in the OSPF RIP Convert Table. To set an entry,
all the objects in this entry must be supplied within a
single SET PDU OspfRipConvertEntry .1.3.6.1.4.1.72.14.18.6.1 |
ospfRipConvertIpAddressDestination IP address found by RIP.rw IpAddress .1.3.6.1.4.1.72.14.18.6.1.1 |
ospfRipConvertIpMaskDestination IP address mask.rw IpAddress .1.3.6.1.4.1.72.14.18.6.1.2 |
ospfRipConvertHopThe hop count measured in RIP.rw INTEGER ( 0..16 ) .1.3.6.1.4.1.72.14.18.6.1.3 |
ospfRipConvertMetricThe metric in OSPF converted from RIP.rw BigMetric .1.3.6.1.4.1.72.14.18.6.1.4 |
ospfRipConvertStatusThis object tells us if this entry in the table is valid or
invalid.rw Validation .1.3.6.1.4.1.72.14.18.6.1.5 |
ospfRipDefaultConvertTableThis table contains the default conversion from hop counts
measured in RIP to metrics measured in OSPF. SEQUENCE OF OspfRipDefaultConvertEntry .1.3.6.1.4.1.72.14.18.7 |
ospfRipDefaultConvertEntryAn entry in the OSPF RIP DefaultConvert Table. To set an entry,
all the objects in this entry must be supplied within a
single SET PDU OspfRipDefaultConvertEntry .1.3.6.1.4.1.72.14.18.7.1 |
ospfRipDefaultConvertHopThe hop count measured in RIP.rw INTEGER ( 0..16 ) .1.3.6.1.4.1.72.14.18.7.1.1 |
ospfRipDefaultConvertMetricThe metric in OSPF converted from RIP.rw BigMetric .1.3.6.1.4.1.72.14.18.7.1.2 |
ospfRipDefaultConvertStatusThe object indicates if this entry is valid or invalid.rw Validation .1.3.6.1.4.1.72.14.18.7.1.3 |
ospfStaticFilterTableThis table contains filter information for static routes
importation. SEQUENCE OF OspfStaticFilterEntry .1.3.6.1.4.1.72.14.18.8 |
ospfStaticFilterEntryAn entry in the OSPF Static Filter Table To set an entry,
all the objects in this entry must be supplied within a
single SET PDU OspfStaticFilterEntry .1.3.6.1.4.1.72.14.18.8.1 |
ospfStaticFilterIpAddressDestination IP Address.rw IpAddress .1.3.6.1.4.1.72.14.18.8.1.1 |
ospfStaticFilterIpMaskDestination network address mask.rw IpAddress .1.3.6.1.4.1.72.14.18.8.1.2 |
ospfStaticFilterTOSType Of Service for this route.rw TOSType .1.3.6.1.4.1.72.14.18.8.1.3 |
ospfStaticFilterActionAction to be taken in case of a match.rw Enumeration .1.3.6.1.4.1.72.14.18.8.1.4 |
ospfStaticFilterStatusThe object indicates if this entry is valid or invalid.rw Validation .1.3.6.1.4.1.72.14.18.8.1.5 |
ospfStaticConvertTableThis table contains information for converting hop count
of static routes to OSPF's metric for each configured pair
of IP Address and its mask. SEQUENCE OF OspfStaticConvertEntry .1.3.6.1.4.1.72.14.18.9 |
ospfStaticConvertEntryAn entry in the OSPF Static Convert Table. To set an entry,
all the objects in this entry must be supplied within a
single SET PDU OspfStaticConvertEntry .1.3.6.1.4.1.72.14.18.9.1 |
ospfStaticConvertIpAddressDestination IP Address.rw IpAddress .1.3.6.1.4.1.72.14.18.9.1.1 |
ospfStaticConvertIpMaskDestination IP Address.rw IpAddress .1.3.6.1.4.1.72.14.18.9.1.2 |
ospfStaticConvertTOSType of Service for this route.rw TOSType .1.3.6.1.4.1.72.14.18.9.1.3 |
ospfStaticConvertHopThe hop count for static route.rw INTEGER ( 0..16 ) .1.3.6.1.4.1.72.14.18.9.1.4 |
ospfStaticConvertMetricThe metric in OSPF, converted from RIP.rw BigMetric .1.3.6.1.4.1.72.14.18.9.1.5 |
ospfStaticConvertStatusThis object indicates if the entry is valid or invalid.rw Validation .1.3.6.1.4.1.72.14.18.9.1.6 |
ospfStaticDefaultConvertTableThis table contains default conversion from hop counts
measured for static routes to metrics measured in OSPF. SEQUENCE OF OspfStaticDefaultConvertEntry .1.3.6.1.4.1.72.14.18.10 |
ospfStaticDefaultConvertEntryAn entry in the OSPF Static Default Convert Table. To set
an entry, all the objects in this entry must be supplied within
a single SET PDU OspfStaticDefaultConvertEntry .1.3.6.1.4.1.72.14.18.10.1 |
ospfStaticDefaultConvertTOSType Of Service for this route.rw TOSType .1.3.6.1.4.1.72.14.18.10.1.1 |
ospfStaticDefaultConvertHopThe hop count measured for static routes.rw INTEGER ( 0..16 ) .1.3.6.1.4.1.72.14.18.10.1.2 |
ospfStaticDefaultConvertMetricThe metric in OSPF converted from static routes.rw BigMetric .1.3.6.1.4.1.72.14.18.10.1.3 |
ospfStaticDefaultConvertStatusThis object indicates if the entry is valid or invalid.rw Validation .1.3.6.1.4.1.72.14.18.10.1.4 |
rtxospfHostTableThe list of Hosts, and their metrics, that the router
will advertise as host routes. SEQUENCE OF RtxospfHostEntry .1.3.6.1.4.1.72.14.18.11 |
rtxospfHostEntryA metric to be advertised, for a given type of service,
when a given host is reachable. RtxospfHostEntry .1.3.6.1.4.1.72.14.18.11.1 |
rtxospfHostIpAddressThe IP Address of the Host.rw IpAddress .1.3.6.1.4.1.72.14.18.11.1.1 |
rtxospfHostTOSThe Type of Service of the route being configured.rw TOSType .1.3.6.1.4.1.72.14.18.11.1.2 |
rtxospfHostMetricThe Metric to be advertised.rw Metric .1.3.6.1.4.1.72.14.18.11.1.3 |
rtxospfHostIfThis variable contains the logical port
on which the IPAdress(Host) is reachable.rw INTEGER .1.3.6.1.4.1.72.14.18.11.1.4 |
rtxospfHostStatusThis variable contains the validity or invalidity of
the entry. Setting it to 'invalid' has the effect of
rendering it inoperative. The internal effect (row
removal) is implementation dependent.rw Validation .1.3.6.1.4.1.72.14.18.11.1.5 |
rtxfddi OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.19 |
rtxFddiStatusTableThis table contains status and configuration information for
a FDDI physical port. SEQUENCE OF RtxFddiStatusEntry .1.3.6.1.4.1.72.14.19.1 |
rtxFddiStatusEntryAn entry in the rtxFddiStatusTable. RtxFddiStatusEntry .1.3.6.1.4.1.72.14.19.1.1 |
rtxFddiStatusIndexThis object identifies the phycial port which is a FDDI
physical port.ro INTEGER .1.3.6.1.4.1.72.14.19.1.1.1 |
rtxFddiNoOfLinkResetsThis object is a count of the number of times this link has reset
has occurred on the FDDI link, since the last reinitialisation of
the unit.ro INTEGER .1.3.6.1.4.1.72.14.19.1.1.2 |
rtxFddiLastLinkResetReasonThis object gives the a reason code for the last reset which
occurred on this FDDI physical link. A value of noReason(1)
is returned if the link has not reset. A value of management(2)
is returned when a link reset has been caused by a management
protocol (either SNMP or by LMS). A value of deviceReset(3)
is returned if the link reset was caused by a hardware failure.
A value of cableDrop(4) is returned when the link reset was
caused by a missing or faulty cable. A value of protocol(5) is
returned when the link reset is caues by the link protocol which
is running on this link e.g. a Disconnet Request etc.ro Enumeration .1.3.6.1.4.1.72.14.19.1.1.3 |
rtxFddiTimeSinceLastLinkResetThis is a time (in hundredths of seconds) since the last link
resetro INTEGER .1.3.6.1.4.1.72.14.19.1.1.4 |
rtxFddiRFC1188SupportThis object is used to indicate if this instance of the FDDI
protocol supports RFC1188 compliance. If this support is not
required then the object is set to a value of notSupported(2).rw Enumeration .1.3.6.1.4.1.72.14.19.1.1.5 |
rtxFddiPromiscuousModerw Enumeration .1.3.6.1.4.1.72.14.19.1.1.6 |
rtxppp OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.20 |
rtxPPPConfigTableThis is a table of the configuration objects which are
the Retix Extensions to the standard PPP mib. SEQUENCE OF RtxPPPConfigEntry .1.3.6.1.4.1.72.14.20.1 |
rtxPPPConfigEntryAn entry in the table. RtxPPPConfigEntry .1.3.6.1.4.1.72.14.20.1.1 |
pppConfigIfIndexThe interface number. This number is numerically equal
to the physical port ID (portPhysPortID).ro INTEGER .1.3.6.1.4.1.72.14.20.1.1.1 |
pppRestartTimerThis object shows the current value of the Restart
Timer. This is the timer which is used in retransmission
Configure Request or Terminate Request packets.rw INTEGER .1.3.6.1.4.1.72.14.20.1.1.2 |
pppMaxTerminateThis object shows the maximum retry count for sending a
Terminate Request packet without receiving a Terminate Ack.rw INTEGER .1.3.6.1.4.1.72.14.20.1.1.3 |
pppMaxConfigureThis object shows the maximum retry count for sending a
Configure Request packet without receiving a Configure Ack,
or Configure Nak, or Configure Reject Packet. If set to
zero, then the protocol will keep retrying forever.rw INTEGER .1.3.6.1.4.1.72.14.20.1.1.4 |
pppMaxFailureThis object shows the maximum retry count for sending a
Configure Nak without sending a Configure Ack packet.rw INTEGER .1.3.6.1.4.1.72.14.20.1.1.5 |
pppEchoTestBy setting this object, a test pattern will be
generated and sent to the peer. An echo reply
will be expected from the peer. To begin the
test, a SET will enable the process; otherwise
a disable is returned. Currently, the test pattern
is configured internally, and is fixed. The length
of the test packet is equal to the negotiated packet
length between the peers.rw Enumeration .1.3.6.1.4.1.72.14.20.1.1.6 |
rtxPPPStatsTableThis is a table of the statistics objects which are
the Retix Extensions to the standard PPP mib. SEQUENCE OF RtxPPPStatsEntry .1.3.6.1.4.1.72.14.20.2 |
rtxPPPStatsEntryAn entry in the table. RtxPPPStatsEntry .1.3.6.1.4.1.72.14.20.2.1 |
pppStatsIfIndexThe interface number which corresponds to the physical
port number.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.1 |
pppInvalidTransmitFramesThis object is a count of the number of frames which were
not transmitted successfull.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.2 |
pppInvalidReceivedFramesThis object is a count of the number of frames which were
received in error.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.3 |
pppTotalTransmitFramesThis object is a count of the number of frames which have
been transmitted successfully, or unsuccessfully.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.4 |
pppTotalReceivedFramesThis object is a count of the number of frames which were
received successfully, or unsuccessfully.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.5 |
pppTotalTransmitOctetsThis object is a count of the number of octets which were
transmitted successfully, or unsuccessfully.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.6 |
pppTotalReceivedOctetsThis object is a count of the number of octets which were
received successfully, or unsuccessfully.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.7 |
pppTotalTransmitEchoPacketsThis object is a count of the number of echo packets which
were transmitted successfully, or unsuccessfully.ro INTEGER .1.3.6.1.4.1.72.14.20.2.1.8 |
pppTotalReceivedEchoPacketsThis object is a count of the number of echo packets which
were received with a positive or negative resultsro INTEGER .1.3.6.1.4.1.72.14.20.2.1.9 |
pppTotalReceivedGoodEchoPacketsThis object is a count of the number of echo packets which
were received with a positive resultro INTEGER .1.3.6.1.4.1.72.14.20.2.1.10 |
rtxatm OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21 |
atmRtxAtmLayerGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21.1 |
atmRtxAtmLayerTableA table of ATM layer status and parameter information for
the UNI's physical interface SEQUENCE OF AtmRtxAtmLayerEntry .1.3.6.1.4.1.72.14.21.1.1 |
atmRtxAtmLayerEntryA entry in the table AtmRtxAtmLayerEntry .1.3.6.1.4.1.72.14.21.1.1.1 |
atmRtxAtmLayerIndexA unique value which identifies this port. The value of 0 has
the special meaning of identifying the local UNIro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.1 |
atmRtxAtmLayerMaxLANsMamimum number of ATM LANs.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.2 |
atmRtxAtmLayerConfiguredLANsNumber of configured ATM LANs.rw INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.3 |
atmRtxAtmLayerActiveLANsNumber of active ATM LANs.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.4 |
atmRtxAtmLayerMaxVCsMamimum number of vitual circuits allowed.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.5 |
atmRtxAtmLayerActiveVCsNumber of active vitual circuits.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.6 |
atmRtxAtmLayerLinkOutPeakRateLink output peak rate.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.7 |
atmRtxAtmLayerLinkInPeakRateLink input peak rate.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.8 |
atmRtxAtmLayerLastResetReasonThe reason the ATM signaling VC goes down last time.ro INTEGER .1.3.6.1.4.1.72.14.21.1.1.1.9 |
atmRtxAtmStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21.2 |
atmRtxAtmStatsTableA table of ATM layer statistics information for
the UNI's physical interface. SEQUENCE OF AtmRtxAtmStatsEntry .1.3.6.1.4.1.72.14.21.2.1 |
atmRtxAtmStatsEntryA entry in the table, containing statistics for the
ATM layer of a UNI interface AtmRtxAtmStatsEntry .1.3.6.1.4.1.72.14.21.2.1.1 |
atmRtxAtmStatsIndexA unique value which identifies this port. The value of 0 has
the special meaning of identifying the local UNIro INTEGER .1.3.6.1.4.1.72.14.21.2.1.1.1 |
atmRtxAtmStatsTxUnicastFramesNumber of transmitted unicast frames.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.2 |
atmRtxAtmStatsRxUnicastFramesNumber of received unicast frames.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.3 |
atmRtxAtmStatsTxMulticastFramesNumber of transmitted multicast frames.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.4 |
atmRtxAtmStatsRxMulticastFramesNumber of received multicast frames.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.5 |
atmRtxAtmStatsTxBroadcastFramesNumber of transmitted broadcast frames.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.6 |
atmRtxAtmStatsRxBroadcastFramesNumber of received broadcast frames.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.7 |
atmRtxAtmStatsDroppedTxFramesNumber of transmitted frames dropped by software.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.8 |
atmRtxAtmStatsDroppedRxFramesNumber of received frames dropped by software.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.9 |
atmRtxAtmStatsRxErrorFramesNumber of received frames with error (other than mismatched BE Tags).ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.10 |
atmRtxAtmStatsRxBETagFramesNumber of received frames with mismatched BE Tags.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.11 |
atmRtxAtmStatsChipDroppedRxFramesNumber of received frames dropped by chip(hardware).ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.12 |
atmRtxAtmStatsTxCellsNumber of transmitted cells.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.13 |
atmRtxAtmStatsRxCellsNumber of received cells.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.14 |
atmRtxAtmStatsRxErrorCellsNumber of received cells with error.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.15 |
atmRtxAtmStatsRxOosCellsNumber of out-of-sequence cells received.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.16 |
atmRtxAtmStatsRxXoffCellsNumber of received XOFF cells.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.17 |
atmRtxAtmStatsFifoFullRxFramesNumber of received FIFO is full.ro Counter .1.3.6.1.4.1.72.14.21.2.1.1.18 |
atmRtxLgclPortGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21.3 |
atmRtxVcGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21.4 |
atmRtxVcTableA table of status and parameter information on the virtual
connections which are visible at this UNI. SEQUENCE OF AtmRtxVcEntry .1.3.6.1.4.1.72.14.21.4.1 |
atmRtxVcEntryA entry in the table, containing information about a
particular virtual connection. AtmRtxVcEntry .1.3.6.1.4.1.72.14.21.4.1.1 |
atmRtxVcPortIndexA unique value which identifies this port. The value of 0 has
the special meaning of identifying the local UNIro INTEGER .1.3.6.1.4.1.72.14.21.4.1.1.1 |
atmRtxVcInVpciThe VPCI value of this Virtual Connection at the local UNI.ro INTEGER .1.3.6.1.4.1.72.14.21.4.1.1.2 |
atmRtxVcOutVpciThe VPCI used for transmission.ro INTEGER .1.3.6.1.4.1.72.14.21.4.1.1.3 |
atmRtxVcLgclPortIndexA unique value which identifies the logical port to which
this vc belongro INTEGER .1.3.6.1.4.1.72.14.21.4.1.1.4 |
atmRtxVcLocalPortAddressLocal ATM Port address.ro AtmAddress .1.3.6.1.4.1.72.14.21.4.1.1.5 |
atmRtxVcPeerPortAddressPeer ATM Port address.ro AtmAddress .1.3.6.1.4.1.72.14.21.4.1.1.6 |
atmRtxVcOutPeakRateOutput peak rate.ro INTEGER .1.3.6.1.4.1.72.14.21.4.1.1.7 |
atmRtxVcOperStatusThe present actual operational status of the VC.ro Enumeration .1.3.6.1.4.1.72.14.21.4.1.1.8 |
atmRtxVcStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21.5 |
atmRtxVcStatsTableA table of statistics on the virtual
connections which are visible at this UNI. SEQUENCE OF AtmRtxVcStatsEntry .1.3.6.1.4.1.72.14.21.5.1 |
atmRtxVcStatsEntryA entry in the table, containing statistics about a
particular virtual connection. AtmRtxVcStatsEntry .1.3.6.1.4.1.72.14.21.5.1.1 |
atmRtxVcStatsPortIndexA unique value which identifies this port. The value of 0 has
the special meaning of identifying the local UNIro INTEGER .1.3.6.1.4.1.72.14.21.5.1.1.1 |
atmRtxVcStatsInVpciThe VCI value of this Virtual Connection at the local UNI.ro INTEGER .1.3.6.1.4.1.72.14.21.5.1.1.2 |
atmRtxVcStatsLgclPortIndexA unique value which identifies the logical port to which
this vc belongro INTEGER .1.3.6.1.4.1.72.14.21.5.1.1.3 |
atmRtxVcStatsReceivedPktsNumber of received packtets on this virtual circuit.ro Counter .1.3.6.1.4.1.72.14.21.5.1.1.4 |
atmRtxVcStatsTransmittedPktsNumber of transmitted packtets on this virtual circuit.ro Counter .1.3.6.1.4.1.72.14.21.5.1.1.5 |
atmRtxVcStatsTimeoutsNumber of timeouts of this virtual circuit.ro Counter .1.3.6.1.4.1.72.14.21.5.1.1.6 |
atmRtxPVCLayerGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.21.6 |
atmRtxPVCLayerTableA table of ATM/PVC layer status and parameter information for
the UNI's physical interface SEQUENCE OF AtmRtxPVCLayerEntry .1.3.6.1.4.1.72.14.21.6.1 |
atmRtxPVCLayerEntryA entry in the table AtmRtxPVCLayerEntry .1.3.6.1.4.1.72.14.21.6.1.1 |
atmRtxPVCLayerIndexA unique value which identifies this port. The value of 0 has
the special meaning of identifying the local UNIro INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.1 |
atmRtxPVCLayerPVCcountNumber Of Permanent Virtual Circuitsro INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.2 |
atmRtxPVCLayerMaxPVCsMaximum number of permanent vitual circuits.ro INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.3 |
atmRtxPVCLayerLinkOutPeakRateLink output peak rate.ro INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.4 |
atmRtxPVCLayerLinkInPeakRateLink input peak rate.ro INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.5 |
atmRtxPVCLayerLastResetReasonThe reason the ATM signaling VC goes down last time.ro INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.6 |
atmRtxPVCLayerVirtualPathIdIndicates the number of Virtual Path Identifier configured
for each logical port on this interface.rw INTEGER .1.3.6.1.4.1.72.14.21.6.1.1.7 |
rtxsrt OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.22 |
srtBridgeNumberA bridge number uniquely identifies a bridge when more than
one bridge is used to span the same segments. This object
can have values between 0..15 inclusive and also a value 65535.
When set to 65535, source routing on the unit is DISABLED.rw INTEGER .1.3.6.1.4.1.72.14.22.1 |
srtPortTableTable of Source Routing per Port parameters. SEQUENCE OF SrtPortEntry .1.3.6.1.4.1.72.14.22.2 |
srtPortEntryEntries of Table of Source Routing per logical port parameters. SrtPortEntry .1.3.6.1.4.1.72.14.22.2.1 |
srtPortIfIndexThe logical port number corresponding to the value of ifIndex.ro INTEGER .1.3.6.1.4.1.72.14.22.2.1.1 |
srtPortSecurityModeDisable/Enable filtering on frame destination address for
source routed frames.rw Enumeration .1.3.6.1.4.1.72.14.22.2.1.2 |
srtPortSrcAddrFilteringDisable/Enable source address filtering for source routed frames.rw Enumeration .1.3.6.1.4.1.72.14.22.2.1.3 |
srtPortCustomFilteringDisable/Enable custom filtering for source routed frames. Note
that both Source Routing and Transparent Bridging use the same
Custom Filter Tables, but are enabled to use Custom Filtering
separatelyrw Enumeration .1.3.6.1.4.1.72.14.22.2.1.4 |
srtProcessForRIFInsertionIf this object has the value enable(1), then the ring driver
for the token ring port to which this logical port is attached
will, in appropriate cases, insert a Routing Information Field
into the frame to be transmitted.rw Enumeration .1.3.6.1.4.1.72.14.22.2.1.5 |
srtProcessForSourceRouteIf this object has the value enable(1), token ring frames
originated by the RX7000 or bridged via translational bridging
will be sebt according to th rule set used by the Source Route
Manager. If this object has a value of disable(2), token ring
frames originated by the RX7000 will always be sent as
transparent frames.rw Enumeration .1.3.6.1.4.1.72.14.22.2.1.6 |
rtxSourceRouteVirtRingNumThis parameter defines the Virtual ring number for this unit.
This number is used by the Source Route Manager. This number
is added to the RIF of frames processed by the Source Route
Manager.rw INTEGER .1.3.6.1.4.1.72.14.22.3 |
rtxSourceRouteAgingTimeIf no frames from a source are received for this time,
any associated routing information in the Source Route Table
is purged. The granularity is seconds.rw INTEGER .1.3.6.1.4.1.72.14.22.4 |
rtxSourceRouteTableThis table contains a list of stored destination address and
the routing information fields which will be inserted in
frames sent to those destinations. SEQUENCE OF RtxSourceRouteEntry .1.3.6.1.4.1.72.14.22.5 |
rtxSourceRouteEntryAn source route entry. RtxSourceRouteEntry .1.3.6.1.4.1.72.14.22.5.1 |
rtxSourceRouteSlotIDThis identifies the FP from which this entry originated.ro INTEGER .1.3.6.1.4.1.72.14.22.5.1.1 |
rtxSourceRouteAddressThis is the source address which was stored when the
Source Routing frame which contained it was processed by the
Source Route Manager. The address is in the form it was
received from the ring network.ro OCTET STRING .1.3.6.1.4.1.72.14.22.5.1.2 |
rtxSourceRouteRIFThis object contains all the routing information which was
extracted from the received Source Routed frame. The data
is in the form it was received from the ring networkro OCTET STRING .1.3.6.1.4.1.72.14.22.5.1.3 |
rtxSourceRouteTypeThis object represents the type of the entry. If the value
returned is sameRing (1), then this indicates that the
frame from which this entry was taken originated on our
local ring. A value of locked (2) is used for entries which
have been learned from ARE type frames. The value provisional(3)
is used for frames which have been learned from STE frames and
the responsWithARE (4) values is used to indicate that when a
response is sent to this entry's address is should be sent as
an ARE frame.ro Enumeration .1.3.6.1.4.1.72.14.22.5.1.4 |
rtxSourceRouteDirectionIf this object returns a value of inOrder(0), then this means
that the D bit is zero and that the frame traverses the LANs
in the order in which they are specified in the routing
information field.
Conversely, if the D bit is set to 1 the frame will traverse
the LANs in the reverse order. The D bit is meaningful only for
source routed frames (SRF). For STE and ARE frames the D bit
is ignored and is not altered by the unit.ro Enumeration .1.3.6.1.4.1.72.14.22.5.1.5 |
rtxrptr OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23 |
rtxRptrBasicGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.1 |
rtxRptrBasicTableThis table contains the status information and control
parameters for a particular 10 Base-T I/O card in the
RX7000 chassis. SEQUENCE OF RtxRptrBasicEntry .1.3.6.1.4.1.72.14.23.1.1 |
rtxRptrBasicEntryThis is an entry in the rtxRptrBasicTable. RtxRptrBasicEntry .1.3.6.1.4.1.72.14.23.1.1.1 |
rtxRptrBasicIdThis object uniquely identifies the 10 Base-T I/O card to
which the entries in this table apply. It takes a value
numerically equal to the portPhysPortID for the I/O card.
This means that the indexing of hub cards is sparse.ro INTEGER .1.3.6.1.4.1.72.14.23.1.1.1.1 |
rtxRptrBasicGroupCapacityThe rtxRptrGroupCapacity is the number of groups
that can be contained within the repeater. Within
each managed repeater, the groups are uniquely
numbered in the range from 1 to rtxRptrGroupCapacity.
In the RX7000 system this object will only take the
fixed value 1.ro INTEGER .1.3.6.1.4.1.72.14.23.1.1.1.2 |
rtxRptrBasicOperStatusThe rtxRptrOperStatus object indicates the
operational state of the repeater. The
rtxRptrHealthText object may be consulted for more
specific information about the state of the
repeater's health.
In the case of multiple kinds of failures (e.g.,
repeater failure and port failure), the value of
this attribute shall reflect the highest priority
failure in the following order:
rtxRptrFailure(3)
groupFailure(4)
portFailure(5)
generalFailure(6).
For the RX7000 a groupFailure(4) is indistinguishable from
a rtxRptrFailure(3), which will be reported by preference.ro Enumeration .1.3.6.1.4.1.72.14.23.1.1.1.3 |
rtxRptrBasicHealthTextThe health text object is a text string that
provides information relevant to the operational
state of the repeater. Agents may use this string
to provide detailed information on current
failures, including how they were detected, and/or
instructions for problem resolution. The contents
are agent-specific.ro DisplayString .1.3.6.1.4.1.72.14.23.1.1.1.4 |
rtxRptrBasicResetSetting this object to reset(2) causes a
transition to the START state of Fig 9-2 in
section 9 [IEEE 802.3 Std].
Setting this object to noReset(1) has no effect.
The agent will always return the value noReset(1)
when this object is read.
This action does not reset the management counters
defined in this document nor does it affect the
portAdminStatus parameters. Included in this
action is the execution of a disruptive Self-Test.
As a result of the action of this test a rtxRptrResetEvent
Trap may be sent.
Note: This action may result in the loss of packets.
For the RX7000, the 'disruptive self-test' involves a
RIC loopback and collision test.rw Enumeration .1.3.6.1.4.1.72.14.23.1.1.1.5 |
rtxRptrBasicGroupDescrThis object contains a textual description of the group. This
string should contain the full name and version identification
of the group's hardware type and indicate how the group is
differentiated from other groups in the repeater. 'Wilma
Flintstone 6-Port FOIRL Plug-In module, Rev A' or 'Barney
Rubble 10Base-T 4-port SIMM socket V, 2.1' are examples of
valid group descriptions.
It is mandatory that this only contain printable ASCII
characters.ro DisplayString .1.3.6.1.4.1.72.14.23.1.1.1.6 |
rtxRptrBasicGroupObjectIdThe vendor's authoritative identification of the group. This
is the value allocated within the SMI enterprises subtree
(1.3.6.1.4.1) and provides a straight-forward and unambiguous
means for determining the type of group being managed.
For Example, this variable could take the value :
1.3.6.1.4.1.4242.1.2.14 if vendor 'Flintstone Inc.'
was assigned subtree 1.3.6.1.4.1.4242, and had assigned
1.3.6.1.4.1.4242.1.2.14 to its 'Wilma Flintstone
6-Port FOIRL Plug-In module, Rev A'.
The definition of the value assigned for the RX7000
10 Base-T cards follow the definition of the rtxRtpr traps.ro OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.1.1.1.7 |
rtxRptrBasicGroupOperStateThis object indicates the operational status of the group.
A state of notPresent(4) indicates that the group has been
physically removed from the repeater. A status of operational(2)
indicates that the group is functioning, and a status of
malFunctioning(3) indicates that the group is malfunctioning
in some way.ro Enumeration .1.3.6.1.4.1.72.14.23.1.1.1.8 |
rtxRptrBasicGroupLastOperStatusChangeThis object contains the value of sysUpTime at the time
that the value of the rtxRptrOprtStatus object was last
changed.
A value of zero indicates that the oper status has not
been changed since the agent last reset.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.72.14.23.1.1.1.9 |
rtxRptrBasicGroupPortCapacityThe rtxRptrBasicGroupPortCapacity is the number of ports
that can be contained within the group. Valid range is
1 to 1024. Within each group, the ports are uniquley numbered
in the range 1 to rtxRptrBasicGroupPortCapacity.
Note : In practice, this will generally be the number
of ports on a module, card, or board, and the port numbers
will correspond to numbers marked on the physical
embodiment.ro INTEGER .1.3.6.1.4.1.72.14.23.1.1.1.10 |
rtxRptrPortTableTable of descriptive and status information about the ports. SEQUENCE OF RtxRptrPortEntry .1.3.6.1.4.1.72.14.23.1.2 |
rtxRptrPortEntryAn entry in the table, containing information
about a single port. RtxRptrPortEntry .1.3.6.1.4.1.72.14.23.1.2.1 |
rtxRptrPortRptrIndexThis index uniquley identifies a single 10 Base-T card. It
takes a value numerically equal to the physical port index
(portPhysPortID) of the I/O card. Note that this means that
indexing of hub cards is sparse.ro INTEGER .1.3.6.1.4.1.72.14.23.1.2.1.1 |
rtxRptrPortIndexThis variable identifies the port within the group within
the repeater for which this entry contains management
information. This value can never be greater that
rtrRptrGroupPortCapacity.ro INTEGER .1.3.6.1.4.1.72.14.23.1.2.1.2 |
rtxRptrPortAdminStatusSetting this object to disable(2) disables the
port. A disabled port neither transmits nor
receives. Once disabled, a port must be
explicitly enabled to restore operation. A port
which is disabled when power is lost or when a
reset is exerted shall remain disabled when normal
operation resumes.
The admin state takes precedence over auto-
partition and functionally operates between the
auto-partition mechanism and the AUI/PMA.
Setting this object to enable(1) enables the port
and exerts a BEGIN on the port's auto-partition
state machine.
(In effect, when a port is disabled, the value of
rtxRptrPortAutoPartitionState for that port is frozen
until the port is next enabled. When the port
becomes enabled, the rtxRptrPortAutoPartitionState
becomes notAutoPartitioned(1), regardless of its
pre-disabling state.)rw Enumeration .1.3.6.1.4.1.72.14.23.1.2.1.3 |
rtxRptrPortAutoPartitionStateThe autoPartitionState flag indicates whether the
port is currently partitioned by the repeater's
auto-partition protection.
The conditions that cause port partitioning are
specified in partition state machine in Section 9
[IEEE 802.3 Std]. They are not differentiated
here.ro Enumeration .1.3.6.1.4.1.72.14.23.1.2.1.4 |
rtxRptrPortOperStatusThis object indicates the port's operational
status. The notPresent(3) status indicates the
port is physically removed (note this may or may
not be possible depending on the type of port.)
The operational(1) status indicates that the port
is enabled (see rtxRptrPortAdminStatus) and working,
even though it might be auto-partitioned (see
rtxRptrPortAutoPartitionState).
For the RX7000, the value notPresent(3) can never be
returned notOperational(2) is returned if either the
port is disabled via rtxRptrPortAdminState, or if Link
Pulses are not being received.ro Enumeration .1.3.6.1.4.1.72.14.23.1.2.1.5 |
rtxRptrMonitorGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.2 |
rtxRptrMonitorTableThis table contains statistics information for a collection
of repeaters in a given system. SEQUENCE OF RtxRptrMonitorEntry .1.3.6.1.4.1.72.14.23.2.1 |
rtxRptrMonitorEntryThis is an entry in the table containing statistics for
single repeater. RtxRptrMonitorEntry .1.3.6.1.4.1.72.14.23.2.1.1 |
rtxRptrMonitorIndexThis index uniquley identifies a single 10 Base-T I/O card.
It takes the value numerically equal to the physical port ID
(portPhysPortID) of the I/O card. Note that this means
that indexing of hub cards is sparse.ro INTEGER .1.3.6.1.4.1.72.14.23.2.1.1.1 |
rtxRptrMonitorTransmitCollisionsThis counter is incremented every time the
repeater state machine enters the TRANSMIT
COLLISION state from any state other than ONE PORT
LEFT (Ref: Fig 9-2, IEEE 802.3 Std).
The approximate minimum time for rollover of this
counter is 16 hours.ro Counter .1.3.6.1.4.1.72.14.23.2.1.1.2 |
rtxRptrMonitorMJLPsThe repeater MJLPs object counts the number of times
the repeater enters a DISABLE OUTPUT state in the MAU
Jabber Lockup Protection state diagram.ro Counter .1.3.6.1.4.1.72.14.23.2.1.1.3 |
rtxRptrMonitorPortTableTable of performance and error statistics for the ports. SEQUENCE OF RtxRptrMonitorPortEntry .1.3.6.1.4.1.72.14.23.2.2 |
rtxRptrMonitorPortEntryAn entry in the table, containing performance and
error statistics for a single port. RtxRptrMonitorPortEntry .1.3.6.1.4.1.72.14.23.2.2.1 |
rtxRptrMonitorPortGroupIndexThis index uniquley identifies a single 10 Base-T I/O card.
It takes a value numerically equal to the physical port id
(portPhysPortID) for the I/O card. Note that this means that
indexing of hub cards is sparse.ro INTEGER .1.3.6.1.4.1.72.14.23.2.2.1.1 |
rtxRptrMonitorPortIndexThis object identifies the 10-BaseT port.ro INTEGER .1.3.6.1.4.1.72.14.23.2.2.1.2 |
rtxRptrMonitorPortReadableFramesThis object's value is a representation of the total number
of frames of valid length. This counter is incremented by
one for each frame whose Octet count is greater that or equal
to the minFrameSize and less that or equal to the maxFrameSize
(Ref : 4.4.2.1 [11]) and for which FCSError is not asserted.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.3 |
rtxRptrMonitorPortReadableOctetsThis value of this object is incremented by OctetCount for
each readable frame which has been determined to be a
readable frame.
Note : The approximate minimum time between counter
rollovers is 58 minutes.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.4 |
rtxRptrMonitorPortFCSErrorsThis counter is incremented by one for each frame
received on this port with the FCSError signal
asserted and the FramingError and CollisionEvent
signals deasserted and whose OctetCount is greater
than or equal to minFrameSize and less than or
equal to maxFrameSize (Ref: 4.4.2.1, IEEE 802.3 Std).
The approximate minimum time for rollover of this
counter is 81 hours.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.5 |
rtxRptrMonitorPortAlignmentErrorsThis counter is incremented by one for each frame
received on this port with the FCSError and
FramingError signals asserted and CollisionEvent
signal deasserted and whose OctetCount is greater
than or equal to minFrameSize and less than or
equal to maxFrameSize (Ref: IEEE 802.3 Std,
4.4.2.1). If rtxRptrMonitorPortAlignmentErrors is
incremented then the rtxRptrMonitorPortFCSErrors
Counter shall not be incremented for the same
frame.
The approximate minimum time for rollover of this
counter is 81 hours.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.6 |
rtxRptrMonitorPortFrameTooLongsThis counter is incremented by one for each frame
received on this port whose OctetCount is greater
than maxFrameSize (Ref: 4.4.2.1, IEEE 802.3 Std).
If rtxRptrMonitorPortFrameTooLongs is incremented
then neither the rtxRptrMonitorPortAlignmentErrors
nor the rtxRptrMonitorPortFCSErrors counter shall be
incremented for the frame.
The approximate minimum time for rollover of this
counter is 61 days.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.7 |
rtxRptrMonitorPortShortEventsThis counter is incremented by one for each
CarrierEvent on this port with ActivityDuration
less than ShortEventMaxTime. ShortEventMaxTime is
greater than 7.4 us and less than 8.2 us.
ShortEventMaxTime has tolerances included
to provide for circuit losses between a
conformance test point at the AUI and the
measurement point within the state machine.
Note: shortEvents may indicate an externally
generated noise hit which will cause the repeater
to transmit Runts to its other ports, or propagate
a collision (which may be late) back to the
transmitting DTE and damaged frames to the rest of
the network. Such shortEvents are not a feature
of normal network activity. Also it should be noted
that a MAU that is attached to a coax segment may
have several carrier droupouts on the DI circuit
before the CI circuit is active and stable. Such
droupouts will increment the shortEvent counter
but are considered normal for a coax segment.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.8 |
rtxRptrMonitorPortRuntsThis counter is incremented by one for each
CarrierEvent hose ActiveDuration is greater that
ShortEventsMaxtime and less than RuntMaxTime.
RuntMaxTime is greater than 53.2us and less than
56.0us.
An event whose length is greater than 7.4us
but less than 8.2us shall increment either
the shortEvents counter or the runts counter but
not both.
A non-collision event greater that 53.2us but less
than 56.0us may or may not be counted as a runt.
A non-collision event greater than or equal to
56.0us shall not be counted as a Runt.
RuntMaxTime has tolerances included to provide for
circuit losses between a conformance test point at
the AUI and a measurement point within the state
machine.
Note : Runts do not indicate a problem in the network.
The approximate minimum time for rollover of this
counter is 16 hours.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.9 |
rtxRptrMonitorPortCollisionsThis counter is incremented by one for any
carrier event for which the CIPresent(X)
variable has the value SQE.
The approximate minimum time for rollover of this
counter is 16 hours.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.10 |
rtxRptrMonitorPortLateCollisionsThis counter is incremented by one for each
carrier event in which the CIPresent(X)
variable has the value SQE (Ref: 9.6.6.2,
IEEE 802.3 Std) at any time when the
ActivityDuration is greater than the
RuntMaxTime.
A late collision is counted twice, as both a
collision and as a late collision.
LateCollisionThreshold has tolerances included
to provide for circuit losses between a conformance
test point at the AUI and the measurement point
within the state machine.
Note : The approximate minimum time for rollover of
this counter is 81 hours.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.11 |
rtxRptrMonitorPortVeryLongEventsThis counter is incremented by one for each
CarrierEvent on this port whose ActivityDuration
is greater than the MAU Jabber Lockup Protection
timer TW3 (Ref: 9.6.1 & 9.6.5, IEEE 802.3 Std).
Other counters may be incremented as appropriate.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.12 |
rtxRptrMonitorPortDataRateMismatchesThis object counts the number of times that a packet
has been received by this port with the transmission
frequency (data rate) detectably mismatched from the
local transmit frequency. The exact degree is
implementation specific and is to be defined by
the implementor for conformance testing.
Note : Whether or not the repeater was able to maintain
data integrity is beyond the scope of this standard.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.13 |
rtxRptrMonitorPortAutoPartitionsThis counter is incremented by one for each time
the repeater has automatically partitioned this
port. The conditions that cause port partitioning
are specified in the partition state machine in
Section 9 [IEEE 802.3 Std]. They are not
differentiated here.
Note : the approximate minimum time between
counter rollovers is 20 days.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.14 |
rtxRptrMonitorPortTotalErrorsThe total number of errors which have occurred on
this port. This counter is the summation of the
values of other error counters (for the same port),
namely:
rtxRptrMonitorPortFCSErrors,
rtxRptrMonitorPortAlignmentFrames,
rtxRptrMonitorPortFrameTooLongs,
rtxRptrMonitorPortShortEvents,
rtxRptrMonitorPortLateEvents,
rtxRptrMonitorPortVeryLongEvents and
rtxRptrMonitorPortDataRateMismatches.
This counter is redundant in the sense that it is
the summation of information already available
through other objects. However, it is included
specifically because the regular retrieval of this
object as a means of tracking the health of a port
provides a considerable optimization of network
management traffic over the otherwise necessary
retrieval of the summed counters.ro Counter .1.3.6.1.4.1.72.14.23.2.2.1.15 |
rtxRptrAddrTrackGroup OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.3 |
rtxRptrAddrTrackTableTable of address mapping information about the ports. SEQUENCE OF RtxRptrAddrTrackEntry .1.3.6.1.4.1.72.14.23.3.1 |
rtxRptrAddrTrackEntryAn entry in the table, containing address mapping
information about a single port. RtxRptrAddrTrackEntry .1.3.6.1.4.1.72.14.23.3.1.1 |
rtxRptrAddrTrackGroupIndexThis index uniquley identifies a single 10 Base-T I/O card
It takes a value numerically equal to the physical port
ID (portPhysPortID) of the I/O card. Note that this means
the indexing of hub cards is sparse.ro INTEGER .1.3.6.1.4.1.72.14.23.3.1.1.1 |
rtxRptrAddrTrackPortIndexThis object identifies the 10-baseT port.ro INTEGER .1.3.6.1.4.1.72.14.23.3.1.1.2 |
rtxRptrAddrTrackLastSourceAddressThis object is the SourceAddress of the last
readable frame (i.e., counted by
rtxRptrMonitorPortReadableFrames) received by this
port.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.72.14.23.3.1.1.3 |
rtxRptrAddrTrackSourceAddrChangesThis counter is incremented by one for each time
that the rtxRptrAddrTrackLastSourceAddress attribute
for this port has changed.
Note : This may indicate whether a link is connected to a
single DTE or another multi-user segment.
The approximate minimum time for rollover of this
counter is 81 hours.ro Counter .1.3.6.1.4.1.72.14.23.3.1.1.4 |
rtxRptrIOCard OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.4 |
rtxRptrOnePortRepeater OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.4.1 |
rtxRptrTwelvePortRepeater OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.4.2 |
rtxRptrTwentyFourPortRepeater OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.23.4.3 |
cmprsn OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.24 |
cmprsnPortTableThis table contains the Compression Port Information. SEQUENCE OF CmprsnPortEntry .1.3.6.1.4.1.72.14.24.1 |
cmprsnPortEntryAn Entry in this table contains information
about each logical port in the system that uses
compression. Compression can only be used on Logical
Ports which have underlying physical ports which
are running Retixwan or x25 as the Link Protocol. CmprsnPortEntry .1.3.6.1.4.1.72.14.24.1.1 |
cmprsnPortIfIndexThis object is the Logical Port to which this
table entry refers. The Port must be of type Retixwan or
X.25 to run compression.ro INTEGER .1.3.6.1.4.1.72.14.24.1.1.1 |
cmprsnPortEnableThis enables or disables Compression on this port.rw Enumeration .1.3.6.1.4.1.72.14.24.1.1.2 |
cmprsnPortRatioThis is the compression Ratio for this port. It is calculated
as follows :-
Total Bytes into Compression Algorithm
Total Bytes out of Compression Algorithm
It is expressed as a percentage, the OCTET STRING allowing
us to return the floating point calculation in the form
xx.yyro OCTET STRING .1.3.6.1.4.1.72.14.24.1.1.3 |
rtxvines OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.25 |
rtxisdn OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.26 |
isdnTableA table of parameters specifying whether and how
ISDN TA support is provided on a serial interface
physical port. SEQUENCE OF IsdnEntry .1.3.6.1.4.1.72.14.26.1 |
isdnEntryAn entry in the ISDN table. IsdnEntry .1.3.6.1.4.1.72.14.26.1.1 |
isdnIndexThe index value which uniquely identifies the physical port
to which this entry is applicable.ro INTEGER .1.3.6.1.4.1.72.14.26.1.1.1 |
isdnEnabledThis parameter determines whether ISDN TA support procedures
are invoked for this port. When set to disabled, no TA support
is provided and the values of the remaining parameters in the
isdnEntry are ignored. The parameter can only be set
to enabled if the physical port is of type V35 or X21.rw Enumeration .1.3.6.1.4.1.72.14.26.1.1.2 |
isdnModeThis parameter selects the call setup and answer algorithms
desired.rw Enumeration .1.3.6.1.4.1.72.14.26.1.1.3 |
isdnInitialRetryIntervalThe interval in seconds initially in force between successive
call attempts, until the isdnRetryThresh is reachedrw INTEGER .1.3.6.1.4.1.72.14.26.1.1.4 |
isdnRetryThreshThe first isdnRetryThresh call attempts are made at
the isdnInitialRetryInterval, all subsequent attempts
are made at the isdnBackupInterval.rw INTEGER .1.3.6.1.4.1.72.14.26.1.1.5 |
isdnBackupRetryIntervalThe interval in seconds at which call attempts are made, once
isdRetryThresh is passed. A value of 0 means no
further call attempts will be made.rw INTEGER .1.3.6.1.4.1.72.14.26.1.1.6 |
isdnCallExpirationTimeThe time in seconds to wait for an answer after a call has
been issued.rw INTEGER .1.3.6.1.4.1.72.14.26.1.1.7 |
isdnTimeOnThis is a configurable parameter which sets
the time of day to make the call. Format
of string is hh:mm. First 2 bytes are hours,
second 2 bytes are minutes The parameter
isdnMode must be set to timedCall for
this to function.This defaults to '00:00' or midnight.rw DisplayString .1.3.6.1.4.1.72.14.26.1.1.8 |
isdnTimeOffThis is a configurable parameter which sets
the time of day to clear the call. Format
of string is hh:mm. First 2 bytes are hours,
second 2 bytes are minutes The parameter
isdnMode must be set to timedCall for
this to function.This defaults to '00:00' or midnight.rw DisplayString .1.3.6.1.4.1.72.14.26.1.1.9 |
isdnControlThis parameter allows a network manager to make or clear an
ISDN call. When read, the value noAction will always be returned.
When set to makeCall, the port will initiate an ISDN call if this
is allowed by the current setting of isdnMode. When
set to clearCall, the call will be cleared if this is allowed
by the current setting of isdnMode.rw Enumeration .1.3.6.1.4.1.72.14.26.1.1.10 |
isdnStatusReturns the current status of the ISDN call.ro Enumeration .1.3.6.1.4.1.72.14.26.1.1.11 |
isdnInactivityTimeThe time in seconds to wait, while not receiving or transmitting
data, before a call is cleared when in On Demand mode.rw INTEGER .1.3.6.1.4.1.72.14.26.1.1.12 |
dot5 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30 |
dot5TableThis table contains Token Ring interface
parameters and state variables, one entry
per 802.5 interface. SEQUENCE OF Dot5Entry .1.3.6.1.4.1.72.14.30.1 |
dot5EntryA list of Token Ring status and parameter
values for an 802.5 interface. Dot5Entry .1.3.6.1.4.1.72.14.30.1.1 |
dot5IfIndexThe value of this object identifies the
802.5 interface for which this entry
contains management information. The
value of this object for a particular
interface has the same value as the
ifIndex object, defined in [4,6],
for the same interface.ro INTEGER .1.3.6.1.4.1.72.14.30.1.1.1 |
dot5CommandsWhen this object is set to the value of
open(2), the station should go into the
open state. The progress and success of
the open is given by the values of the
objects dot5RingState and
dot5RingOpenStatus.
When this object is set to the value
of reset(3), then the station should do
a reset. On a reset, all MIB counters
should retain their values, if possible.
Other side affects are dependent on the
hardware chip set.
When this object is set to the value
of close(4), the station should go into
the stopped state by removing itself
from the ring.
Setting this object to a value of
no-op(1) has no effect.
When read, this object always has a
value of no-op(1).rw Enumeration .1.3.6.1.4.1.72.14.30.1.1.2 |
dot5RingStatusThe current interface status which can
be used to diagnose fluctuating problems
that can occur on token rings, after a
station has successfully been added to
the ring.
Before an open is completed, this
object has the value for the 'no status'
condition. The dot5RingState and
dot5RingOpenStatus objects provide for
debugging problems when the station
can not even enter the ring.
The object's value is a sum of
values, one for each currently applicable
condition. The following values are
defined for various conditions:
0 = No Problems detected
32 = Ring Recovery
64 = Single Station
256 = Remove Received
512 = reserved
1024 = Auto-Removal Error
2048 = Lobe Wire Fault
4096 = Transmit Beacon
8192 = Soft Error
16384 = Hard Error
32768 = Signal Loss
131072 = no status, open not completed.ro INTEGER .1.3.6.1.4.1.72.14.30.1.1.3 |
dot5RingStateThe current interface state with respect
to entering or leaving the ring.ro Enumeration .1.3.6.1.4.1.72.14.30.1.1.4 |
dot5RingOpenStatusThis object indicates the success, or the
reason for failure, of the station's most
recent attempt to enter the ring.ro Enumeration .1.3.6.1.4.1.72.14.30.1.1.5 |
dot5RingSpeedThe ring's bandwidth.rw Enumeration .1.3.6.1.4.1.72.14.30.1.1.6 |
dot5UpStreamThe MAC-address of the up stream neighbor
station in the ring.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.72.14.30.1.1.7 |
dot5ActMonParticipateIf this object has a value of true(1) then
this interface will participate in the
active monitor selection process. If the
value is false(2) then it will not.
Setting this object might not have an
effect until the next time the interface
is opened.rw Enumeration .1.3.6.1.4.1.72.14.30.1.1.8 |
dot5FunctionalThe bit mask of all Token Ring functional
addresses for which this interface will
accept frames.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.72.14.30.1.1.9 |
dot5StatsTableA table containing Token Ring statistics,
one entry per 802.5 interface.
All the statistics are defined using
the SYNTAX Counter as 32-bit wrap around
counters. Thus, if an interface's
hardware maintains these statistics in
16-bit counters, then the agent must read
the hardware's counters frequently enough
to prevent loss of significance, in order
to maintain 32-bit counters in software. SEQUENCE OF Dot5StatsEntry .1.3.6.1.4.1.72.14.30.2 |
dot5StatsEntryAn entry contains the 802.5 statistics
for a particular interface. Dot5StatsEntry .1.3.6.1.4.1.72.14.30.2.1 |
dot5StatsIfIndexThe value of this object identifies the
802.5 interface for which this entry
contains management information. The
value of this object for a particular
interface has the same value as the
ifIndex object, defined in [4,6], for
the same interface.ro INTEGER .1.3.6.1.4.1.72.14.30.2.1.1 |
dot5StatsLineErrorsThis counter is incremented when a frame
or token is copied or repeated by a
station, the E bit is zero in the frame
or token and one of the following
conditions exists: 1) there is a
non-data bit (J or K bit) between the SD
and the ED of the frame or token, or
2) there is an FCS error in the frame.ro Counter .1.3.6.1.4.1.72.14.30.2.1.2 |
dot5StatsBurstErrorsThis counter is incremented when a station
detects the absence of transitions for five
half-bit timers (burst-five error).ro Counter .1.3.6.1.4.1.72.14.30.2.1.3 |
dot5StatsACErrorsThis counter is incremented when a station
receives an AMP or SMP frame in which A is
equal to C is equal to 0, and then receives
another SMP frame with A is equal to C is
equal to 0 without first receiving an AMP
frame. It denotes a station that cannot set
the AC bits properly.ro Counter .1.3.6.1.4.1.72.14.30.2.1.4 |
dot5StatsAbortTransErrorsThis counter is incremented when a station
transmits an abort delimiter while
transmitting.ro Counter .1.3.6.1.4.1.72.14.30.2.1.5 |
dot5StatsInternalErrorsThis counter is incremented when a station
recognizes an internal error.ro Counter .1.3.6.1.4.1.72.14.30.2.1.6 |
dot5StatsLostFrameErrorsThis counter is incremented when a station
is transmitting and its TRR timer expires.
This condition denotes a condition where a
transmitting station in strip mode does not
receive the trailer of the frame before the
TRR timer goes off.ro Counter .1.3.6.1.4.1.72.14.30.2.1.7 |
dot5StatsReceiveCongestionsThis counter is incremented when a station
recognizes a frame addressed to its
specific address, but has no available
buffer space indicating that the station
is congested.ro Counter .1.3.6.1.4.1.72.14.30.2.1.8 |
dot5StatsFrameCopiedErrorsThis counter is incremented when a station
recognizes a frame addressed to its
specific address and detects that the FS
field A bits are set to 1 indicating a
possible line hit or duplicate address.ro Counter .1.3.6.1.4.1.72.14.30.2.1.9 |
dot5StatsTokenErrorsThis counter is incremented when a station
acting as the active monitor recognizes an
error condition that needs a token
transmitted.ro Counter .1.3.6.1.4.1.72.14.30.2.1.10 |
dot5StatsSoftErrorsThe number of Soft Errors the interface
has detected. It directly corresponds to
the number of Report Error MAC frames
that this interface has transmitted.
Soft Errors are those which are
recoverable by the MAC layer protocols.ro Counter .1.3.6.1.4.1.72.14.30.2.1.11 |
dot5StatsHardErrorsThe number of times this interface has
detected an immediately recoverable
fatal error. It denotes the number of
times this interface is either
transmitting or receiving beacon MAC
frames.ro Counter .1.3.6.1.4.1.72.14.30.2.1.12 |
dot5StatsSignalLossThe number of times this interface has
detected the loss of signal condition from
the ring.ro Counter .1.3.6.1.4.1.72.14.30.2.1.13 |
dot5StatsTransmitBeaconsThe number of times this interface has
transmitted a beacon frame.ro Counter .1.3.6.1.4.1.72.14.30.2.1.14 |
dot5StatsRecoverysThe number of Claim Token MAC frames
received or transmitted after the interface
has received a Ring Purge MAC frame. This
counter signifies the number of times the
ring has been purged and is being recovered
back into a normal operating state.ro Counter .1.3.6.1.4.1.72.14.30.2.1.15 |
dot5StatsLobeWiresThe number of times the interface has
detected an open or short circuit in the
lobe data path. The adapter will be closed
and dot5RingState will signify this
condition.ro Counter .1.3.6.1.4.1.72.14.30.2.1.16 |
dot5StatsRemovesThe number of times the interface has
received a Remove Ring Station MAC frame
request. When this frame is received
the interface will enter the close state
and dot5RingState will signify this
condition.ro Counter .1.3.6.1.4.1.72.14.30.2.1.17 |
dot5StatsSinglesThe number of times the interface has
sensed that it is the only station on the
ring. This will happen if the interface
is the first one up on a ring, or if
there is a hardware problem.ro Counter .1.3.6.1.4.1.72.14.30.2.1.18 |
dot5StatsFreqErrorsThe number of times the interface has
detected that the frequency of the
incoming signal differs from the expected
frequency by more than that specified by
the IEEE 802.5 standard, see chapter 7
in [10].ro Counter .1.3.6.1.4.1.72.14.30.2.1.19 |
dot5Tests OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30.3 |
testInsertFunc OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30.3.1 |
dot5ChipSets OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30.4 |
chipSetIBM16 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30.4.1 |
chipSetTItms380 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30.4.2 |
chipSetTItms380c16 OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.30.4.3 |
dot5TimerTableThis table contains Token Ring interface
timer values, one entry per 802.5
interface. SEQUENCE OF Dot5TimerEntry .1.3.6.1.4.1.72.14.30.5 |
dot5TimerEntryA list of Token Ring timer values for an
802.5 interface. Dot5TimerEntry .1.3.6.1.4.1.72.14.30.5.1 |
dot5TimerIfIndexThe value of this object identifies the
802.5 interface for which this entry
contains timer values. The value of
this object for a particular interface
has the same value as the ifIndex
object, defined in [4,6], for the same
interface.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.1 |
dot5TimerReturnRepeatThe time-out value used to ensure the
interface will return to Repeat State, in
units of 100 micro-seconds. The value
should be greater than the maximum ring
latency.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.2 |
dot5TimerHoldingMaximum period of time a station is
permitted to transmit frames after capturing
a token, in units of 100 micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.3 |
dot5TimerQueuePDUThe time-out value for enqueuing of an SMP
PDU after reception of an AMP or SMP
frame in which the A and C bits were
equal to 0, in units of 100
micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.4 |
dot5TimerValidTransmitThe time-out value used by the active
monitor to detect the absence of valid
transmissions, in units of 100
micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.5 |
dot5TimerNoTokenThe time-out value used to recover from
various-related error situations [9].
If N is the maximum number of stations on
the ring, the value of this timer is
normally:
dot5TimerReturnRepeat + N*dot5TimerHolding.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.6 |
dot5TimerActiveMonThe time-out value used by the active
monitor to stimulate the enqueuing of an
AMP PDU for transmission, in units of
100 micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.7 |
dot5TimerStandbyMonThe time-out value used by the stand-by
monitors to ensure that there is an active
monitor on the ring and to detect a
continuous stream of tokens, in units of
100 micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.8 |
dot5TimerErrorReportThe time-out value which determines how
often a station shall send a Report Error
MAC frame to report its error counters,
in units of 100 micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.9 |
dot5TimerBeaconTransmitThe time-out value which determines how
long a station shall remain in the state
of transmitting Beacon frames before
entering the Bypass state, in units of
100 micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.10 |
dot5TimerBeaconReceiveThe time-out value which determines how
long a station shall receive Beacon
frames from its downstream neighbor
before entering the Bypass state, in
units of 100 micro-seconds.
Implementors are encouraged to provide
read-write access to this object if that is
possible/useful in their system, but giving
due consideration to the dangers of
write-able timers.ro INTEGER .1.3.6.1.4.1.72.14.30.5.1.11 |
ppp OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32 |
pppLink OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.1 |
pppLinkStatusTableA table containing PPP-link specific variables
for this PPP implementation. SEQUENCE OF PppLinkStatusEntry .1.3.6.1.4.1.72.14.32.1.1 |
pppLinkStatusEntryManagement information about a particular PPP Link. PppLinkStatusEntry .1.3.6.1.4.1.72.14.32.1.1.1 |
pppLinkStatusIfIndexA unique value for each PPP link. Its value
ranges between 1 and the value of ifNumber. The
interface identified by a particular value of
this index is that identified by the same value
of an ifIndex object instance. The value for
each link must remain constant at least from
one re-initialization of the entity's network
management system to the next re-initialization.ro INTEGER .1.3.6.1.4.1.72.14.32.1.1.1.1 |
pppLinkStatusPhysicalIndexThe value of ifIndex that identifies the
interface over which this PPP Link is
operating. This interface would usually be an
HDLC or RS-232 type of interface. If there is
no lower-layer interface element, or there is
no ifEntry for the element, or the element can
not be identified, then the value of this
object is 0.ro INTEGER .1.3.6.1.4.1.72.14.32.1.1.1.2 |
pppLinkStatusBadAddressesThe number of packets received with an
incorrect Address Field. This counter is a
component of the ifInErrors variable that is
associated with the interface that represents
this PPP Link.ro Counter .1.3.6.1.4.1.72.14.32.1.1.1.3 |
pppLinkStatusBadControlsThe number of packets received on this link
with an incorrect Control Field. This counter
is a component of the ifInErrors variable that
is associated with the interface that
represents this PPP Link.ro Counter .1.3.6.1.4.1.72.14.32.1.1.1.4 |
pppLinkStatusPacketTooLongsThe number of received packets that have been
discarded because their length exceeded the
MRU. This counter is a component of the
ifInErrors variable that is associated with the
interface that represents this PPP Link. NOTE,
packets which are longer than the MRU but which
are successfully received and processed are NOT
included in this count.ro Counter .1.3.6.1.4.1.72.14.32.1.1.1.5 |
pppLinkStatusBadFCSsThe number of received packets that have been
discarded due to having an incorrect FCS. This
counter is a component of the ifInErrors
variable that is associated with the interface
that represents this PPP Link.ro Counter .1.3.6.1.4.1.72.14.32.1.1.1.6 |
pppLinkStatusLocalMRUThe current value of the MRU for the local PPP
Entity. This value is the MRU that the remote
entity is using when sending packets to the
local PPP entity.ro INTEGER .1.3.6.1.4.1.72.14.32.1.1.1.7 |
pppLinkStatusRemoteMRUThe current value of the MRU for the remote
PPP Entity. This value is the MRU that the
local entity is using when sending packets to
the remote PPP entity.ro INTEGER .1.3.6.1.4.1.72.14.32.1.1.1.8 |
pppLinkStatusLocalToPeerACCMapThe current value of the ACC Map used for
sending packets from the local PPP entity to
the remote PPP entity.ro OCTET STRING .1.3.6.1.4.1.72.14.32.1.1.1.9 |
pppLinkStatusPeerToLocalACCMapThe ACC Map used by the remote PPP entity when
transmitting packets to the local PPP entity.ro OCTET STRING .1.3.6.1.4.1.72.14.32.1.1.1.10 |
pppLinkStatusLocalToRemoteProtocolCompressionIndicates whether the local PPP entity will
use Protocol Compression when transmitting
packets to the remote PPP entity.ro Enumeration .1.3.6.1.4.1.72.14.32.1.1.1.11 |
pppLinkStatusRemoteToLocalProtocolCompressionIndicates whether the remote PPP entity will
use Protocol Compression when transmitting
packets to the local PPP entity.ro Enumeration .1.3.6.1.4.1.72.14.32.1.1.1.12 |
pppLinkStatusLocalToRemoteACCompressionIndicates whether the local PPP entity will
use Address and Control Compression when
transmitting packets to the remote PPP entity.ro Enumeration .1.3.6.1.4.1.72.14.32.1.1.1.13 |
pppLinkStatusRemoteToLocalACCompressionIndicates whether the remote PPP entity will
use Address and Control Compression when
transmitting packets to the local PPP entity.ro Enumeration .1.3.6.1.4.1.72.14.32.1.1.1.14 |
pppLinkStatusTransmitFcsSizeThe size of the Frame Check Sequence (FCS) in
bits that the local node will generate when
sending packets to the remote node.ro INTEGER .1.3.6.1.4.1.72.14.32.1.1.1.15 |
pppLinkStatusReceiveFcsSizeThe size of the Frame Check Sequence (FCS) in
bits that the remote node will generate when
sending packets to the local node.ro INTEGER .1.3.6.1.4.1.72.14.32.1.1.1.16 |
pppLinkConfigTableA table containing the LCP configuration
parameters for this PPP Link. These variables
represent the initial configuration of the PPP
Link. The actual values of the parameters may
be changed when the link is brought up via the
LCP options negotiation mechanism. SEQUENCE OF PppLinkConfigEntry .1.3.6.1.4.1.72.14.32.1.2 |
pppLinkConfigEntryConfiguration information about a particular
PPP Link. PppLinkConfigEntry .1.3.6.1.4.1.72.14.32.1.2.1 |
pppLinkConfigIfIndexA unique value for each PPP link. Its value
ranges between 1 and the value of ifNumber. The
interface identified by a particular value of
this index is that identified by the same value
of an ifIndex object instance. The value for
each link must remain constant at least from
one re-initialization of the entity's network
management system to the next re-initialization.ro INTEGER .1.3.6.1.4.1.72.14.32.1.2.1.1 |
pppLinkConfigInitialMRUThe initial Maximum Receive Unit (MRU) that
the local PPP entity will advertise to the
remote entity. If the value of this variable is
0 then the local PPP entity will not advertise
any MRU to the remote entity and the default
MRU will be assumed. Changing this object will
have effect when the link is next restarted.rw INTEGER .1.3.6.1.4.1.72.14.32.1.2.1.2 |
pppLinkConfigReceiveACCMapThe Asynchronous-Control-Character-Map (ACC)
that the local PPP entity requires for use on
its receive side. In effect, this is the ACC
Map that is required in order to ensure that
the local modem will successfully receive all
characters. The actual ACC map used on the
receive side of the link will be a combination
of the local node's pppLinkConfigReceiveACCMap
and the remote node's
pppLinkConfigTransmitACCMap. Changing this
object will have effect when the link is next
restarted.rw OCTET STRING .1.3.6.1.4.1.72.14.32.1.2.1.3 |
pppLinkConfigTransmitACCMapThe Asynchronous-Control-Character-Map (ACC)
that the local PPP entity requires for use on
its transmit side. In effect, this is the ACC
Map that is required in order to ensure that
all characters can be successfully transmitted
through the local modem. The actual ACC map
used on the transmit side of the link will be a
combination of the local node's
pppLinkConfigTransmitACCMap and the remote
node's pppLinkConfigReceiveACCMap. Changing
this object will have effect when the link is
next restarted.rw OCTET STRING .1.3.6.1.4.1.72.14.32.1.2.1.4 |
pppLinkConfigMagicNumberIf true(2) then the local node will attempt to
perform Magic Number negotiation with the
remote node. If false(1) then this negotiation
is not performed. In any event, the local node
will comply with any magic number negotiations
attempted by the remote node, per the PPP
specification. Changing this object will have
effect when the link is next restarted.rw Enumeration .1.3.6.1.4.1.72.14.32.1.2.1.5 |
pppLinkConfigFcsSizeThe size of the FCS, in bits, the local node
will attempt to negotiate for use with the
remote node. Regardless of the value of this
object, the local node will comply with any FCS
size negotiations initiated by the remote node,
per the PPP specification. Changing this object
will have effect when the link is next
restarted.rw INTEGER .1.3.6.1.4.1.72.14.32.1.2.1.6 |
pppLqr OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.2 |
pppIp OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.3 |
pppIpTableTable containing the IP parameters and
statistics for the local PPP entity. SEQUENCE OF PppIpEntry .1.3.6.1.4.1.72.14.32.3.1 |
pppIpEntryIPCP status information for a particular PPP
link.
A SNMP error of noSuchName is returned to a request
for an object in this table for which the index identifies
an IP port which is attached to a physical port which
is not a PPP physical port. PppIpEntry .1.3.6.1.4.1.72.14.32.3.1.1 |
pppIpIndexThe value of ifIndex that identifies the entry
in the ifTable that is associated with the PPP
Link over which this instance of the IP network
and control protocol are operating.ro INTEGER .1.3.6.1.4.1.72.14.32.3.1.1.1 |
pppIpOperStatusThe operational status of the IP network
protocol. If the value of this object is opened(1)
then the finite state machine for the IP
network protocol has reached the Opened state.ro Enumeration .1.3.6.1.4.1.72.14.32.3.1.1.2 |
pppIpLocalToRemoteCompressionProtocolThe IP compression protocol that the local
PPP-IP entity uses when sending packets to the
remote PPP-IP entity.ro Enumeration .1.3.6.1.4.1.72.14.32.3.1.1.3 |
pppIpRemoteToLocalCompressionProtocolThe IP compression protocol that the remote
PPP-IP entity uses when sending packets to the
local PPP-IP entity.ro Enumeration .1.3.6.1.4.1.72.14.32.3.1.1.4 |
pppIpRemoteMaxSlotIdThe Max-Slot-Id parameter that the remote node
has advertised and that is in use on the link.
If vj-tcp header compression is not in use on
the link then the value of this object shall be
0.ro INTEGER .1.3.6.1.4.1.72.14.32.3.1.1.5 |
pppIpLocalMaxSlotIdThe Max-Slot-Id parameter that the local node
has advertised and that is in use on the link.
If vj-tcp header compression is not in use on
the link then the value of this object shall be
0.ro INTEGER .1.3.6.1.4.1.72.14.32.3.1.1.6 |
pppIpConfigTableTable containing configuration variables for
the IPCP for the local PPP entity. SEQUENCE OF PppIpConfigEntry .1.3.6.1.4.1.72.14.32.3.2 |
pppIpConfigEntryIPCP information for a particular PPP link.
A SNMP error of noSuchName is returned to a request
for an object in this table for which the index identifies
an IP port which is attached to a physical port which
is not a PPP physical port. PppIpConfigEntry .1.3.6.1.4.1.72.14.32.3.2.1 |
pppIpConfigIndexThe value of ifIndex that identifies the entry
in the ifTable that is associated with the
local IPCP entity.ro INTEGER .1.3.6.1.4.1.72.14.32.3.2.1.1 |
pppIpConfigAdminStatusThe immediate desired status of the IP network
protocol. Setting this object to open will
inject an administrative open event into the IP
network protocol's finite state machine.
Setting this object to close will inject an
administrative close event into the IP network
protocol's finite state machine.rw Enumeration .1.3.6.1.4.1.72.14.32.3.2.1.2 |
pppIpConfigCompressionIf none(1) then the local node will not
attempt to negotiate any IP Compression option.
Otherwise, the local node will attempt to
negotiate compression mode indicated by the
enumerated value. Changing this object will
have effect when the link is next restarted.rw Enumeration .1.3.6.1.4.1.72.14.32.3.2.1.3 |
pppBridge OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.4 |
pppSecurity OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.5 |
pppTests OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.6 |
pppIpx OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.7 |
pppIso OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.8 |
pppAppleTalk OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.9 |
pppDECNet OBJECT IDENTIFIER .1.3.6.1.4.1.72.14.32.10 |
atmForum OBJECT IDENTIFIER .1.3.6.1.4.1.353 |
atmForumAdmin OBJECT IDENTIFIER .1.3.6.1.4.1.353.1 |
atmfTransmissionTypes OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.2 |
atmfUnknownType OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.2.1 |
atmfSonetSTS3c OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.2.2 |
atmfDs3 OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.2.3 |
atmf4B5B OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.2.4 |
atmf8B10B OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.2.5 |
atmfMediaTypes OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3 |
atmfMediaUnknownType OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3.1 |
atmfMediaCoaxCable OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3.2 |
atmfMediaSingleMode OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3.3 |
atmfMediaMultiMode OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3.4 |
atmfMediaStp OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3.5 |
atmfMediaUtp OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.3.6 |
atmfTrafficDescrTypes OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.4 |
atmfNoDescriptor OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.4.1 |
atmfPeakRate OBJECT IDENTIFIER .1.3.6.1.4.1.353.1.4.2 |
atmForumUni OBJECT IDENTIFIER .1.3.6.1.4.1.353.2 |
atmfPhysicalGroup OBJECT IDENTIFIER .1.3.6.1.4.1.353.2.1 |
atmfAtmLayerGroup OBJECT IDENTIFIER .1.3.6.1.4.1.353.2.2 |
atmfAtmStatsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.353.2.3 |