TIARA-IP-MIB
AI MIB Summary
The TIARA-IP-MIB module enables monitoring and management of IP addressable interface states and static routing table entries on TIARA network devices. It provides specific access to interface configuration parameters and static route definitions for protocol-independent IP traffic analysis.
This MIB defines objects for IP addressable interfaces and the static routing table.
Main OID:
tiaraIpMib.1.3.6.1.4.1.3174.2.23
18
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
18 total| Object Name |
|---|
tiaraIpMibThis MIB defines objects for IP addressable interfaces and
the static routing table. MODULE-IDENTITY .1.3.6.1.4.1.3174.2.23 |
tiaraIpRoutingEnableThis 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.3174.2.23.1 |
tiaraIpIfTableThe TiaraIpIfTable defines objects for IP addressable
interfaces that are currently configured on the Tiara
system. It maps a unique index value to each interface. SEQUENCE OF TiaraIpIfTableEntry .1.3.6.1.4.1.3174.2.23.2 |
tiaraIpIfTableEntryAn entry in the TiaraIpIfTable that defines objects for
a particular IP interface. TiaraIpIfTableEntry .1.3.6.1.4.1.3174.2.23.2.1 |
tiaraIpIfIndexThis value identifies a particular IP interface and serves
as an index for the tiarIpIfTable.ro Integer32 .1.3.6.1.4.1.3174.2.23.2.1.1 |
tiaraIpIfNameA unique name associated with an IP interface.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.3174.2.23.2.1.2 |
tiaraIpIfAddrThe unique IP address of an IP interface.ro IpAddress .1.3.6.1.4.1.3174.2.23.2.1.3 |
tiaraIpIfMaskThe network mask associated with an IP interface.ro IpAddress .1.3.6.1.4.1.3174.2.23.2.1.4 |
tiaraIpIfPeerAddrThe 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.ro IpAddress .1.3.6.1.4.1.3174.2.23.2.1.5 |
tiaraIpIfTypeThis object identifies the type of interface as
either Ethernet or WAN.ro Enumeration .1.3.6.1.4.1.3174.2.23.2.1.6 |
tiaraStaticRouteTableA 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 SEQUENCE OF TiaraStaticRouteEntry .1.3.6.1.4.1.3174.2.23.3 |
tiaraStaticRouteEntryA single static route entry in the static route table. TiaraStaticRouteEntry .1.3.6.1.4.1.3174.2.23.3.1 |
tiaraStaticRouteIndexA 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. INTEGER .1.3.6.1.4.1.3174.2.23.3.1.1 |
tiaraStaticRouteNetworkAddrThe 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.rw IpAddress .1.3.6.1.4.1.3174.2.23.3.1.2 |
tiaraStaticRouteNetworkMaskThe network mask associated with the network addressrw IpAddress .1.3.6.1.4.1.3174.2.23.3.1.3 |
tiaraStaticRouteGatewayAddrThis 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.3174.2.23.3.1.4 |
tiaraStaticRouteNoOfHopsThe number of hops for this route.rw INTEGER .1.3.6.1.4.1.3174.2.23.3.1.5 |
tiaraStaticRouteRowStatusUsed 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.3174.2.23.3.1.6 |