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:
dennypage
2021-08-04 00:43:08 -07:00
committed by GitHub
parent 0ff299f77c
commit 6fc5f11a44
81 changed files with 25788 additions and 13054 deletions

View File

@@ -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