blob: 22d81d2ae7aa7cf326a822f502f503efafb158ac [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)]
Pau Espin Pedrol85011262022-11-02 20:23:09 +010058 timer gtp [TNNNN] [(<0-2147483647>|default)]
Pau Espin Pedrol5ed3f672019-08-14 20:22:59 +020059 no compression rfc1144
60 compression rfc1144 active slots <1-256>
61 compression rfc1144 passive
62 no compression v42bis
63 compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
64 compression v42bis passive
65...
Pau Espin Pedrole5c89982021-05-03 18:16:42 +020066
67OsmoSGSN(config-sgsn)# mme test0
68OsmoSGSN(config-sgsn-mme)# gtp remote-ip 1.2.3.4
69OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567
70OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 202 12 51
71OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567
72OsmoSGSN(config-sgsn-mme)# exit
73OsmoSGSN(config-sgsn)# mme test1
74OsmoSGSN(config-sgsn-mme)# gtp remote-ip 5.6.7.8
75OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
76OsmoSGSN(config-sgsn-mme)# exit
77OsmoSGSN(config-sgsn)# show running-config
78...
79sgsn
80...
81 mme test0
82 gtp remote-ip 1.2.3.4
83 gtp ran-info-relay 907 10 567
84 gtp ran-info-relay 202 12 51
85 mme test1
86 gtp remote-ip 5.6.7.8
87 gtp ran-info-relay default
88...
89OsmoSGSN(config-sgsn)# mme test0
90OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
91% Another MME test1 is already set as default route, remove it before setting it here.
92OsmoSGSN(config-sgsn-mme)# exit
93OsmoSGSN(config-sgsn)# mme test1
94OsmoSGSN(config-sgsn-mme)# no gtp ran-info-relay default
95OsmoSGSN(config-sgsn-mme)# exit
96OsmoSGSN(config-sgsn)# mme test0
97OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
98OsmoSGSN(config-sgsn-mme)# exit
99OsmoSGSN(config-sgsn)# show running-config
100...
101sgsn
102...
103 mme test0
104 gtp remote-ip 1.2.3.4
105 gtp ran-info-relay default
106 gtp ran-info-relay 907 10 567
107 gtp ran-info-relay 202 12 51
108 mme test1
109 gtp remote-ip 5.6.7.8
110...
111OsmoSGSN(config-sgsn)# no mme test0
112OsmoSGSN(config-sgsn)# show running-config
113...
114sgsn
115...
116 no compression v42bis
117 mme test1
118 gtp remote-ip 5.6.7.8
119...
120OsmoSGSN(config-sgsn)# no mme test1