/usr/share/freeradius/dictionary.rfc5607 is in freeradius-common 2.1.12+dfsg-1.2ubuntu8.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30  | # -*- text -*-
#
#	Attributes and values defined in RFC 5607.
#	http://www.ietf.org/rfc/rfc5607.txt
#
#	$Id$
#
VALUE	Service-Type			Framed-Management	18
ATTRIBUTE	Framed-Management			133	integer
VALUE	Framed-Management		SNMP			1
VALUE	Framed-Management		Web-Based		2
VALUE	Framed-Management		Netconf			3
VALUE	Framed-Management		FTP			4
VALUE	Framed-Management		TFTP			5
VALUE	Framed-Management		SFTP			6
VALUE	Framed-Management		RCP			7
VALUE	Framed-Management		SCP			8
ATTRIBUTE	Management-Transport-Protection		134	integer
VALUE	Management-Transport-Protection	No-Protection		1
VALUE	Management-Transport-Protection	Integrity-Protection	2
VALUE	Management-Transport-Protection	Integrity-Confidentiality-Protection 3
ATTRIBUTE	Management-Policy-Id			135	string
ATTRIBUTE	Management-Privilege-Level		136	integer
 |