Commit version 24.12.13800
This commit is contained in:
@ -6,7 +6,7 @@ IMPORTS
|
||||
RowStatus FROM SNMPv2-TC -- [RFC2579]
|
||||
DisplayString FROM SNMPv2-TC -- [RFC2579]
|
||||
|
||||
InetAddressType, InetAddress FROM INET-ADDRESS-MIB
|
||||
InetAddressType FROM INET-ADDRESS-MIB
|
||||
fdryTacacs FROM FOUNDRY-SN-ROOT-MIB -- [snroo101]
|
||||
ServerUsage FROM FDRY-RADIUS-MIB -- [fdryradius]
|
||||
;
|
||||
@ -45,6 +45,22 @@ fdryTacacsMIB MODULE-IDENTITY
|
||||
|
||||
::= { fdryTacacs 1 }
|
||||
|
||||
-- textual conventions
|
||||
|
||||
InetAddress ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1x "
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Denotes a generic Internet address.
|
||||
An InetAddress value is always interpreted within the context
|
||||
of an InetAddressType value. Every usage of the InetAddress
|
||||
textual convention is required to specify the InetAddressType
|
||||
object that provides the context. It is suggested that the
|
||||
InetAddressType object be logically registered before the
|
||||
object(s) that use the InetAddress textual convention, if
|
||||
they appear in the same logical row
|
||||
"
|
||||
SYNTAX OCTET STRING (SIZE (0..255))
|
||||
--
|
||||
-- Top level components of this MIB.
|
||||
--
|
||||
|
Reference in New Issue
Block a user