Commit version 24.12.13800
This commit is contained in:
@ -35,7 +35,7 @@ HP-AUTH-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
hpSwitchAuthenticationMIB MODULE-IDENTITY
|
||||
|
||||
LAST-UPDATED "202009070000Z" -- Sep 07, 2020
|
||||
LAST-UPDATED "202111110000Z" -- Nov 11, 2021
|
||||
ORGANIZATION "HPE Networking"
|
||||
CONTACT-INFO "Hewlett Packard Company
|
||||
8000 Foothills Blvd.
|
||||
@ -45,6 +45,11 @@ HP-AUTH-MIB DEFINITIONS ::= BEGIN
|
||||
the Authentication features of devices in the HP
|
||||
Integrated Communication Facility product line."
|
||||
|
||||
REVISION "202111110000Z" -- Nov 11, 2021
|
||||
DESCRIPTION "Added range restriction for the index elements
|
||||
hpSwitchAAAServerGroupIndex, hpSwitchAAAServerGroupServerIndex,
|
||||
hpSwitchAAAServerGroupNasIndex, hpSwitchLocalMgmtPrivUsernameIndex."
|
||||
|
||||
REVISION "202009070000Z" -- Sep 07, 2020
|
||||
DESCRIPTION "Added new MIB object 'hpSwitchRadiusTunnelPrivateGroupId'
|
||||
to hpSwitchRadiusConfig"
|
||||
@ -85,6 +90,7 @@ HP-AUTH-MIB DEFINITIONS ::= BEGIN
|
||||
REVISION "201811290000Z" -- Nov 29, 2018
|
||||
DESCRIPTION "Added 'hpSwitchRadiusExcludeVsa' MIB object
|
||||
in 'hpSwitchRadiusConfig' table."
|
||||
|
||||
REVISION "201811120000Z" -- Nov 12, 2018
|
||||
DESCRIPTION "Modified the MIB object 'hpSwitchRadiusFqdnRetry' in
|
||||
'hpSwitchRadiusConfig' table."
|
||||
@ -1380,7 +1386,7 @@ HP-AUTH-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
hpSwitchRadiusTrackingUserName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..64))
|
||||
MAX-ACCESS read-create
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "This user name will be used to send Access-Request packets to
|
||||
the RADIUS server to track it."
|
||||
@ -2852,7 +2858,7 @@ STATUS current
|
||||
::= { hpSwitchAAAServerGroupEntry 1 }
|
||||
|
||||
hpSwitchAAAServerGroupIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Integer32 (1..5)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "This index indicates the server group in the
|
||||
@ -2860,7 +2866,7 @@ STATUS current
|
||||
::= { hpSwitchAAAServerGroupEntry 2 }
|
||||
|
||||
hpSwitchAAAServerGroupServerIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Integer32 (1..3)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The index value which identifies the server in
|
||||
@ -2959,7 +2965,7 @@ STATUS current
|
||||
::= { hpSwitchAAAServerGroupNasEntry 1 }
|
||||
|
||||
hpSwitchAAAServerGroupNasIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Integer32 (1..5)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "This index indicates the server group in the
|
||||
@ -3027,7 +3033,7 @@ STATUS current
|
||||
}
|
||||
|
||||
hpSwitchLocalMgmtPrivUsernameIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Integer32 (1..100)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The index value uniquely identifies a row
|
||||
|
Reference in New Issue
Block a user