Technical References

addr = 192.168.50.0
bootp = disabled
deactivated =
You can also include attribute definitions on the same line. This example creates the same scope,
but also specifies the name of the DNS zone to which a DHCP client's host name should be
added:
scope testscope create
nrcmd> scope testScope create 192.168.50.0 255.255.255.0
100 Ok
testScope:
addr = 192.168.50.0
bootp = disabled
deactivated =
After the create keyword creates and assigns all specified parameters to the object, it checks that
all required attributes have values (either default or user-specified). If you omit required
attributes, Network Registrar returns an error.
Set Keyword
You use the set keyword to set the value of an attribute that is already created. If you want to set a
list of values, such as DNS servers or IP addresses, you can separate them with commas.
This example specifies the name of the DNS zone to which a DHCP client’s host name should be
added:
nrcmd> scope testScope set dns-zone-name=example.com.
100 Ok
dns-zone-name=example.com.