Project

General

Profile

Bsc nat VTY » History » Version 15

Anonymous, 02/19/2016 10:48 PM

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 14
==== no access-list-name ====
38
* Stop using an access-list on the NAT.
39
40 10
=== bsc BSC_NR ===
41 1
 * Configure the BSC with the number
42
43 10
==== location_area_code <0-65535> ====
44 1
 * Set the location area code that this BSC is handling
45
46 10
==== token TOKEN ====
47 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.
48 7
49 10
==== paging forbidden (0|1) ====
50 9
 * Decide if paging messages should be forwarded to the BSC.
51
52 10
==== description STR. ====
53 9
 * A description for the BSC.
54
55 10
==== access-list-name STR ====
56 12
 * Use the access-list for the BSC. First the allow rules will be evaluated, then the deny rules.
57 14
58 15
==== no access-list-name ====
59 14
* Do not use an access-list forthe BSC.
60 11
61
=== access lists ===
62
 * Configuration for access-lists controling which IMSIs are allowed to connect
63
64
==== access-list NAME allow REGEXP ====
65 13
 * Add a regexp for the to be allowed IMSI list.
66 11
67
==== access-list NAME deny REGEXP ====
68 13
 * Add a regext for the to be denied IMSI list.
Add picture from clipboard (Maximum size: 48.8 MB)