blob: a4e53db3994eddb4329eae7086fb4fdedc32a259 [file] [log] [blame]
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +02001OsmoHLR> list
2 show version
3 show online-help
4 list
5 exit
6 help
7 enable
8 terminal length <0-512>
9 terminal no length
10 who
11 show history
12 logging enable
13...
14 show logging vty
15 show alarms
Harald Welte7ee6e552018-02-14 00:52:05 +010016 show talloc-context (application|all) (full|brief|DEPTH)
17 show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS
18 show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP
Max20ddfdb2019-02-18 13:12:27 +010019 show stats
20 show stats level (global|peer|subscriber)
21 show asciidoc counters
22 show rate-counters
Harald Weltefa7ee332018-06-24 13:20:32 +020023 show gsup-connections
Oliver Smith02078b72019-01-11 15:41:29 +010024 subscriber (imsi|msisdn|id|imei) IDENT show
25 show subscriber (imsi|msisdn|id|imei) IDENT
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020026
27OsmoHLR> enable
28OsmoHLR# list
29 help
30 list
31 write terminal
32 write file
33 write memory
34 write
35 show running-config
36 exit
37 disable
38 configure terminal
39 copy running-config startup-config
40 show startup-config
41 show version
42 show online-help
43 terminal length <0-512>
44 terminal no length
45 who
46 show history
47 terminal monitor
48 terminal no monitor
49 logging enable
50...
51
52OsmoHLR# configure terminal
53OsmoHLR(config)# list
54 help
55 list
56 write terminal
57 write file
58 write memory
59 write
60 show running-config
61 exit
62 end
63...
64 hlr
65
66OsmoHLR(config)# hlr
67OsmoHLR(config-hlr)# list
68 help
69 list
70 write terminal
71 write file
72 write memory
73 write
74 show running-config
75 exit
76 end
77 gsup
Neels Hofmeyr5857c592019-04-02 04:24:49 +020078 database PATH
Harald Welte4956ae12018-06-15 22:04:28 +020079 euse NAME
80 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +020081 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
82 ussd route prefix PREFIX external EUSE
83 no ussd route prefix PREFIX
84 ussd default-route external EUSE
85 no ussd default-route
Vadim Yanitskiyd157a562018-12-01 00:03:39 +070086 ncss-guard-timeout <0-255>
Oliver Smith851814a2019-01-11 15:30:21 +010087 store-imei
88 no store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020089
90OsmoHLR(config-hlr)# gsup
91OsmoHLR(config-hlr-gsup)# list
92 help
93 list
94 write terminal
95 write file
96 write memory
97 write
98 show running-config
99 exit
100 end
101 bind ip A.B.C.D
102
103OsmoHLR(config-hlr-gsup)# exit
104OsmoHLR(config-hlr)# exit
105OsmoHLR(config)# exit
106OsmoHLR# configure terminal
107OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100108OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200109OsmoHLR(config-hlr)# gsup
110OsmoHLR(config-hlr-gsup)# end
111OsmoHLR# disable
112OsmoHLR> enable
113
114OsmoHLR# show running-config
115
116Current configuration:
117!
118!
119log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200120...
Harald Weltec88bdab2018-09-26 09:18:13 +0200121 logging level main notice
122 logging level db notice
123 logging level auc notice
124 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200125...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200126hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100127 store-imei
Neels Hofmeyr5857c592019-04-02 04:24:49 +0200128 database hlr_vty_test.db
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200129 gsup
130 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200131 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200132 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200133end