FireBrick 2700 Configuration: Difference between revisions

From AAISP Support Site
No edit summary
mNo edit summary
Line 14: Line 14:




=Basic Config=
=Config Run Through=
==XML==
<syntaxhighlight>
<syntaxhighlight>
<?xml version="1.0" encoding="UTF-8"?>
</syntaxhighlight>
==CONFIG==
<syntaxhighlight>
<config xmlns="http://firebrick.ltd.uk/xml/fb2700/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/ http://firebrick.ltd.uk/download/FB2701/xml/fb2700/1.31.008.xsd"
timestamp="2014-08-14T09:20:17Z" patch="19726">
</syntaxhighlight>
</syntaxhighlight>




=Complete Config Examples=
=Complete Config Example=
<syntaxhighlight>
<syntaxhighlight>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 09:34, 18 August 2014

2700-small.png

This page describes editing the XML directly. The Firebrick does have a Web User Interface too. Both can be used to edit the config, as they edit the same underlying XML.

These instructions are mostly applicable to the 2500 too. The difference between the 2700 and the 2500 is that:

  • The 2700 has a USB port so supports 3G fallback, the 2500 does not have a USB port.
  • The 2700 has faster throughput - 350Mb/s on the 2700 compared to 100Mb/s on the 2500.


Factory Default Config

The default config of a FireBrick looks like this:


Config Run Through

XML

<?xml version="1.0" encoding="UTF-8"?>

CONFIG

<config xmlns="http://firebrick.ltd.uk/xml/fb2700/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/ http://firebrick.ltd.uk/download/FB2701/xml/fb2700/1.31.008.xsd" 
timestamp="2014-08-14T09:20:17Z" patch="19726">


Complete Config Example