Cisco Cisco Prime IP Express 8.3 Technical References

Page of 277
 
unusable-addresses 
 
The number of addresses marked unusable.
 
vpn-id 
 default = 0
 
Identifies the VPN that contains this subnet.
dns
 
    dns - Configures and controls the DNS server
  Synopsis
 
    dns disable <attribute>
    dns enable <attribute>
    
    dns get <attribute>
    dns set <attribute>=<value> [attribute>=<value ...]
    dns unset <attribute>
    dns show
    
    dns findRR -name <fqdn>|<addr>
    dns findRR [-namePrefix <namePrefix>] [-rrTypes <rrTypeList>]
               [-protected | -unprotected] [-zoneType forward | reverse
                | primary | secondary | ALL]
    dns rebuildRR-Indexes
    dns forceXfer secondary
    dns scavenge
    dns serverLogs show
    dns serverLogs nlogs=<nlogs> logsize=<logsize>
    dns getStats [performance | query | errors | security | maxcounters |
                  ha | ipv6 | all] [total | sample]
    dns resetStats
    dns getUtilization
    dns getZoneCount [forward | reverse | primary | secondary | ALL]
    dns getRRCount [zone <name> | forward | reverse | primary | secondary | ALL]
    dns setPartnerDown
    
  Description
    The dns command lets you configure the DNS server in the cluster. 
    dns findRR -name <fqdn>|<addr>
    dns findRR [-namePrefix <namePrefix>] [-rrTypes <rrTypeList>]
               [-protected | -unprotected] [-zoneType forward | reverse
                | primary | secondary | ALL]
       Use the findRR commands to display the resource records for a
       specific domain name; or to display those matching a name prefix, 
       a list of resource record types--whether protected or unprotected--and 
       certain zone types.
    dns rebuildRR-Indexes
       The rebuildRR-Indexes command rebuilds the resource record 
       indexes.
    dns forceXfer secondary
       The forceXfer command forces full zone transfers for every zone       
       whose type matches the type (primary or secondary) specified in 
       the command, regardless of the SOA serial numbers, to synchronize
       DNS data store.  If a normal zone transfer is already in progress, 
       the forceXfer command schedules a full zone transfer for that 
       zone immediately after the normal zone transfer finishes. 
       Note: The option for primary is not yet available.