TRIP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: TRIP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tripMIB 1.3.6.1.2.1.116
The MIB module describing Telephony Routing over IP (TRIP). TRIP is a policy driven inter-administrative domain protocol for advertising the reachability of telephony destinations between location servers (LS), and for advertising attributes of the routes to those destinations. Copyright (C) The Internet Society (2004). This version of this MIB module is part of RFC 3872, see the RFC itself for full legal notices.
         tripMIBNotifications 1.3.6.1.2.1.116.0
             tripConnectionEstablished 1.3.6.1.2.1.116.0.1
The TRIP Connection Established event is generated when the TRIP finite state machine enters the ESTABLISHED state.
             tripConnectionDropped 1.3.6.1.2.1.116.0.2
The TRIP Connection Dropped event is generated when the TRIP finite state machine leaves the ESTABLISHED state.
             tripFSM 1.3.6.1.2.1.116.0.3
The trip FSM Event is generated when any error is detected by the TRIP Finite State Machine.
             tripOpenMessageError 1.3.6.1.2.1.116.0.4
Errors detected while processing the OPEN message.
             tripUpdateMessageError 1.3.6.1.2.1.116.0.5
Errors detected while processing the UPDATE message.
             tripHoldTimerExpired 1.3.6.1.2.1.116.0.6
The system does not receive successive messages within the period specified by the negotiated Hold Time.
             tripConnectionCollision 1.3.6.1.2.1.116.0.7
A pair of LSs tried to simultaneously to establish a transport connection to each other.
             tripCease 1.3.6.1.2.1.116.0.8
A TRIP peer MAY choose at any given time to close its TRIP connection by sending this notification message. However, the Cease notification message MUST NOT be used when a fatal error occurs.
             tripNotificationErr 1.3.6.1.2.1.116.0.9
Generated if there is an error detected in a TRIP notification message sent with another cause. Note that the TRIP notification referred to in this object is not an SNMP notification, it is a specific message described in the TRIP specification.
         tripMIBObjects 1.3.6.1.2.1.116.1
             tripCfgTable 1.3.6.1.2.1.116.1.1 no-access
This table contains the common configuration objects applicable to all TRIP applications referenced by the applIndex. Each row represents those objects for a particular TRIP LS present in this system. The instances of TRIP LS's are uniquely identified by the applIndex. The objects in this table SHOULD be nonVolatile and survive a reboot.
                 tripCfgEntry 1.3.6.1.2.1.116.1.1.1 no-access
A row of common configuration.
                     tripCfgProtocolVersion 1.3.6.1.2.1.116.1.1.1.1 tripprotocolversion read-only
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 tripitad read-write
The Internet Telephony Administrative domain (ITAD) of this LS.
                     tripCfgIdentifier 1.3.6.1.2.1.116.1.1.1.3 tripid read-only
The object that identifies this TRIP Client.
                     tripCfgAdminStatus 1.3.6.1.2.1.116.1.1.1.4 integer read-write
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). Enumeration: 'down': 2, 'up': 1.
                     tripCfgOperStatus 1.3.6.1.2.1.116.1.1.1.5 integer read-only
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. Enumeration: 'down': 2, 'unknown': 0, 'faulty': 3, 'up': 1.
                     tripCfgAddrIAddrType 1.3.6.1.2.1.116.1.1.1.6 inetaddresstype read-only
The type of Inet Address of the tripAddr.
                     tripCfgAddr 1.3.6.1.2.1.116.1.1.1.7 inetaddress read-only
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 inetportnumber read-write
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 unsigned32 read-write
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 unsigned32 read-write
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 unsigned32 read-write
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 unsigned32 read-write
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 tripsendreceivemode read-only
The operational mode of the TRIP entity running on this system.
                     tripCfgStorage 1.3.6.1.2.1.116.1.1.1.14 storagetype read-write
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.
             tripRouteTypeTable 1.3.6.1.2.1.116.1.2 no-access
The TRIP peer Route Type table contains one entry per supported protocol - address family pair. The objects in this table are volatile and are refreshed after a reboot.
                 tripRouteTypeEntry 1.3.6.1.2.1.116.1.2.1 no-access
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.
                     tripRouteTypeAddrInetType 1.3.6.1.2.1.116.1.2.1.1 inetaddresstype no-access
