BUG-9223:Remove hardcoded value of lldp interval
[openflowplugin.git] / openflowplugin-blueprint-config / src / main / resources / initial / openflowplugin.cfg
1 # vim:set ft=jproperties:
2 ################################################################################
3 # OpenFlowPlugin configuration file
4 #
5 # All config parameters listed here require to be configured before switch
6 # connection, else requires a switch restart.
7 # All parameters here will be persisted, however need to change it explicitly
8 # for each node of the cluster.
9 ################################################################################
10
11 #
12 # Quota for maximum number of RPC requests
13 #
14 # rpc-requests-quota=20000
15
16 #
17 # This parameter indicates whether it is mandatory for switch to support OF1.3
18 # features : table, flow, meter,group. If this is set to true and switch doesn't
19 # support these features its connection will be denied.
20 #
21 # switch-features-mandatory=false
22
23 #
24 # Global notification quota
25 #
26 # global-notification-quota=64000
27
28 #
29 # If enabled, periodic statistics gathering will be turned on
30 #
31 # is-statistics-polling-on=true
32
33 #
34 # Expose backward compatible statistics RPCs providing result in form of
35 # asynchronous notification. This is deprecated, use direct statistics instead.
36 #
37 # is-statistics-rpc-enabled=false
38
39 #
40 # Barrier timeout
41 #
42 # barrier-interval-timeout-limit=500
43
44 #
45 # Barrier limit
46 #
47 # barrier-count-limit=25600
48
49 #
50 # How long we should wait for echo reply (value is in milliseconds)
51 #
52 # echo-reply-timeout=2000
53
54 #
55 # Minimum (starting) number of threads in thread pool
56 #
57 # thread-pool-min-threads=1
58
59 #
60 # Maximum number of threads in thread pool
61 #
62 # thread-pool-max-threads=32000
63
64 #
65 # After how much time (in seconds) of inactivity will be threads in pool
66 # terminated
67 #
68 # thread-pool-timeout=60
69
70 #
71 # Turning on flow removed notification
72 #
73 # enable-flow-removed-notification=true
74
75 #
76 # Ability to skip pulling and storing of large table features. These features
77 # are still available via rpc but if set to true then maintenance in DS will be
78 # omitted
79 #
80 # skip-table-features=true
81
82 #
83 # Initial delay used in polling the statistics, value is in milliseconds
84 #
85 # basic-timer-delay=3000
86
87 #
88 # Maximum timer delay is the wait time to collect next statistics used in
89 # polling the statistics, value is in milliseconds
90 #
91 # maximum-timer-delay=900000
92
93
94
95 #############################################################################
96 #                                                                           #
97 #            Forwarding Rule Manager Application Configuration              #
98 #                                                                           #
99 #############################################################################
100
101 # Disable the default switch reconciliation mechanism
102 # disable-reconciliation=false
103
104 # Enable stale marking for switch reconciliation. Once user enable this feature
105 # forwarding rule manager will keep track of any change to the config data store
106 # while the switch is disconnected from controller. Once switch reconnect to the
107 # controller it will apply those changes to the switch and do the reconciliation
108 # of other configuration as well.
109 # NOTE: This option will be effective only if disable_reconciliation=false.
110 # stale-marking-enabled=false
111
112 # Number of time forwarding rules manager should retry to reconcile any specific
113 # configuration.
114 # reconciliation-retry-count=5
115
116
117 #############################################################################
118 #                                                                           #
119 #            Topology Lldp Discovery Configuration                          #
120 #                                                                           #
121 #############################################################################
122
123 # Periodic interval for sending LLDP packet for link discovery
124 # topology-lldp-interval=5000
125
126 # Timeout duration for LLDP response message
127 # topology-lldp-expiration-interval=60000