aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/mobileipv6.xml
blob: 13b28cfc91e48db492b606e6035f6a4d38c0db1b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>

	<application id="7" name="Diameter Mobile IPv6 IKE   (MIP6I)" uri="http://www.ietf.org/rfc/rfc5778.txt">
	</application>
	<application id="8" name="Diameter Mobile IPv6 Auth  (MIP6A)" uri="http://www.ietf.org/rfc/rfc5778.txt">

		<!-- Mobile-IPv6 Application -->
		<command name="MIP6-Request/Answer" code="325" vendor-id="None"/>

		<!-- ************************** Mobile-IPv6 AVPS ********************* -->

<!--
http://www.iana.org/assignments/aaa-parameters
-->

		<!-- RFC5447 -->

		<avp name="MIP6-Agent-Info" code="486" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<grouped>
				<gavp name="MIP-Home-Agent-Address"/>
				<gavp name="MIP-Home-Agent-Host"/>
				<gavp name="MIP6-Home-Link-Prefix"/>
				<gavp name="AVP"/>
			</grouped>
		</avp>

		<!-- RFC5778 -->

		<avp name="MIP-Careof-Address" code="487" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="IPAddress"/>
		</avp>
		<avp name="MIP-Authenticator" code="488" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="OctetString"/>
		</avp>
		<avp name="MIP-MAC-Mobility-Data" code="489" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="OctetString"/>
		</avp>
		<avp name="MIP-Timestamp" code="490" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="OctetString"/>
		</avp>
		<avp name="MIP-MN-HA-SPI" code="491" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="Unsigned32"/>
		</avp>
		<avp name="MIP-MN-HA-MSA" code="492" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<grouped>
				<gavp name="MIP-Session-Key"/>
				<gavp name="MIP-MSA-Lifetime"/>
				<gavp name="MIP-MN-HA-SPI"/>
				<gavp name="MIP-Algorithm-Type"/>
				<gavp name="MIP-Replay-Mode"/>
				<gavp name="AVP"/>
			</grouped>
		</avp>
		<avp name="Service-Selection" code="493" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="UTF8String"/>
		</avp>
		<avp name="MIP6-Auth-Mode" code="494" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
			<type type-name="Enumerated"/>
			<enum name="Reserved" code="0"/>
			<enum name="IP6_AUTH_MN_AAA" code="1"/>
		</avp>

		<!-- RFC5779 -->

		<avp name="PMIP6-DHCP-Server-Address" code="504">
			<type type-name="IPAddress"/>
		</avp>
		<avp name="PMIP6-IPv4-Home-Address" code="505">
			<type type-name="IPAddress"/>
		</avp>
		<avp name="Mobile-Node-Identifier" code="506">
			<type type-name="UTF8String"/>
		</avp>
		<avp name="Service-Configuration" code="507">
			<grouped>
				<gavp name="MIP6-Agent-Info"/>
				<gavp name="Service-Selection"/>
				<gavp name="AVP"/>
			</grouped>
		</avp>

		<!-- ************************ END Mobile-IPv6 AVPS ******************* -->

	</application>