blob: d4999627333b1d33fe2d756c62fc6a470aee7b0f [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
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020075
76OsmoHLR(config-hlr)# gsup
77OsmoHLR(config-hlr-gsup)# list
78 help
79 list
80 write terminal
81 write file
82 write memory
83 write
84 show running-config
85 exit
86 end
87 bind ip A.B.C.D
88
89OsmoHLR(config-hlr-gsup)# exit
90OsmoHLR(config-hlr)# exit
91OsmoHLR(config)# exit
92OsmoHLR# configure terminal
93OsmoHLR(config)# hlr
94OsmoHLR(config-hlr)# gsup
95OsmoHLR(config-hlr-gsup)# end
96OsmoHLR# disable
97OsmoHLR> enable
98
99OsmoHLR# show running-config
100
101Current configuration:
102!
103!
104log stderr
105 logging filter all 1
106 logging color 1
107 logging print category 1
108 logging print extended-timestamp 1
Harald Welte9214c6c2018-02-09 14:26:09 +0100109 logging print file 1
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200110 logging level all debug
Neels Hofmeyr6eb231e2017-10-27 03:35:45 +0200111 logging level main notice
112 logging level db notice
113 logging level auc notice
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200114...
115!
116line vty
117 no login
118!
119ctrl
120 bind 127.0.0.1
121hlr
122 gsup
123 bind ip 127.0.0.1
124end