AT-IP-MIB: View SNMP OID List / Download MIB
VENDOR: ALLIED TELESIS
Home | MIB: AT-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 |
atIpMib | 1.3.6.1.4.1.207.8.4.4.4.602 |
The IP MIB - for AT specific IP management. |
||
atIpAddressTable | 1.3.6.1.4.1.207.8.4.4.4.602.1 | no-access |
A table containing mappings between primary/secondary IP addresses, and the interfaces they are assigned to. |
|
1.3.6.1.4.1.207.8.4.4.4.602.1.1 | no-access |
An address mapping for a particular interface. |
||
atIpAddressAddrType | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.1 | inetaddresstype | no-access |
An indication of the IP version of atIpAddressAddr. |
atIpAddressAddr | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.2 | inetaddress | no-access |
The IP address to which this entry's addressing information pertains. The address type of this object is specified in atIpAddressAddrType. |
atIpAddressPrefixLen | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.3 | integer | read-only |
The prefix length of the IP address represented by this entry. |
atIpAddressLabel | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.4 | displaystring | read-only |
A name assigned to the IP address represented by this entry. |
atIpAddressIfIndex | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.5 | interfaceindex | read-only |
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
atIpAddressAssignmentType | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.6 | atipaddressassignmenttype | read-only |
The IP address assignment type for this entry (primary or secondary). |
atIpAddressRowStatus | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.7 | rowstatus | read-only |
The current status of the IP address entry. The following values may be returned when reading this object: active (1) - The IP address is currently mapped to an interface and is valid. notReady (3) - The IP address is currently partially configured and is not mapped to an interface. The following values may be written to this object: active (1) - An attempt will be made to map the IP address to the configured interface. createAndWait (5) - An attempt will be made to create a new IP address entry. destroy (6) - The IP address setting will be removed from the device. An entry cannot be made active until its atIpAddressPrefixLen, atIpAddressIfIndex and atIpAddressAssignmentType objects have been set to valid values. |