The type of Inet Address of the tripRouteTypeAddr.
                     tripRouteTypeAddr 1.3.6.1.2.1.116.1.2.1.2 inetaddress no-access
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 inetportnumber no-access
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 tripappprotocol no-access
The object identifier of a protocol that the associated peer is using.
                     tripRouteTypeAddrFamilyId 1.3.6.1.2.1.116.1.2.1.5 tripaddressfamily no-access
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 integer read-only
This object identifies whether this entry is associated with a 'local' or 'remote' LS peer. Enumeration: 'remote': 2, 'local': 1.
             tripSupportedCommunityTable 1.3.6.1.2.1.116.1.3 no-access
The list of TRIP communities that this LS supports. A TRIP community is a group of destinations that share common properties. The TRIP Supported Communities entry is used to group destinations so that the routing decision can be based on the identity of the group.
                 tripSupportedCommunityEntry 1.3.6.1.2.1.116.1.3.1 no-access
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.
                     tripSupportedCommunityId 1.3.6.1.2.1.116.1.3.1.1 tripcommunityid no-access
The identifier of the supported Community.
                     tripSupportedCommunityItad 1.3.6.1.2.1.116.1.3.1.2 tripitad read-only
The ITAD of the community.
                     tripSupportedCommunityStorage 1.3.6.1.2.1.116.1.3.1.3 storagetype read-only
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 rowstatus read-only
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.
             tripPeerTable 1.3.6.1.2.1.116.1.4 no-access
The TRIP peer table. This table contains one entry per TRIP peer, and information about the connection with the peer.
                 tripPeerEntry 1.3.6.1.2.1.116.1.4.1 no-access
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.
                     tripPeerRemoteAddrInetType 1.3.6.1.2.1.116.1.4.1.1 inetaddresstype no-access
The type of Inet Address of the tripPeerRemoteAddr.
                     tripPeerRemoteAddr 1.3.6.1.2.1.116.1.4.1.2 inetaddress no-access
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 inetportnumber no-access
The remote port for the TCP connection between the TRIP peers.
                     tripPeerIdentifier 1.3.6.1.2.1.116.1.4.1.4 tripid read-only
TRIP identifier of the peer.
                     tripPeerState 1.3.6.1.2.1.116.1.4.1.5 integer read-only
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. Enumeration: 'established': 6, 'openConfirm': 5, 'openSent': 4, 'idle': 1, 'connect': 2, 'active': 3.
                     tripPeerAdminStatus 1.3.6.1.2.1.116.1.4.1.6 integer read-only
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). Enumeration: 'down': 2, 'up': 1.
                     tripPeerNegotiatedVersion 1.3.6.1.2.1.116.1.4.1.7 tripprotocolversion read-only
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 tripsendreceivemode read-only
The operational mode of this peer.
                     tripPeerRemoteItad 1.3.6.1.2.1.116.1.4.1.9 tripitad read-only
The Internet Telephony Administrative domain of this peer.
                     tripPeerConnectRetryInterval 1.3.6.1.2.1.116.1.4.1.10 unsigned32 read-only
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 unsigned32 read-only
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 unsigned32 read-only
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 unsigned32 read-only
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 unsigned32 read-only
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 unsigned32 read-only
Specifies the amount of time that MUST elapse between keep alive messages.
                     tripPeerMaxPurgeTime 1.3.6.1.2.1.116.1.4.1.16 unsigned32 read-only
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 unsigned32 read-only
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 truthvalue read-only
Indicates whether this entry was learned or configured.
                     tripPeerStorage 1.3.6.1.2.1.116.1.4.1.19 storagetype read-only
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 rowstatus read-only
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.
             tripPeerStatisticsTable 1.3.6.1.2.1.116.1.5 no-access
The TRIP peer stats table. This table contains one entry per remote TRIP peer, and statistics related to the connection with the remote peer. The objects in this table are volatile.
                 tripPeerStatisticsEntry 1.3.6.1.2.1.116.1.5.1 no-access
