MIB Viewer

AT-IP-MIB

11 objects
The IP MIB - for AT specific IP management.
OIDNameAccessStatusDescription
1.3.6.1.4.1.207.8.4.4.4.602IdentityatIpMibThe IP MIB - for AT specific IP management.
1.3.6.1.4.1.207.8.4.4.4.602.1TableatIpAddressTablenot-accessiblecurrentA 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.1RowatIpAddressEntrynot-accessiblecurrentAn address mapping for a particular interface.
1.3.6.1.4.1.207.8.4.4.4.602.1.1.1ColumnatIpAddressAddrTypenot-accessiblecurrentAn indication of the IP version of atIpAddressAddr.
1.3.6.1.4.1.207.8.4.4.4.602.1.1.2ColumnatIpAddressAddrnot-accessiblecurrentThe 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.3ColumnatIpAddressPrefixLenread-createcurrentThe prefix length of the IP address represented by this entry.
1.3.6.1.4.1.207.8.4.4.4.602.1.1.4ColumnatIpAddressLabelread-createcurrentA name assigned to the IP address represented by this entry.
1.3.6.1.4.1.207.8.4.4.4.602.1.1.5ColumnatIpAddressIfIndexread-createcurrentThe 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.6ColumnatIpAddressAssignmentTyperead-createcurrentThe IP address assignment type for this entry (primary or secondary).
1.3.6.1.4.1.207.8.4.4.4.602.1.1.7ColumnatIpAddressRowStatusread-createcurrentThe 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
NameSyntaxStatusDescription
AtIpAddressAssignmentTypeINTEGER { notSet(0), primary(1), secondary(2) }currentThe 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…