Cisco Cisco Prime IP Express 8.3 Technical References

Page of 277
 
    The cdns execute command can only be run from the localhost that is
    running the cdns server. The commands supported are as follows:
 
        dump-cache      dumps the in-memory cache to the specified file
        load-cache      loads in-memory cache from a specified file 
        dump-reqlist    dumps the active query request list to the
                          specified file
        flush-reqlist   drops all active query requests
    The local cluster can only be deleted while in expert mode.
    The dhcp setFailoverState command can be used to force failover state
    changes. This must be used with extreme care and is not recommended.
    
    The object command can be used to display (or delete) the object with
    a specified oid. If -class=<classname> is specified, the DB for that
    class is used (the classname must be specified using the correct
    case). If -db=<dbid> is specified, the specified DB is used (the dbid
    must be specified in uppercase). If neither -class or -db is
    specified, the CCM DB is assumed.
    The server-agent command can be used to manipulate how the cnrservagt
    starts servers. Note that once changes are made, Network Registrar
    must be restarted before these changes will take effect.
    
    Note: When setting server-agent attributes that contain TCL special
    characters (such as $), create a file that contains the desired string
    and then set the attribute using:
         server-agent <name> set <attribute>=@<file-name>
    The dns ha-sync-all-rrs and zone ha-sync-all-rrs commands can be used
    to manually schedule HA zone sync for all zones, or a single zone,
    respectively. If main-to-backup or backup-to-main is specified, all
    RRs in the target zone will be overwritten by the source zone RRs.
    Otherwise, the server algorithms are used to merge the RR changes.
  Examples
 
  Limitations
 
acl
 
    acl - Manages DNS access control lists which are used to control
          zone access for DNS updates, zone transfers and queries 
  Synopsis
 
    acl list
    acl listnames
    acl <name> show 
    acl <name> create "<match-list>" 
    acl <name> delete  
    acl <name> get <attribute>
    acl <name> set <attribute>=<value> 
    acl <name> unset <attribute>
    acl <name> add "<match-list>"
    acl <name> remove "<match-list>"
    
  Description
 
    The acl command is used to manage DNS ACLs which are used to
    restrict dynamic DNS updates, zone transfers and queries. Once you
    have created the acl object, it can be used with the update-acl,
    restrict-xfer-acl and restrict-query-acl on the DNS server or
    a zone object.
    You can specify the match-list as a comma-separated list of
    values, enclosed in quotes, or you can use the add and remove
    commands to edit the match list. The add command will add elements
    to the end of the list. The remove command will remove the first
    matching element in the match-list.