TIARA-IP-MIB: View SNMP OID List / Download MIB
VENDOR: TASMAN NETWORKS
Home | MIB: TIARA-IP-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).
|
|||
Object Name | OID | Type | Access | Info |
tiaraIpMib | 1.3.6.1.4.1.3174.2.23 |
This MIB defines objects for IP addressable interfaces and the static routing table. |
||
tiaraIpRoutingEnable | 1.3.6.1.4.1.3174.2.23.1 | truthvalue | read-write |
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. |
tiaraIpIfTable | 1.3.6.1.4.1.3174.2.23.2 | no-access |
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. |
|
1.3.6.1.4.1.3174.2.23.2.1 | no-access |
An entry in the TiaraIpIfTable that defines objects for a particular IP interface. |
||
tiaraIpIfIndex | 1.3.6.1.4.1.3174.2.23.2.1.1 | integer32 | read-only |
This value identifies a particular IP interface and serves as an index for the tiarIpIfTable. |
tiaraIpIfName | 1.3.6.1.4.1.3174.2.23.2.1.2 | displaystring | read-only |
A unique name associated with an IP interface. |
tiaraIpIfAddr | 1.3.6.1.4.1.3174.2.23.2.1.3 | ipaddress | read-only |
The unique IP address of an IP interface. |
tiaraIpIfMask | 1.3.6.1.4.1.3174.2.23.2.1.4 | ipaddress | read-only |
The network mask associated with an IP interface. |
tiaraIpIfPeerAddr | 1.3.6.1.4.1.3174.2.23.2.1.5 | ipaddress | read-only |
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. |
tiaraIpIfType | 1.3.6.1.4.1.3174.2.23.2.1.6 | integer | read-only |
This object identifies the type of interface as either Ethernet or WAN. Enumeration: 'ethernet': 1, 'wan': 2. |
tiaraStaticRouteTable | 1.3.6.1.4.1.3174.2.23.3 | no-access |
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 |
|
1.3.6.1.4.1.3174.2.23.3.1 | no-access |
A single static route entry in the static route table. |
||
tiaraStaticRouteIndex | 1.3.6.1.4.1.3174.2.23.3.1.1 | integer | no-access |
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. |
tiaraStaticRouteNetworkAddr | 1.3.6.1.4.1.3174.2.23.3.1.2 | ipaddress | read-only |
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. |
tiaraStaticRouteNetworkMask | 1.3.6.1.4.1.3174.2.23.3.1.3 | ipaddress | read-only |
The network mask associated with the network address |
tiaraStaticRouteGatewayAddr | 1.3.6.1.4.1.3174.2.23.3.1.4 | displaystring | read-only |
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. |
tiaraStaticRouteNoOfHops | 1.3.6.1.4.1.3174.2.23.3.1.5 | integer | read-only |
The number of hops for this route. |
tiaraStaticRouteRowStatus | 1.3.6.1.4.1.3174.2.23.3.1.6 | rowstatus | read-only |
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. |