Project

General

Profile

Bsc nat VTY » History » Version 11

Anonymous, 02/19/2016 10:48 PM
Document tha access-lists

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 9
==== timeout auth NR ====
19
 * Time in seconds to wait for the authentication reponse of a BSC.
20 1
21 9
==== timeout ping NR ====
22
 * Time in seconds to wait between two PING messages
23
24
==== timeout pong NR ====
25
 * Time in seconds to wait for a reply of a PING before closing the connection
26
27
==== token STR ====
28
 * Authentication token used to authenticate the BSC. Currently this is transfered
29
   in clear text.
30
31
==== ip-dscp TOS ====
32 1
 * Set the IP Type of Service (ToS) for the incoming BSC connections.
33
34 9
==== access-list-name ====
35
 * The name of the access-list to use on the NAT. Only the deny rules will be evaluated.
36
37 10
=== bsc BSC_NR ===
38 1
 * Configure the BSC with the number
39
40 10
==== location_area_code <0-65535> ====
41 1
 * Set the location area code that this BSC is handling
42
43 10
==== token TOKEN ====
44 1
 * 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.
45 7
46 10
==== paging forbidden (0|1) ====
47 9
 * Decide if paging messages should be forwarded to the BSC.
48
49 10
==== description STR. ====
50 9
 * A description for the BSC.
51
52 10
==== access-list-name STR ====
53 9
 * Use the access-list for the BSC. First the deny rule will be evaluated, then the allow rule and then the deny rule of the NAT.
54 11
55
=== access lists ===
56
 * Configuration for access-lists controling which IMSIs are allowed to connect
57
58
==== access-list NAME allow REGEXP ====
59
 * Add a regexp for the to be allowed IMSIs
60
61
==== access-list NAME deny REGEXP ====
62
 * Add a regext for the to be denied IMSIs
Add picture from clipboard (Maximum size: 48.8 MB)