blob: 4aeb6cc7c62fd18c6e87e6d6cc14a5415cc98030 [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 Hofmeyracd29192018-10-16 12:58:20 +0200214% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 23 BSIC 42 -> CGI[1]:{023-42-423-5}
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200215OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyracd29192018-10-16 12:58:20 +0200216% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 23 BSIC 42 -> CGI[1]:{023-42-423-5}
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200217OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyracd29192018-10-16 12:58:20 +0200218% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 23 BSIC 42 -> CGI[1]:{023-42-423-5}
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100219
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200220OsmoBSC(config-net-bts)# neighbor cgi 23 042 423 6 arfcn 23 bsic 42
Neels Hofmeyracd29192018-10-16 12:58:20 +0200221% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 23 BSIC 42 -> CGI[1]:{023-42-423-5}
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100222
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 Hofmeyracd29192018-10-16 12:58:20 +0200227% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 23 BSIC 42 -> CGI[1]:{023-42-423-5}
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100228
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 Hofmeyracd29192018-10-16 12:58:20 +0200233% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 423 BSIC 63 -> LAC-CI[1]:{789-10}
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 Hofmeyracd29192018-10-16 12:58:20 +0200236% Error: only one Cell Identifier entry is allowed per remote neighbor. Already have: BTS 0 to ARFCN 423 BSIC 1 -> LAC-CI[1]:{789-10}
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100237
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
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200247 neighbor lac 456 arfcn 123 bsic 45
248 neighbor lac-ci 789 10 arfcn 423 bsic any
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200249... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100250
251OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 99 bsic any
252% No entry for BTS 0 to ARFCN 99 (any BSIC)
253
254OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 41 bsic any
255% BTS 0 to ARFCN 41 (any BSIC) resolves to local BTS 1 lac-ci 21 31
256
257OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 1
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200258% neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100259
260OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 23
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200261% neighbor lac-ci 789 10 arfcn 423 bsic 23
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100262
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200263OsmoBSC(config-net-bts)# no neighbor arfcn 99 bsic 7
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100264% Cannot remove, no such neighbor: BTS 0 to ARFCN 99 BSIC 7
265
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200266OsmoBSC(config-net-bts)# no neighbor arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100267% Removed remote BSS neighbor BTS 0 to ARFCN 23 BSIC 42
268
269OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyra5ff9742018-10-30 16:00:04 +0100270... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200271 neighbor bts 1
272 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200273 neighbor lac 456 arfcn 123 bsic 45
274 neighbor lac-ci 789 10 arfcn 423 bsic any
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200275... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100276
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200277OsmoBSC(config-net-bts)# no neighbor arfcn 123 bsic 45
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100278% Removed remote BSS neighbor BTS 0 to ARFCN 123 BSIC 45
279
280OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200281... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200282 neighbor bts 1
283 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200284 neighbor lac-ci 789 10 arfcn 423 bsic any
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200285... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100286
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200287OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100288% Removed remote BSS neighbor BTS 0 to ARFCN 423 (any BSIC)
289
290OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200291... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200292 neighbor bts 1
293 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200294... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100295
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200296OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic 63
Neels Hofmeyracd29192018-10-16 12:58:20 +0200297% Cannot remove, no such neighbor: BTS 0 to ARFCN 423 BSIC 63
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100298
299OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200300... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200301 neighbor bts 1
302 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200303... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100304
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200305OsmoBSC(config-net-bts)# no neighbor arfcn 423 bsic 1
Neels Hofmeyracd29192018-10-16 12:58:20 +0200306% Cannot remove, no such neighbor: BTS 0 to ARFCN 423 BSIC 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100307
308OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200309... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200310 neighbor bts 1
311 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200312... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100313
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200314OsmoBSC(config-net-bts)# no neighbor arfcn 41 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100315% Removed local neighbor bts 0 to bts 1
316
317OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200318... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200319 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200320... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100321
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200322OsmoBSC(config-net-bts)# no neighbor arfcn 41 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100323% Cannot remove, no such neighbor: BTS 0 to ARFCN 41 (any BSIC)
324
325OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200326... !neighbor
Neels Hofmeyr8afdeee2018-09-25 00:53:24 +0200327 neighbor bts 2
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200328... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100329
Neels Hofmeyr20482c72018-09-21 04:11:04 +0200330OsmoBSC(config-net-bts)# no neighbor arfcn 42 bsic 12
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100331% Removed local neighbor bts 0 to bts 2
332
333OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200334... !neighbor