blob: 427eb340be64cba0d5f1c8c2201b0c042631ea60 [file] [log] [blame]
Harald Welte0db44132019-10-17 11:09:05 +02001!
2! OsmoSTP (1.1.0.2-3884) configuration saved from vty
3!!
4!
5log stderr
6 logging filter all 1
7 logging color 1
8 logging print category-hex 1
9 logging print category 1
10 logging timestamp 0
11 logging print file 1
12 logging level lglobal notice
13 logging level llapd notice
14 logging level linp notice
15 logging level lmux notice
16 logging level lmi notice
17 logging level lmib notice
18 logging level lsms notice
19 logging level lctrl notice
20 logging level lgtp notice
21 logging level lstats notice
22 logging level lgsup notice
23 logging level loap notice
24 logging level lss7 debug
25 logging level lsccp debug
26 logging level lsua debug
27 logging level lm3ua debug
28 logging level lmgcp notice
29 logging level ljibuf notice
30 logging level lrspro notice
31!
32stats interval 5
33!
34line vty
35 no login
36!
37cs7 instance 0
38 point-code format 24
Pau Espin Pedrol01ec0bf2019-11-07 14:50:07 +010039!
40!M3UA AS/ASP:
41!
Harald Welte0db44132019-10-17 11:09:05 +020042 asp asp-sender 9999 2905 m3ua
43 local-ip 127.0.0.1
44 remote-ip 127.0.0.1
45 asp asp-receiver0 10000 2905 m3ua
46 local-ip 127.0.0.1
47 remote-ip 127.0.0.1
48 asp asp-receiver1 10001 2905 m3ua
49 local-ip 127.0.0.1
50 remote-ip 127.0.0.1
Harald Welte829dac42019-11-05 16:55:30 +010051 asp asp-client0 10002 2906 m3ua
52 local-ip 127.0.0.1
53 remote-ip 127.0.0.1
54 sctp-role client
55 role asp
Harald Welte6baf5e72023-04-15 20:30:52 +080056 asp asp-client60-norctx0 11060 2907 m3ua
57 local-ip 127.0.0.1
58 remote-ip 127.0.0.1
59 sctp-role client
60 role asp
61 asp asp-client61-norctx0 11061 2907 m3ua
62 local-ip 127.0.0.1
63 remote-ip 127.0.0.1
64 sctp-role client
65 role asp
Harald Welte0db44132019-10-17 11:09:05 +020066 as as-sender m3ua
67 asp asp-sender
68 routing-key 1023 23
69 as as-receiver m3ua
70 asp asp-receiver0
Pau Espin Pedrol872cd742019-11-07 14:47:24 +010071 asp asp-receiver1
Harald Welte0db44132019-10-17 11:09:05 +020072 routing-key 1042 42
Harald Welte829dac42019-11-05 16:55:30 +010073 as as-client m3ua
74 routing-key 1055 55
75 asp asp-client0
Harald Welte6baf5e72023-04-15 20:30:52 +080076 as as-client60-norctx m3ua
77 routing-key 0 60
78 asp asp-client60-norctx0
79 as as-client61-norctx m3ua
80 routing-key 0 61
81 asp asp-client61-norctx0
Pau Espin Pedrol01ec0bf2019-11-07 14:50:07 +010082!
83! IPA AS/ASP:
84!
85 asp ipa-asp-loadshare-sender 20000 5000 ipa
86 local-ip 127.0.0.1
87 remote-ip 127.0.0.1
88 as ipa-as-loadshare-sender ipa
89 routing-key 0 6
90 point-code override dpc 31
91 asp ipa-asp-loadshare-sender
92 asp ipa-asp-loadshare-receiver0 20001 5000 ipa
93 local-ip 127.0.0.1
94 remote-ip 127.0.0.1
95 asp ipa-asp-loadshare-receiver1 20002 5000 ipa
96 local-ip 127.0.0.1
97 remote-ip 127.0.0.1
98 as ipa-as-loadshare-receiver ipa
99 traffic-mode loadshare
100 routing-key 0 7
101 point-code override dpc 32
102 asp ipa-asp-loadshare-receiver0
103 asp ipa-asp-loadshare-receiver1
Pau Espin Pedrolb72928d2019-11-07 17:38:32 +0100104! OVERRIDE:
105 asp ipa-asp-override-sender 20004 5000 ipa
106 local-ip 127.0.0.1
107 remote-ip 127.0.0.1
108 as ipa-as-override-sender ipa
109 routing-key 0 6
110 point-code override dpc 33
111 asp ipa-asp-override-sender
112 asp ipa-asp-override-receiver0 20005 5000 ipa
113 local-ip 127.0.0.1
114 remote-ip 127.0.0.1
115 asp ipa-asp-override-receiver1 20006 5000 ipa
116 local-ip 127.0.0.1
117 remote-ip 127.0.0.1
118 as ipa-as-override-receiver ipa
119 traffic-mode override
120 routing-key 0 8
121 point-code override dpc 34
122 asp ipa-asp-override-receiver0
123 asp ipa-asp-override-receiver1
124! DYNAMIC AS:
Pau Espin Pedrol01ec0bf2019-11-07 14:50:07 +0100125 as ipa-as-dynamic-asp ipa
126 routing-key 0 5
127 point-code override dpc 23
128!
129! ROUTING TABLE:
130!
Harald Welte0db44132019-10-17 11:09:05 +0200131 route-table system
132 update route 23 16777215 linkset as-sender
133 update route 42 16777215 linkset as-receiver
Harald Welte829dac42019-11-05 16:55:30 +0100134 update route 55 16777215 linkset as-client
Harald Welte6baf5e72023-04-15 20:30:52 +0800135 update route 60 16777215 linkset as-client60-norctx
136 update route 61 16777215 linkset as-client61-norctx
Pau Espin Pedrol01ec0bf2019-11-07 14:50:07 +0100137 update route 31 16777215 linkset ipa-as-loadshare-receiver
Pau Espin Pedrolb72928d2019-11-07 17:38:32 +0100138 update route 33 16777215 linkset ipa-as-override-receiver
Pau Espin Pedrol01ec0bf2019-11-07 14:50:07 +0100139 update route 5 16777215 linkset ipa-as-dynamic-asp
140!
141!SERVERS:
142!
Harald Welte0db44132019-10-17 11:09:05 +0200143 listen m3ua 2905
144 accept-asp-connections dynamic-permitted
145 listen ipa 5000
146 accept-asp-connections dynamic-permitted