Entry containing information about the connection with a TRIP peer.
                     tripPeerInUpdates 1.3.6.1.2.1.116.1.5.1.1 counter32 read-only
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 counter32 read-only
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 counter32 read-only
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 counter32 read-only
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 counter32 read-only
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 dateandtime read-only
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 timeinterval read-only
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 timestamp read-only
The value of sysUpTime when the last state change of tripPeerState took place.
             tripRouteTable 1.3.6.1.2.1.116.1.6 no-access
The TRIP route table containing information about reachable routes that are to be added to service by the receiving LS. The objects in this table are volatile and are refreshed when this LS rediscovers its route table.
                 tripRouteEntry 1.3.6.1.2.1.116.1.6.1 no-access
Information about a route to a called destination.
                     tripRouteAppProtocol 1.3.6.1.2.1.116.1.6.1.1 tripappprotocol no-access
The protocol for which this entry of the routing table is maintained.
                     tripRouteAddressFamily 1.3.6.1.2.1.116.1.6.1.2 tripaddressfamily no-access
Specifies the type of address for the destination route.
                     tripRouteAddress 1.3.6.1.2.1.116.1.6.1.3 octet string no-access
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 tripid no-access
The identifier of the peer where the route information was learned.
                     tripRouteTRIBMask 1.3.6.1.2.1.116.1.6.1.5 bits read-only
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. Bits: 'extTrib': 1, 'adjTribIns': 0, 'locTrib': 2, 'adjTribOut': 3.
                     tripRouteAddressSequenceNumber 1.3.6.1.2.1.116.1.6.1.6 unsigned32 read-only
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 tripid read-only
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 inetaddresstype read-only
The type of Inet Address of the tripRouteNextHopServer.
                     tripRouteNextHopServer 1.3.6.1.2.1.116.1.6.1.9 inetaddress read-only
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 inetportnumber read-only
The port of the next hop server that this route will use.
                     tripRouteNextHopServerItad 1.3.6.1.2.1.116.1.6.1.11 tripitad read-only
Indicates the domain of the next hop.
                     tripRouteMultiExitDisc 1.3.6.1.2.1.116.1.6.1.12 unsigned32 read-only
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 unsigned32 read-only
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 octet string read-only
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 octet string read-only
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 truthvalue read-only
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 octet string read-only
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 , 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 truthvalue read-only
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 truthvalue read-only
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 timestamp read-only
The value of sysUpTime when this route was received.
             tripRouteCommunityTable 1.3.6.1.2.1.116.1.7 no-access
A table containing a list of TRIP communities associated with a route. Each instance of tripRouteTypeEntry that has the tripRouteTypePeer object set to remote(2) has an instance in the tripRouteTable as a parent. The objects in this table are volatile and are refreshed after a reboot.
                 tripRouteCommunityEntry 1.3.6.1.2.1.116.1.7.1 no-access
Information about communities associated with a route. An entry with a tripRouteAddress of 00 and a tripRoutePeer of 0 refers to the local LS.
                     tripRouteCommunityId 1.3.6.1.2.1.116.1.7.1.1 tripcommunityid no-access
The community identifier.
                     tripRouteCommunityItad 1.3.6.1.2.1.116.1.7.1.2 tripitad read-only
The ITAD associated with this community.
             tripItadTopologyTable 1.3.6.1.2.1.116.1.8 no-access
The sequence of link connections between peers within an ITAD. The objects in this table are volatile and are refreshed after a reboot.
                 tripItadTopologyEntry 1.3.6.1.2.1.116.1.8.1 no-access
Information about a peer of the LS identified by tripItadTopologyOrigId.
                     tripItadTopologyOrigId 1.3.6.1.2.1.116.1.8.1.1 tripid no-access
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 unsigned32 read-only
Indicates the version of the ITAD topology originated by the LS identified by tripItadTopologyOrigId.
             tripItadTopologyIdTable 1.3.6.1.2.1.116.1.9 no-access
