home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service snmp description <desc>

Records a brief description of the system.

set service snmp description desc
delete service snmp description
show service snmp description
desc
Optional. A brief description of the system. This description is stored as MIB-2 system information. Letters, numbers, and hyphens are supported.

When set, this description is stored as the object ID sysDescr. By default, sysDescr is set to Vyatta [version-string], where version-string is the version of vRouter software.

Configuration mode


service {
	snmp {
		description desc
	}
}

Use this command to record a brief description of the system.

Use the set form of this command to record a brief description of the system.

Use the delete form of this command to remove the system description.

Use the show form of this command to view the system description.