TPT-HOST-MIB

File: TPT-HOST-MIB.mib (7681 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TPT-TPAMIBS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TEXTUAL-CONVENTION tpt-tpa-objs

Defined Types

EnabledOrNot  
An indication of whether a feature is configured as enabled or disabled.
TEXTUAL-CONVENTION    
  INTEGER disabled(0), enabled(1)  

ActiveOrNot  
An indication of whether an IP address is active or inactive.
TEXTUAL-CONVENTION    
  INTEGER inactive(0), active(1)  

IpAddressType  
The type of an IP address (IPv4, IPv6 user configured, IPv6 link local, or IPv6 autoconfig).
TEXTUAL-CONVENTION    
  INTEGER iptypeIPv4(1), iptypeIPv6user(2), iptypeIPv6local(3), iptypeIPv6auto(4)  

FipsMode  
The type of FIPS mode.
TEXTUAL-CONVENTION    
  INTEGER disabled(0), crypto(1), full(2)  

ActiveCert  
The type of active cert.
TEXTUAL-CONVENTION    
  INTEGER none(0), temporary(1), authorized(2)  

InitState  
The state of initialization.
TEXTUAL-CONVENTION    
  INTEGER in-progress(0), complete(1)  

HostIpEntry  
SEQUENCE    
  hostIpIndex Unsigned32
  hostIpAddress OCTET STRING Size(0..80)
  hostIpType IpAddressType
  hostIpActive ActiveOrNot

Defined Values

tpt-host-objs 1.3.6.1.4.1.10734.3.3.2.12
Host information for the management port on the device. Copyright (C) 2016 Trend Micro Incorporated. All Rights Reserved. Trend Micro makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Trend Micro shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material. This document contains proprietary information, which is protected by copyright. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of Trend Micro. The information is provided 'as is' without warranty of any kind and is subject to change without notice. The only warranties for Trend Micro products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Trend Micro shall not be liable for technical or editorial errors or omissions contained herein. TippingPoint(R), the TippingPoint logo, and Digital Vaccine(R) are registered trademarks of Trend Micro. All other company and product names may be trademarks of their respective holders. All rights reserved. This document contains confidential information, trade secrets or both, which are the property of Trend Micro. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without written permission from Trend Micro or one of its subsidiaries. All other company and product names may be trademarks of their respective holders.
MODULE-IDENTITY    

hostIpTable 1.3.6.1.4.1.10734.3.3.2.12.1
Table of IP addresses on the device and their attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HostIpEntry

hostIpEntry 1.3.6.1.4.1.10734.3.3.2.12.1.1
An entry in the host IP address table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  HostIpEntry  

hostIpIndex 1.3.6.1.4.1.10734.3.3.2.12.1.1.1
Index into the IP address table, starting with 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hostIpAddress 1.3.6.1.4.1.10734.3.3.2.12.1.1.2
String representation of an IP address, in CIDR format.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

hostIpType 1.3.6.1.4.1.10734.3.3.2.12.1.1.3
Whether this IP address is IPv4 or IPv6 and how it was configured.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressType  

hostIpActive 1.3.6.1.4.1.10734.3.3.2.12.1.1.4
Whether this IP address is active.
Status: current Access: read-only
OBJECT-TYPE    
  ActiveOrNot  

hostIPv4Gateway 1.3.6.1.4.1.10734.3.3.2.12.2
The IPv4 default gateway.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

hostIPv6Gateway 1.3.6.1.4.1.10734.3.3.2.12.3
The IPv6 default gateway.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

hostIPv6Enabled 1.3.6.1.4.1.10734.3.3.2.12.4
Whether IPv6 is enabled on the device.
Status: current Access: read-only
OBJECT-TYPE    
  EnabledOrNot  

hostIPv6AutoConfig 1.3.6.1.4.1.10734.3.3.2.12.5
Whether IPv6 autoconfig is enabled on the device.
Status: current Access: read-only
OBJECT-TYPE    
  EnabledOrNot  

hostFipsCfgMode 1.3.6.1.4.1.10734.3.3.2.12.6
The configured FIPS mode.
Status: current Access: read-only
OBJECT-TYPE    
  FipsMode  

hostFipsMode 1.3.6.1.4.1.10734.3.3.2.12.7
The currently active FIPS mode.
Status: current Access: read-only
OBJECT-TYPE    
  FipsMode  

hostSSLCert 1.3.6.1.4.1.10734.3.3.2.12.8
The currently active SSL cert.
Status: current Access: read-only
OBJECT-TYPE    
  ActiveCert  

hostInitState 1.3.6.1.4.1.10734.3.3.2.12.9
The current host initialization state.
Status: current Access: read-only
OBJECT-TYPE    
  InitState