Commit version 24.12.13800
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
--**MOD+************************************************************************
|
||||
--* Module: ARUBAWIRED-VSF-MIB :VSF MIB file
|
||||
--*
|
||||
--* (c) Copyright 2019-2020 Hewlett Packard Enterprise Development LP
|
||||
--* (c) Copyright 2019-2022 Hewlett Packard Enterprise Development LP
|
||||
--* All Rights Reserved.
|
||||
--*
|
||||
--* The contents of this software are proprietary and confidential
|
||||
@ -32,7 +32,7 @@ IMPORTS
|
||||
FROM ARUBAWIRED-NETWORKING-OID;
|
||||
|
||||
arubaWiredVsfMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "202003240000Z" -- March 24, 2020
|
||||
LAST-UPDATED "202203030000Z" -- March 03, 2022
|
||||
ORGANIZATION "HPE/Aruba Networking Division"
|
||||
CONTACT-INFO "Hewlett Packard Company 8000 Foothills Blvd. Roseville,
|
||||
CA 95747"
|
||||
@ -40,6 +40,9 @@ arubaWiredVsfMIB MODULE-IDENTITY
|
||||
DESCRIPTION "This MIB module describes objects used to manage Virtual
|
||||
Switching Framework (VSF) feature."
|
||||
|
||||
REVISION "202203030000Z" -- March 03, 2022
|
||||
DESCRIPTION "Fixed syntax errors"
|
||||
|
||||
REVISION "202003240000Z" -- March 24, 2020
|
||||
DESCRIPTION "Added arubaWiredVsfNotificationsGroup"
|
||||
|
||||
@ -96,12 +99,12 @@ arubaWiredVsfOperStatus OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"Describes current split state of VSF stack. Split state can be
|
||||
one of the following:
|
||||
noSplit: Both primary and secondary members are
|
||||
physically present and operational.
|
||||
fragmemtActive: A stack split has been detected and all network
|
||||
interfaces in this fragment are active.
|
||||
fragmentInactive: A stack split has been detected and all network
|
||||
interfaces in this fragment are inactive."
|
||||
no_split: Both primary and secondary members are
|
||||
physically present and operational.
|
||||
fragment_active: A stack split has been detected and all network
|
||||
interfaces in this fragment are active.
|
||||
fragment_inactive: A stack split has been detected and all network
|
||||
interfaces in this fragment are inactive."
|
||||
::= { arubaWiredVsfStatus 1 }
|
||||
|
||||
arubaWiredVsfTopology OBJECT-TYPE
|
||||
@ -175,18 +178,18 @@ arubaWiredVsfMemberStatus OBJECT-TYPE
|
||||
DESCRIPTION "Specifies the status of the member-switch in the VSF
|
||||
stack. The switch status can be one of:
|
||||
|
||||
`notPresent`: Member is not physically part of the
|
||||
stack.
|
||||
`booting`: Member is booting up.
|
||||
`ready`: Member has finished booting, and its
|
||||
interfaces can forward traffic.
|
||||
`versionMismatch`: Member is not running the same
|
||||
operating system version as the master
|
||||
switch.
|
||||
`communicationFailure`: The master switch is unable to
|
||||
communicate with the member.
|
||||
`inOtherFragment`: Member is part of another fragment as
|
||||
discovered through split detection."
|
||||
`not_present`: Member is not physically part of the
|
||||
stack.
|
||||
`booting`: Member is booting up.
|
||||
`ready`: Member has finished booting, and its
|
||||
interfaces can forward traffic.
|
||||
`version_mismatch`: Member is not running the same
|
||||
operating system version as the conductor
|
||||
switch.
|
||||
`communication_failure`: The conductor switch is unable to
|
||||
communicate with the member.
|
||||
`in_other_fragment`: Member is part of another fragment as
|
||||
discovered through split detection."
|
||||
::= { arubaWiredVsfMemberEntry 3 }
|
||||
|
||||
arubaWiredVsfMemberPartNumber OBJECT-TYPE
|
||||
@ -370,9 +373,9 @@ arubaWiredVsfFragmentStatusChange NOTIFICATION-TYPE
|
||||
active or inactive."
|
||||
::= { arubaWiredVsfNotifications 2 }
|
||||
|
||||
arubaWiredVsfConformance OBJECT IDENTIFIER::={arubaWiredVsfMIB 2 }
|
||||
arubaWiredVsfCompliances OBJECT IDENTIFIER::={arubaWiredVsfConformance 1}
|
||||
arubaWiredVsfGroups OBJECT IDENTIFIER::={arubaWiredVsfConformance 2}
|
||||
arubaWiredVsfConformance OBJECT IDENTIFIER ::= {arubaWiredVsfMIB 2 }
|
||||
arubaWiredVsfCompliances OBJECT IDENTIFIER ::= {arubaWiredVsfConformance 1}
|
||||
arubaWiredVsfGroups OBJECT IDENTIFIER ::= {arubaWiredVsfConformance 2}
|
||||
|
||||
arubaWiredVsfConfigScalarGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
|
Reference in New Issue
Block a user