-- extracted from draft-zinman-trip-mib-00.txt -- at Tue Dec 5 10:05:25 2000 TRIP-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Unsigned32, Integer32, Gauge32, IpAddress, Counter32, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION, DisplayString, Walker/Zinman 3 Internet-Draft TRIP-MIB November, 2000 DateAndTime, TruthValue, RowStatus FROM SNMPv2-TC OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF applIndex FROM NETWORK-SERVICES-MIB; tripMIB MODULE-IDENTITY LAST-UPDATED "200010200000Z" ORGANIZATION "IETF TRIP Working Group" CONTACT-INFO "Co-editor Dave Walker SS8 Networks, Inc. postal: 80 Hines Road Ottawa, ON K2K 2T8 Canada email: drwalker@ss8networks.com phone: +1 613 592 2100 Co-editor David Zinman SS8 Networks, Inc. postal: 80 Hines Road Ottawa, ON K2K 2T8 Canada email: david@ss8networks.com phone: +1 613 592 2100" DESCRIPTION "The MIB module describing Telephony Routing Information Protocol (TRIP)" REVISION "200008240000Z" DESCRIPTION "The initial revision of this MIB module was published as RFC xxx." ::= { mib-2 9996 } -- Temporary, until assigned -- -- Textual Conventions -- TripItad ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The values for identifying the IP Telephony Administrative Domain." SYNTAX Integer32 (1..65534) TripId ::= TEXTUAL-CONVENTION STATUS current Walker/Zinman 4 Internet-Draft TRIP-MIB November, 2000 DESCRIPTION "The range of legal values for a TRIP Identifier." SYNTAX Integer32 (1..65534) trip OBJECT IDENTIFIER ::= { tripMIB 1 } tripConformance OBJECT IDENTIFIER ::= { tripMIB 2 } tripGroups OBJECT IDENTIFIER ::= { tripConformance 1 } tripCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF TripCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the common configuration objects applicable to all TRIP entities. Each row represents those objects for a particular TRIP entity present in this system. The instances of TRIP entities are uniquely identified by applIndex." ::= { trip 1 } tripCfgEntry OBJECT-TYPE SYNTAX TripCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A row of common configuration." INDEX { applIndex } ::= { tripCfgTable 1 } TripCfgEntry ::= SEQUENCE { tripProtocolVersion Integer32, tripLocalItad TripItad, tripIdentifier IpAddress, tripAdminStatus INTEGER, tripLocalAddr IpAddress, tripLocalPort Integer32, tripHoldTimeConfigured Integer32, tripKeepAliveConfigured Integer32, tripMinItadOriginationInterval Integer32, tripMinRouteAdvertisementInterval Integer32, tripMaxPurgeTime Integer32, tripDisableTime Integer32 } tripProtocolVersion OBJECT-TYPE SYNTAX Integer32 (1..255) MAX-ACCESS read-only STATUS current DESCRIPTION "This object will reflect the version of TRIP supported by this system. It follows the same Walker/Zinman 5 Internet-Draft TRIP-MIB November, 2000 format as TRIP version information contained in the TRIP messages generated by this TRIP entity as dictated by draft-ietf-iptel-trip-03.txt." ::= { tripCfgEntry 1 } tripLocalItad OBJECT-TYPE SYNTAX TripItad MAX-ACCESS read-only STATUS current DESCRIPTION "The Local IP Telephony Administrative domain." ::= { tripCfgEntry 2 } tripIdentifier OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The object that identifies this TRIP Client. This object is the default for the tripPeerIdentifier value." ::= { tripCfgEntry 3 } tripAdminStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The desired TRIP state." ::= { tripCfgEntry 4 } tripLocalAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The IP address of this entry's TRIP peer connection." ::= { tripCfgEntry 5 } tripLocalPort OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The local port that this entry's TRIP peer is using." ::= { tripCfgEntry 7 } tripHoldTimeConfigured OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-write Walker/Zinman 6 Internet-Draft TRIP-MIB November, 2000 STATUS current DESCRIPTION "Specifies the maximum number of seconds that may elapse between the receipt of successive keepalive or update message by the sender." DEFVAL { 90 } ::= { tripCfgEntry 8 } tripKeepAliveConfigured OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies the amount of time that must elapse between keep alive messages." DEFVAL { 30 } ::= { tripCfgEntry 9 } tripMinItadOriginationInterval OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Amount of time that must elapse between advertisement of update message that report changes within the Location Server's own ITAD." DEFVAL { 15 } ::= { tripCfgEntry 10 } tripMinRouteAdvertisementInterval OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies minimal interval between successive advertisement to a particular destination from an LS." DEFVAL { 30 } ::= { tripCfgEntry 11 } tripMaxPurgeTime OBJECT-TYPE SYNTAX Integer32 (1..65535) UNITS "Seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Indicate the interval that the location server must maintain routes marked as withdrawn in its database." ::= { tripCfgEntry 12 } tripDisableTime OBJECT-TYPE Walker/Zinman 7 Internet-Draft TRIP-MIB November, 2000 SYNTAX Integer32 (1..65535) UNITS "Seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Indicate the interval that the TRIP module of the location server must be disabled while routes originated by this location server with high sequence numbers can be removed." ::= { tripCfgEntry 13 } -- -- TripPeerTable -- tripPeerTable OBJECT-TYPE SYNTAX SEQUENCE OF TripPeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The TRIP peer table. This table contains one entry per TRIP peer, and information about the connection with the peer." ::= { trip 2 } tripPeerEntry OBJECT-TYPE SYNTAX TripPeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry containing information about the connection with a TRIP peer." INDEX { applIndex, tripPeerRemoteAddr } ::= {tripPeerTable 1} TripPeerEntry ::= SEQUENCE { tripPeerRemoteAddr IpAddress, tripPeerIdentifier TripId, tripPeerState INTEGER, tripPeerAdminStatus INTEGER, tripPeerNegotiatedVersion Integer32, tripPeerOpMode INTEGER, tripPeerSupportedProtocol INTEGER, tripPeerAddressFamily INTEGER, tripPeerRemotePort Integer32, tripPeerRemoteItad TripItad, tripPeerConnectRetryInterval Integer32, tripPeerMaxRetryInterval Integer32, tripPeerHoldTime Integer32, tripPeerKeepAlive Integer32, tripPeerHoldTimeConfigured Integer32, tripPeerKeepAliveConfigured Integer32, tripPeerMinItadOriginationInterval Integer32, Walker/Zinman 8 Internet-Draft TRIP-MIB November, 2000 tripPeerMinRouteAdvertisementInterval Integer32, tripPeerMaxPurgeTime Integer32, tripPeerDisableTime Integer32, tripPeerRowStatus RowStatus } tripPeerRemoteAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The remote IP address of this entry's TRIP peer." ::= { tripPeerEntry 1 } tripPeerIdentifier OBJECT-TYPE SYNTAX TripId MAX-ACCESS read-only STATUS current DESCRIPTION "TRIP identifier of this entry's TRIP peer. The default is the value of the identifier of the remote." ::= { tripPeerEntry 2 } tripPeerState OBJECT-TYPE SYNTAX INTEGER { idle(1), connect(2), active(3), openSent(4), openConfirm(5), established(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "TRIP Peer Finite State Machine state." ::= { tripPeerEntry 3 } tripPeerAdminStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The desired TRIP connection state." ::= { tripPeerEntry 4 } tripPeerNegotiatedVersion OBJECT-TYPE SYNTAX Integer32 (1..255) MAX-ACCESS read-only STATUS current Walker/Zinman 9 Internet-Draft TRIP-MIB November, 2000 DESCRIPTION "The negotiated version of TRIP running between this local entity and this peer." ::= { tripPeerEntry 5 } tripPeerOpMode OBJECT-TYPE SYNTAX INTEGER { sendOnly(1), receiveOnly(2), sendReceive(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The operational mode of this peer." ::= { tripPeerEntry 6 } tripPeerSupportedProtocol OBJECT-TYPE SYNTAX INTEGER { other(1), sip(2), h323(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The protocol that this peer is using." ::= { tripPeerEntry 7 } tripPeerAddressFamily OBJECT-TYPE SYNTAX INTEGER { other(1), pots(2), routed(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The address family that this peer belongs." ::= { tripPeerEntry 8 } tripPeerRemotePort OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The remote ports for the TCP connection between the TRIP peers." ::= { tripPeerEntry 9 } tripPeerRemoteItad OBJECT-TYPE SYNTAX TripItad MAX-ACCESS read-only Walker/Zinman 10 Internet-Draft TRIP-MIB November, 2000 STATUS current DESCRIPTION "The IP Telephony Administrative domain of this peer." ::= { tripPeerEntry 10 } tripPeerConnectRetryInterval OBJECT-TYPE SYNTAX Integer32 (0..2147483647) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "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." DEFVAL { 60 } ::= { tripPeerEntry 11 } tripPeerMaxRetryInterval OBJECT-TYPE SYNTAX Integer32 (0..2147483647) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the maximum amount of time that will elapse between connection retries." DEFVAL { 360 } ::= { tripPeerEntry 12 } tripPeerHoldTime OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { tripPeerEntry 13 } tripPeerKeepAlive OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the amount of time that must elapse between keep alive messages." ::= { tripPeerEntry 14 } Walker/Zinman 11 Internet-Draft TRIP-MIB November, 2000 tripPeerHoldTimeConfigured OBJECT-TYPE SYNTAX Integer32 (0..65535) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the maximum time that may elapse between the receipt of successive keepalive or update message." DEFVAL { 90 } ::= { tripPeerEntry 15 } tripPeerKeepAliveConfigured OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies the amount of time that must elapse between keep alive messages." DEFVAL { 30 } ::= { tripPeerEntry 16 } tripPeerMinItadOriginationInterval OBJECT-TYPE SYNTAX Integer32 (0..2147483647) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Amount of time that must elapse between advertisement of update message that report changes within the Location Server's own ITAD." DEFVAL { 15 } ::= { tripPeerEntry 17 } tripPeerMinRouteAdvertisementInterval OBJECT-TYPE SYNTAX Integer32 (1..2147483647) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies minimal interval between successive advertisement to a particular destination from an LS." DEFVAL { 30 } ::= { tripPeerEntry 18 } tripPeerMaxPurgeTime OBJECT-TYPE SYNTAX Integer32 (1..65535) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Indicate the interval that the location server must maintain routes marked as withdrawn in its database." Walker/Zinman 12 Internet-Draft TRIP-MIB November, 2000 ::= { tripPeerEntry 19 } tripPeerDisableTime OBJECT-TYPE SYNTAX Integer32 (1..65535) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Indicate the interval that the TRIP module of the location server must be disabled while routes originated by this location server with high sequence numbers can be removed." ::= { tripPeerEntry 20 } tripPeerRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create and delete rows in the tripPeerTable." ::= { tripPeerEntry 21 } -- -- TripPeerStatsTable -- tripPeerStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF TripPeerStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The TRIP peer table. This table contains one entry per TRIP peer, and information about the connection with the peer." ::= { trip 3 } tripPeerStatsEntry OBJECT-TYPE SYNTAX TripPeerStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry containing information about the connection with a TRIP peer." AUGMENTS { tripPeerEntry } ::= { tripPeerStatsTable 1 } TripPeerStatsEntry ::= SEQUENCE { tripPeerInUpdates Counter32, tripPeerOutUpdates Counter32, tripPeerInTotalMessages Counter32, tripPeerOutTotalMessages Counter32, tripPeerLastError OCTET STRING, Walker/Zinman 13 Internet-Draft TRIP-MIB November, 2000 tripPeerFsmEstablishedTransitions Counter32, tripPeerFsmEstablishedTime DateAndTime, tripPeerInUpdateElapsedTime Gauge32 } tripPeerInUpdates OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TRIP update messages received from this peer since the last restart of this location server." ::= { tripPeerStatsEntry 1 } tripPeerOutUpdates OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TRIP update messages transmitted to this peer since the last restart of this location server." ::= { tripPeerStatsEntry 2 } tripPeerInTotalMessages OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of TRIP messages received to the remote peer on this connection since the last restart of this location server." ::= { tripPeerStatsEntry 3 } tripPeerOutTotalMessages OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of outgoing TRIP messages sent since the last restart of this location server." ::= { tripPeerStatsEntry 4 } tripPeerLastError OBJECT-TYPE SYNTAX OCTET STRING (SIZE(2)) MAX-ACCESS read-only STATUS current DESCRIPTION "Notification message of TRIP error. The first octet signifies the error code. The second octet signifies the error subcode. Walker/Zinman 14 Internet-Draft TRIP-MIB November, 2000 1 - message-header 2 - open-message 3 - update-message 4 - hold-timer-expired 5 - finite-state-machine 6 - cease The sub error code associated with error code. The meaning of this value is dependent on the value of the first octet. 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. 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." ::= { tripPeerStatsEntry 5 } tripPeerFsmEstablishedTransitions OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the TRIP peer has transitioned into the established state since the last restart of this location server." ::= { tripPeerStatsEntry 6 } tripPeerFsmEstablishedTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates how long in seconds this peer has been in the established state." ::= { tripPeerStatsEntry 7 } tripPeerInUpdateElapsedTime OBJECT-TYPE Walker/Zinman 15 Internet-Draft TRIP-MIB November, 2000 SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Elapsed time in seconds since the last TRIP update message was received from the peer." ::= { tripPeerStatsEntry 8 } -- TRIP Received Route Table. This table contains -- all routes from all sources. Each entry consists -- of a route and its associated path attributes. tripRouteTable OBJECT-TYPE SYNTAX SEQUENCE OF TripRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The TRIP route table containing information about routes to the called destinations received from all TRIP peers." ::= { trip 4 } tripRouteEntry OBJECT-TYPE SYNTAX TripRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information about a route to a called destination." INDEX { applIndex, tripRouteAppProtocol, tripRouteAddress, tripRouteAddressLen, tripRoutePeer } ::= { tripRouteTable 1 } TripRouteEntry ::= SEQUENCE { tripRouteAppProtocol INTEGER, tripRouteAddress OCTET STRING, tripRouteAddressLen Integer32, tripRoutePeer IpAddress, tripRouteAddressFamily INTEGER, tripRouteCommunity OCTET STRING, tripRouteAddressSequenceNumber Integer32, tripRouteAddressOriginatorId TripItad, tripRouteNextHopServer DisplayString, tripRouteNextHopServerPort Integer32, tripRouteNextHopServerItad TripItad, tripRouteMultiExitDisc Unsigned32, tripRouteLocalPref Unsigned32, tripRouteAdvertisementPathSegment OCTET STRING, tripRoutePathSegment OCTET STRING, tripRouteAtomicAggregate TruthValue, Walker/Zinman 16 Internet-Draft TRIP-MIB November, 2000 tripRouteBest TruthValue, tripRouteUnknown OCTET STRING } tripRouteAppProtocol OBJECT-TYPE SYNTAX INTEGER { sip(1), h323q931(2), h323ras(3), h323annexg(4), other(100) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "The protocol for which this routing table is maintained." ::= { tripRouteEntry 1 } tripRouteAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..31)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Destination address in E164 format." ::= { tripRouteEntry 2 } tripRouteAddressLen OBJECT-TYPE SYNTAX Integer32 (1..255) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Length of the destination address." ::= { tripRouteEntry 3 } tripRoutePeer OBJECT-TYPE SYNTAX TripId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The identifier of the peer where the route information was learned." ::= { tripRouteEntry 4 } tripRouteAddressFamily OBJECT-TYPE SYNTAX INTEGER { pots(1), routedNumber(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the type of address for the destination Walker/Zinman 17 Internet-Draft TRIP-MIB November, 2000 route." ::= { tripRouteEntry 5 } tripRouteCommunity OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4)) MAX-ACCESS read-only STATUS current DESCRIPTION "The community that has been bound to this route." ::= { tripRouteEntry 6 } tripRouteAddressSequenceNumber OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the version of the destination route originated by the location server identified by tripRouteAddressOriginatorId intra-domain attribute." ::= { tripRouteEntry 7 } tripRouteAddressOriginatorId OBJECT-TYPE SYNTAX TripItad MAX-ACCESS read-only STATUS current DESCRIPTION "This is an intra-domain attribute indicating the internal location server that originated the route into the ITAD." ::= { tripRouteEntry 8 } tripRouteNextHopServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the next hop that messages of a given protocol destined for tripRouteAddress should be sent to." ::= { tripRouteEntry 9 } tripRouteNextHopServerPort OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The port of the next hop server that this route will use." ::= { tripRouteEntry 10 } tripRouteNextHopServerItad OBJECT-TYPE SYNTAX TripItad Walker/Zinman 18 Internet-Draft TRIP-MIB November, 2000 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the domain of the next hop." ::= { tripRouteEntry 11 } tripRouteMultiExitDisc OBJECT-TYPE SYNTAX Unsigned32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "Used to descriminate between multiple exit points to an adjacent ITAD." ::= { tripRouteEntry 12 } tripRouteLocalPref OBJECT-TYPE SYNTAX Unsigned32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicated the originating TRIP's degree of preference for an advertised route destination." ::= { tripRouteEntry 13 } tripRouteAdvertisementPathSegment OBJECT-TYPE SYNTAX OCTET STRING (SIZE(2..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence of advertisement path segments an update message has passed. This object is probably best represented as SEQUENCE OF INTEGER. For SMI compatibility, though, it is represented as OCTET STRING. Each ITAD is represented as a pair of octets according to the following algorithm: first-byte-of-pair = ItadNumber / 256; second-byte-of-pair = ItadNumber & 255;" ::= { tripRouteEntry 14 } tripRoutePathSegment OBJECT-TYPE SYNTAX OCTET STRING (SIZE(2..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "A sequence of ITAD segment indicating the actual path to the destination. This object is probably best represented as SEQUENCE OF INTEGER. For SMI compatibility, though, it is represented as OCTET STRING. Each ITAD is represented as a pair of octets according to the following algorithm: Walker/Zinman 19 Internet-Draft TRIP-MIB November, 2000 first-byte-of-pair = ItadNumber / 256; second-byte-of-pair = ItadNumber & 255;" ::= { tripRouteEntry 15 } tripRouteAtomicAggregate OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether or not a system has selected a less specific route without selecting a more specfic route." ::= { tripRouteEntry 16 } tripRouteBest OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "An indication of whether this route was chosen as the best TRIP route." ::= { tripRouteEntry 17 } tripRouteUnknown OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "One or more attributes not understood by this location server." ::= { tripRouteEntry 18 } -- -- tripItadTopologyTable -- tripItadTopologyTable OBJECT-TYPE SYNTAX SEQUENCE OF TripItadTopologyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sequence of link connections between peers within an ITAD." ::= { trip 5 } tripItadTopologyEntry OBJECT-TYPE SYNTAX TripItadTopologyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information about a peer of the location server identified by tripOriginatorIdentifier." INDEX { applIndex, tripOriginatorIdentifier } Walker/Zinman 20 Internet-Draft TRIP-MIB November, 2000 ::= { tripItadTopologyTable 1 } TripItadTopologyEntry ::= SEQUENCE { tripOriginatorIdentifier TripItad, tripSequenceNumber Integer32 } tripOriginatorIdentifier OBJECT-TYPE SYNTAX TripItad MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates the internal location server that originated the ITAD topology information into the ITAD." ::= { tripItadTopologyEntry 1 } tripSequenceNumber OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the version of the ITAD topology originated by the location server identified by tripOriginatorIdentifier." ::= { tripItadTopologyEntry 2 } -- -- tripItadTopologyIpTable -- tripItadTopologyIdTable OBJECT-TYPE SYNTAX SEQUENCE OF TripItadTopologyIdEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The list of other location servers within the ITAD domain that the location server identified by tripOriginatorIdentifier is currently peering." ::= { trip 6 } tripItadTopologyIdEntry OBJECT-TYPE SYNTAX TripItadTopologyIdEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information about a peer to the location server identified by tripOriginatorIdentifier." INDEX { applIndex, tripOriginatorIdentifier, tripItadTopologyIdIndex } ::= { tripItadTopologyIdTable 1 } Walker/Zinman 21 Internet-Draft TRIP-MIB November, 2000 TripItadTopologyIdEntry ::= SEQUENCE { tripItadTopologyIdIndex TripId, tripItadTopologyIdIdentifier TripId } tripItadTopologyIdIndex OBJECT-TYPE SYNTAX TripId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index into this entry. This will be the same value as tripItadTopologyIdentifier." ::= { tripItadTopologyIdEntry 1 } tripItadTopologyIdIdentifier OBJECT-TYPE SYNTAX TripId MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the other location servers within the ITAD domain that this location server identified by tripOriginatorIdentifier is currently peering." ::= { tripItadTopologyIdEntry 2 } -- ************* -- Notifications -- ************* tripTraps OBJECT IDENTIFIER ::= { trip 0 } tripEstablished NOTIFICATION-TYPE OBJECTS { tripPeerLastError, tripPeerState } STATUS current DESCRIPTION "The TRIP Established event is generated when the TRIP FSM enters the ESTABLISHED state." ::= { tripTraps 1 } tripBackwardTransition NOTIFICATION-TYPE OBJECTS { tripPeerLastError, tripPeerState } STATUS current DESCRIPTION "The TRIPBackwardTransition Event is generated when the TRIP FSM moves from a higher numbered state to a lower numbered state." ::= { tripTraps 2 } Walker/Zinman 22 Internet-Draft TRIP-MIB November, 2000 -- *********************** -- Object and event groups -- *********************** tripConfigGroup OBJECT-GROUP OBJECTS { tripProtocolVersion, tripLocalItad, tripIdentifier, tripAdminStatus, tripLocalAddr, tripLocalPort, tripHoldTimeConfigured, tripKeepAliveConfigured, tripMinItadOriginationInterval, tripMinRouteAdvertisementInterval, tripMaxPurgeTime, tripDisableTime, tripPeerRowStatus } STATUS current DESCRIPTION "The global objects for configuring trip." ::= { tripGroups 1 } tripPeerTableConfigGroup OBJECT-GROUP OBJECTS { tripPeerIdentifier, tripPeerState, tripPeerAdminStatus, tripPeerNegotiatedVersion, tripPeerOpMode, tripPeerSupportedProtocol, tripPeerAddressFamily, tripPeerRemotePort, tripPeerRemoteItad, tripPeerConnectRetryInterval, tripPeerMaxRetryInterval, tripPeerHoldTime, tripPeerKeepAlive, tripPeerHoldTimeConfigured, tripPeerKeepAliveConfigured, tripPeerMinItadOriginationInterval, tripPeerMinRouteAdvertisementInterval, tripPeerMaxPurgeTime, tripPeerDisableTime } STATUS current DESCRIPTION "The global objects for configuring the trip peer table." ::= { tripGroups 2 } Walker/Zinman 23 Internet-Draft TRIP-MIB November, 2000 tripPeerTableStatsGroup OBJECT-GROUP OBJECTS { tripPeerInUpdates, tripPeerOutUpdates, tripPeerInTotalMessages, tripPeerOutTotalMessages, tripPeerLastError, tripPeerFsmEstablishedTransitions, tripPeerFsmEstablishedTime, tripPeerInUpdateElapsedTime } STATUS current DESCRIPTION "The global statistics the trip peer table." ::= { tripGroups 3 } tripRouteGroup OBJECT-GROUP OBJECTS { tripRouteAddressFamily, tripRouteCommunity, tripRouteAddressSequenceNumber, tripRouteAddressOriginatorId, tripRouteNextHopServer, tripRouteNextHopServerPort, tripRouteNextHopServerItad, tripRouteMultiExitDisc, tripRouteLocalPref, tripRouteAdvertisementPathSegment, tripRoutePathSegment, tripRouteAtomicAggregate, tripRouteBest, tripRouteUnknown } STATUS current DESCRIPTION "The global objects for configuring route attribute." ::= { tripGroups 4 } tripItadTopologyGroup OBJECT-GROUP OBJECTS { tripSequenceNumber, tripItadTopologyIdIdentifier } STATUS current DESCRIPTION "The objects that define the ITAD topology." ::= { tripGroups 5 } tripNotificationGroup NOTIFICATION-GROUP Walker/Zinman 24 Internet-Draft TRIP-MIB November, 2000 NOTIFICATIONS { tripEstablished, tripBackwardTransition } STATUS current DESCRIPTION "A collection of notifications defined for TRIP." ::= { tripGroups 6 } END -- -- Copyright(C) The Internet Society (2000). All Rights Reserved. This -- document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- --