initial in new branch
This commit is contained in:
@ -16,8 +16,9 @@ hottis MODULE-IDENTITY
|
||||
::= { enterprises 9676 }
|
||||
|
||||
hottisNtpsec OBJECT IDENTIFIER ::= { hottis 123 }
|
||||
local OBJECT IDENTIFIER ::= { hottisNtpsec 1 }
|
||||
peers OBJECT IDENTIFIER ::= { hottisNtpsec 2 }
|
||||
local OBJECT IDENTIFIER ::= { hottisNtpsec 1 }
|
||||
system OBJECT IDENTIFIER ::= { hottisNtpsec 2 }
|
||||
peers OBJECT IDENTIFIER ::= { hottisNtpsec 3 }
|
||||
|
||||
|
||||
ntpsecLocalLeap OBJECT-TYPE
|
||||
|
@ -26,7 +26,7 @@ NUMBER_OF_PEERS_PREFIX = PEERS_PREFIX + '.1'
|
||||
# 2 is the prefix
|
||||
# the first 1 is for the table in the mib
|
||||
# the second 1 is for the entries in the table in the mib
|
||||
TABLE_OF_PEERS_PREFIX = PEERS_PREFIX + '.2.1'
|
||||
TABLE_OF_PEERS_PREFIX = PEERS_PREFIX + '.3.1'
|
||||
|
||||
|
||||
def int_scale1k(x):
|
||||
|
Reference in New Issue
Block a user