from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





smiquery

Section: SMI Tools (1)
Updated: August 10, 2004
Index Return to Main Contents
 

NAME

smiquery - query single information from SMI MIB modules  

SYNOPSIS

smiquery [ -Vh ] [ -p module ] command name  

DESCRIPTION

The smiquery program is used to query information on a single item from an MIB module, e.g. module meta information or a single type definition.  

OPTIONS

-V,-version
Show the smiquery version and exit.
-h,-help
Show a help text and exit. The help text lists all available commands.
-p module,-preload module
Preload the module module before reading the main module. This may be helpful if an incomplete main module misses to import some definitions.
command name
This specifies the kind of information to retrieve (module, imports, revisions, node, parent, compliance, index, members, children, type, or macro) and the item to retrieve.

The module in question is searched along a path, which is initialized by the SMIPATH environment variable or by /usr/share/mibs if SMIPATH is not set. Files with a .sming extension are expected to be (ol-style!) SMIng module files. Files with a .my or without any extension are expected to be SMIv1/v2 module files.  

EXAMPLE

This example queries for information on the node ifNumber defined in the module I-MIB.

  $ smiquery node I-MIB::ifNumber
       MibNode: I-MIB::ifNumber
           OID: 1.3.6.1.2.1.2.1
          Type: Integer32
   Declaration: OBJEC-TYPE
      NodeKind: scalar
        Access: rea-only
        Status: current
   Description: The number of network interfaces (regardless of their
                current state) present on this system.

 

SEE ALSO

The libsmi(3) project is documented at http://www.ibr.cs.t-bs.de/projects/libsmi/.  

AUTHOR

(C) 199-2004 F. Strauss, TU Braunschweig, Germany <strauss@ibr.cs.t-bs.de>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
SEE ALSO
AUTHOR





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.7 ms