SSPM-MIB
This SSPM MIB module is applicable to probes implementing Synthetic Source for Performance Monitoring functions.
Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC 4149; see the RFC itself for full legal notices.
Main OID:
sspmMIB.1.3.6.1.4.1.3727.20.20.3.1.16.28
65
Objects
Active
Status
8
Dependencies
Imported Objects
Objects
65 total| Object Name |
|---|
sspmMIBThis SSPM MIB module is applicable to probes
implementing Synthetic Source for Performance
Monitoring functions.
Copyright (C) The Internet Society (2005). This version
of this MIB module is part of RFC 4149; see the RFC
itself for full legal notices. MODULE-IDENTITY .1.3.6.1.4.1.3727.20.20.3.1.16.28 |
sspmMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.1 |
sspmGeneral OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1 |
sspmGeneralClockResolutionA read-only variable indicating the resolution
of the measurements possible by this device.ro SspmMicroSeconds .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.1 |
sspmGeneralClockMaxSkewA read-only variable indicating the maximum offset
error due to skew of the local clock over the
time interval 86400 seconds, in seconds.ro SspmClockMaxSkew .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.2 |
sspmGeneralClockSourceA read-only variable indicating the source of the clock.
This is provided to allow a user to determine how accurate
the timing mechanism is compared with other devices. This
is needed for the coordination of time values
between probes for one-way measurements.ro SspmClockSource .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.3 |
sspmGeneralMinFrequencyA read-only variable that indicates the devices'
capability for the minimum supported
sspmSourceFrequency. If sspmSourceFrequency is
set to a value lower than the value reported
by this attribute, then the set of sspmSourceFrequency
will fail with an inconsistent value error.ro SspmMicroSeconds .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.4 |
sspmCapabilitiesTableThe table of SSPM capabilities. SEQUENCE OF SspmCapabilitiesEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.5 |
sspmCapabilitiesEntryDetails about a particular SSPM capability. SspmCapabilitiesEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.5.1 |
sspmCapabilitiesInstanceIndicates whether SSPM configuration of the corresponding
AppLocalIndex is supported by this device. Generally,
entries in this table are only made by the device when the
configuration of the measurement is available.ro AppLocalIndex (APM-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.1.5.1.1 |
sspmSource OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2 |
sspmSourceProfileTableThe table of SSPM Source Profiles configured. SEQUENCE OF SspmSourceProfileEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1 |
sspmSourceProfileEntryDetails about a particular SSPM Source Profile
configuration. Entries must exist in this table
in order to be referenced by rows in the
sspmSourceControlTable. SspmSourceProfileEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1 |
sspmSourceProfileInstanceAn arbitrary index. Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.1 |
sspmSourceProfileTypeThe AppLocalIndex value that uniquely identifies the
measurement per the APM-MIB. In order to create a row
in this table, there must be a corresponding row in the
sspmCapabilitiesTable.
When attempting to set this object, if no
corresponding row exists in the sspmCapabilitiesTable,
then the agent should return a 'badValue' error.rw AppLocalIndex (APM-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.2 |
sspmSourceProfilePacketSizeThe size of packet to be transmitted in bytes. The
size accounts for all data within the IPv4 or IPv6
payloads, excluding the IP headers, IP header options
and link-level protocol headers.
If the size is set smaller than the minimum allowed
packet size or greater than the maximum allowed
packet size, then the set should fail, and the agent
should return a 'badValue' error.rw Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.3 |
sspmSourceProfilePacketFillTypeIndicates how the packet is filled.
'random' indicates that the packet contains random
data patterns. This is probe and implementation
dependent.
'pattern' indicates that the pattern defined in the
sspmSourceProfilePacketFillValue attribute is used to
fill the packet.
'url' indicates that the value of
sspmSourceProfilePacketFillValue should
contain a URL. The contents of the document
at that URL are retrieved when sspmSourceStatus becomes
active and utilized in the packet. If the attempt to
access that URL fails, then the row status is set to
'notReady', and the set should fail with
'inconsistentValue'. This value must contain a
dereferencable URL of the type 'http:', 'https:', or
'ftp:' only.rw Enumeration .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.4 |
sspmSourceProfilePacketFillValueThe string value with which to fill the packet. If
sspmSourceProfilePacketFillType is set to 'pattern',
then this pattern is repeated until the packet is
sspmSourcePacketSize in bytes. Note that if the
length of the octet string specified for this
value does not divide evenly into the packet
size, then an incomplete last copy of this data
may be copied into the packet. If the value of
sspmSourceProfilePacketFillType is set to 'random', then
this attribute is unused. If the value of the
sspmSourceProfilePacketFillType is set to 'url', then
the URL specified in this attribute is retrieved
and used by the probe. In the case of a URL, this value
must contain a dereferencable URL of the type
'http:', 'https:', or 'ftp:' only.rw OCTET STRING .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.5 |
sspmSourceProfileTOSRepresents the TOS field in the IP packet header. The
value of this object defaults to zero if not set.rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.6 |
sspmSourceProfileFlowLabelThis object is used to specify the Flow Label in a IPv6
packet (RFC 2460) to force special handling by the IPv6
routers; e.g., non-default quality-of-service handling.
This object is meaningful only when the object
sspmSourceDestAddressType is IPv6(2).
The value of this object defaults to zero if not set.rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.7 |
sspmSourceProfileLooseSrcRteFillIn the event that the test should run over a
specific route, the intent is to force the route using the
Loose Source Route option in IPv4 [RFC791] and
IPv6 [RFC2460]. This object contains a
series of IP addresses along the path that would be
put into the loose source route option in the IP header.
The IPv4 addresses are to be listed as 32-bit
address values, and the IPv6 addresses are to be
listed as a string of 128-bit addresses. The
maximum length allowed within the IPv4 source route
option is 63 addresses. To simply account for
IPv6 addresses as well, the maximum length of the
octet string is 240. This allows up to 60
IPv4 addresses or up to 15 IPv6 addresses in the
string.rw OCTET STRING .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.8 |
sspmSourceProfileLooseSrcRteLenIn the event that the test should run over a
specific route, the intent is to force the route.
This attribute specifies the length of data to
be copied from the sspmSourceProfileLooseSrcRteFill
into the route data fields of the loose source route
options in the IPv4 or IPv6 headers.rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.9 |
sspmSourceProfileTTLIf non-zero, this specifies the value to place into
the TTL field on transmission.rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.10 |
sspmSourceProfileNoFragWhen true, the 'Don't Fragment Bit' should be set
on the packet header.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.11 |
sspmSourceProfile8021TaggingIEEE 802.1Q tagging used in IEEE 802.1D bridged
environments.
A value of -1 indicates that the packets are untagged.
A value of 0 to 65535 is the value of the tag to be
inserted in the tagged packets.
Note that according to IEEE 802.1Q, VLAN-ID tags with
a value of 4095 shall not be transmitted on the wire.
As the VLAN-ID is encoded in the 12 least significant
bits on the tag, values that translate in a binary
representation of all 1's in the last 12 bits
SHALL NOT be configured. In this case, the set should
fail, and return an error-status of 'inconsistentValue'.rw Integer32 (-1..65535) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.12 |
sspmSourceProfileUsernameAn optional username used by the application protocol.rw Utf8String (SYSAPPL-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.13 |
sspmSourceProfilePasswordAn optional password used by the application protocol.rw Utf8String (SYSAPPL-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.14 |
sspmSourceProfileParameterAn optional parameter used by the application protocol.
For DNS, this would be the hostname or IP. For HTTP,
this would be the URL. For nntp, this would be the
news group. For TCP, this would be the port number.
For SMTP, this would be the recipient (and could
assume the message is predefined).rw OCTET STRING .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.15 |
sspmSourceProfileOwnerName of the management station/application that
set up the profile.rw OwnerString (RMON-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.16 |
sspmSourceProfileStorageTypeThe storage type of this sspmSourceProfileEntry. If the
value of this object is 'permanent', no objects in this row
need to be writable.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.17 |
sspmSourceProfileStatusStatus of this profile.
An entry may not exist in the active state unless all
objects in the entry have an appropriate value.
Once this object is set to active(1), no objects in the
sspmSourceProfileTable can be changed.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.1.1.18 |
sspmSourceControlTableThe table of SSPM measurements configured. SEQUENCE OF SspmSourceControlEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2 |
sspmSourceControlEntryDetails about a particular SSPM configuration. SspmSourceControlEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1 |
sspmSourceControlInstanceAn arbitrary index. Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.1 |
sspmSourceControlProfileA pointer to the profile (sspmSourceProfileEntry) that
this control entry uses to define the test being
performed.rw Integer32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.2 |
sspmSourceControlSrcThe ifIndex where the packet should originate from the
probe (if it matters). A value of zero indicates that
it does not matter and that the device decides.rw InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.3 |
sspmSourceControlDestAddrTypeThe type of Internet address by which the destination
is accessed.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.4 |
sspmSourceControlDestAddrThe Internet address for the destination. The formatting
of this object is controlled by the
sspmSourceControlDestAddrType object above.
When this object contains a DNS name, then the name is
resolved to an address each time measurement is to be made.
Further, the agent should not cache this address,
but instead should perform the resolution prior to each
measurement.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.5 |
sspmSourceControlEnabledWhen set to 'true', this test is enabled. When set to
'false', it is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.6 |
sspmSourceControlTimeOutTimeout value for the measurement response. If no
response is received in the time specified, then
the test fails.rw SspmMicroSeconds .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.7 |
sspmSourceControlSamplingDistWhen this attribute is set to 'deterministic', then
packets are generated at with a fixed inter-packet
injection time specified by sspmSourceFrequency.
When this attribute is set to 'Poisson', then packets
are generated with inter-packet injection times sampled
from an exponential distribution with the single
distributional parameter determined by the inverse
frequency).rw Enumeration .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.8 |
sspmSourceControlFrequencyThe inverse of this value is the rate at which packets
are generated. Refer to sspmSourceSamplingDistribution.
If the value set is less than the value of
sspmGeneralMinFrequency, then the set will fail with an
error-status of 'inconsistentValue'.rw SspmMicroSeconds .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.9 |
sspmSourceControlFirstSeqNumThe first sequence number of packets to be transmitted.rw Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.10 |
sspmSourceControlLastSeqNumThe last sequence number transmitted. This value is updated
by the agent after packet generation.ro Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.11 |
sspmSourceControlOwnerName of the management station/application that set
up the test.rw OwnerString (RMON-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.12 |
sspmSourceControlStorageTypeThe storage type of this sspmSourceControlEntry. If the
value of this object is 'permanent', no objects in this row
need to be writable.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.13 |
sspmSourceControlStatusStatus of this source control entry.
An entry may not exist in the active state unless all
objects in the entry have an appropriate value.
When this attribute has the value of
'active', none of the read-write or read-create attributes
in this table may be modified, with the exception of
sspmSourceControlEnabled.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.2.2.1.14 |
sspmSink OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5 |
sspmSinkTableA table configuring the sink for measurements. SEQUENCE OF SspmSinkEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1 |
sspmSinkEntryThe details of a particular sink entry. If the measurement
is a round-trip type, then the sink entry will be on the
same probe as the corresponding sspmSourceEntry. If the
measurement is a one-way, type then the sink entry will be
on a different probe. SspmSinkEntry .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1 |
sspmSinkInstanceAn index. When the measurement is for a round-trip
measurement, then this table entry is on the same probe as
the corresponding sspmSourceEntry, and the value of this
attribute should correspond to the value of
sspmSourceInstance. Management applications configuring
sinks for one-way measurements could define some
scheme whereby the sspmSinkInstance is unique across
all probes. Note that the unique key to this entry is
also constructed with sspmSinkType,
sspmSinkSourceAddressType, and sspmSinkSourceAddress.
To make the implementation simpler, those other
attributes are not included in the index but uniqueness
is still needed to receive all the packets. Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.1 |
sspmSinkTypeThe AppLocalIndex value that uniquely identifies the
measurement per the APM-MIB. In order to create a row
in this table, there must be a corresponding row in the
sspmCapabilitiesTable. If there is no corresponding
row in the sspmCapabilitiestable, then the agent will
return an error-status of 'inconsistentValue'.rw AppLocalIndex (APM-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.2 |
sspmSinkSourceAddressTypeThe type of Internet address of the source.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.3 |
sspmSinkSourceAddressThe Internet address of the source. The formatting
of this object is controlled by the sspmSinkSourceAddressType
object above.
This object should be set only to a valid device address
that has been administratively configured into the
device. If a set attempts to set this object to an
address that does not belong (i.e., is not administratively
configured into the device), the set should fail, and the
agent should return a error-status of 'inconsistentValue'.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.4 |
sspmSinkExpectedRateThe expected rate at which packets will arrive.rw SspmMicroSeconds .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.5 |
sspmSinkEnableIndicates if the sink is enabled or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.6 |
sspmSinkExpectedFirstSequenceNumThe expected first sequence number of packets.
This is used by the sink to determine if packets
were lost at the initiation of the test.rw Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.7 |
sspmSinkLastSequenceNumberThe last sequence number received.ro Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.8 |
sspmSinkLastSequenceInvalidThe number of packets that arrived whose
sequence number was not one plus the value of
sspmSinkLastSequenceNumber.ro Counter32 .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.9 |
sspmSinkStorageTypeThe storage type of this sspmSinkEntry. If the value
of this object is 'permanent', no objects in this row
need to be writable.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.10 |
sspmSinkStatusStatus of this conceptual row.
An entry may not exist in the active state unless all
objects in the entry have an appropriate value.
Once this object is set to active(1), no objects with
MAX-ACCESS of read-create in the sspmSinkTable can
be changed.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.3727.20.20.3.1.16.28.1.5.1.1.11 |
sspmMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.2 |
sspmMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.3 |
sspmCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.3.1 |
sspmGroups OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.16.28.3.2 |