Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -321,7 +321,7 @@ fsTacClntAuthorStatus OBJECT-TYPE
SYNTAX INTEGER {
disable(0),
enable(1),
enable_fallback(2)
enableFallback(2)
}
MAX-ACCESS read-write
STATUS current
@ -329,11 +329,77 @@ fsTacClntAuthorStatus OBJECT-TYPE
"Tacacs authorization status:
disable: disable TACACS authoration
enable: enable TACACS authoration
enable_fallback: enable and allow fallback from local
enableFallback: enable and allow fallback from local
when TACACS+ server down or doesn't response"
DEFVAL { disable }
::= { futureTacacsClientScalarGroup 6 }
fsTacClntAuthorServerGroup OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to specify the server group name when doing TACACS
authorization. If this value is empty, then all TACACS server will be
used."
DEFVAL { "" }
::= { futureTacacsClientScalarGroup 7 }
--------------------------------------
--Accounting scalar MIB definitions
--------------------------------------
fsTacClntAccountingStatus OBJECT-TYPE
SYNTAX INTEGER {
disable(0),
enable(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"TACACS accounting status:
disable: disable TACACS accounting
enable: enable TACACS accounting"
DEFVAL { disable }
::= { futureTacacsClientScalarGroup 8 }
fsTacClntAccountingPrivilege OBJECT-TYPE
SYNTAX Integer32 (0..15|255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"TACACS sends the accounting information for all the executed commands
at the specified privilege level, the valid privilege level entries are
from 0 through 15, or 255 for all levels."
DEFVAL { 255 }
::= { futureTacacsClientScalarGroup 9 }
fsTacClntAccountingSendType OBJECT-TYPE
SYNTAX INTEGER {
sendStopOnly(0),
sendStartStop(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"TACACS accounting timing:
sendStopOnly: Sends a stop accounting notice at the end of the
requested user process.
sendStartStop: Sends a start accounting notice at the beginning of a
process and a stop accounting notice at the end of a process."
DEFVAL { sendStopOnly }
::= { futureTacacsClientScalarGroup 10 }
fsTacClntAccountingServerGroup OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to specify the server group name when doing TACACS
accounting. If this value is empty, then all TACACS server will be
used."
DEFVAL { "" }
::= { futureTacacsClientScalarGroup 11 }
-- Tabular MIB definitions
-- ***********************