TIARA-IP-MIB

File: TIARA-IP-MIB.mib (10909 bytes)

Imported modules

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

Imported symbols

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

Defined Types

TiaraIpIfTableEntry  
SEQUENCE    
  tiaraIpIfIndex Integer32
  tiaraIpIfName DisplayString
  tiaraIpIfAddr IpAddress
  tiaraIpIfMask IpAddress
  tiaraIpIfPeerAddr IpAddress
  tiaraIpIfType INTEGER

TiaraStaticRouteEntry  
SEQUENCE    
  tiaraStaticRouteIndex INTEGER
  tiaraStaticRouteNetworkAddr IpAddress
  tiaraStaticRouteNetworkMask IpAddress
  tiaraStaticRouteGatewayAddr DisplayString
  tiaraStaticRouteNoOfHops INTEGER
  tiaraStaticRouteRowStatus RowStatus

Defined Values

tiaraIpMib 1.3.6.1.4.1.3174.2.23
This MIB defines objects for IP addressable interfaces and the static routing table.
MODULE-IDENTITY    

tiaraIpRoutingEnable 1.3.6.1.4.1.3174.2.23.1
This object toggles between the IP routing and the IP muxing modes. If the IP routing mode is disabled, the IP muxing mode is enabled. If the IP routing mode is enabled, the IP muxing mode is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tiaraIpIfTable 1.3.6.1.4.1.3174.2.23.2
The TiaraIpIfTable defines objects for IP addressable interfaces that are currently configured on the Tiara system. It maps a unique index value to each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraIpIfTableEntry

tiaraIpIfTableEntry 1.3.6.1.4.1.3174.2.23.2.1
An entry in the TiaraIpIfTable that defines objects for a particular IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraIpIfTableEntry  

tiaraIpIfIndex 1.3.6.1.4.1.3174.2.23.2.1.1
This value identifies a particular IP interface and serves as an index for the tiarIpIfTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tiaraIpIfName 1.3.6.1.4.1.3174.2.23.2.1.2
A unique name associated with an IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tiaraIpIfAddr 1.3.6.1.4.1.3174.2.23.2.1.3
The unique IP address of an IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tiaraIpIfMask 1.3.6.1.4.1.3174.2.23.2.1.4
The network mask associated with an IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tiaraIpIfPeerAddr 1.3.6.1.4.1.3174.2.23.2.1.5
The IP address of the peer which is the other end of a point-to-point link. The peer IP address object is only valid for a WAN or point-to-point interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tiaraIpIfType 1.3.6.1.4.1.3174.2.23.2.1.6
This object identifies the type of interface as either Ethernet or WAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), wan(2)  

tiaraStaticRouteTable 1.3.6.1.4.1.3174.2.23.3
A list of static route table entries for this entity. The following variables are required for row creation: tiaraStaticRouteIndex = 65535 tiaraStaticRouteNetworkAddr = Destination IP address tiaraStaticRouteNetworkMask = Subnet mask tiaraStaticRouteGatewayAddr = Next hop IP address tiaraStaticRouteNoOfHops = Number of hops or metric tiaraStaticRouteRowStatus = createAndGo
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraStaticRouteEntry

tiaraStaticRouteEntry 1.3.6.1.4.1.3174.2.23.3.1
A single static route entry in the static route table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraStaticRouteEntry  

tiaraStaticRouteIndex 1.3.6.1.4.1.3174.2.23.3.1.1
A numeric index for static route table entries. This index is internally generated by the SNMP agent, and it uniquely identifies a single entry in the table. To create a row in the table, use the invalid value 65535 for this variable. To query any variable in this table, use this variable, which can be found for a given (network address-network mask-gateway address) tuple using the snmp-walk operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

tiaraStaticRouteNetworkAddr 1.3.6.1.4.1.3174.2.23.3.1.2
The destination IP address of this route. This can be either a complete host address for one particular host or or a network address for all the hosts on that network. An entry with a value of 0.0.0.0 for the network address is considered a default route.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tiaraStaticRouteNetworkMask 1.3.6.1.4.1.3174.2.23.3.1.3
The network mask associated with the network address
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tiaraStaticRouteGatewayAddr 1.3.6.1.4.1.3174.2.23.3.1.4
This can either be the IP address of a next hop router or the IP address of a directly connected network. The next hop router receives datagrams from the Tiara system and forwards them to the final destination. This can also be an interface name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tiaraStaticRouteNoOfHops 1.3.6.1.4.1.3174.2.23.3.1.5
The number of hops for this route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

tiaraStaticRouteRowStatus 1.3.6.1.4.1.3174.2.23.3.1.6
Used to configure or delete a static route. To configure a route, set the value of this object to createAndGo. To delete a route, set the value of this object to destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus