aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-pcap-server/osmo-pcap-server.cfg
blob: abfae61c4fff6ff7d0f9200e0ee4eb9960079524 (plain)
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
!
! OsmoPCAPServer (UNKNOWN) configuration saved from vty
!!
!
log stderr
  logging color 1
  logging print category-hex 0
  logging print category 1
  logging timestamp 0
  logging print file basename last
  logging print level 1
  logging level all everything
  logging level pcap notice
  logging level client notice
  logging level server notice
  logging level vty notice
!
line vty
 no login
!
server
 base-path /tmp
 file-permission-mask 0440
 server ip 127.0.0.1
 server port 6001
 max-file-size 262144000
 client zecke 127.0.0.1