summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/etc/qpid-dispatch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/extras/dispatch/etc/qpid-dispatch.conf')
-rw-r--r--qpid/extras/dispatch/etc/qpid-dispatch.conf54
1 files changed, 17 insertions, 37 deletions
diff --git a/qpid/extras/dispatch/etc/qpid-dispatch.conf b/qpid/extras/dispatch/etc/qpid-dispatch.conf
index ce7f5ed4c1..83fa98af60 100644
--- a/qpid/extras/dispatch/etc/qpid-dispatch.conf
+++ b/qpid/extras/dispatch/etc/qpid-dispatch.conf
@@ -102,6 +102,7 @@ listener {
listener {
label: Router Interconnect Access
+ role: inter-router
addr: 0.0.0.0
port: 5671
sasl-mechanisms: EXTERNAL
@@ -112,6 +113,7 @@ listener {
connector {
label: Router Uplink
+ role: inter-router
addr: backbone.enterprise.com
port: amqps
sasl-mechanisms: EXTERNAL
@@ -125,49 +127,27 @@ connector {
##
router {
##
- ## area and router-id - Each router is assigned an area name and a
- ## router-id that is unique within the area.
- ##
- area: all
- router-id: Router.A
-
- ##
- ## hello-interval - The interval, in seconds, between HELLO messages
- ## sent between connected routers. This interval can be relatively
- ## fast because HELLO messages do not propagate beyond one hop on the
- ## network. A good value is 1 second.
- ##
- hello-interval: 1
-
+ ## Router Mode:
##
- ## hello-max-age - The maximum time, in seconds, that can elapse
- ## without receiving a HELLO message from a neighbor before that
- ## neighbor is declared absent. A good value is 3 seconds.
+ ## standalone - Standalone router. In standalone mode, the router operates as
+ ## a single component. It does not participate in the routing protocol
+ ## and therefore will not coorperate with other routers.
+ ## interior - Interior router. The router operates in cooreration with other
+ ## interior routers in an interconnected network.
+ ## edge - Edge router. The router operates with an uplink into an interior
+ ## router network. Edge routers are typically used as connection concentrators
+ ## or as security firewalls for access into the interior network.
##
- hello-max-age: 3
+ mode: standalone
##
- ## ra-interval - The interval, in seconds, between RA (Router
- ## Advertisement) messages sent by this router. This interval should
- ## be considerably longer than the hello interval because RA messages
- ## propagate across the area. A good value is 30 seconds.
+ ## For Interior router mode only.
##
- ra-interval: 30
-
- ##
- ## remote-ls-max-age - The maximum age, in seconds, of a remote
- ## link-state record. Any such records that are not updated and time
- ## out shall be removed from the set and the topology shall be
- ## recomputed. A good value is 60 seconds.
- ##
- remote-ls-max-age: 60
-
- ##
- ## mobile-addr-max-age - The maximum age, in seconds, of a remote
- ## mobile address record. Any record that exceeds this age shall be
- ## removed from the routing table. A good value is 60 seconds.
+ ## area and router-id - Each router is assigned an area name and a
+ ## router-id that is unique within the area.
##
- mobile-addr-max-age: 60
+ area: all
+ router-id: Router.A
}