blob: 4f8638391caeef0132076b87c1050285b6cdb285 [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>
Neels Hofmeyr0812db22018-09-21 02:14:46 +020086 neighbor cgi <0-999> <0-999> <0-65535> <0-65535>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020087 neighbor lac <0-65535> arfcn <0-1023> bsic (<0-63>|any)
88 neighbor lac-ci <0-65535> <0-65535> arfcn <0-1023> bsic (<0-63>|any)
89 neighbor cgi <0-999> <0-999> <0-65535> <0-65535> arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr20482c72018-09-21 04:11:04 +020090 no neighbor bts <0-255>
91 no neighbor arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +010092...
93
Neels Hofmeyrceb4c112018-09-21 01:47:45 +020094OsmoBSC(config-net-bts)# neighbor?
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020095 neighbor Manage local and remote-BSS neighbor cells
Neels Hofmeyrceb4c112018-09-21 01:47:45 +020096
97OsmoBSC(config-net-bts)# neighbor ?
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020098 bts Add Neighbor cell by local BTS number
99 lac Add Neighbor cell by LAC
100 lac-ci Add Neighbor cell by LAC and CI
101 cgi Add Neighbor cell by cgi
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200102
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200103OsmoBSC(config-net-bts)# neighbor bts ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200104 <0-255> BTS number
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200105OsmoBSC(config-net-bts)# neighbor bts 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200106 <cr>
107
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200108OsmoBSC(config-net-bts)# neighbor lac ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200109 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200110OsmoBSC(config-net-bts)# neighbor lac 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200111 arfcn ARFCN of neighbor cell
112 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200113OsmoBSC(config-net-bts)# neighbor lac 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200114 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200115OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200116 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200117OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200118 <0-63> BSIC value
119 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200120OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200121 <cr>
122
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200123OsmoBSC(config-net-bts)# neighbor lac-ci ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200124 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200125OsmoBSC(config-net-bts)# neighbor lac-ci 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200126 <0-65535> CI
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200127OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200128 arfcn ARFCN of neighbor cell
129 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200130OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200131 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200132OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200133 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200134OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200135 <0-63> BSIC value
136 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200137OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200138 <cr>
139
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200140OsmoBSC(config-net-bts)# neighbor cgi ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200141 <0-999> MCC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200142OsmoBSC(config-net-bts)# neighbor cgi 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200143 <0-999> MNC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200144OsmoBSC(config-net-bts)# neighbor cgi 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200145 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200146OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200147 <0-65535> CI
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200148OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200149 arfcn ARFCN of neighbor cell
Neels Hofmeyr0812db22018-09-21 02:14:46 +0200150 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200151OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200152 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200153OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200154 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200155OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200156 <0-63> BSIC value
157 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200158OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200159 <cr>
160
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200161OsmoBSC(config-net-bts)# no neighbor?
162 neighbor Remove local or remote-BSS neighbor cell
163
164OsmoBSC(config-net-bts)# no neighbor ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200165 bts Neighbor cell by local BTS number
166 arfcn ARFCN of neighbor cell
167
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200168OsmoBSC(config-net-bts)# no neighbor bts ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200169 <0-255> BTS number
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200170OsmoBSC(config-net-bts)# no neighbor bts 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200171 <cr>
172
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200173OsmoBSC(config-net-bts)# no neighbor arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200174 <0-1023> ARFCN value
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200175OsmoBSC(config-net-bts)# no neighbor arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200176 bsic BSIC of neighbor cell
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200177OsmoBSC(config-net-bts)# no neighbor arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200178 <0-63> BSIC value
179 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200180OsmoBSC(config-net-bts)# no neighbor arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200181 <cr>
182
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100183OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200184... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100185
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200186OsmoBSC(config-net-bts)# ! BSIC out of range
187OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 64
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100188% Unknown command.
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100189
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200190OsmoBSC(config-net-bts)# neighbor bts 0
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100191% Error: cannot add local BTS 0 as neighbor to BTS 0: Invalid argument
192
193OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200194... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100195
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200196OsmoBSC(config-net-bts)# neighbor bts 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100197% BTS 0 now has local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
198
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200199OsmoBSC(config-net-bts)# neighbor lac 22
Neels Hofmeyr4122c152018-08-27 00:46:45 +0200200% BTS 0 now has local neighbor BTS 2 with LAC 22 CI 65535 and ARFCN 42 BSIC 12
Neels Hofmeyr0812db22018-09-21 02:14:46 +0200201OsmoBSC(config-net-bts)# no neighbor bts 2
202OsmoBSC(config-net-bts)# neighbor cgi 901 70 22 65535
203% 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 +0100204
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200205OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100206% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
207
208OsmoBSC(config-net-bts)# ### adding the same entry again results in no change
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200209OsmoBSC(config-net-bts)# neighbor bts 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100210% 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 +0200211OsmoBSC(config-net-bts)# neighbor lac-ci 21 31
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100212% 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 +0200213OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100214% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200215OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100216% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200217OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100218% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
219
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200220OsmoBSC(config-net-bts)# neighbor cgi 23 042 423 6 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100221% BTS 0 to ARFCN 23 BSIC 42 now has 2 remote BSS Cell Identifier List entries
222
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200223OsmoBSC(config-net-bts)# neighbor lac 456 arfcn 123 bsic 45
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100224% BTS 0 to ARFCN 123 BSIC 45 now has 1 remote BSS Cell Identifier List entry
225
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200226OsmoBSC(config-net-bts)# neighbor cgi 23 042 234 56 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100227% BTS 0 to ARFCN 23 BSIC 42 now has 3 remote BSS Cell Identifier List entries
228
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200229OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100230% BTS 0 to ARFCN 423 (any BSIC) now has 1 remote BSS Cell Identifier List entry
231
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200232OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic 63
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100233% BTS 0 to ARFCN 423 BSIC 63 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100234
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200235OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100236% BTS 0 to ARFCN 423 BSIC 1 now has 1 remote BSS Cell Identifier List entry
237
238OsmoBSC(config-net-bts)# show running-config
239...
240network
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200241... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100242 bts 0
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200243... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200244 neighbor bts 1
245 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200246 neighbor cgi 023 42 423 5 arfcn 23 bsic 42
247 neighbor cgi 023 042 423 6 arfcn 23 bsic 42
248 neighbor cgi 023 042 234 56 arfcn 23 bsic 42
249 neighbor lac 456 arfcn 123 bsic 45
250 neighbor lac-ci 789 10 arfcn 423 bsic any
251 neighbor lac-ci 789 10 arfcn 423 bsic 63
252 neighbor lac-ci 789 10 arfcn 423 bsic 1
253... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100254
255OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 99 bsic any
256% No entry for BTS 0 to ARFCN 99 (any BSIC)
257
258OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 41 bsic any
259% BTS 0 to ARFCN 41 (any BSIC) resolves to local BTS 1 lac-ci 21 31
260
261OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 1
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200262% neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100263
264OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 23
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200265% neighbor lac-ci 789 10 arfcn 423 bsic 23
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100266
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200267OsmoBSC(config-net-bts)# no neighbor arfcn 99 bsic 7
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100268% Cannot remove, no such neighbor: BTS 0 to ARFCN 99 BSIC 7
269
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200270OsmoBSC(config-net-bts)# no neighbor arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100271% Removed remote BSS neighbor BTS 0 to ARFCN 23 BSIC 42
272
273OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200274... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200275 neighbor bts 1
276 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200277 neighbor lac 456 arfcn 123 bsic 45
278 neighbor lac-ci 789 10 arfcn 423 bsic any
279 neighbor lac-ci 789 10 arfcn 423 bsic 63
280 neighbor lac-ci 789 10 arfcn 423 bsic 1
281... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100282
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200283OsmoBSC(config-net-bts)# no neighbor arfcn 123 bsic 45
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100284% Removed remote BSS neighbor BTS 0 to ARFCN 123 BSIC 45
285
286OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200287... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200288 neighbor bts 1
289 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200290 neighbor lac-ci 789 10 arfcn 423 bsic any
291 neighbor lac-ci 789 10 arfcn 423 bsic 63
292 neighbor lac-ci 789 10 arfcn 423 bsic 1
293... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100294
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200295OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100296% Removed remote BSS neighbor BTS 0 to ARFCN 423 (any BSIC)
297
298OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200299... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200300 neighbor bts 1
301 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200302 neighbor lac-ci 789 10 arfcn 423 bsic 63
303 neighbor lac-ci 789 10 arfcn 423 bsic 1
304... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100305
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200306OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic 63
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100307% Removed remote BSS neighbor BTS 0 to ARFCN 423 BSIC 63
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100308
309OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200310... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200311 neighbor bts 1
312 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200313 neighbor lac-ci 789 10 arfcn 423 bsic 1
314... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100315
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200316OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100317% Removed remote BSS neighbor BTS 0 to ARFCN 423 BSIC 1
318
319OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200320... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200321 neighbor bts 1
322 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200323... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100324
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200325OsmoBSC(config-net-bts)# no neighbor arfcn 41 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100326% Removed local neighbor bts 0 to bts 1
327
328OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200329... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200330 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200331... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100332
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200333OsmoBSC(config-net-bts)# no neighbor arfcn 41 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100334% Cannot remove, no such neighbor: BTS 0 to ARFCN 41 (any BSIC)
335
336OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200337... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200338 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200339... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100340
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200341OsmoBSC(config-net-bts)# no neighbor arfcn 42 bsic 12
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100342% Removed local neighbor bts 0 to bts 2
343
344OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200345... !neighbor