This section
provides information for monitoring and/or troubleshooting the RTLLI Management
functionality.
To see the
statistics of attach drops that are due to same-RTLLI collisions, execute the
show commands listed below. When you are looking at the generated statistics,
consider the following:
- If the generated counter
values are not increasing then collisions are not occurring.
- If the generated counter
values are increasing then it means collisions are occurring and attaches were
dropped.
Configured to
Verify Both RTLLI and NSEI
If
gmm-message
attach-with-tlli-in-use discard-message only-on-same-nsei
is configured then the following show command can give the drop
count of attaches caused by same RTLLI and NSEI:
show gbmgr all parser statistics all | grep use
IMSI Key: 1487 P-TMSI Key: 0 attach with tlli in use : 592 <-- drops from existing table
with RTLLI+NSEI
Add P-TMSI Key: 0 attach drop tlli in use(pre tlli check): 297 <-- drops from new table
with RTLLI
IMSI Key : 1190 P-TMSI Key : 594 attach with tlli in use : 395
Add P-TMSI Key : 0 attach drop tlli in use(pre tlli check) : 198
Configured to
Verify Only RTLLI
If "gmm-message
attach-with-tlli-in-use discard-message" is configured then the following show
command can give the drop count of attaches caused by same RTLLI:
show gbmgr all parser statistics all | grep use
IMSI Key: 1487 P-TMSI Key: 0 attach with tlli in use : 592 <-- drops from existing table
with RTLLI
Add P-TMSI Key: 0 attach drop tlli in use(pre tlli check): 297 <-- drops from new table
with RTLLI
IMSI Key : 1190 P-TMSI Key : 594 attach with tlli in use : 395
Add P-TMSI Key : 0 attach drop tlli in use(pre tlli check) : 198
Verify Attach
Rejects due to Same RTLLI
The following show
command generates SessMgr counters that track the Attach Rejects due to same
RTLLI collision:
show gmm sm stats | grep Same random tlli collision
Same random tlli collision: 10
Beginning with
Release 19.3.5, the 'sgsn-implicit-detach(237)' session disconnect reason pegs
when the 2G-SGSN rejects the Attach Request due to same RTLLI collision.
Beginning in Release
19.4, the following show command identifies the two bulk statistics the SGSN
uses to track the number of times the SGSN rejects Attach Requests or Combined
Attach Requests due to same RTLLI collision.
show bulkstats variables sgsn | grep colli
%2G-simple-attach-rej-randomtlli-collision% Int32 0 Counter
%2G-combined-attach-rej-randomtlli-collision% Int32 0 Counter