osmo-hnbgw/tests/config/two_cs7_with_addrs.vty

63 lines
1.5 KiB
Plaintext

OsmoHNBGW> enable
OsmoHNBGW# ### two cs7 instances, both have been auto-configured for ASP and AS because address book entries point at both.
OsmoHNBGW# show cs7 config
cs7 instance 0
point-code 1.1.1
asp asp-clnt-msc-0 2905 0 m3ua
local-ip localhost
remote-ip localhost
role asp
sctp-role client
as as-clnt-msc-0 m3ua
asp asp-clnt-msc-0
routing-key 0 1.1.1
sccp-address my-msc
routing-indicator PC
point-code 1.2.3
cs7 instance 1
point-code 2.2.2
asp asp-clnt-sgsn-0 2905 0 m3ua
local-ip localhost
remote-ip localhost
role asp
sctp-role client
as as-clnt-sgsn-0 m3ua
asp asp-clnt-sgsn-0
routing-key 0 2.2.2
sccp-address my-sgsn
routing-indicator PC
point-code 2.4.2
OsmoHNBGW# ### IuCS on instance 0 with local-PC = 1.1.1, IuPS on instance 1 with local-PC = 2.2.2
OsmoHNBGW# show cnlink
IuCS: OsmoHNBGW:RI=SSN_PC,PC=1.1.1,SSN=RANAP <-> my-msc=RI=SSN_PC,PC=1.2.3,SSN=RANAP
SS7 route: pc=0=0.0.0 mask=0x0=0.0.0 via AS as-clnt-msc-0 proto=m3ua ASP asp-clnt-msc-0
RANAP state: DISCONNECTED
IuPS: OsmoHNBGW:RI=SSN_PC,PC=2.2.2,SSN=RANAP <-> my-sgsn=RI=SSN_PC,PC=2.4.2,SSN=RANAP
SS7 route: pc=0=0.0.0 mask=0x0=0.0.0 via AS as-clnt-sgsn-0 proto=m3ua ASP asp-clnt-sgsn-0
RANAP state: DISCONNECTED
OsmoHNBGW# show running-config
...
cs7 instance 0
point-code 1.1.1
sccp-address my-msc
routing-indicator PC
point-code 1.2.3
cs7 instance 1
point-code 2.2.2
sccp-address my-sgsn
routing-indicator PC
point-code 2.4.2
hnbgw
rnc-id 23
log-prefix hnb-id
iuh
...
msc 0
remote-addr my-msc
sgsn 0
remote-addr my-sgsn
...