AT-IP-MIB
- Registered at
- 1.3.6.1.4.1.207.8.4.4.4.602
- Last updated
- 2010-06-14 05:09
- Organization
- Allied Telesis Labs New Zealand
- Revisions
- 2010-06-14 05:09, 2008-11-10 00:00
- Namespace
- allied
- Source file
AT-IP-MIB- Digest
sha256:660028f9a5cf757ab0d36629d96cc9f40284a703c4b96afb842e33348bb1d171
Description
The IP MIB - for AT specific IP management.
Contact
http://www.alliedtelesis.com
Imports
| From | Symbols |
|---|---|
| AT-SMI-MIB | modules |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
AT-IP-MIB AT-SMI-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AtIpAddressAssignmentType TEXTUAL-CONVENTION 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 is a primary IP address (only one primary address is allowed per interface). secondary(2) indicates that the address is a secondary IP address (any number of secondary IP addresses may be applied to each interface). | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| atIpAddressTable OBJECT-TYPE 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 | not-accessible | current | |
| atIpAddressEntry OBJECT-TYPE An address mapping for a particular interface. | 1.3.6.1.4.1.207.8.4.4.4.602.1.1 | not-accessible | current | |
| atIpAddressAddrType OBJECT-TYPE An indication of the IP version of atIpAddressAddr. | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.1 | InetAddressType | not-accessible | current |
| atIpAddressAddr OBJECT-TYPE 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.2 | InetAddress | not-accessible | current |
| atIpAddressPrefixLen OBJECT-TYPE 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.3 | INTEGER | read-create | current |
| atIpAddressLabel OBJECT-TYPE 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.4 | DisplayString | read-create | current |
| atIpAddressIfIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.5 | InterfaceIndex | read-create | current |
| atIpAddressAssignmentType OBJECT-TYPE 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.6 | AtIpAddressAssignmentType | read-create | current |
| atIpAddressRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.207.8.4.4.4.602.1.1.7 | RowStatus | read-create | current |