Project

General

Profile

Bsc nat VTY » History » Version 3

Anonymous, 02/19/2016 10:48 PM

1 1
[[PageOutline]]
2
3
This page is a reference fo all VTY commands that you can use interactively on the OpenBSC VTY telnet interface.
4
5
In addition, the same commands are used for the configuration file.
6
7
== configuration reference ==
8
9
=== nat level ===
10
Configure the nat. Global settings 
11
12
==== imsi allow [IMSI] ====
13 2
 * The default is to allow all IMSIs. This is equivalent to writing "imsi allow" (the argument is omitted).
14
 * The "imsi allow" filter will be evaluated before the "imsi deny" filter.
15
 
16 1
==== imsi deny [IMSI] ====
17 2
 * The default is to not deny any IMSI. This is equivalent to writing "imsi deny" (the argument is omitted).
18
 * The "imsi deny" filter will be evaluated after the "imsi allow" filter.
19 1
20
==== bsc BSC_NR ====
21
 * Configure the BSC with the number
22
23
===== lac <0-65535> =====
24
 * Set the location area code that this BSC is handling
25
26
===== token TOKEN =====
27
 * 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.
28
29
===== imsi allow [IMSI] =====
30 3
 * The default is to allow all IMSIs. This is equivalent to writing "imsi allow" (the argument is omitted).
31
 * The "imsi allow" filter will be evaluated before the "imsi deny" filter.
32
 * The per BSC IMSI filter is evaluated before the global IMSI filter.
33
 
34 1
===== imsi deny [IMSI] =====
35 3
 * The default is to not deny any IMSI. This is equivalent to writing "imsi deny" (the argument is omitted).
36
 * The "imsi deny" filter will be evaluated after the "imsi allow" filter.
37
 * The per BSC IMSI filter is evaluated before the global IMSI filter.
Add picture from clipboard (Maximum size: 48.8 MB)