OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / vendors / CyberGuard / SG580 / README
1 tlan start-up and control program
2 =================================
3
4 We create tlans by creating a loopback alias.  We create a GRE tunnel between 
5 the loopback alias and the remote machine.  The GRE tunnel is bridged to a vlan.
6 So a tlan consists of a bridge, a vlan, a gre tunnel and a loopback alias.
7
8 each tlan has both a name and a number associated with it.
9
10 If you create large
11 numbers of tlan's, then the name is auto-generated.  It can however be
12 changed on a per tunnel basis.
13
14 The number associated with a tlan, is the same as the bridge number (i.e. br23
15 would be associated with tlan 23.
16
17 If you do a search for a tlan, you will get the name for the tlan, if it has a
18 name, or the index for a tlan - if that is all it has.
19
20 the tlan control program has the ability to create and delete large numbers of
21 tlans as well as destroy large numbers of tlans.
22
23 tlans can be enabled and disabled as well as searched for or have individual
24 parameters modified.
25
26 The command is run like this:
27
28 tlan <command> [options] [parameters]
29
30 <command> is one of:
31 multiadd
32 add
33 disable
34 create
35 search
36 delete
37 edit
38
39
40
41 Parameters are provided in the form parameter=value.
42
43 Help on each of the parameters for a value can be created 
44 creating tlans
45 ==============
46