blob: 69472e6bfbfc01ba0ce9db8f3fe438b23cb457f1 [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
Harald Welte9214c6c2018-02-09 14:26:09 +0100103 logging print file 1
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200104 logging level all debug
Neels Hofmeyr6eb231e2017-10-27 03:35:45 +0200105 logging level main notice
106 logging level db notice
107 logging level auc notice
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200108...
109!
110line vty
111 no login
112!
113ctrl
114 bind 127.0.0.1
115hlr
116 gsup
117 bind ip 127.0.0.1
118end