Project

General

Profile

Bsc nat VTY » History » Version 7

Anonymous, 02/19/2016 10:48 PM
Make the documentation match the impl.

1 1
[[PageOutline]]
2
3 5 laforge
This page is a reference fo all VTY commands that you can use interactively on the bsc_nat VTY telnet interface.
4 1
5
In addition, the same commands are used for the configuration file.
6
7
== configuration reference ==
8
9
=== nat level ===
10 4
Configure the nat. Global settings
11
12 6
==== msc ip A.B.C.D ====
13 4
 * Set the MSC IP address used to connect to the MSC.
14
15 6
==== msc port <1-65500> ====
16 4
 * Set the MSC Port used to connect to the MSC.
17 1
18
==== imsi allow [IMSI] ====
19 2
 * The default is to allow all IMSIs. This is equivalent to writing "imsi allow" (the argument is omitted).
20 7
 * The "imsi allow" filter will be evaluated after the "imsi deny" filter.
21 2
 
22 1
==== imsi deny [IMSI] ====
23 2
 * The default is to not deny any IMSI. This is equivalent to writing "imsi deny" (the argument is omitted).
24 7
 * The "imsi deny" filter will be evaluated before the "imsi allow" filter.
25 1
26
==== bsc BSC_NR ====
27
 * Configure the BSC with the number
28
29
===== lac <0-65535> =====
30
 * Set the location area code that this BSC is handling
31
32
===== token TOKEN =====
33
 * A token for the BSC. The real bsc needs to send this token to use the lac and other filters. This is no real authentication or security scheme.
34
35
===== imsi allow [IMSI] =====
36 7
 * The default is to not do any classification and let the NAT level decide. This is equivalent to writing "imsi allow" (the argument is omitted).
37
 * The "imsi allow" filter will be evaluated after the "imsi deny" filter.
38 3
 * The per BSC IMSI filter is evaluated before the global IMSI filter.
39
 
40 1
===== imsi deny [IMSI] =====
41 3
 * The default is to not deny any IMSI. This is equivalent to writing "imsi deny" (the argument is omitted).
42 7
 * The "imsi deny" filter will be evaluated before the "imsi allow" filter.
43 3
 * The per BSC IMSI filter is evaluated before the global IMSI filter.
Add picture from clipboard (Maximum size: 48.8 MB)