Commit version 24.12.13800
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- Broadcom FastPath Authentication Manager MIB
|
||||
-- Copyright 2016-2018 Broadcom.
|
||||
-- Copyright 2016-2020 Broadcom.
|
||||
-- This SNMP Management Information Specification
|
||||
-- embodies Broadcom's confidential and proprietary
|
||||
-- intellectual property. Broadcom retains all title
|
||||
@ -25,13 +25,24 @@ DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
fastPathAuthMgr MODULE-IDENTITY
|
||||
|
||||
LAST-UPDATED "201812260000Z" -- 26 December 2018 12:00:00 GMT
|
||||
ORGANIZATION "Dell EMC"
|
||||
LAST-UPDATED "202010080000Z" -- 08 October 2020 12:00:00 GMT
|
||||
ORGANIZATION "Dell"
|
||||
CONTACT-INFO ""
|
||||
DESCRIPTION
|
||||
"The Dell Networking Private MIB for Authentication Manager"
|
||||
|
||||
-- Revision history.
|
||||
REVISION
|
||||
"202010080000Z" -- 08 October 2020 12:00:00 GMT
|
||||
DESCRIPTION
|
||||
"Added new objects agentAuthMgrClientLinkSecPolicy and agentAuthMgrPortLinkSecPolicy.
|
||||
Added new object agentAuthMgrClientSessionTimeLeft in the agentAuthMgrClientStatusTable."
|
||||
REVISION
|
||||
"202008250000Z" -- 25 August 2020 12:00:00 GMT
|
||||
DESCRIPTION
|
||||
"Added new object agentAuthMgrPortAuthControlDirection in
|
||||
agentAuthMgrInterfaceConfigAuthenticationTable."
|
||||
|
||||
REVISION
|
||||
"201812260000Z" -- 26 December 2018 12:00:00 GMT
|
||||
DESCRIPTION
|
||||
@ -310,6 +321,10 @@ DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
INTEGER
|
||||
,agentAuthMgrPortAuthenticationOpen
|
||||
INTEGER
|
||||
,agentAuthMgrPortAuthControlDirection
|
||||
INTEGER
|
||||
,agentAuthMgrPortLinkSecPolicy
|
||||
INTEGER
|
||||
}
|
||||
|
||||
agentAuthMgrPortControlMode OBJECT-TYPE
|
||||
@ -490,6 +505,34 @@ DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
"Specifies whether Open Authentication is enabled on the port."
|
||||
DEFVAL {none}
|
||||
::= { agentAuthMgrInterfaceConfigAuthenticationEntry 13}
|
||||
|
||||
agentAuthMgrPortAuthControlDirection OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
both(1),
|
||||
in(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Sets the authentication control direction for the
|
||||
traffic flow of the interface."
|
||||
DEFVAL {both}
|
||||
::= { agentAuthMgrInterfaceConfigAuthenticationEntry 14}
|
||||
|
||||
|
||||
agentAuthMgrPortLinkSecPolicy OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
shouldSecure(1),
|
||||
mustSecure(2),
|
||||
mustNotSecure(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specifies LinkSec policy on the port."
|
||||
DEFVAL {shouldSecure}
|
||||
::= { agentAuthMgrInterfaceConfigAuthenticationEntry 15}
|
||||
|
||||
--**************************************************************************************
|
||||
-- agentAuthMgrInterfaceStatusGroup
|
||||
--**************************************************************************************
|
||||
@ -610,6 +653,10 @@ DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
DisplayString,
|
||||
agentAuthMgrClientRedirectURL
|
||||
DisplayString
|
||||
,agentAuthMgrClientLinkSecPolicy
|
||||
INTEGER
|
||||
,agentAuthMgrClientSessionTimeLeft
|
||||
Unsigned32
|
||||
}
|
||||
|
||||
|
||||
@ -747,7 +794,7 @@ DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specifies the session time remaining for the client if assigned
|
||||
"Specifies the session time out value if assigned
|
||||
by the Radius server. A value of 0 indicates that no session
|
||||
timeout was assigned by the RADIUS server. This value is only
|
||||
valid when the client is in authenticated state. "
|
||||
@ -794,6 +841,32 @@ DNOS-AUTHENTICATION-MANAGER-MIB DEFINITIONS ::= BEGIN
|
||||
authenticated state."
|
||||
::= { agentAuthMgrClientStatusEntry 17}
|
||||
|
||||
agentAuthMgrClientLinkSecPolicy OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
shouldSecure(1),
|
||||
mustSecure(2),
|
||||
mustNotSecure(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specifies the LinkSec policy for the client.
|
||||
This value is populated only if it has been assigned by the
|
||||
RADIUS server. This value is only valid when the client is in
|
||||
authenticated state."
|
||||
DEFVAL {shouldSecure}
|
||||
::= { agentAuthMgrClientStatusEntry 18}
|
||||
|
||||
agentAuthMgrClientSessionTimeLeft OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Specifies the time left for the session termination
|
||||
action to occur. This value is only
|
||||
valid when the client is in authenticated state. "
|
||||
::= { agentAuthMgrClientStatusEntry 19}
|
||||
|
||||
agentAuthMgrAuthHistoryResultsGroup OBJECT IDENTIFIER ::= { fastPathAuthMgr 5 }
|
||||
|
||||
agentAuthMgrPortAuthHistoryResultTable OBJECT-TYPE
|
||||
|
Reference in New Issue
Block a user