comparison conf/opendiam.eap.testbed.aaa/opendiameter/nasd/config/nasd_pana_paa.xml @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e5a3c884de6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pana_configuration SYSTEM "nasd_pana_paa.dtd">
3 <pana_configuration>
4
5 <general>
6
7 <!-- UDP port that the PAA will listen to
8 for Pac messages. Note that this
9 does not bind to any address or interface
10 so it will receive Pac messages on any
11 interface -->
12 <listen_port>3001</listen_port>
13
14 <!-- Filename of the parser dictionary -->
15 <dictionary_filename>config/dictionary.xml</dictionary_filename>
16
17 <!-- Configurable retransmission parameters
18 as specified in the PANA draft. See
19 Sec 10 of the draft for rules govering
20 message retranmission -->
21 <retransmission_param>
22 <!-- Initial retransmission timeout -->
23 <initial_rt_timeout>10</initial_rt_timeout>
24
25 <!-- Maximum retransmission count -->
26 <max_rt_count>3</max_rt_count>
27
28 <!-- Maximum retransmission timeout -->
29 <max_rt_timeout>120</max_rt_timeout>
30
31 <!-- Maximum retransmission duration -->
32 <max_rt_duration>120</max_rt_duration>
33 </retransmission_param>
34
35 <!-- WPA (802.11i) bootstrap support
36 A 256-bit PMK key will be generated during the
37 Authorize method (and passed to authorization
38 script) when this option is enabled.
39 -->
40 <wpa_bootstrap>1</wpa_bootstrap>
41
42 <!-- Session lifetime enforces when this PANA
43 session will end. Note that this can controls
44 the deletion of the PANA session whether
45 the session was auth successfully or not -->
46 <session_lifetime>10</session_lifetime>
47
48 </general>
49
50 <agent>
51
52 <!-- When this options is enabled, the PAA will
53 attempt to carry the first EAP request in
54 the PANA-Start-Request message -->
55 <optimized_handshake>0</optimized_handshake>
56
57 <!-- This tells the PAA whether the session lifetime
58 AVP will be carried in the PANA-Bind-Rquest
59 message. If enabled, the session lifetime
60 defined previously will be sent to the PaC -->
61 <carry_lifetime>1</carry_lifetime>
62
63 <!-- This tells the PAA whether the PANA-Start-Request
64 will be retransmitted. This aids in keeping
65 a more stateless PAA if disabled -->
66 <retry_psr>0</retry_psr>
67
68 </agent>
69
70 </pana_configuration>
"Welcome to our mercurial repository"