TIARARIP-MIB

File: TIARARIP-MIB.mib (18759 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
TIARA-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 Counter32 RowStatus
TruthValue DisplayString tiaraMgmt

Defined Types

TiaraRipIfConfEntry  
SEQUENCE    
  tiaraRipIfConfIpAddr IpAddress
  tiaraRipIfConfAuthString DisplayString
  tiaraRipIfConfAutoSummaryEnable TruthValue
  tiaraRipIfConfDefaultAnnounceEnable TruthValue
  tiaraRipIfConfEnable TruthValue
  tiaraRipIfConfAnnounceHostEnable TruthValue
  tiaraRipIfConfPassiveEnable TruthValue
  tiaraRipIfConfReceiveVersion INTEGER
  tiaraRipIfConfSendVersion INTEGER
  tiaraRipIfConfSplitHorizonEnable TruthValue
  tiaraRipIfConfStaticAnnounceEnable TruthValue
  tiaraRipIfConfUpdateTimer Integer32
  tiaraRipIfConfHoldDownTimer Integer32
  tiaraRipIfConfFlushTimer Integer32
  tiaraRipIfConfInvTimer Integer32
  tiaraRipIfConfRowStatus RowStatus

TiaraRipStatEntry  
SEQUENCE    
  tiaraRipStatRequestPktsSent Counter32
  tiaraRipStatResponsePktsSent Counter32
  tiaraRipStatPktsReceived Counter32
  tiaraRipStatRequestPktsReceived Counter32
  tiaraRipStatResponsePktsReceived Counter32
  tiaraRipStatUnrecognizedPktsReceived Counter32
  tiaraRipStatBadVersions Counter32
  tiaraRipStatBadAddrFamilies Counter32
  tiaraRipStatBadRequestFormats Counter32
  tiaraRipStatBadMetrics Counter32
  tiaraRipStatBadResponseFormats Counter32
  tiaraRipStatResponsesNotFromRipPort Counter32
  tiaraRipStatResponsesRecdFromLoopBackIf Counter32
  tiaraRipStatPktsRejected Counter32

TiaraRipRejectAddrEntry  
SEQUENCE    
  tiaraRipRejectIpAddr IpAddress
  tiaraRipRejectRowStatus RowStatus

TiaraRipAdvertiseAddrEntry  
SEQUENCE    
  tiaraRipAdvertiseIpAddr IpAddress
  tiaraRipAdvertiseRowStatus RowStatus

TiaraRipNeighbourAddrEntry  
SEQUENCE    
  tiaraRipNeighbourIpAddr IpAddress
  tiaraRipNeighbourRowStatus RowStatus

TiaraRipTrustedNeighbourAddrEntry  
SEQUENCE    
  tiaraRipTrustedNeighbourAddr IpAddress
  tiaraRipTrustedNeighbourRowStatus RowStatus

Defined Values

tiaraRipMib 1.3.6.1.4.1.3174.2.110
This file contains Tiara's enterprise specific MIB module for RIP implementation
MODULE-IDENTITY    

tiaraRipGlobals 1.3.6.1.4.1.3174.2.110.1
OBJECT IDENTIFIER    

tiaraRoutingEnable 1.3.6.1.4.1.3174.2.110.1.1
This variable is used to globally enable/disable Routing. DEFVAL { false}
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tiaraRipGlobalEnable 1.3.6.1.4.1.3174.2.110.1.2
This variable is used to globally enable/disable RIP. The per- interface enable/disable override the setting of this variable
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tiaraRipGlobalUseTrustedNeighbour 1.3.6.1.4.1.3174.2.110.1.3
This variable is used to enable/disable the use of Trusted Neighbour
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tiaraRipGlobalValidateSrcIpAddr 1.3.6.1.4.1.3174.2.110.1.4
enable/disable validating source IP address
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tiaraRipGlobalVersion 1.3.6.1.4.1.3174.2.110.1.5
version of RIP to be used. per-interface send and receive versions override the setting of this variable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER version1(1), version2(2)  

tiaraRipIfConfTable 1.3.6.1.4.1.3174.2.110.2
A list of RIP interfaces and Per-Interface RIP Configuration Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRipIfConfEntry

tiaraRipIfConfEntry 1.3.6.1.4.1.3174.2.110.2.1
A single RIP interface and its configuration parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRipIfConfEntry  

tiaraRipIfConfIpAddr 1.3.6.1.4.1.3174.2.110.2.1.1
The IP Address assigned to the given RIP interface. This variable is also used to index into the table
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tiaraRipIfConfAuthString 1.3.6.1.4.1.3174.2.110.2.1.2
The string to be used as the authentication key Setting this string to NULL value has the effect of disabling authentication. Setting this string to a non-value has the effect enabling authentication, with the value of the string used as authentication string. By default, the value of the string is null and hence authentication is disabled
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tiaraRipIfConfAutoSummaryEnable 1.3.6.1.4.1.3174.2.110.2.1.3
Used to enable/disable route summarization
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfDefaultAnnounceEnable 1.3.6.1.4.1.3174.2.110.2.1.4
Used to enable/disable announcing RIP default route
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfEnable 1.3.6.1.4.1.3174.2.110.2.1.5
enable/disable RIP for this interface. The value of this variable overrides the value of the Global variable, tiaraRipGlobalEnable
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfAnnounceHostEnable 1.3.6.1.4.1.3174.2.110.2.1.6
enable/disable announcing IP host routes
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfPassiveEnable 1.3.6.1.4.1.3174.2.110.2.1.7
suppress/do not suppress sending of routing updates
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfReceiveVersion 1.3.6.1.4.1.3174.2.110.2.1.8
configuration variable for RIP receive version for this interface
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER version1(1), version2(2), version1and2(3)  

tiaraRipIfConfSendVersion 1.3.6.1.4.1.3174.2.110.2.1.9
configuration variable for RIP send version for this interface
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER version1(1), version2(2), version1and2(3), version1compatible(4)  

tiaraRipIfConfSplitHorizonEnable 1.3.6.1.4.1.3174.2.110.2.1.10
enable/disable split horizon
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfStaticAnnounceEnable 1.3.6.1.4.1.3174.2.110.2.1.11
enable/disable announcing static IP routes
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tiaraRipIfConfUpdateTimer 1.3.6.1.4.1.3174.2.110.2.1.12
The value of the Update Timer
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

tiaraRipIfConfHoldDownTimer 1.3.6.1.4.1.3174.2.110.2.1.13
The value of the hold-down timer
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

tiaraRipIfConfFlushTimer 1.3.6.1.4.1.3174.2.110.2.1.14
The value of the Flush Timer
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

tiaraRipIfConfInvTimer 1.3.6.1.4.1.3174.2.110.2.1.15
The value of the invalid timer
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

tiaraRipIfConfRowStatus 1.3.6.1.4.1.3174.2.110.2.1.16
This variable is used to create/delete rows in the configuration table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tiaraRipStatTable 1.3.6.1.4.1.3174.2.110.3
A list of RIP interfaces for which the statistics are maintained
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRipStatEntry

tiaraRipStatEntry 1.3.6.1.4.1.3174.2.110.3.1
per-interface statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRipStatEntry  

tiaraRipStatRequestPktsSent 1.3.6.1.4.1.3174.2.110.3.1.1
Number of request packets sent on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatResponsePktsSent 1.3.6.1.4.1.3174.2.110.3.1.2
Number of response packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatPktsReceived 1.3.6.1.4.1.3174.2.110.3.1.3
Total number of packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatRequestPktsReceived 1.3.6.1.4.1.3174.2.110.3.1.4
Number of request packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatResponsePktsReceived 1.3.6.1.4.1.3174.2.110.3.1.5
Number of response packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatUnrecognizedPktsReceived 1.3.6.1.4.1.3174.2.110.3.1.6
Number of unrecognised packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatBadVersions 1.3.6.1.4.1.3174.2.110.3.1.7
Number of invalid version packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatBadAddrFamilies 1.3.6.1.4.1.3174.2.110.3.1.8
Number of invalid address family packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatBadRequestFormats 1.3.6.1.4.1.3174.2.110.3.1.9
Number of invalid address format packets received on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatBadMetrics 1.3.6.1.4.1.3174.2.110.3.1.10
Tiara-fill
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatBadResponseFormats 1.3.6.1.4.1.3174.2.110.3.1.11
Tiara-fill
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatResponsesNotFromRipPort 1.3.6.1.4.1.3174.2.110.3.1.12
Tiara-fill
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatResponsesRecdFromLoopBackIf 1.3.6.1.4.1.3174.2.110.3.1.13
Number of responses received from loopback interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipStatPktsRejected 1.3.6.1.4.1.3174.2.110.3.1.14
Number of packets rejected on this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraRipRejectAddrTable 1.3.6.1.4.1.3174.2.110.4
List of Reject IP addresses along with the interfaces they correspond to
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRipRejectAddrEntry

tiaraRipRejectAddrEntry 1.3.6.1.4.1.3174.2.110.4.1
A single Reject IP address along with the interface that it corresponds to
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRipRejectAddrEntry  

tiaraRipRejectIpAddr 1.3.6.1.4.1.3174.2.110.4.1.1
The reject IpAddress for this interface
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tiaraRipRejectRowStatus 1.3.6.1.4.1.3174.2.110.4.1.2
Row Status variable used to create/delete rows in this table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tiaraRipAdvertiseAddrTable 1.3.6.1.4.1.3174.2.110.5
List of Advertise IP addresses along with the interfaces they correspond to
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRipAdvertiseAddrEntry

tiaraRipAdvertiseAddrEntry 1.3.6.1.4.1.3174.2.110.5.1
A single advertise IP address along with the interface it corresponds to
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRipAdvertiseAddrEntry  

tiaraRipAdvertiseIpAddr 1.3.6.1.4.1.3174.2.110.5.1.1
One Advertise IpAddress for this interface
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tiaraRipAdvertiseRowStatus 1.3.6.1.4.1.3174.2.110.5.1.2
Row Status variable used to create/delete rows in this table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tiaraRipNeighbourAddrTable 1.3.6.1.4.1.3174.2.110.6
List of neighbour IP addresses along with the interfaces they correspond to
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRipNeighbourAddrEntry

tiaraRipNeighbourAddrEntry 1.3.6.1.4.1.3174.2.110.6.1
A single neighbour IP address along with the interface it corresponds to
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRipNeighbourAddrEntry  

tiaraRipNeighbourIpAddr 1.3.6.1.4.1.3174.2.110.6.1.1
One neighbour IP address for this interface
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tiaraRipNeighbourRowStatus 1.3.6.1.4.1.3174.2.110.6.1.2
Row Status variable used to create/delete rows in this table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tiaraRipTrustedNeighbourAddrTable 1.3.6.1.4.1.3174.2.110.7
List of trusted neighbour IP addresses along with the interfaces they correspond to
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRipTrustedNeighbourAddrEntry

tiaraRipTrustedNeighbourAddrEntry 1.3.6.1.4.1.3174.2.110.7.1
A single trusted neighbour IP address along with the interface it corresponds to
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRipTrustedNeighbourAddrEntry  

tiaraRipTrustedNeighbourAddr 1.3.6.1.4.1.3174.2.110.7.1.1
One Trusted Neighbour IP address for this interface
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tiaraRipTrustedNeighbourRowStatus 1.3.6.1.4.1.3174.2.110.7.1.2
Row Status variable used to create/delete rows in this table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus