BIANCA-BRICK-DHCP-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BIANCA-BRICK-DHCP-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 |
org | 1.3 | |||
dod | 1.3.6 | |||
internet | 1.3.6.1 | |||
private | 1.3.6.1.4 | |||
enterprises | 1.3.6.1.4.1 | |||
bintec | 1.3.6.1.4.1.272 | |||
bibo | 1.3.6.1.4.1.272.4 | |||
biboip | 1.3.6.1.4.1.272.4.5 | |||
ipDhcpTable | 1.3.6.1.4.1.272.4.5.8 | no-access | ||
1.3.6.1.4.1.272.4.5.8.1 | no-access | |||
ipDhcpIfIndex | 1.3.6.1.4.1.272.4.5.8.1.1 | integer | read-write |
Index of interface where this range of IP addresses will be assigned to DHCP clients |
ipDhcpState | 1.3.6.1.4.1.272.4.5.8.1.2 | integer | read-write |
Enumeration: 'on': 1, 'delete': 2. |
ipDhcpFirst | 1.3.6.1.4.1.272.4.5.8.1.3 | ipaddress | read-write |
First address of this range. There must exist a route to this address via this interface |
ipDhcpRange | 1.3.6.1.4.1.272.4.5.8.1.4 | integer | read-write |
Number of IP addresses that will be assigned starting from DhcpFirst. A range of 0 will disable this entry |
ipDhcpLease | 1.3.6.1.4.1.272.4.5.8.1.5 | integer | read-write |
amount of time (in minutes) a DHCP client can use an IP address assigned from this address range |
ipDhcpPhys | 1.3.6.1.4.1.272.4.5.8.1.6 | physaddress | read-write |
MAC address of host this single address should be assigned to. If ipDhcpPhys is not empty or different from 0:0:0:0:0:0, ipDhcpRange must be 1 |
ipDhcpNodeType | 1.3.6.1.4.1.272.4.5.8.1.7 | integer | read-write |
The NetBIOS end-node type according RFC 1001 Enumeration: 'mnode': 4, 'pnode': 3, 'none': 1, 'bnode': 2, 'hnode': 5. |
ipDhcpGateway | 1.3.6.1.4.1.272.4.5.8.1.8 | ipaddress | read-write |
The Gateway which is told the clients upon requests. If this object equals 0.0.0.0 and DHCP client and server share the same network, the DHCP servers own address is returned upon request. If DHCP client and server do not share the same network, the address of the dhcp relay agent forwarding the request is returned. |
ipDhcpInUseTable | 1.3.6.1.4.1.272.4.5.9 | no-access | ||
1.3.6.1.4.1.272.4.5.9.1 | no-access | |||
ipDhcpInUseAddress | 1.3.6.1.4.1.272.4.5.9.1.1 | ipaddress | read-only |
assigned IP address |
ipDhcpInUsePhys | 1.3.6.1.4.1.272.4.5.9.1.2 | physaddress | read-only |
MAC address of host |
ipDhcpInUseExpires | 1.3.6.1.4.1.272.4.5.9.1.3 | date | read-only |
End of Lease time. From then on, the host is not allowed to use this IP address any longer |