blob: 6969626a940c704bf1b7f91aee41a270d1fd7247 [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 Weltee6f695e2018-06-15 22:04:28 +020073 usse (internal|NAME)
74 no usse (internal|NAME)
75 usse-default (internal|NAME)
76 no usse-default
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020077
78OsmoHLR(config-hlr)# gsup
79OsmoHLR(config-hlr-gsup)# list
80 help
81 list
82 write terminal
83 write file
84 write memory
85 write
86 show running-config
87 exit
88 end
89 bind ip A.B.C.D
90
91OsmoHLR(config-hlr-gsup)# exit
Harald Weltee6f695e2018-06-15 22:04:28 +020092OsmoHLR(config-hlr)# usse test
93OsmoHLR(config-hlr-eusse)# 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 pattern (code|regexp|prefix) PATTERN
104 no pattern (code|regexp|prefix) PATTERN
105
106OsmoHLR(config-hlr-eusse)# exit
107OsmoHLR(config-hlr)# usse internal
108OsmoHLR(config-hlr-iusse)# list
109 help
110 list
111 write terminal
112 write file
113 write memory
114 write
115 show running-config
116 exit
117 end
118 pattern (code|regexp|prefix) PATTERN response .RESPONSE
119 no pattern (code|regexp|prefix) PATTERN
120
121OsmoHLR(config-hlr-iusse)# exit
122OsmoHLR(config-hlr)# no usse test
123OsmoHLR(config-hlr)# no usse internal
124
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200125OsmoHLR(config-hlr)# exit
126OsmoHLR(config)# exit
127OsmoHLR# configure terminal
128OsmoHLR(config)# hlr
129OsmoHLR(config-hlr)# gsup
130OsmoHLR(config-hlr-gsup)# end
131OsmoHLR# disable
132OsmoHLR> enable
133
134OsmoHLR# show running-config
135
136Current configuration:
137!
138!
139log stderr
140 logging filter all 1
141 logging color 1
142 logging print category 1
143 logging print extended-timestamp 1
Harald Welte9214c6c2018-02-09 14:26:09 +0100144 logging print file 1
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200145 logging level all debug
Neels Hofmeyr6eb231e2017-10-27 03:35:45 +0200146 logging level main notice
147 logging level db notice
148 logging level auc notice
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200149...
150!
151line vty
152 no login
153!
154ctrl
155 bind 127.0.0.1
156hlr
157 gsup
158 bind ip 127.0.0.1
Harald Weltee6f695e2018-06-15 22:04:28 +0200159 no usse-default
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200160end