From ceb4c1104c840de28bf2e3aa77f3afb20df829c6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 21 Sep 2018 01:47:45 +0200 Subject: test neighbor ident vty docs Change-Id: I83a2b03c6a081c4ed3225d79d342913a261d9c1c --- tests/neighbor_ident.vty | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/tests/neighbor_ident.vty b/tests/neighbor_ident.vty index bbdb4610b..dadbe13b3 100644 --- a/tests/neighbor_ident.vty +++ b/tests/neighbor_ident.vty @@ -90,6 +90,95 @@ OsmoBSC(config-net-bts)# list neighbor del arfcn <0-1023> bsic (<0-63>|any) ... +OsmoBSC(config-net-bts)# neighbor? + neighbor Neighbor cell list + +OsmoBSC(config-net-bts)# neighbor ? + add Add local or remote-BSS neighbor cell + del Remove local or remote-BSS neighbor cell + +OsmoBSC(config-net-bts)# neighbor add ? + bts Neighbor cell by local BTS number + lac Neighbor cell by LAC + lac-ci Neighbor cell by LAC and CI + cgi Neighbor cell by cgi + +OsmoBSC(config-net-bts)# neighbor add bts ? + <0-255> BTS number +OsmoBSC(config-net-bts)# neighbor add bts 0 ? + + +OsmoBSC(config-net-bts)# neighbor add lac ? + <0-65535> LAC +OsmoBSC(config-net-bts)# neighbor add lac 0 ? + arfcn ARFCN of neighbor cell + +OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn ? + <0-1023> ARFCN value +OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn 0 ? + bsic BSIC of neighbor cell +OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn 0 bsic ? + <0-63> BSIC value + any for all BSICs / use any BSIC in this ARFCN +OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn 0 bsic 0 ? + + +OsmoBSC(config-net-bts)# neighbor add lac-ci ? + <0-65535> LAC +OsmoBSC(config-net-bts)# neighbor add lac-ci 0 ? + <0-65535> CI +OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 ? + arfcn ARFCN of neighbor cell + +OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn ? + <0-1023> ARFCN value +OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn 0 ? + bsic BSIC of neighbor cell +OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn 0 bsic ? + <0-63> BSIC value + any for all BSICs / use any BSIC in this ARFCN +OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn 0 bsic 0 ? + + +OsmoBSC(config-net-bts)# neighbor add cgi ? + <0-999> MCC +OsmoBSC(config-net-bts)# neighbor add cgi 0 ? + <0-999> MNC +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 ? + <0-65535> LAC +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 ? + <0-65535> CI +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 ? + arfcn ARFCN of neighbor cell +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn ? + <0-1023> ARFCN value +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn 0 ? + bsic BSIC of neighbor cell +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn 0 bsic ? + <0-63> BSIC value + any for all BSICs / use any BSIC in this ARFCN +OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn 0 bsic 0 ? + + +OsmoBSC(config-net-bts)# neighbor del ? + bts Neighbor cell by local BTS number + arfcn ARFCN of neighbor cell + +OsmoBSC(config-net-bts)# neighbor del bts ? + <0-255> BTS number +OsmoBSC(config-net-bts)# neighbor del bts 0 ? + + +OsmoBSC(config-net-bts)# neighbor del arfcn ? + <0-1023> ARFCN value +OsmoBSC(config-net-bts)# neighbor del arfcn 0 ? + bsic BSIC of neighbor cell +OsmoBSC(config-net-bts)# neighbor del arfcn 0 bsic ? + <0-63> BSIC value + any for all BSICs / use any BSIC in this ARFCN +OsmoBSC(config-net-bts)# neighbor del arfcn 0 bsic 0 ? + + OsmoBSC(config-net-bts)# show running-config ... !neighbor add -- cgit v1.2.3