This file is indexed.

/usr/lib/python2.7/dist-packages/napalm_eos/utils/textfsm_templates/snmp_config.tpl is in python-napalm-eos 0.6.1-1.

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
Value Location (\w+.*)
Value Contact (\w+.*)
Value Chassis_ID (\w+.*)
Value Community (\w+.*)
Value Mode (ro|rw)
Value ACL (\w+.*)

Start
  ^snmp-server\slocation\s${Location}
  ^snmp-server\scontact\s${Contact}
  ^snmp-server\schassis-id\s${Chassis_ID}
  ^snmp-server\scommunity\s${Community}\s((${Mode} ${ACL})|(group\s(.*))) -> Next.Record

EOF