For SCTP, each endpoint advertises its reachable IP addresses to the far or remote end during the association formation. After SCTP signals that a candidate association has been formed, the Transport Manager validates the candidate.
Table 3-1 SCTP Transport Address Validation
IP Configured in Transport | Received in INIT/INIT-ACK | Transport Manager Behavior | ||
---|---|---|---|---|
Local Node | Remote Node | Match Mode | Relaxed | |
1 | 1 | 1 | Association is accepted | Association is accepted |
1 | 1 | 2 | Association rejected, refusal event generated | Association is accepted |
2 | 2 | 1 | Association rejected, refusal event generated | Association is accepted
|
2 | 2 | 2 | Association is accepted | Association accepted |
2 | 2 | >2 | Association rejected, refusal event generated | Association accepted |
1 | 2 | 1 | Association rejected, refusal event generated | Association accepted
|
1 | 2 | 2 | Association accepted
|
Association accepted
|
2 | 1 | 1 | Association accepted | Association accepted |
2 | 1 | 2 | Association rejected, refusal event generated | Association accepted |