blob: f2ed2dce73cd0b27001c3110cfef40b27d4240c4 [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>]
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +020039 gsup ipa-name NAME
40 gsup remote-ip A.B.C.D
41 gsup remote-port <0-65535>
42 gsup oap-id <0-65535>
43 gsup oap-k K
44 gsup oap-opc OPC
45 apn APNAME ggsn <0-255>
46 apn APNAME imsi-prefix IMSIPRE ggsn <0-255>
47 access-point-name NAME
48 no access-point-name NAME
49 cdr filename NAME
50 no cdr filename
51 cdr trap
52 no cdr trap
53 cdr interval <1-2147483647>
54 ggsn dynamic
55 grx-dns-add A.B.C.D
56 timer [TNNNN] [(<0-2147483647>|default)]
57 no compression rfc1144
58 compression rfc1144 active slots <1-256>
59 compression rfc1144 passive
60 no compression v42bis
61 compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
62 compression v42bis passive
63...
Pau Espin Pedrole5c89982021-05-03 18:16:42 +020064
65OsmoSGSN(config-sgsn)# mme test0
66OsmoSGSN(config-sgsn-mme)# gtp remote-ip 1.2.3.4
67OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567
68OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 202 12 51
69OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567
70OsmoSGSN(config-sgsn-mme)# exit
71OsmoSGSN(config-sgsn)# mme test1
72OsmoSGSN(config-sgsn-mme)# gtp remote-ip 5.6.7.8
73OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
74OsmoSGSN(config-sgsn-mme)# exit
75OsmoSGSN(config-sgsn)# show running-config
76...
77sgsn
78...
79 mme test0
80 gtp remote-ip 1.2.3.4
81 gtp ran-info-relay 907 10 567
82 gtp ran-info-relay 202 12 51
83 mme test1
84 gtp remote-ip 5.6.7.8
85 gtp ran-info-relay default
86...
87OsmoSGSN(config-sgsn)# mme test0
88OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
89% Another MME test1 is already set as default route, remove it before setting it here.
90OsmoSGSN(config-sgsn-mme)# exit
91OsmoSGSN(config-sgsn)# mme test1
92OsmoSGSN(config-sgsn-mme)# no gtp ran-info-relay default
93OsmoSGSN(config-sgsn-mme)# exit
94OsmoSGSN(config-sgsn)# mme test0
95OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
96OsmoSGSN(config-sgsn-mme)# exit
97OsmoSGSN(config-sgsn)# show running-config
98...
99sgsn
100...
101 mme test0
102 gtp remote-ip 1.2.3.4
103 gtp ran-info-relay default
104 gtp ran-info-relay 907 10 567
105 gtp ran-info-relay 202 12 51
106 mme test1
107 gtp remote-ip 5.6.7.8
108...
109OsmoSGSN(config-sgsn)# no mme test0
110OsmoSGSN(config-sgsn)# show running-config
111...
112sgsn
113...
114 no compression v42bis
115 mme test1
116 gtp remote-ip 5.6.7.8
117...
118OsmoSGSN(config-sgsn)# no mme test1