blob: c9de19aa992da7f51ebf7a429e24269a5d081844 [file] [log] [blame]
Harald Welte9f1331b2016-02-20 10:56:10 +01001<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
2 <node id='21'>
3 <child_of nodeid='4' />
4 <name>SGSN Configuration Node</name>
5 <description>Configure the remote GGSN, access-control and other
6 attributes of the SGSN</description>
7 <command id='gtp local-ip A.B.C.D'>
8 <description>
9 Configure the local IP address to which the SGSN should
10 bind for the Gp interface (towards the GGSNs).
11
12 Please note that in case you would like to run the GGSN
13 on the same machine as the SGSN, you can not run both on
14 the same IP address. It is suggested to use 127.0.0.1
15 for the SGSN and 127.0.0.2 for the GGSN in such
16 situations.
17 </description>
18 </command>
19 <command id='ggsn &lt;0-255&gt; remote-ip A.B.C.D'>
20 <description>
21 Configure a static GGSN with a given numeric identifier
22 to use the specified remote IP address.
23 </description>
24 </command>
25 <command id='ggsn &lt;0-255&gt; gtp-version (0|1)'>
26 <description>
27 Configure whether to use GTPv0 or GTPv1 towards the
28 specified GSSN number.
29 </description>
30 </command>
31 <command id='ggsn dynamic'>
32 <description>
33 Enable dynamic resolving of GGSNs based on DNS resolving
34 the APN name like in a GRX-style setup. Changing this
35 setting requires a re-start of the SGSN.
36 </description>
37 </command>
38 <command id='grx-dns-add A.B.C.D'>
39 <description>
40 Use the specified IP address for DNS-resolving the AP
41 names to GGSN IP addresses
42 </description>
43 </command>
44 <command id='apn APNAME ggsn &lt;0-255&gt;'>
45 <description>
46 Map the given APN Name to the given GGSN number.
47 </description>
48 </command>
49 <command id='apn APNAME imsi-prefx IMSIPRE ggsn &lt;0-255&gt;'>
50 <description>
51 Map the given APN Name to the given GGSN number _only_
52 if the IMSI matches the given prefix.
53 </description>
54 </command>
55 <command id='imsi-acl (add|del) IMSI'>
56 <description>
57 Add or delete the given IMSI to/from the global Access
58 Control List.
59 </description>
60 </command>
61 <command id='auth-policy (accept-all|closed|acl-only|remote)'>
62 <description>
63 Configure the Authorization policy of the SGSN. This
64 setting determines which subscribers are permitted to
65 register to the network.
66 </description>
67 </command>
68 <command id='gsup remote-ip A.B.C.D'>
69 <description>
70 Set the IP address of the HLR (gateway) for the GSUP protocol.
71 This setting only applies if auth-policy remote is used.
72 </description>
73 </command>
74 <command id='gsup oap-id &lt;0-65535&gt;'>
75 <description>
76 Set the OAP client ID for authentication on the GSUP
77 protocol.
78 This setting only applies if auth-policy remote is used.
79 </description>
80 </command>
81 <command id='gsup oap-k K'>
82 <description>
83 Set the OAP shared secret key K for authentication on
84 the GSUP protocol.
85 This setting only applies if auth-policy remote is used.
86 </description>
87 </command>
88 <command id='gsup oap-opc OPC'>
89 <description>
90 Set the OAP shared secret OPC for authentication on the
91 GSUP protocol.
92 This setting only applies if auth-policy remote is used.
93 </description>
94 </command>
95 <command id='access-point-name NAME'>
96 <description>
97 Globally allow the given APN name for all subscribers.
98 </description>
99 </command>
100 <command id='cdr filename NAME'>
101 <description>
102 Set the file name for the call-data-record file,
103 logging the data usage of each subscriber.
104 </description>
105 </command>
106 <command id='cdr interval &lt;1-2147483647&gt;'>
107 <description>
108 Set the interval (in secodnds) for the call-data-record
109 file.
110 </description>
111 </command>
112 </node>
113</vtydoc>