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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
THIS IS A TEMPORARY FILE
MOBILE IP NUMBERS
The document "IP Mobility Support" [RFC 2002] specifies some message
types and extensibility fields.
Two separately maintained sets of numbering spaces, from which
Extension Type values are allocated, are used in Mobile IP:
The first set consists of those Extensions which may appear only
in Mobile IP control messages (those sent to and from UDP port
number 434). Currently, the following Types are defined for
Extensions appearing in Mobile IP control messages:
Value Name Reference
----- -------------------------------------- ---------
32 Mobile-Home Authentication
33 Mobile-Foreign Authentication
34 Foreign-Home Authentication
36 Generalized Mobile IP Authentication [RFC3012]
38 Critical Vendor/Organization Specific Extension(CVSE) [RFC3025]
128 Integrated Mobility Extension [Solomon]
129 Traversal Extension [Montenegro]
130 Encapsulating Delivery Style Extension [RFC2344]
131 Mobile Node NAI [RFC2794]
134 Normal Vendor/Organization Specific Extension (NVSE) [RFC3025]
The second set consists of those extensions which may appear only
in ICMP Router Discovery messages [4]. Currently, Mobile IP
defines the following Types for Extensions appearing in ICMP
Router Discovery messages:
Value Name Reference
----- ------------------------------------------ ---------
0 One-byte Padding (encoded with no Length nor Data field)
16 Mobility Agent Advertisement
19 Prefix-Lengths
24 Challenge [RFC3012]
132 MN-FA Challenge Extension [RFC3012]
Due to the separation (orthogonality) of these sets, it is
conceivable that two Extensions that are defined at a later date
could have identical Type values, so long as one of the Extensions
may be used only in Mobile IP control messages and the other may be
used only in ICMP Router Discovery messages.
When an Extension numbered in either of these sets within the range
0 through 127 is encountered but not recognized, the message
containing that Extension MUST be silently discarded. When an Extension
numbered in the range 128 through 255 is encountered which is not
recognized, that particular Extension is ignored, but the rest of
the Extensions and message data MUST still be processed. The
Code Field
The following values are defined for use within the Code field.
Registration successful:
0 registration accepted
1 registration accepted, but simultaneous mobility
bindings unsupported
Registration denied by the foreign agent:
64 reason unspecified
65 administratively prohibited
66 insufficient resources
67 mobile node failed authentication [RFC2002,RFC3012]
68 home agent failed authentication
69 requested Lifetime too long
70 poorly formed Request
71 poorly formed Reply
72 requested encapsulation unavailable
73 requested Van Jacobson compression unavailable
74 request reverse tunnel unavailable [RFC2344]
75 reverse runnel is mandatory and 'T' bit not set [RFC2344]
76 mobile node too distant [RFC2344]
79 delivery style not supported [RFC3024]
80 home network unreachable (ICMP error received)
81 home agent host unreachable (ICMP error received)
82 home agent port unreachable (ICMP error received)
88 home agent unreachable (other ICMP error received)
89-95 unassigned
96 nonzero_homeaddr_reqd [RFC2794]
97 missing_nai [RFC2794]
98 missing_home_agent [RFC2794]
99 missing_homeaddr [RFC2794]
100 ERROR-FA-1 [RFC3025]
101 ERROR-FA-2 [RFC3025]
102-103 unassigned
104 unknown_challenge [RFC3012]
105 missing_challenge [RFC3012]
106 stale_challenge [RFC3012]
Registration denied by the home agent:
128 reason unspecified
129 administratively prohibited
130 insufficient resources
131 mobile node failed authentication
132 foreign agent failed authentication
133 registration Identification mismatch
134 poorly formed Request
135 too many simultaneous mobility bindings
136 unknown home agent address
137 request reverse tunnel unavailable[RFC2344]
138 reverse runnel is mandatory and 'T' bit not set [RFC2344]
139 requested encapsulation unavailable [RFC2344]
140 ERROR-HA-1 [RFC3025]
141 ERROR-HA-2 [RFC3025]
SPI Values for the Mobile IP Reserved SPIs
0 Reserved [RFC3012]
1 Reserved [RFC3012]
2 CHAP [RFC3012]
Generalized Authentication Extension - Subtypes
1 MN-AAA Authentication subtype [RFC3012]
PEOPLE
------
[Solomon] Jim Solomon <solomon@comm.mot.com>, December 1997.
REFERENCES
----------
[RFC2344] Montenegro, G., Edtior, "Reverse Tunneling for Mobile IP",
RFC 2344, May 1998.
[RFC2794] Calhoun, P. and C. Perkins, "Mobile IP Network Access
Identifier Extension for IPv4", RFC 2794, March 2000.
[RFC3012] C. Perkins and P. Calhoun, "Mobile IPv4 Challenge/Response
Extensions", RFC 3012, November 2000.
[RFC3024] G. Montenegro, "Reverse Tunneling for Mobile IP, revised",
RFC XXXX, Month Year.
[]
|