blob: 63d3da0b7a0a20d70f08723eb1b56967a8e6683c [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
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020020 subscriber (imsi|msisdn|id) IDENT show
Neels Hofmeyr8aa780b2018-12-02 18:52:49 +010021 show subscriber (imsi|msisdn|id) 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>
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020082
83OsmoHLR(config-hlr)# gsup
84OsmoHLR(config-hlr-gsup)# list
85 help
86 list
87 write terminal
88 write file
89 write memory
90 write
91 show running-config
92 exit
93 end
94 bind ip A.B.C.D
95
96OsmoHLR(config-hlr-gsup)# exit
97OsmoHLR(config-hlr)# exit
98OsmoHLR(config)# exit
99OsmoHLR# configure terminal
100OsmoHLR(config)# hlr
101OsmoHLR(config-hlr)# gsup
102OsmoHLR(config-hlr-gsup)# end
103OsmoHLR# disable
104OsmoHLR> enable
105
106OsmoHLR# show running-config
107
108Current configuration:
109!
110!
111log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200112...
Harald Weltec88bdab2018-09-26 09:18:13 +0200113 logging level main notice
114 logging level db notice
115 logging level auc notice
116 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200117...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200118hlr
119 gsup
120 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200121 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200122 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200123end