tripCfgEntry |
.1.3.6.1.2.1.116.1.1.1 |
A row of common configuration.
|
tripRouteTypeEntry |
.1.3.6.1.2.1.116.1.2.1 |
An entry containing information about the route type
that a particular TRIP entity supports. Each entry
represents information about either the local or a remote
LS peer. The object tripRouteTypePeer is used to
distinguish this. In the case of a local LS, the
address/port information will reflect the values
configured in tripCfgTable. In the case of a remote
peer, the address/port information will reflect the
values of an entry in the tripPeerTable.
Implementation need to be aware that if the size of
tripRouteTypeAddr exceeds 111 sub-IDs, then OIDs of column
instances in this table will have more than 128 sub-IDs
and cannot be accessed using SNMPv1, SNMPv2c, or snmpv3.
|
tripSupportedCommunityEntry |
.1.3.6.1.2.1.116.1.3.1 |
Entry containing information about a community. A TRIP
community is a group of destinations that share some
common property. This attribute is used so that routing
decisions can be based on the identity of the group.
|
tripPeerEntry |
.1.3.6.1.2.1.116.1.4.1 |
Entry containing information about the connection with
a TRIP peer.
Implementation need to be aware that if the size of
tripPeerRemoteAddr exceeds 113 sub-IDs, then OIDs of
column instances in this table will have more than 128
sub-IDs and cannot be accessed using SNMPv1, SNMPv2c, or
snmpv3.
|
tripPeerStatisticsEntry |
.1.3.6.1.2.1.116.1.5.1 |
Entry containing information about the connection with
a TRIP peer.
|
tripRouteEntry |
.1.3.6.1.2.1.116.1.6.1 |
Information about a route to a called destination.
|
tripRouteCommunityEntry |
.1.3.6.1.2.1.116.1.7.1 |
Information about communities associated with a route.
An entry with a tripRouteAddress of 00 and a
tripRoutePeer of 0 refers to the local LS.
|
tripItadTopologyEntry |
.1.3.6.1.2.1.116.1.8.1 |
Information about a peer of the LS identified by
tripItadTopologyOrigId.
|
tripItadTopologyIdEntry |
.1.3.6.1.2.1.116.1.9.1 |
Information about a peer to the LS identified by
tripItadTopologyOrigId.
|
tripNotifApplIndex |
.1.3.6.1.2.1.116.3.1 |
This object contains the application Index. It is used
to bind this notification with a specific instance of
TRIP entity.
|
tripNotifPeerAddrInetType |
.1.3.6.1.2.1.116.3.2 |
The type of Inet Address of the tripNotifPeerAddr.
|
tripNotifPeerAddr |
.1.3.6.1.2.1.116.3.3 |
The IP address of this entry's TRIP peer LS. This object
contains the value of tripPeerRemoteAddr. The type of this
address is determined by the value of the
tripNotifPeerAddrInetType object.
|
tripNotifPeerErrCode |
.1.3.6.1.2.1.116.3.4 |
Notification message of TRIP error. The meaning of this
value is applicable to the following functions:
messageHeader(1)
- All errors detected while processing the TRIP message
header.
openMessage(2)
- All errors detected while processing the OPEN message.
updateMessage(3)
- All errors detected while processing the UPDATE
message.
holdTimerExpired(4)
- A notification generated when the hold timer expires.
finiteStateMachine(5)
- All errors detected by the TRIP Finite State Machine.
cease(6)
- Any fatal error condition that the rest of the values
do not cover.
tripNotification(7)
- Any error encountered while sending a notification
message.
|
tripNotifPeerErrSubcode |
.1.3.6.1.2.1.116.3.5 |
The sub error code associated with error code. The
meaning of this value is dependent on the value of
tripNotifPeerErrCode.
Message Header (1) Error Subcodes:
1 - Bad Message Length.
2 - Bad Message Type.
OPEN Message (2) Error Subcodes:
1 - Unsupported Version Number.
2 - Bad Peer ITAD.
3 - Bad TRIP Identifier.
4 - Unsupported Optional Parameter.
5 - Unacceptable Hold Time.
6 - Unsupported Capability.
7 - Capability Mismatch.
UPDATE Message (3) Error Subcodes:
1 - Malformed Attribute List.
2 - Unrecognized Well-known Attribute.
3 - Missing Well-known Mandatory Attribute.
4 - Attribute Flags Error.
5 - Attribute Length Error.
6 - Invalid Attribute.
|
tripCfgProtocolVersion |
.1.3.6.1.2.1.116.1.1.1.1 |
This object will reflect the version of TRIP
supported by this system. It follows the same
format as TRIP version information contained
in the TRIP messages generated by this TRIP entity.
|
tripCfgItad |
.1.3.6.1.2.1.116.1.1.1.2 |
The Internet Telephony Administrative domain (ITAD)
of this LS.
|
tripCfgIdentifier |
.1.3.6.1.2.1.116.1.1.1.3 |
The object that identifies this TRIP Client.
|
tripCfgAdminStatus |
.1.3.6.1.2.1.116.1.1.1.4 |
The desired TRIP state.
up(1) : Set the application to normal operation.
down(2): Set the application to a state where it will
not process TRIP messages.
Setting this object should be reflected in
tripCfgOperStatus. If an unknown error occurs
tripCfgOperStatus will return unknown(0).
|
tripCfgOperStatus |
.1.3.6.1.2.1.116.1.1.1.5 |
The current operational state of the TRIP protocol.
unknown(0): The operating status of the application is
unknown.
up(1): The application is operating normally, and
is ready to process (receive and issue) TRIP
requests and responses.
down(2): The application is currently not processing
TRIP messages. This occurs if the TRIP
application is in an initialization state or
if tripCfgAdminStatus is set to down(2).
faulty(3): The application is not operating normally due
to a fault in the system.
If tripCfgAdminStatus is down(2) then tripOperStatus SHOULD
be down(2). If tripAdminStatus is changed to up(1) then
tripOperStatus SHOULD change to up(1) if there is no
fault that prevents the TRIP protocol from moving to the
up(1) state.
|
tripCfgAddrIAddrType |
.1.3.6.1.2.1.116.1.1.1.6 |
The type of Inet Address of the tripAddr.
|
tripCfgAddr |
.1.3.6.1.2.1.116.1.1.1.7 |
The network address of the local LS that the peer
connects to. The type of address depends on the object
tripCfgAddrIAddrType. The type of this address is
determined by the value of the
tripCfgAddrIAddrType object.
|
tripCfgPort |
.1.3.6.1.2.1.116.1.1.1.8 |
The local tcp/udp port on the local LS that the peer
connects to.
|
tripCfgMinItadOriginationInterval |
.1.3.6.1.2.1.116.1.1.1.9 |
The minimum amount of time that MUST elapse between
advertisement of the update message that reports changes
within the LS's own ITAD.
|
tripCfgMinRouteAdvertisementInterval |
.1.3.6.1.2.1.116.1.1.1.10 |
Specifies minimal interval between successive
advertisements to a particular destination from an LS.
|
tripCfgMaxPurgeTime |
.1.3.6.1.2.1.116.1.1.1.11 |
Indicates the interval that the LS MUST maintain routes
marked as withdrawn in its database.
|
tripCfgDisableTime |
.1.3.6.1.2.1.116.1.1.1.12 |
Indicates the interval that the TRIP module of the
LS MUST be disabled while routes originated by this
LS with high sequence numbers can be removed.
|
tripCfgSendReceiveMode |
.1.3.6.1.2.1.116.1.1.1.13 |
The operational mode of the TRIP entity running on this
system.
|
tripCfgStorage |
.1.3.6.1.2.1.116.1.1.1.14 |
The storage type for this conceptual row. Conceptual rows
having the value 'permanent' need not allow write-access
to any columnar objects in the row.
|
tripRouteTypeAddrInetType |
.1.3.6.1.2.1.116.1.2.1.1 |
The type of Inet Address of the tripRouteTypeAddr.
|
tripRouteTypeAddr |
.1.3.6.1.2.1.116.1.2.1.2 |
The network address of this entry's TRIP peer LS. The
type of this address is determined by the value of the
tripRouteTypeAddrInetType object.
|
tripRouteTypePort |
.1.3.6.1.2.1.116.1.2.1.3 |
The port for the TCP connection between this and
an associated TRIP peer.
|
tripRouteTypeProtocolId |
.1.3.6.1.2.1.116.1.2.1.4 |
The object identifier of a protocol that the associated
peer is using.
|
tripRouteTypeAddrFamilyId |
.1.3.6.1.2.1.116.1.2.1.5 |
The object identifier of an address family that the
associated peer belongs to.
|
tripRouteTypePeer |
.1.3.6.1.2.1.116.1.2.1.6 |
This object identifies whether this entry is
associated with a 'local' or 'remote' LS peer.
|
tripSupportedCommunityId |
.1.3.6.1.2.1.116.1.3.1.1 |
The identifier of the supported Community.
|
tripSupportedCommunityItad |
.1.3.6.1.2.1.116.1.3.1.2 |
The ITAD of the community.
|
tripSupportedCommunityStorage |
.1.3.6.1.2.1.116.1.3.1.3 |
The storage type for this conceptual row. Conceptual
rows having the value 'permanent' need not allow write-
access to any columnar objects in the row. It is not a
requirement that this storage be non volatile.
|
tripSupportedCommunityRowStatus |
.1.3.6.1.2.1.116.1.3.1.4 |
The row status of the entry. This object is REQUIRED
to create or delete rows by a manager. A value for
tripSupportedCommunityItad MUST be set for row creation
to be successful. If the instance already exists for a
particular applIndex, the row create operation will
fail.
The value of this object has no effect on whether
other objects in this conceptual row can be modified.
|
tripPeerRemoteAddrInetType |
.1.3.6.1.2.1.116.1.4.1.1 |
The type of Inet Address of the tripPeerRemoteAddr.
|
tripPeerRemoteAddr |
.1.3.6.1.2.1.116.1.4.1.2 |
The IP address of this entry's TRIP peer LS. The type of
this address is determined by the value of the
tripPeerRemoteAddrInetType object.
|
tripPeerRemotePort |
.1.3.6.1.2.1.116.1.4.1.3 |
The remote port for the TCP connection between the
TRIP peers.
|
tripPeerIdentifier |
.1.3.6.1.2.1.116.1.4.1.4 |
TRIP identifier of the peer.
|
tripPeerState |
.1.3.6.1.2.1.116.1.4.1.5 |
TRIP Peer Finite State Machine state.
idle(1) : The initial state. Local LS refuses all
incoming connections. No application
resources are allocated to processing
information about the remote peer.
connect(2) : Local LS waiting for a transport
protocol connection to be completed to
the peer, and is listening for inbound
transport connections from the peer.
active(3) : Local LS is listening for an inbound
connection from the peer, but is not in
the process of initiating a connection
to the remote peer.
openSent(4) : Local LS has sent an OPEN message to its
peer and is waiting for an OPEN message
from the remote peer.
openConfirm(5): Local LS has sent an OPEN message to the
remote peer, received an OPEN message from
the remote peer, and sent a KEEPALIVE
message in response to the OPEN. The local
LS is now waiting for a KEEPALIVE message
or a NOTIFICATION message in response to
its OPEN message.
established(6): LS can exchange UPDATE, NOTIFICATION, and
KEEPALIVE messages with its peer.
|
tripPeerAdminStatus |
.1.3.6.1.2.1.116.1.4.1.6 |
This object is used to affect the TRIP connection
state.
up(1) : Allow a connection with the peer LS.
down(2) : disconnect the connection from the peer LS and
do not allow any further connections to this
peer.
If this value is set to down(2) then tripPeerState will
have the value of idle(1).
|
tripPeerNegotiatedVersion |
.1.3.6.1.2.1.116.1.4.1.7 |
The negotiated version of TRIP running between this
local entity and this peer.
|
tripPeerSendReceiveMode |
.1.3.6.1.2.1.116.1.4.1.8 |
The operational mode of this peer.
|
tripPeerRemoteItad |
.1.3.6.1.2.1.116.1.4.1.9 |
The Internet Telephony Administrative domain of
this peer.
|
tripPeerConnectRetryInterval |
.1.3.6.1.2.1.116.1.4.1.10 |
Specifies the initial amount of time that will elapse
between connection retry. This value SHOULD double
after each attempt up to the value of
tripPeerMaxRetryInterval. This value MUST always be less
than or equal to the value of tripPeerMaxRetryInterval.
Attempts to set this value higher than the max retry
will not be allowed.
|
tripPeerMaxRetryInterval |
.1.3.6.1.2.1.116.1.4.1.11 |
Specifies the maximum amount of time that will elapse
between connection retries. Once the value of
tripPeerConnectRetryInterval has reached this value, no
more retries will be attempted. Attempts to set this
value lower than the retry interval SHOULD not be
allowed.
|
tripPeerHoldTime |
.1.3.6.1.2.1.116.1.4.1.12 |
The time interval in seconds for the hold timer that
is established with the peer. The value of this object
is the smaller of the values in
tripPeerHoldTimeConfigured and the hold time received
in the open message.
|
tripPeerKeepAlive |
.1.3.6.1.2.1.116.1.4.1.13 |
Specifies the amount of time that MUST elapse between
keep alive messages. This value is negotiated with the
remote when a connection is established.
|
tripPeerHoldTimeConfigured |
.1.3.6.1.2.1.116.1.4.1.14 |
Specifies the maximum time that MAY elapse between the
receipt of successive keepalive or update message. A value
of 0 means that keepalive or update messages will not be
sent.
|
tripPeerKeepAliveConfigured |
.1.3.6.1.2.1.116.1.4.1.15 |
Specifies the amount of time that MUST elapse between
keep alive messages.
|
tripPeerMaxPurgeTime |
.1.3.6.1.2.1.116.1.4.1.16 |
Indicates the interval that the LS MUST maintain routes
marked as withdrawn in its database.
|
tripPeerDisableTime |
.1.3.6.1.2.1.116.1.4.1.17 |
Indicate the interval that the TRIP module of the remote
peer LS MUST be disabled while routes originated by the
local LS with high sequence numbers can be removed.
|
tripPeerLearned |
.1.3.6.1.2.1.116.1.4.1.18 |
Indicates whether this entry was learned or
configured.
|
tripPeerStorage |
.1.3.6.1.2.1.116.1.4.1.19 |
The storage type for this conceptual row. Conceptual
rows having the value 'permanent' need not allow write-
access to any columnar objects in the row. It is not a
requirement that this storage be non volatile.
|
tripPeerRowStatus |
.1.3.6.1.2.1.116.1.4.1.20 |
The row status of the entry. This object is REQUIRED to
create or delete rows remotely by a manager. If the
instance already exists for a particular applIndex, the
row create operation will fail.
The value of this object has no effect on whether
other objects in this conceptual row can be modified.
Entries in this table can be learned by the TRIP
application, or provisioned through this table.
|
tripPeerInUpdates |
.1.3.6.1.2.1.116.1.5.1.1 |
The number of TRIP update messages received from this
remote peer since the last restart of this location
server.
|
tripPeerOutUpdates |
.1.3.6.1.2.1.116.1.5.1.2 |
The number of TRIP update messages sent to this remote
peer since the last restart of this LS.
|
tripPeerInTotalMessages |
.1.3.6.1.2.1.116.1.5.1.3 |
The total number of TRIP messages received from the
remote peer on this connection since the last restart
of this LS.
|
tripPeerOutTotalMessages |
.1.3.6.1.2.1.116.1.5.1.4 |
The total number of outgoing TRIP messages sent to the
remote peer since the last restart of this LS.
|
tripPeerFsmEstablishedTransitions |
.1.3.6.1.2.1.116.1.5.1.5 |
The number of times the remote peer has transitioned
into the established state since the last restart of this
LS.
|
tripPeerFsmEstablishedTime |
.1.3.6.1.2.1.116.1.5.1.6 |
Indicates the time and date that this remote peer entered
the 'established' state.
|
tripPeerInUpdateElapsedTime |
.1.3.6.1.2.1.116.1.5.1.7 |
Elapsed time in hundredths of seconds since the last
TRIP update message was received from this remote peer.
|
tripPeerStateChangeTime |
.1.3.6.1.2.1.116.1.5.1.8 |
The value of sysUpTime when the last state change of
tripPeerState took place.
|
tripRouteAppProtocol |
.1.3.6.1.2.1.116.1.6.1.1 |
The protocol for which this entry of the routing table
is maintained.
|
tripRouteAddressFamily |
.1.3.6.1.2.1.116.1.6.1.2 |
Specifies the type of address for the destination
route.
|
tripRouteAddress |
.1.3.6.1.2.1.116.1.6.1.3 |
This is the address (prefix) of the family type given
by Address Family of the destination. It is the prefix
of addresses reachable from this gateway via the next
hop server. The SIZE value of 105 has been assigned due
to the sub identifier of object types length limitation
as defined in SMIv2.
|
tripRoutePeer |
.1.3.6.1.2.1.116.1.6.1.4 |
The identifier of the peer where the route information
was learned.
|
tripRouteTRIBMask |
.1.3.6.1.2.1.116.1.6.1.5 |
Indicates which Telephony Routing Information Base (TRIB)
this entry belongs to. This is
a bit-map of possible types. If the bit has a value of
1, then the entry is a member of the corresponding TRIB
type. If the bit has a value of 0 then the entry is not
a member of the TRIP type. The various bit positions
are:
0 adjTribIns The entry is of type adj-TRIBs-ins,
stores routing information that has
been learned from inbound UPDATE
messages.
1 extTrib The entry is of type ext-TRIB, the
best route for a given destination.
2 locTrib The entry is of type loc-TRIB contains
the local TRIP routing information
that the LS has selected.
3 adjTribOut The entry is of type adj-TRIBs-out,
stores the information that the local
LS has selected for advertisement to
its external peers.
|
tripRouteAddressSequenceNumber |
.1.3.6.1.2.1.116.1.6.1.6 |
Indicates the version of the destination route
originated by the LS identified by
tripRouteAddressOriginatorId intra-domain attribute.
|
tripRouteAddressOriginatorId |
.1.3.6.1.2.1.116.1.6.1.7 |
This is an intra-domain attribute indicating the
internal LS that originated the route into the ITAD.
|
tripRouteNextHopServerIAddrType |
.1.3.6.1.2.1.116.1.6.1.8 |
The type of Inet Address of the tripRouteNextHopServer.
|
tripRouteNextHopServer |
.1.3.6.1.2.1.116.1.6.1.9 |
Indicates the next hop that messages of a given protocol
destined for tripRouteAddress SHOULD be sent to. The type
of this address is determined by the value of the
tripRouteNextHopServerIAddrType object.
|
tripRouteNextHopServerPort |
.1.3.6.1.2.1.116.1.6.1.10 |
The port of the next hop server that this route
will use.
|
tripRouteNextHopServerItad |
.1.3.6.1.2.1.116.1.6.1.11 |
Indicates the domain of the next hop.
|
tripRouteMultiExitDisc |
.1.3.6.1.2.1.116.1.6.1.12 |
The Multiple Exit Discriminator allows an LS to
discriminate between, and indicate preference for,
otherwise similar routes to a neighbouring domain.
A higher value represents a more preferred routing
object.
|
tripRouteLocalPref |
.1.3.6.1.2.1.116.1.6.1.13 |
Indicated the local LS's degree of preference for an
advertised route destination.
|
tripRouteAdvertisementPath |
.1.3.6.1.2.1.116.1.6.1.14 |
Identifies the sequence of domains through which this
advertisement has passed.
This object is probably best represented as sequence of
TripItads. For SMI compatibility, though, it is
represented as an OCTET STRING. This object is a sequence
of ITADs where each set of 4 octets corresponds to a TRIP
ITAD in network byte order.
|
tripRouteRoutedPath |
.1.3.6.1.2.1.116.1.6.1.15 |
Identifies the ITADs through which messages sent using
this route would pass. These are a subset of
tripRouteAdvertisementPath.
This object is probably best represented as sequence of
TripItads. For SMI compatibility, though, it is
represented as OCTET STRING. This object is a sequence
of ITADs where each set of 4 octets corresponds to a TRIP
ITAD in network byte order.
|
tripRouteAtomicAggregate |
.1.3.6.1.2.1.116.1.6.1.16 |
Indicates that a route MAY traverse domains not listed
in tripRouteRoutedPath. If an LS selects the less
specific route from a set of overlapping routes, then
this value returns TRUE.
|
tripRouteUnknown |
.1.3.6.1.2.1.116.1.6.1.17 |
This object contains one or more attributes that were not
understood, and because they were transitive, were dropped
during aggregation. They take the format of a triple
<attribute type, attribute length, attribute value>, of
variable length. If no attributes were dropped, this
returns an OCTET STRING of size 0.
|
tripRouteWithdrawn |
.1.3.6.1.2.1.116.1.6.1.18 |
Indicates if this route is to be removed from service
by the receiving LS.
|
tripRouteConverted |
.1.3.6.1.2.1.116.1.6.1.19 |
Indicates if this route has been converted to a
different application protocol than it had originally.
|
tripRouteReceivedTime |
.1.3.6.1.2.1.116.1.6.1.20 |
The value of sysUpTime when this route was received.
|
tripRouteCommunityId |
.1.3.6.1.2.1.116.1.7.1.1 |
The community identifier.
|
tripRouteCommunityItad |
.1.3.6.1.2.1.116.1.7.1.2 |
The ITAD associated with this community.
|
tripItadTopologyOrigId |
.1.3.6.1.2.1.116.1.8.1.1 |
Indicates the internal LS that originated the ITAD
topology information into the ITAD.
|
tripItadTopologySeqNum |
.1.3.6.1.2.1.116.1.8.1.2 |
Indicates the version of the ITAD topology originated
by the LS identified by tripItadTopologyOrigId.
|
tripItadTopologyId |
.1.3.6.1.2.1.116.1.9.1.1 |
The index into this entry. Indicates the other location
servers within the ITAD domain that this LS identified
by tripItadTopologyOrigId is currently peering.
|