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