blob: 95e132df139cca5e68f8d796aca2b4882c162afe [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
21
22OsmoHLR> enable
23OsmoHLR# list
24 help
25 list
26 write terminal
27 write file
28 write memory
29 write
30 show running-config
31 exit
32 disable
33 configure terminal
34 copy running-config startup-config
35 show startup-config
36 show version
37 show online-help
38 terminal length <0-512>
39 terminal no length
40 who
41 show history
42 terminal monitor
43 terminal no monitor
44 logging enable
45...
46
47OsmoHLR# configure terminal
48OsmoHLR(config)# list
49 help
50 list
51 write terminal
52 write file
53 write memory
54 write
55 show running-config
56 exit
57 end
58...
59 hlr
60
61OsmoHLR(config)# hlr
62OsmoHLR(config-hlr)# list
63 help
64 list
65 write terminal
66 write file
67 write memory
68 write
69 show running-config
70 exit
71 end
72 gsup
Harald Welte4956ae12018-06-15 22:04:28 +020073 euse NAME
74 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +020075 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
76 ussd route prefix PREFIX external EUSE
77 no ussd route prefix PREFIX
78 ussd default-route external EUSE
79 no ussd default-route
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020080
81OsmoHLR(config-hlr)# gsup
82OsmoHLR(config-hlr-gsup)# list
83 help
84 list
85 write terminal
86 write file
87 write memory
88 write
89 show running-config
90 exit
91 end
92 bind ip A.B.C.D
93
94OsmoHLR(config-hlr-gsup)# exit
95OsmoHLR(config-hlr)# exit
96OsmoHLR(config)# exit
97OsmoHLR# configure terminal
98OsmoHLR(config)# hlr
99OsmoHLR(config-hlr)# gsup
100OsmoHLR(config-hlr-gsup)# end
101OsmoHLR# disable
102OsmoHLR> enable
103
104OsmoHLR# show running-config
105
106Current configuration:
107!
108!
109log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200110...
Neels Hofmeyr6eb231e2017-10-27 03:35:45 +0200111 logging level main notice
112 logging level db notice
113 logging level auc notice
Harald Welte95b96d42018-07-29 12:47:39 +0200114 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200115...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200116hlr
117 gsup
118 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200119 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200120 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200121end