SHIVA-IP-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-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 |
tARPClearCache | 1.3.6.1.4.1.166.4.3.1 | integer | read-write |
Writing this variable clears the ARP Cache. Enumeration: 'clear': 1. |
tIPClearRedirects | 1.3.6.1.4.1.166.4.3.2 | integer | read-write |
Writing this variable removes all ICMP from the IP routing table. Enumeration: 'clear': 1. |
tUDPChecksums | 1.3.6.1.4.1.166.4.3.3 | integer | read-write |
Indicates whether checksums will be calculated and verified for locally generated and received UDP packets. Enumeration: 'disabled': 2, 'enabled': 1. |
tIPBroadCastFill | 1.3.6.1.4.1.166.4.3.4 | integer | read-write |
Indicates whether locally calculated broadcast address will be one-fill or zero-fill. Enumeration: 'zeroes': 2, 'ones': 1. |
tTimeServerTable | 1.3.6.1.4.1.166.4.3.5 | no-access |
Table of RFC858 UDP Time servers. |
|
1.3.6.1.4.1.166.4.3.5.1 | no-access |
An entry in the Time Server table |
||
tTimeServerAddress | 1.3.6.1.4.1.166.4.3.5.1.1 | ipaddress | read-write |
The Address of the time server. |
tNameServerTable | 1.3.6.1.4.1.166.4.3.6 | no-access |
Table of Domain Name Servers. |
|
1.3.6.1.4.1.166.4.3.6.1 | no-access |
An entry in the Name Server table |
||
tNameServerAddress | 1.3.6.1.4.1.166.4.3.6.1.1 | ipaddress | read-write |
The Address of the name server. |
tBootServerAddress | 1.3.6.1.4.1.166.4.3.7 | ipaddress | read-only |
The Address of the server from which the system last retrieved an image and configuration. |
tSerialIpAddressTable | 1.3.6.1.4.1.166.4.3.8 | no-access |
Table of Serial IP addresses and default addresses indexed by serial line number. |
|
1.3.6.1.4.1.166.4.3.8.1 | no-access |
An entry in the Serial IP Address table |
||
tSerialIpAddressIndex | 1.3.6.1.4.1.166.4.3.8.1.1 | integer | read-only |
A serial line number. |
tSerialIpAddressLocalDefaultAddress | 1.3.6.1.4.1.166.4.3.8.1.2 | ipaddress | read-write |
The default local IP address for this serial line. |
tSerialIpAddressRemoteDefaultAddress | 1.3.6.1.4.1.166.4.3.8.1.3 | ipaddress | read-write |
The default remote IP address for this serial line. Deprecated, always 0. |
tSerialIpAddressLocalAddress | 1.3.6.1.4.1.166.4.3.8.1.4 | ipaddress | read-write |
The local IP address in use on this serial line. Deprecated, always 0. |
tSerialIpAddressRemoteAddress | 1.3.6.1.4.1.166.4.3.8.1.5 | ipaddress | read-write |
The remote IP address in use on this serial line. |
tAcceptAnyClientAddr | 1.3.6.1.4.1.166.4.3.9 | integer | read-write |
Indicates whether IP addresses proposed by the client will be accepted without checking against configured (per-port, per-user, etc) addresses. Enumeration: 'disabled': 2, 'enabled': 1. |
tNumIpRoutes | 1.3.6.1.4.1.166.4.3.10 | integer | read-only |
Number of routes in the entity's IP routing table. |
tUseConfiguredUserAddr | 1.3.6.1.4.1.166.4.3.11 | integer | read-only |
Indicates whether IP addresses configured for users will be a determinant in IP address assignment policy for dialin clients. The four possible sources of IP addresses are as follows: 1) client-proposed address, 2) user record address, 3) address pool, and 4) address from Dynamic Host Configuration Protocol (DHCP) server. These sources are checked in order, but a source is only checked if it is enabled as a determinant. Enumeration: 'disabled': 2, 'enabled': 1. |
tUseConfiguredPortAddr | 1.3.6.1.4.1.166.4.3.12 | integer | read-only |
Indicates whether IP addresses configured for ports will be a determinant in IP address assignment policy for dialin clients. The four possible sources of IP addresses are as follows: 1) client-proposed address, 2) user record address, 3) address pool, and 4) address from Dynamic Host Configuration Protocol (DHCP) server. These sources are checked in order, but a source is only checked if it is enabled as a determinant. Deprecated, always returns disabled(2) Enumeration: 'disabled': 2. |
tUseDHCPAddr | 1.3.6.1.4.1.166.4.3.13 | integer | read-only |
Indicates whether IP addresses will be obtained for dialin clients via the Dynamic Host Configuration Protocol. The four possible sources of IP addresses are as follows: 1) client-proposed address, 2) user record address, 3) address pool, and 4) address from Dynamic Host Configuration Protocol (DHCP) server. These sources are checked in order, but a source is only checked if it is enabled as a determinant. Enumeration: 'disabled': 2, 'enabled': 1. |
tHomeIPAddr | 1.3.6.1.4.1.166.4.3.14 | ipaddress | read-only |
The IP Address of the home (main) IP interface. It is implict that there is one main IP address which the device prefers to use as its source address for internally generated IP traffic which is not in response to received IP packets. Technically this address is already available via the ipAddrTable, but since this table is indexed by IP address a GetNext is needed in order to access the table to determine an IP address, and this is not always practical. |
tUsePoolAddr | 1.3.6.1.4.1.166.4.3.15 | integer | read-only |
Indicates whether IP addresses from the IP address pool will be a determinant in IP address assignment policy for dialin clients. The four possible sources of IP addresses are as follows: 1) client-proposed address, 2) user record address, 3) address pool, and 4) address from Dynamic Host Configuration Protocol (DHCP) server. These sources are checked in order, but a source is only checked if it is enabled as a determinant. Enumeration: 'disabled': 2, 'enabled': 1. |