blob: 8de34d61b33bb2875f128be5584aa54718bf99b1 [file] [log] [blame]
Neels Hofmeyr19bed232018-03-22 04:54:57 +01001OsmoBSC> ### Neighbor-BSS Cell Identifier List config
2
3OsmoBSC> list
4...
Neels Hofmeyr431e0852018-03-22 04:54:57 +01005 show bts <0-255> neighbor arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +01006...
7
8OsmoBSC> enable
9OsmoBSC# list
10...
Neels Hofmeyr431e0852018-03-22 04:54:57 +010011 show bts <0-255> neighbor arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +010012...
13
14OsmoBSC# configure terminal
15OsmoBSC(config)# network
16
17OsmoBSC(config-net)# bts 0
18OsmoBSC(config-net-bts)# type sysmobts
19OsmoBSC(config-net-bts)# base_station_id_code 10
20OsmoBSC(config-net-bts)# location_area_code 20
21OsmoBSC(config-net-bts)# cell_identity 30
22OsmoBSC(config-net-bts)# trx 0
23OsmoBSC(config-net-bts-trx)# arfcn 40
24OsmoBSC(config-net-bts-trx)# exit
25OsmoBSC(config-net-bts)# exit
26
27OsmoBSC(config-net)# bts 1
28OsmoBSC(config-net-bts)# type sysmobts
29OsmoBSC(config-net-bts)# base_station_id_code 11
30OsmoBSC(config-net-bts)# location_area_code 21
31OsmoBSC(config-net-bts)# cell_identity 31
32OsmoBSC(config-net-bts)# trx 0
33OsmoBSC(config-net-bts-trx)# arfcn 41
34OsmoBSC(config-net-bts-trx)# exit
35OsmoBSC(config-net-bts)# exit
36
37OsmoBSC(config-net)# bts 2
38OsmoBSC(config-net-bts)# type sysmobts
39OsmoBSC(config-net-bts)# base_station_id_code 12
40OsmoBSC(config-net-bts)# location_area_code 22
Neels Hofmeyr4122c152018-08-27 00:46:45 +020041OsmoBSC(config-net-bts)# cell_identity 65535
Neels Hofmeyr19bed232018-03-22 04:54:57 +010042OsmoBSC(config-net-bts)# trx 0
43OsmoBSC(config-net-bts-trx)# arfcn 42
44OsmoBSC(config-net-bts-trx)# exit
45OsmoBSC(config-net-bts)# exit
46
47OsmoBSC(config-net)# show running-config
48...
49 bts 0
50...
51 cell_identity 30
52 location_area_code 20
53 base_station_id_code 10
54...
55 trx 0
56...
57 arfcn 40
58...
59 bts 1
60...
61 cell_identity 31
62 location_area_code 21
63 base_station_id_code 11
64...
65 trx 0
66...
67 arfcn 41
68...
69 bts 2
70...
Neels Hofmeyr4122c152018-08-27 00:46:45 +020071 cell_identity 65535
Neels Hofmeyr19bed232018-03-22 04:54:57 +010072 location_area_code 22
73 base_station_id_code 12
74...
75 trx 0
76...
77 arfcn 42
78...
79
80OsmoBSC(config-net)# bts 0
81OsmoBSC(config-net-bts)# list
82...
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020083 neighbor bts <0-255>
84 neighbor lac <0-65535>
85 neighbor lac-ci <0-65535> <0-65535>
86 neighbor lac <0-65535> arfcn <0-1023> bsic (<0-63>|any)
87 neighbor lac-ci <0-65535> <0-65535> arfcn <0-1023> bsic (<0-63>|any)
88 neighbor cgi <0-999> <0-999> <0-65535> <0-65535> arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr20482c72018-09-21 04:11:04 +020089 no neighbor bts <0-255>
90 no neighbor arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +010091...
92
Neels Hofmeyrceb4c112018-09-21 01:47:45 +020093OsmoBSC(config-net-bts)# neighbor?
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020094 neighbor Manage local and remote-BSS neighbor cells
Neels Hofmeyrceb4c112018-09-21 01:47:45 +020095
96OsmoBSC(config-net-bts)# neighbor ?
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020097 bts Add Neighbor cell by local BTS number
98 lac Add Neighbor cell by LAC
99 lac-ci Add Neighbor cell by LAC and CI
100 cgi Add Neighbor cell by cgi
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200101
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200102OsmoBSC(config-net-bts)# neighbor bts ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200103 <0-255> BTS number
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200104OsmoBSC(config-net-bts)# neighbor bts 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200105 <cr>
106
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200107OsmoBSC(config-net-bts)# neighbor lac ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200108 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200109OsmoBSC(config-net-bts)# neighbor lac 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200110 arfcn ARFCN of neighbor cell
111 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200112OsmoBSC(config-net-bts)# neighbor lac 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200113 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200114OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200115 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200116OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200117 <0-63> BSIC value
118 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200119OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200120 <cr>
121
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200122OsmoBSC(config-net-bts)# neighbor lac-ci ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200123 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200124OsmoBSC(config-net-bts)# neighbor lac-ci 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200125 <0-65535> CI
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200126OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200127 arfcn ARFCN of neighbor cell
128 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200129OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200130 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200131OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200132 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200133OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200134 <0-63> BSIC value
135 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200136OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200137 <cr>
138
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200139OsmoBSC(config-net-bts)# neighbor cgi ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200140 <0-999> MCC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200141OsmoBSC(config-net-bts)# neighbor cgi 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200142 <0-999> MNC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200143OsmoBSC(config-net-bts)# neighbor cgi 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200144 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200145OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200146 <0-65535> CI
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200147OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200148 arfcn ARFCN of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200149OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200150 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200151OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200152 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200153OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200154 <0-63> BSIC value
155 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200156OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200157 <cr>
158
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200159OsmoBSC(config-net-bts)# no neighbor?
160 neighbor Remove local or remote-BSS neighbor cell
161
162OsmoBSC(config-net-bts)# no neighbor ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200163 bts Neighbor cell by local BTS number
164 arfcn ARFCN of neighbor cell
165
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200166OsmoBSC(config-net-bts)# no neighbor bts ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200167 <0-255> BTS number
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200168OsmoBSC(config-net-bts)# no neighbor bts 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200169 <cr>
170
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200171OsmoBSC(config-net-bts)# no neighbor arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200172 <0-1023> ARFCN value
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200173OsmoBSC(config-net-bts)# no neighbor arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200174 bsic BSIC of neighbor cell
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200175OsmoBSC(config-net-bts)# no neighbor arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200176 <0-63> BSIC value
177 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200178OsmoBSC(config-net-bts)# no neighbor arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200179 <cr>
180
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100181OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200182... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100183
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200184OsmoBSC(config-net-bts)# ! BSIC out of range
185OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 64
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100186% Unknown command.
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100187
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200188OsmoBSC(config-net-bts)# neighbor bts 0
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100189% Error: cannot add local BTS 0 as neighbor to BTS 0: Invalid argument
190
191OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200192... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100193
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200194OsmoBSC(config-net-bts)# neighbor bts 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100195% BTS 0 now has local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
196
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200197OsmoBSC(config-net-bts)# neighbor lac 22
Neels Hofmeyr4122c152018-08-27 00:46:45 +0200198% BTS 0 now has local neighbor BTS 2 with LAC 22 CI 65535 and ARFCN 42 BSIC 12
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100199
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200200OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100201% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
202
203OsmoBSC(config-net-bts)# ### adding the same entry again results in no change
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200204OsmoBSC(config-net-bts)# neighbor bts 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100205% BTS 0 already had local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200206OsmoBSC(config-net-bts)# neighbor lac-ci 21 31
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100207% BTS 0 already had local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200208OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100209% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200210OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100211% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200212OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100213% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
214
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200215OsmoBSC(config-net-bts)# neighbor cgi 23 042 423 6 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100216% BTS 0 to ARFCN 23 BSIC 42 now has 2 remote BSS Cell Identifier List entries
217
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200218OsmoBSC(config-net-bts)# neighbor lac 456 arfcn 123 bsic 45
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100219% BTS 0 to ARFCN 123 BSIC 45 now has 1 remote BSS Cell Identifier List entry
220
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200221OsmoBSC(config-net-bts)# neighbor cgi 23 042 234 56 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100222% BTS 0 to ARFCN 23 BSIC 42 now has 3 remote BSS Cell Identifier List entries
223
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200224OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100225% BTS 0 to ARFCN 423 (any BSIC) now has 1 remote BSS Cell Identifier List entry
226
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200227OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic 63
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100228% BTS 0 to ARFCN 423 BSIC 63 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100229
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200230OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100231% BTS 0 to ARFCN 423 BSIC 1 now has 1 remote BSS Cell Identifier List entry
232
233OsmoBSC(config-net-bts)# show running-config
234...
235network
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200236... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100237 bts 0
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200238... !neighbor
239 neighbor lac-ci 21 31
240 neighbor lac-ci 22 65535
241 neighbor cgi 023 42 423 5 arfcn 23 bsic 42
242 neighbor cgi 023 042 423 6 arfcn 23 bsic 42
243 neighbor cgi 023 042 234 56 arfcn 23 bsic 42
244 neighbor lac 456 arfcn 123 bsic 45
245 neighbor lac-ci 789 10 arfcn 423 bsic any
246 neighbor lac-ci 789 10 arfcn 423 bsic 63
247 neighbor lac-ci 789 10 arfcn 423 bsic 1
248... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100249
250OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 99 bsic any
251% No entry for BTS 0 to ARFCN 99 (any BSIC)
252
253OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 41 bsic any
254% BTS 0 to ARFCN 41 (any BSIC) resolves to local BTS 1 lac-ci 21 31
255
256OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 1
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200257% neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100258
259OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 23
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200260% neighbor lac-ci 789 10 arfcn 423 bsic 23
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100261
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200262OsmoBSC(config-net-bts)# no neighbor arfcn 99 bsic 7
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100263% Cannot remove, no such neighbor: BTS 0 to ARFCN 99 BSIC 7
264
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200265OsmoBSC(config-net-bts)# no neighbor arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100266% Removed remote BSS neighbor BTS 0 to ARFCN 23 BSIC 42
267
268OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200269... !neighbor
270 neighbor lac-ci 21 31
271 neighbor lac-ci 22 65535
272 neighbor lac 456 arfcn 123 bsic 45
273 neighbor lac-ci 789 10 arfcn 423 bsic any
274 neighbor lac-ci 789 10 arfcn 423 bsic 63
275 neighbor lac-ci 789 10 arfcn 423 bsic 1
276... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100277
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200278OsmoBSC(config-net-bts)# no neighbor arfcn 123 bsic 45
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100279% Removed remote BSS neighbor BTS 0 to ARFCN 123 BSIC 45
280
281OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200282... !neighbor
283 neighbor lac-ci 21 31
284 neighbor lac-ci 22 65535
285 neighbor lac-ci 789 10 arfcn 423 bsic any
286 neighbor lac-ci 789 10 arfcn 423 bsic 63
287 neighbor lac-ci 789 10 arfcn 423 bsic 1
288... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100289
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200290OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100291% Removed remote BSS neighbor BTS 0 to ARFCN 423 (any BSIC)
292
293OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200294... !neighbor
295 neighbor lac-ci 21 31
296 neighbor lac-ci 22 65535
297 neighbor lac-ci 789 10 arfcn 423 bsic 63
298 neighbor lac-ci 789 10 arfcn 423 bsic 1
299... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100300
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200301OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic 63
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100302% Removed remote BSS neighbor BTS 0 to ARFCN 423 BSIC 63
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100303
304OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200305... !neighbor
306 neighbor lac-ci 21 31
307 neighbor lac-ci 22 65535
308 neighbor lac-ci 789 10 arfcn 423 bsic 1
309... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100310
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200311OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100312% Removed remote BSS neighbor BTS 0 to ARFCN 423 BSIC 1
313
314OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200315... !neighbor
316 neighbor lac-ci 21 31
317 neighbor lac-ci 22 65535
318... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100319
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200320OsmoBSC(config-net-bts)# no neighbor arfcn 41 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100321% Removed local neighbor bts 0 to bts 1
322
323OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200324... !neighbor
325 neighbor lac-ci 22 65535
326... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100327
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200328OsmoBSC(config-net-bts)# no neighbor arfcn 41 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100329% Cannot remove, no such neighbor: BTS 0 to ARFCN 41 (any BSIC)
330
331OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200332... !neighbor
333 neighbor lac-ci 22 65535
334... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100335
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200336OsmoBSC(config-net-bts)# no neighbor arfcn 42 bsic 12
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100337% Removed local neighbor bts 0 to bts 2
338
339OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200340... !neighbor