AT-IP-MIB
11 objects
The IP MIB - for AT specific IP management.
Imported Objects
| AT-SMI-MIB | modules |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.207.8.4.4.4.602 | IdentityatIpMib | The IP MIB - for AT specific IP management. | ||
| 1.3.6.1.4.1.207.8.4.4.4.602.1 | TableatIpAddressTable | not-accessible | current | 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 | RowatIpAddressEntry | not-accessible | current | An address mapping for a particular interface. |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.1 | ColumnatIpAddressAddrType | not-accessible | current | An indication of the IP version of atIpAddressAddr. |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.2 | ColumnatIpAddressAddr | not-accessible | current | The IP address to which this entry's addressing information pertains. The address type of this object is specified in atIpAddressAddrType. |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.3 | ColumnatIpAddressPrefixLen | read-create | current | The prefix length of the IP address represented by this entry. |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.4 | ColumnatIpAddressLabel | read-create | current | A name assigned to the IP address represented by this entry. |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.5 | ColumnatIpAddressIfIndex | read-create | current | 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 s… |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.6 | ColumnatIpAddressAssignmentType | read-create | current | The IP address assignment type for this entry (primary or secondary). |
| 1.3.6.1.4.1.207.8.4.4.4.602.1.1.7 | ColumnatIpAddressRowStatus | read-create | current | 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 a… |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AtIpAddressAssignmentType | INTEGER { notSet(0), primary(1), secondary(2) } | current | The IP address assignment type being applied to the interface. notSet(0) indicates that the IP address assignment type has not yet been configured. This value can only ever be read. primary(1) indicates that the address… |