blob: 7e2e3a3f2b4bb4f1bb318efadeafec40de0fc57b [file] [log] [blame]
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +02001OsmoSGSN> enable
2OsmoSGSN# show timer
3T3312 = 600 s Periodic RA Update timer (s) (default: 600 s)
4T3313 = 30 s Waiting for paging response timer (s) (default: 30 s)
Alexander Couzens39cbecd2017-02-03 22:16:05 +01005T3314 = 44 s READY timer. Force to STANDBY on expiry timer (s) (default: 44 s)
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +02006T3316 = 44 s AA-Ready timer (s) (default: 44 s)
7T3322 = 6 s Detach request -> accept timer (s) (default: 6 s)
8T3350 = 6 s Waiting for ATT/RAU/TMSI_COMPL timer (s) (default: 6 s)
9T3360 = 6 s Waiting for AUTH/CIPH response timer (s) (default: 6 s)
10T3370 = 6 s Waiting for IDENTITY response timer (s) (default: 6 s)
11T3385 = 8 s Wait for ACT PDP CTX REQ timer (s) (default: 8 s)
12T3386 = 8 s Wait for MODIFY PDP CTX ACK timer (s) (default: 8 s)
13T3395 = 8 s Wait for DEACT PDP CTX ACK timer (s) (default: 8 s)
14T3397 = 8 s Wait for DEACT AA PDP CTX ACK timer (s) (default: 8 s)
Alexander Couzensafadd102019-10-08 14:30:59 +020015X1001 = 5 s RANAP Release timeout. Wait for RANAP Release Complete.On expiry release Iu connection (s) (default: 5 s)
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +020016OsmoSGSN# configure terminal
17OsmoSGSN(config)# list
18...
19 sgsn
20 ctrl
21...
22 ns
23 bssgp
24...
25
26OsmoSGSN(config)# sgsn
27OsmoSGSN(config-sgsn)# list
28...
Keithc70e8382020-10-19 22:24:48 +020029 gtp state-dir PATH
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +020030 gtp local-ip A.B.C.D
31 ggsn <0-255> remote-ip A.B.C.D
32 ggsn <0-255> gtp-version (0|1)
33 ggsn <0-255> echo-interval <1-36000>
34 ggsn <0-255> no echo-interval
35 imsi-acl (add|del) IMSI
36 auth-policy (accept-all|closed|acl-only|remote)
37 authentication (optional|required)
Eric2f898262021-05-19 18:57:50 +020038 encryption gea <0-4> [<0-4>] [<0-4>] [<0-4>] [<0-4>]
Neels Hofmeyr3c7656a2022-03-07 15:38:59 +010039 encryption uea <0-2> [<0-2>] [<0-2>]
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +020040 gsup ipa-name NAME
41 gsup remote-ip A.B.C.D
42 gsup remote-port <0-65535>
43 gsup oap-id <0-65535>
44 gsup oap-k K
45 gsup oap-opc OPC
46 apn APNAME ggsn <0-255>
47 apn APNAME imsi-prefix IMSIPRE ggsn <0-255>
48 access-point-name NAME
49 no access-point-name NAME
50 cdr filename NAME
51 no cdr filename
52 cdr trap
53 no cdr trap
54 cdr interval <1-2147483647>
55 ggsn dynamic
56 grx-dns-add A.B.C.D
57 timer [TNNNN] [(<0-2147483647>|default)]
58 no compression rfc1144
59 compression rfc1144 active slots <1-256>
60 compression rfc1144 passive
61 no compression v42bis
62 compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
63 compression v42bis passive
64...
Pau Espin Pedrole5c89982021-05-03 18:16:42 +020065
66OsmoSGSN(config-sgsn)# mme test0
67OsmoSGSN(config-sgsn-mme)# gtp remote-ip 1.2.3.4
68OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567
69OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 202 12 51
70OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567
71OsmoSGSN(config-sgsn-mme)# exit
72OsmoSGSN(config-sgsn)# mme test1
73OsmoSGSN(config-sgsn-mme)# gtp remote-ip 5.6.7.8
74OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
75OsmoSGSN(config-sgsn-mme)# exit
76OsmoSGSN(config-sgsn)# show running-config
77...
78sgsn
79...
80 mme test0
81 gtp remote-ip 1.2.3.4
82 gtp ran-info-relay 907 10 567
83 gtp ran-info-relay 202 12 51
84 mme test1
85 gtp remote-ip 5.6.7.8
86 gtp ran-info-relay default
87...
88OsmoSGSN(config-sgsn)# mme test0
89OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
90% Another MME test1 is already set as default route, remove it before setting it here.
91OsmoSGSN(config-sgsn-mme)# exit
92OsmoSGSN(config-sgsn)# mme test1
93OsmoSGSN(config-sgsn-mme)# no gtp ran-info-relay default
94OsmoSGSN(config-sgsn-mme)# exit
95OsmoSGSN(config-sgsn)# mme test0
96OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
97OsmoSGSN(config-sgsn-mme)# exit
98OsmoSGSN(config-sgsn)# show running-config
99...
100sgsn
101...
102 mme test0
103 gtp remote-ip 1.2.3.4
104 gtp ran-info-relay default
105 gtp ran-info-relay 907 10 567
106 gtp ran-info-relay 202 12 51
107 mme test1
108 gtp remote-ip 5.6.7.8
109...
110OsmoSGSN(config-sgsn)# no mme test0
111OsmoSGSN(config-sgsn)# show running-config
112...
113sgsn
114...
115 no compression v42bis
116 mme test1
117 gtp remote-ip 5.6.7.8
118...
119OsmoSGSN(config-sgsn)# no mme test1