blob: bf2afaf6053ef8173bca49203c61e338c9e6a52f [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
Oliver Smithc7f17872019-03-04 15:10:44 +010089 subscriber-create-on-demand (no-msisdn|<3-15>) (none|cs|ps|cs+ps)
90 no subscriber-create-on-demand
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020091
92OsmoHLR(config-hlr)# gsup
93OsmoHLR(config-hlr-gsup)# list
94 help
95 list
96 write terminal
97 write file
98 write memory
99 write
100 show running-config
101 exit
102 end
103 bind ip A.B.C.D
104
105OsmoHLR(config-hlr-gsup)# exit
106OsmoHLR(config-hlr)# exit
107OsmoHLR(config)# exit
108OsmoHLR# configure terminal
109OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100110OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200111OsmoHLR(config-hlr)# gsup
112OsmoHLR(config-hlr-gsup)# end
113OsmoHLR# disable
114OsmoHLR> enable
115
116OsmoHLR# show running-config
117
118Current configuration:
119!
120!
121log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200122...
Harald Weltec88bdab2018-09-26 09:18:13 +0200123 logging level main notice
124 logging level db notice
125 logging level auc notice
126 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200127...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200128hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100129 store-imei
Neels Hofmeyr5857c592019-04-02 04:24:49 +0200130 database hlr_vty_test.db
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200131 gsup
132 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200133 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200134 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200135end