blob: 630094fda18f9fe2acbc64d0d6b371d854c80179 [file] [log] [blame]
Pau Espin Pedrol4330ea92019-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)
5T3314 = 44 s Force to STANDBY on expiry timer (s) (default: 44 s)
6T3316 = 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)
15OsmoSGSN# configure terminal
16OsmoSGSN(config)# list
17...
18 sgsn
19 ctrl
20...
21 ns
22 bssgp
23...
24
25OsmoSGSN(config)# sgsn
26OsmoSGSN(config-sgsn)# list
27...
28 gtp local-ip A.B.C.D
29 ggsn <0-255> remote-ip A.B.C.D
30 ggsn <0-255> gtp-version (0|1)
31 ggsn <0-255> echo-interval <1-36000>
32 ggsn <0-255> no echo-interval
33 imsi-acl (add|del) IMSI
34 auth-policy (accept-all|closed|acl-only|remote)
35 authentication (optional|required)
36 encryption (GEA0|GEA1|GEA2|GEA3|GEA4)
37 gsup ipa-name NAME
38 gsup remote-ip A.B.C.D
39 gsup remote-port <0-65535>
40 gsup oap-id <0-65535>
41 gsup oap-k K
42 gsup oap-opc OPC
43 apn APNAME ggsn <0-255>
44 apn APNAME imsi-prefix IMSIPRE ggsn <0-255>
45 access-point-name NAME
46 no access-point-name NAME
47 cdr filename NAME
48 no cdr filename
49 cdr trap
50 no cdr trap
51 cdr interval <1-2147483647>
52 ggsn dynamic
53 grx-dns-add A.B.C.D
54 timer [TNNNN] [(<0-2147483647>|default)]
55 no compression rfc1144
56 compression rfc1144 active slots <1-256>
57 compression rfc1144 passive
58 no compression v42bis
59 compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
60 compression v42bis passive
61...