summaryrefslogtreecommitdiff
path: root/MIBS/hillstone/HILLSTONE-IP-MIB
blob: e5930fa35e8e0c70914ff7414d5a18986091e144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-- **********************************************************************
-- HILLSTONE-IP-MIB   
--
-- Copyright (c) 2009 by Hillstone Networks, Inc.
-- All rights reserved.
-- 
-- Version:      V3    
-- Description:	 Hillstone Networks IP MIB Object Identifier Assignments
-- **********************************************************************
--

HILLSTONE-IP-MIB DEFINITIONS ::= BEGIN

IMPORTS
	hillstoneIp
		FROM HILLSTONE-SMI
	OBJECT-TYPE
		FROM RFC-1212;	

          -- textual conventions

          DisplayString ::=
              OCTET STRING
          -- This data type is used to model textual information taken
          -- from the NVT ASCII character set.  By convention, objects
          -- with this syntax are declared as having
          --
          --      SIZE (0..255)

hillstoneIpObjects OBJECT IDENTIFIER ::= { hillstoneIp 1 }

hillstoneIpAddressFamily OBJECT-TYPE
    SYNTAX INTEGER
    {
	ipv4(1),
	ipv6(2),
	other(3)
    }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
	"The address family of this interface."
    ::= { hillstoneIpObjects 1 } 

END