Support
Joined: 09 Oct 2002 Posts: 175 Location: Lausanne, Switzerland
|
Posted: Fri Jan 24, 03 8:53 Post subject: How do I make a simple bridge configuration ? |
|
|
The simplest bridging configuration will bridge all possible data. This requires 7 lines of code in your configuration file as shown below. A full configuration can be found in the Reference Manual's Examples chapter under the subtitle Bridge:Basic. For more information about using MultiCom products as a bridge please read the Reference Manual chapter on Bridges.
Code: | BRIDGE CREATE GROUP thebridge
BRIDGE GROUP thebridge ASSIGN-SITE internet
BRIDGE CREATE FILTER everything
BRIDGE FILTER everything PERMIT ALL
BRIDGE FILTER everything ASSIGN GROUP thebridge
BRIDGE ON
|
|
|