blob: d90fa70f6bd4bc962eeeb39d37f7978554506e60 [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
Harald Welte4956ae12018-06-15 22:04:28 +020078 euse NAME
79 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +020080 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
81 ussd route prefix PREFIX external EUSE
82 no ussd route prefix PREFIX
83 ussd default-route external EUSE
84 no ussd default-route
Vadim Yanitskiyd157a562018-12-01 00:03:39 +070085 ncss-guard-timeout <0-255>
Oliver Smith851814a2019-01-11 15:30:21 +010086 store-imei
87 no store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020088
89OsmoHLR(config-hlr)# gsup
90OsmoHLR(config-hlr-gsup)# list
91 help
92 list
93 write terminal
94 write file
95 write memory
96 write
97 show running-config
98 exit
99 end
100 bind ip A.B.C.D
101
102OsmoHLR(config-hlr-gsup)# exit
103OsmoHLR(config-hlr)# exit
104OsmoHLR(config)# exit
105OsmoHLR# configure terminal
106OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100107OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200108OsmoHLR(config-hlr)# gsup
109OsmoHLR(config-hlr-gsup)# end
110OsmoHLR# disable
111OsmoHLR> enable
112
113OsmoHLR# show running-config
114
115Current configuration:
116!
117!
118log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200119...
Harald Weltec88bdab2018-09-26 09:18:13 +0200120 logging level main notice
121 logging level db notice
122 logging level auc notice
123 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200124...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200125hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100126 store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200127 gsup
128 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200129 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200130 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200131end