This file is indexed.

/usr/lib/python2.7/dist-packages/jnpr/junos/op/teddb.yml is in python-junos-eznc 2.0.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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
### ------------------------------------------------------
#### show ted database
#### ------------------------------------------------------

TedTable:
 rpc: get-ted-database-information
 args:
   extensive: True
 item: ted-database
 key: ted-database-id
 view: TedView

TedView:
 fields:
  type: ted-database-type
  age: { ted-database-age : int }
  link-in: { ted-database-link-in : int }
  link-out: { ted-database-link-out : int }
  protocol: ted-database-protocol
  link: _linkTable

_linkTable:
 item: ted-link
 key: ted-link-local-ifindex
 view: _linkView

_linkView:
 fields:
  remoteRTR: ted-link-to
  remoteIfI: { ted-link-remote-ifindex : int }
  remoteADD: ted-link-remote-address
  localIfI: { ted-link-local-ifindex : int }
  localADD: ted-link-local-address
  metric: { ted-link-metric : int }
  color: admin-groups/color


TedSummaryTable:
  rpc: get-ted-database-information
  item: ted-database-summary
  view: TedSummaryView

TedSummaryView:
  fields:
    iso-count: { ted-database-iso-count : int }
    inet-count: { ted-database-inet-count : int }