
99
MIB configuration commands
display mib-style
Syntax
display mib-style
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
3: Manage level
Parameters
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use the
display mib-style
command to display the MIB style of the device.
Two MIB styles are available on the device:
new
and
compatible
. After obtaining the MIB style, you can
select matched H3C network management software based on the MIB style.
Related commands:
mib-style
.
Examples
# After getting the device ID from node
sysObjectID
, you find that it is an H3C device, and hope to know
the current MIB style or the MIB style after next boot of the device.
<Sysname> display mib-style
Current MIB style: new
Next reboot MIB style: new
The output shows that the current MIB style of the device is
new
, and the MIB style after next boot is still
new
.
mib-style
Syntax
mib-style
[
compatible
|
new
]
View
System view