Technical References
? Will match a single character. For example, the
pattern zone?.com matches zone1.com, zone2.com,
etc but does not match zone.com
[...] Will match any characters listed within the
brackets. For example, you can provide a range
such as 0-9 or a-z. If the pattern also includes
the - character, make it the first character in
the list (i.e. dhcp[-a-z]*)
rr-types: A comma delimited list of RR types for this rule. Each RR
type can also be negated using the exclamation point
(i.e. !A,!TXT). You can also specify all types the an
asterisk (*).
vpn
vpn - Defines a logical VPN within which other DHCP objects
may be configured
Note: The namespace command is a synonym for compatibility
with earlier versions of Network Registrar.
Synopsis
vpn <name> create <id-value> [<attribute>=<value> ...]
vpn <name> delete
vpn list
vpn listnames
vpn <name> show
vpn <name> get <attribute>
vpn <name> set <attribute>=<value> [<attribute>=<value> ...]
vpn <name> unset <attribute>
Description
The vpn commands manipulate VPN objects in the DHCP server
configuration. Each VPN must have a unique ID value.
Other objects are associated with (or placed into) a VPN by
VPN id.
Note: The reserved names "global" and "all" cannot be used
as VPN names. These reserved names are used by other commands that
take vpn names as arguments.
In contrast to most other CLI configuration objects, you can
change the name of a VPN. The ID of the VPN, however, cannot
be changed. Both the name and ID of the VPN must be unique
upon creation.
Examples
nrcmd> vpn red show
nrcmd> vpn red set vpn-id=23:456