blob: ee7885b0f102e433c1814c1f59fdf7fa7912a0ca [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
Harald Weltefa7ee332018-06-24 13:20:32 +020019 show gsup-connections
Oliver Smith02078b72019-01-11 15:41:29 +010020 subscriber (imsi|msisdn|id|imei) IDENT show
21 show subscriber (imsi|msisdn|id|imei) IDENT
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020022
23OsmoHLR> enable
24OsmoHLR# list
25 help
26 list
27 write terminal
28 write file
29 write memory
30 write
31 show running-config
32 exit
33 disable
34 configure terminal
35 copy running-config startup-config
36 show startup-config
37 show version
38 show online-help
39 terminal length <0-512>
40 terminal no length
41 who
42 show history
43 terminal monitor
44 terminal no monitor
45 logging enable
46...
47
48OsmoHLR# configure terminal
49OsmoHLR(config)# list
50 help
51 list
52 write terminal
53 write file
54 write memory
55 write
56 show running-config
57 exit
58 end
59...
60 hlr
61
62OsmoHLR(config)# hlr
63OsmoHLR(config-hlr)# list
64 help
65 list
66 write terminal
67 write file
68 write memory
69 write
70 show running-config
71 exit
72 end
73 gsup
Harald Welte4956ae12018-06-15 22:04:28 +020074 euse NAME
75 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +020076 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
77 ussd route prefix PREFIX external EUSE
78 no ussd route prefix PREFIX
79 ussd default-route external EUSE
80 no ussd default-route
Vadim Yanitskiyd157a562018-12-01 00:03:39 +070081 ncss-guard-timeout <0-255>
Oliver Smith851814a2019-01-11 15:30:21 +010082 store-imei
83 no store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020084
85OsmoHLR(config-hlr)# gsup
86OsmoHLR(config-hlr-gsup)# list
87 help
88 list
89 write terminal
90 write file
91 write memory
92 write
93 show running-config
94 exit
95 end
96 bind ip A.B.C.D
97
98OsmoHLR(config-hlr-gsup)# exit
99OsmoHLR(config-hlr)# exit
100OsmoHLR(config)# exit
101OsmoHLR# configure terminal
102OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100103OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200104OsmoHLR(config-hlr)# gsup
105OsmoHLR(config-hlr-gsup)# end
106OsmoHLR# disable
107OsmoHLR> enable
108
109OsmoHLR# show running-config
110
111Current configuration:
112!
113!
114log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200115...
Harald Weltec88bdab2018-09-26 09:18:13 +0200116 logging level main notice
117 logging level db notice
118 logging level auc notice
119 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200120...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200121hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100122 store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200123 gsup
124 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200125 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200126 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200127end