The list of other LS's within the ITAD domain that the LS identified by tripItadTopologyOrigId is currently peering. Each instance of tripItadTopologyIdEntry has an instance in the tripItadTopologyTable as a parent. The objects in this table are volatile and are refreshed after a reboot.
                 tripItadTopologyIdEntry 1.3.6.1.2.1.116.1.9.1 no-access
Information about a peer to the LS identified by tripItadTopologyOrigId.
                     tripItadTopologyId 1.3.6.1.2.1.116.1.9.1.1 tripid read-only
The index into this entry. Indicates the other location servers within the ITAD domain that this LS identified by tripItadTopologyOrigId is currently peering.
         tripMIBConformance 1.3.6.1.2.1.116.2
             tripMIBCompliances 1.3.6.1.2.1.116.2.1
                 tripMIBFullCompliance 1.3.6.1.2.1.116.2.1.1
The compliance statement for TRIP entities that implement this MIB module in read-write mode, such that it can be used for both monitoring and configuring the TRIP entity. There is one INDEX object that cannot be represented in the form of OBJECT clauses in SMIv2, but for which there is a compliance requirement, expressed in OBJECT clause form in this description: -- OBJECT tripRouteTypeAddrInetType -- SYNTAX InetAddressType (ipv4(1), ipv6(2), -- ipv4z(3), ipv6z(4)) -- DESCRIPTION -- This MIB requires support for global and -- non-global ipv4 and ipv6 addresses. -- -- OBJECT tripRouteTypeAddr -- SYNTAX InetAddress (SIZE (4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for global and -- non-global IPv4 and IPv6 addresses. --
                 tripMIBReadOnlyCompliance 1.3.6.1.2.1.116.2.1.2
The compliance statement for TRIP entities that implement this MIB module in read only mode. Such TRIP entities can then only be monitored, but not be configured via this MIB module. In read-only mode, the manager will not be able to add, remove or modify rows to any table, however the TRIP application may modify, remove or add rows to a table. There is one INDEX object that cannot be represented in the form of OBJECT clauses in SMIv2, but for which there is a compliance requirement, expressed in OBJECT clause form in this description: -- OBJECT tripRouteTypeAddrInetType -- SYNTAX InetAddressType (ipv4(1), ipv6(2), -- ipv4z(3), ipv6z(4)) -- DESCRIPTION -- This MIB requires support for global and -- non-global ipv4 and ipv6 addresses. -- -- OBJECT tripRouteTypeAddr -- SYNTAX InetAddress (SIZE (4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for global and -- non-global IPv4 and IPv6 addresses. --
             tripMIBGroups 1.3.6.1.2.1.116.2.2
                 tripConfigGroup 1.3.6.1.2.1.116.2.2.1
The global objects for configuring trip.
                 tripPeerTableConfigGroup 1.3.6.1.2.1.116.2.2.2
The global objects for configuring the TRIP peer table.
                 tripPeerTableStatsGroup 1.3.6.1.2.1.116.2.2.3
The global statistics the TRIP peer table.
                 tripRouteGroup 1.3.6.1.2.1.116.2.2.4
The global objects for configuring route attribute.
                 tripItadTopologyGroup 1.3.6.1.2.1.116.2.2.5
The objects that define the TRIP ITAD topology.
                 tripNotificationGroup 1.3.6.1.2.1.116.2.2.6
A collection of notifications defined for TRIP.
                 tripNotifObjectGroup 1.3.6.1.2.1.116.2.2.7
The collection of objects that specify information for TRIP notifications.
         tripMIBNotifObjects 1.3.6.1.2.1.116.3
             tripNotifApplIndex 1.3.6.1.2.1.116.3.1 integer32 no-access
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 inetaddresstype no-access
The type of Inet Address of the tripNotifPeerAddr.
             tripNotifPeerAddr 1.3.6.1.2.1.116.3.3 inetaddress no-access
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 integer no-access
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. Enumeration: 'holdTimerExpired': 4, 'cease': 6, 'updateMessage': 3, 'messageHeader': 1, 'tripNotification': 7, 'finiteStateMachine': 5, 'openMessage': 2.
             tripNotifPeerErrSubcode 1.3.6.1.2.1.116.3.5 unsigned32 no-access
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.