mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Cisco Small Business (mostly) MIBs (#13099)
* Update Cisco MIBs * Update Cisco MIBs * Delete BRIDGE-MIB This file is a standard one. Ne need to replicate it in cisco mib-dir. Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
This commit is contained in:
@@ -578,7 +578,8 @@ RlDhcpClInformationEntry ::= SEQUENCE {
|
||||
rlDhcpClInformationTftpServerName DisplayString,
|
||||
rlDhcpClInformationTftpFileName DisplayString,
|
||||
rlDhcpClInformationTimeZone DisplayString,
|
||||
rlDhcpClInformationTftpImageName DisplayString
|
||||
rlDhcpClInformationTftpImageName DisplayString,
|
||||
rlDhcpClInformationPnpData DisplayString
|
||||
}
|
||||
|
||||
rlDhcpClInformationIfIndex OBJECT-TYPE
|
||||
@@ -671,6 +672,14 @@ rlDhcpClInformationTftpImageName OBJECT-TYPE
|
||||
"Image filename to use in autoupdate process received by DHCP client."
|
||||
::= { rlDhcpClInformationEntry 12 }
|
||||
|
||||
rlDhcpClInformationPnpData OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE (0..160))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The pnp string received by DHCP client."
|
||||
::= { rlDhcpClInformationEntry 13 }
|
||||
|
||||
-- rlDhcpClInformationDnsServerListEntry --
|
||||
|
||||
|
||||
@@ -802,4 +811,52 @@ rlDhcpClAutoUpdateScpFileExtention OBJECT-TYPE
|
||||
DEFVAL{ "scp" }
|
||||
::= { rlDhcpCl 31 }
|
||||
|
||||
|
||||
------------------------------
|
||||
-- rlDhcpClEnabledByDefaultRemovedTable
|
||||
------------------------------
|
||||
|
||||
-- rlDhcpClEnabledByDefaultRemovedTable --
|
||||
|
||||
rlDhcpClEnabledByDefaultRemovedTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF RlDhcpClEnabledByDefaultRemovedEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "DHCP Client flag is relevant when host parameter dhcp_client_active_on_start is TRUE.
|
||||
If the MIB has non zero value the meaning is that DHCP client has removed from configuration by the user
|
||||
on the interface and signs to application not to add DHCP client entry. Otherwise (zero value) - the meaning is
|
||||
that DHCP client entry must be added. "
|
||||
::= { rlDhcpCl 32 }
|
||||
|
||||
rlDhcpClEnabledByDefaultRemovedEntry OBJECT-TYPE
|
||||
SYNTAX RlDhcpClEnabledByDefaultRemovedEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry (conceptual row) in rlDhcpClEnabledByDefaultRemovedTable."
|
||||
INDEX { rlDhcpClEnabledByDefaultRemovedIfIndex }
|
||||
::= { rlDhcpClEnabledByDefaultRemovedTable 1 }
|
||||
|
||||
RlDhcpClEnabledByDefaultRemovedEntry ::= SEQUENCE {
|
||||
rlDhcpClEnabledByDefaultRemovedIfIndex InterfaceIndex,
|
||||
rlDhcpClEnabledByDefaultRemovedStatus RowStatus
|
||||
}
|
||||
|
||||
rlDhcpClEnabledByDefaultRemovedIfIndex OBJECT-TYPE
|
||||
SYNTAX InterfaceIndex
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" The removed dhcp client interface, enabled by default. "
|
||||
::= { rlDhcpClEnabledByDefaultRemovedEntry 1 }
|
||||
|
||||
rlDhcpClEnabledByDefaultRemovedStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The status of this entry."
|
||||
::= { rlDhcpClEnabledByDefaultRemovedEntry 2}
|
||||
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user