Next: , Previous: version, Up: system Statement Definition and Usage   [Contents][Index]


A.1.2.3 nsid

DNS Name Server Identifier (see RFC 5001).

Use a string format "text" or a hexstring (e.g. 0x01ab00) If a boolean value of on is used, FQDN hostname is used as a default.

system {
  nsid 0x00cafe;
  nsid "cafe";
  nsid on;
}