Cisco Cisco Prime IP Express 8.3 Technical References

Page of 277
 
v6-rsoo-allowed-options 
(obj(0))
 
Lists the RSOO-enabled options that server will process, if
provided by a relay and no option is otherwise available. See
RFC 6422 for more details on RSOO (Relay Supplied Options Option).
This attribute has special handling during the policy hierarchy
processing when checking the Prefix policies (embedded or named)
for the Prefixes on a Link. The Prefixes for the Link are
processed in alphabetic (case blind) order. For each Prefix, the
embedded and then named policy are checked. Only Prefixes to which
the client has access (based on selection tags, etc.) are checked.
 
valid-lifetime 
 default = 2w
 
Assigns the default and maximum valid lifetime for leases to
DHCPv6 client interfaces. Expressed in seconds and relative
to the time the server sent the packet, this attribute sets
the length of time that an address remains valid.  When this
period of time expires, the address becomes invalid and
unusable. The valid lifetime must be greater than or equal
to the preferred lifetime.
Note: For IA_TA's, the min-valid-lifetime is used as the
default, if configured.
 
view-id 
 
Designates the optional view associated with zones used for DNS
update that overrides the view-id configuration in forward
(reverse) DNS Update configuration object.
client-policy
 
    client-policy - Adds DHCP policy information to a client object
  Synopsis
 
    client-policy <client-name> delete 
    client-policy <client-name> set <attribute>=<value>
                                   [<attribute>=<value> ...]
    client-policy <client-name> get <attribute>
    
    client-policy <client-name> disable <attribute>
    client-policy <client-name> enable <attribute>
    client-policy <client-name> show 
    
    client-policy <client-name> setLeaseTime <time-val>
    client-policy <client-name> getLeaseTime
    client-policy <client-name> setOption <opt-name | id> <value>
    client-policy <client-name> getOption <opt-name | id>
    client-policy <client-name> unsetOption <opt-name | id> 
    client-policy <client-name> listOptions 
    client-policy <client-name> setV6Option <opt-name | id> <value>
    client-policy <client-name> getV6Option <opt-name | id>
    client-policy <client-name> unsetV6Option <opt-name | id> 
    client-policy <client-name> listV6Options 
    client-policy <name> setVendorOption <opt-name | id>
                                         <opt-set-name> <value>
    client-policy <name> getVendorOption <opt-name | id>
                                         <opt-set-name>
    client-policy <name> unsetVendorOption <opt-name | id>
                                           <opt-set-name>
    client-policy <name> listVendorOptions
    client-policy <name> setV6VendorOption <opt-name | id>
                                           <opt-set-name> <value>
    client-policy <name> getV6VendorOption <opt-name | id>
                                           <opt-set-name>
    client-policy <name> unsetV6VendorOption <opt-name | id>
                                             <opt-set-name>
    client-policy <name> listV6VendorOptions
  Description