Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 289
nrcmd
 
    nrcmd - run the Network Registrar command line interface
  Synopsis
 
    nrcmd [flags] [<command>]
  Description
 
    Flags can be zero or more of:
      -C <cluster>[:<port>]  Specify the cluster to connect to 
                             and optional port number.
      -N <name>              Specify the administrator name.
      -P <password>          Specify the administrator password.
      -V <visibility>        Specify the visibility level (default 5).
      -b                     Run in batch mode.
      -R                     Connect to a regional cluster.
    The visibility level controls which properties and features are
    visible to the session.  A lower visibility level makes more properties
    visible.  The default visibility level is 5, and should not be 
    changed without guidance from Cisco technical support.
    In batch mode, input is performed a line at a time rather than
    a character at a time, and the prompt is terminated with a newline
    character rather than a space.
  Examples
 
    % nrcmd -N admin -P changeme -C localhost
    % nrcmd -N admin -P changeme -C [::1]:1234
    nrcmd> 
intro
 
    intro - Introduction to nrcmd commands
  Synopsis
 
  Description
    The nrcmd commands fall into two basic groups: regular and irregular.
    The regular commands manipulate configuration objects such as DHCP
    Scopes and DNS Zones in a standard fashion.  The irregular commands
    do everything else that is useful.  This page will describe the
    general pattern of the regular commands.  The behavior of the
    irregular commands will be described in their individual man pages.
  Regular Command Form
    Regular commands provide common functions for creating, deleting,
    viewing and editing objects of a given class.
    Create 
      <cmd> <name> create [<required args>] [<prop>=<val>]
    Delete
      <cmd> <name> delete 
    List