aboutsummaryrefslogtreecommitdiffstats
path: root/tests/smlc.vty
blob: 559728985bbf15a81c7378c3eb3c8d1525aca3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
OsmoBSC> enable
OsmoBSC# configure terminal
OsmoBSC(config)# smlc
OsmoBSC(config-smlc)# list
...
  enable
  no enable
  bsc-addr NAME
  smlc-addr NAME

OsmoBSC(config-smlc)# enable?
  enable  Start up Lb interface connection to the remote SMLC

OsmoBSC(config-smlc)# no?
  no  Negate a command or set its defaults
OsmoBSC(config-smlc)# no ?
  enable  Stop Lb interface connection to the remote SMLC

OsmoBSC(config-smlc)# bsc-addr?
  bsc-addr  Local SCCP address of this BSC towards the SMLC
OsmoBSC(config-smlc)# bsc-addr ?
  NAME  Name of cs7 addressbook entry

OsmoBSC(config-smlc)# smlc-addr?
  smlc-addr  Remote SCCP address of the SMLC
OsmoBSC(config-smlc)# smlc-addr ?
  NAME  Name of cs7 addressbook entry

OsmoBSC(config-smlc)# show running-config
... !smlc

OsmoBSC(config-smlc)# enable
OsmoBSC(config-smlc)# show running-config
...
smlc
 enable
...

OsmoBSC(config-smlc)# no enable
OsmoBSC(config-smlc)# show running-config
... !smlc

OsmoBSC(config-smlc)# exit
OsmoBSC(config)# cs7 instance 0
OsmoBSC(config-cs7)# sccp-addr test-addr
OsmoBSC(config-cs7-sccpaddr)# point-code 1.23.4
OsmoBSC(config-cs7-sccpaddr)# exit
OsmoBSC(config-cs7)# sccp-addr test-addr2
OsmoBSC(config-cs7-sccpaddr)# point-code 1.23.5
OsmoBSC(config-cs7-sccpaddr)# exit
OsmoBSC(config-cs7)# exit
OsmoBSC(config)# smlc

OsmoBSC(config-smlc)# bsc-addr nonsense
Error: No such SCCP addressbook entry: 'nonsense'
% Command incomplete.
OsmoBSC(config-smlc)# show running-config
... !smlc

OsmoBSC(config-smlc)# bsc-addr test-addr
OsmoBSC(config-smlc)# show running-config
...
smlc
 bsc-addr test-addr
...

OsmoBSC(config-smlc)# smlc-addr test-addr2
OsmoBSC(config-smlc)# show running-config
...
smlc
 bsc-addr test-addr
 smlc-addr test-addr2
...