blob: 5afa14427edfd3b2c7ab20f846844962dd1e0d02 [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
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020019 subscriber (imsi|msisdn|id) IDENT show
20
21OsmoHLR> enable
22OsmoHLR# list
23 help
24 list
25 write terminal
26 write file
27 write memory
28 write
29 show running-config
30 exit
31 disable
32 configure terminal
33 copy running-config startup-config
34 show startup-config
35 show version
36 show online-help
37 terminal length <0-512>
38 terminal no length
39 who
40 show history
41 terminal monitor
42 terminal no monitor
43 logging enable
44...
45
46OsmoHLR# configure terminal
47OsmoHLR(config)# list
48 help
49 list
50 write terminal
51 write file
52 write memory
53 write
54 show running-config
55 exit
56 end
57...
58 hlr
59
60OsmoHLR(config)# hlr
61OsmoHLR(config-hlr)# list
62 help
63 list
64 write terminal
65 write file
66 write memory
67 write
68 show running-config
69 exit
70 end
71 gsup
72
73OsmoHLR(config-hlr)# gsup
74OsmoHLR(config-hlr-gsup)# list
75 help
76 list
77 write terminal
78 write file
79 write memory
80 write
81 show running-config
82 exit
83 end
84 bind ip A.B.C.D
85
86OsmoHLR(config-hlr-gsup)# exit
87OsmoHLR(config-hlr)# exit
88OsmoHLR(config)# exit
89OsmoHLR# configure terminal
90OsmoHLR(config)# hlr
91OsmoHLR(config-hlr)# gsup
92OsmoHLR(config-hlr-gsup)# end
93OsmoHLR# disable
94OsmoHLR> enable
95
96OsmoHLR# show running-config
97
98Current configuration:
99!
100!
101log stderr
102 logging filter all 1
103 logging color 1
104 logging print category 1
105 logging print extended-timestamp 1
Harald Welte9214c6c2018-02-09 14:26:09 +0100106 logging print file 1
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200107 logging level all debug
Neels Hofmeyr6eb231e2017-10-27 03:35:45 +0200108 logging level main notice
109 logging level db notice
110 logging level auc notice
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200111...
112!
113line vty
114 no login
115!
116ctrl
117 bind 127.0.0.1
118hlr
119 gsup
120 bind ip 127.0.0.1
121end