Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 3

Trace: sctp-test(establishment phase)

Trace scenario:
1. MSS and MGW exchange data on the Mc interface.
2. Due to MML=ZNLC, the link between MSS and MGW was shutdown by
M3UA in the MSS.
3. Now, the MGWs M3UA tries to reactivate the SCTP connection again. Several
of these attempts are shown in the trace, the last is successful.
4. To minimize the displayed data, the following filter is applied to Wireshark:
sctp and ip.addr==172.31.44.97 and ip.addr==172.31.44.110

MSS
IP=172.31.44.97

Mc

MGW
IP=172.31.44.110

IP=172.31.44.97
MSS
#877

#878

#879

INIT
Common header:source port=49155, dest-port=2905
verif-tag=0000
checksum=..
Chunk header: INIT
Initiate tag=a2b2c4d3
a_rwnd=134656
no. of outb. streams=2, no. of inb. streams =2048
initial TSN=1555785954
INIT_ACK
Common header:source port=2905, dest-port=49155
verif-tag=a2b2c4d3
checksum=ok
Chunk header: INIT_ACK
Initiate tag=1c1a572c
a_rwnd=134656
no. of outb. streams=2, no. of inb. streams =2048
initial TSN=3253527812
state cookie=3c6c
COOKIE_ECHO
Common header:source port=49155, dest-port=2905
verif-tag=1c1a572c
checksum=ok
Chunk header: COOKIE_ECHO
cookie=3c6c

IP=172.31.44.110
MGW
ports: M3UA

IP=172.31.44.97
MSS
#880

COOKIE_ack
Common header:source port=2905, dest-port=49155
verif-tag=a2b2c4d3
checksum=ok
Chunk header: COOKIE_ACK

#881

IP=172.31.44.110
MGW

HEARTBEAT
Common header:source port=2905, dest-port=49155
verif-tag=a2b2c4d3
checksum=ok
Chunk header: HEARTBEAT
heartbeat information=D2oB
DATA
Chunk header:

DATA
TSN=3253527812
SI=0, SSN=0
payload identifier=M3UA
(M3UA (MTP3 mgmt))

Connection is
established now and
data exchange starts

You might also like