Commit version 24.12.13800
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
-- ================================================================
|
||||
-- Copyright (C) 2017 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
-- Copyright (C) 2020 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
--
|
||||
-- Description:The mib file is for management of huawei RIP extension
|
||||
-- Reference:
|
||||
-- Version: V1.04
|
||||
-- Version: V1.05
|
||||
-- History:
|
||||
-- 2006.5.18, publish
|
||||
-- 2014.5.28, modified
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
-- 1.3.6.1.4.1.2011.5.25.120
|
||||
hwRipv2Ext MODULE-IDENTITY
|
||||
LAST-UPDATED "201710241625Z" -- Oct 24, 2017 at 16:26 GMT
|
||||
LAST-UPDATED "202001061010Z" -- Jan 6, 2020 at 10:10 GMT
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
@ -42,6 +42,11 @@
|
||||
RIP can support many processes, but mib can support only one of
|
||||
them. To get more RIP configuration, it is required to locate one
|
||||
specified RIP process. "
|
||||
|
||||
REVISION "202001061010Z"
|
||||
DESCRIPTION "Added
|
||||
hwRip2AuthModeInsecure,
|
||||
hwRip2AuthModeInsecureClear "
|
||||
-- Revision history
|
||||
REVISION "201710241625Z"
|
||||
|
||||
@ -153,9 +158,19 @@
|
||||
|
||||
hwRip2Conformance OBJECT IDENTIFIER ::= { hwRipv2Ext 2 }
|
||||
hwRip2Notifications OBJECT IDENTIFIER ::= { hwRipv2Ext 3 }
|
||||
hwRip2TrapsObjects OBJECT IDENTIFIER ::= { hwRipv2Ext 4 }
|
||||
hwRip2Groups OBJECT IDENTIFIER ::= { hwRip2Conformance 1 }
|
||||
hwRip2Compliances OBJECT IDENTIFIER ::= { hwRip2Conformance 2 }
|
||||
|
||||
-- Trap Object
|
||||
hwRip2InsecureAuthMode OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"TThis object indicates the name of the insecure authentication mode configured for RIP."
|
||||
::= { hwRip2TrapsObjects 1 }
|
||||
|
||||
-- Notification definitions
|
||||
|
||||
hwRip2DBOverFlow NOTIFICATION-TYPE
|
||||
@ -184,6 +199,20 @@ hwRip2DBOverFlowResume NOTIFICATION-TYPE
|
||||
lower threshold. RIP process will resume it's normal operation."
|
||||
::= { hwRip2Notifications 2 }
|
||||
|
||||
hwRip2AuthModeInsecure NOTIFICATION-TYPE
|
||||
OBJECTS { hwRip2InsecureAuthMode}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates that an insecure authentication mode is configured for RIP."
|
||||
::= { hwRip2Notifications 3 }
|
||||
|
||||
hwRip2AuthModeInsecureClear NOTIFICATION-TYPE
|
||||
OBJECTS { hwRip2InsecureAuthMode}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object indicates that the insecure authentication mode configured for RIP is deleted."
|
||||
::= { hwRip2Notifications 4 }
|
||||
|
||||
-- compliance statements
|
||||
|
||||
hwRip2Compliance MODULE-COMPLIANCE
|
||||
@ -219,7 +248,9 @@ hwRip2ExtGroup OBJECT-GROUP
|
||||
hwRip2NotificationsGroup NOTIFICATION-GROUP
|
||||
NOTIFICATIONS {
|
||||
hwRip2DBOverFlow,
|
||||
hwRip2DBOverFlowResume
|
||||
hwRip2DBOverFlowResume ,
|
||||
hwRip2AuthModeInsecure,
|
||||
hwRip2AuthModeInsecureClear
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user