Operation: Add LAG / Edit LAG
Description: To Add/Edit Link Aggregation Group(LAG)interfaces. LAG interfaces allows multiple physical links to be combined into a single logical link. 

Sample Configuration
<LAG> <Name>Descriptive name of LAG</Name> <Hardware>interfacename</Hardware> <MemberInterface> <Interface>interfacename</Interface> : </MemberInterface> <Mode>ActiveBackup/802.3ad(LACP)</Mode> <NetworkZone>zonename</NetworkZone> <IPAssignment>Static/DHCP</IPAssignment> <!-- IPv4Configuration --> <IPv4Configuration>Enable/Disable</IPv4Configuration> <IPAssignment>Static/PPPoe/DHCP</IPAssignment> <IPv4Address>ipaddress</IPv4Address> <Netmask>netmask</Netmask> <GatewayName>Text</GatewayName> <GatewayIP>ip address</GatewayIP> <!-- IPv6Configuration --> <IPv6Configuration>Enable/Disable</IPv6Configuration> <IPv6Address>ipaddress</IPv6Address> <Prefix>Number</Prefix> <GatewayNameIpv6>Text</GatewayNameIpv6> <GatewayIPv6>ipv6 address</GatewayIPv6> <InterfaceSpeed>Auto Negotiate/10MbpsHD/10MbpsFD/100MbpsHD/100MbpsFD/1000MbpsHD/1000MbpsFD/5000MbpsFD/10000MbpsFD/20GbpsFD/25GbpsFD/40GbpsFD/50GbpsFD/56GbpsFD/100GbpsFD</InterfaceSpeed> <AutoNegotiation>Enable/Disable</AutoNegotiation> <FEC>Off/Automatic/BaseR-encoding/RS-FEC-encoding</FEC> <MTU>Number</MTU> <MSS> <OverrideMSS>Enable/Disable</OverrideMSS> <MSSValue>Number</MSSValue> </MSS> <XmitHashPolicy>Layer2/Layer2+3/Layer3+4</XmitHashPolicy> <PrimaryInterface /> <MACAddress>Default/{userdefined MAC Address}</MACAddress> <InterfaceStatus>ON/OFF</InterfaceStatus> </LAG>



Parameter Mandatory Default Description
InterfaceYes  
Select the ports from the list which are the members of the interface.
Interface confines to:
  • Type is 'ARRAY'.
  • Datatype is 'STRING'.
  • Multiple values are allowed.
ModeYes  
Select the mode of LAG from available options: Active-Passive and 802.3ad (LACP).
Mode confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
NetworkZoneYes  
Select Network zone for the interface.
NetworkZone confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
IPAssignmentYes Static 
Select the IP Assignment Scheme from the available options.
IPAssignment confines to:
  • Type is 'SCALAR'.
  • Only 'Static', 'DHCP' are allowed.
IPv4AddressNo  
Specify IPv4 address for the interface.
IPv4Address confines to:
  • Type is 'SCALAR'.
  • Datatype is 'IPADDRESS'.
  • Maximum characters allowed are 15.
  • IP Class other than 'MULTICAST', 'RESERVED', 'LOCALHOST', 'UNSPECIFIED', 'BROADCAST', 'NETWORKBROADCAST', 'NETWORKIP' is allowed.
NetmaskNo  
Specify Network Subnet mask for the interface.
Netmask confines to:
  • Type is 'SCALAR'.
  • Datatype is 'IPADDRESS'.
  • Maximum characters allowed are 15.
GatewayNameNo  
Specify Gateway name through which traffic is to be routed.
GatewayName confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
  • Character not allowed: Comma (,)
  • Maximum characters allowed are 50.
  • UTF-8 character(s) are allowed.
GatewayIPNo  
Specify Gateway IPv4 Address.
GatewayIP confines to:
  • Type is 'SCALAR'.
  • Datatype is 'IPADDRESS'.
  • Maximum characters allowed are 15.
InterfaceSpeedNo  
Select Interface speed for Synchronization.
InterfaceSpeed confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
MTUYes 1500 
Specify Maximum Transmission Unit(MTU)value.
MTU confines to:
  • Type is 'SCALAR'.
  • Datatype is 'INTEGER'.
  • Range 576 to 9000 is allowed.
  • Maximum digits allowed are 4.
MSSValueYes Enable 
Select to specify Maximum Segment Size(MSS)to override default MSS.
MSSValue confines to:
  • Type is 'SCALAR'.
  • Datatype is 'INTEGER'.
  • Range 536 to 8960 is allowed.
  • Maximum digits allowed are 4.
XmitHashPolicyYes  
Select the Xmit hash Policy to be used for member interfaces from the options available: Layer2, Layer2+3, Layer 3+4.
XmitHashPolicy confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
Note:
Available only if 802.3ad LACP mode is selected.
MACAddressYes Enable 
Select to use default MAC Address.
MACAddress confines to:
  • Type is 'SCALAR'.
  • Datatype is 'MACADDRESS'.
  • Maximum characters allowed are 17.
IPv6AddressNo  
Used to set IPv6 address for interface in IPv6 Configuration.
IPv6Address confines to:
  • Type is 'SCALAR'.
  • Datatype is 'IPADDRESS6'.
  • Maximum characters allowed are 45.
  • IP Class other than 'MULTICAST', 'LOCALHOST', 'UNSPECIFIED', 'BROADCAST', 'LINKLOCAL', 'NETWORKBROADCAST', 'NETWORKIP' is allowed.
PrefixNo  
Used to set Prefix for Physical interface in IPv6 Configuration.
Prefix confines to:
  • Type is 'SCALAR'.
  • Datatype is 'INTEGER'.
  • Range 1 to 128 is allowed.
  • Maximum digits allowed are 3.
GatewayNameIpv6No  
Used to configure Gateway Name for IPv6 Configuration.
GatewayNameIpv6 confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
  • Character not allowed: Comma (,)
  • Maximum characters allowed are 50.
  • UTF-8 character(s) are allowed.
GatewayIPv6No  
Used to set IPv6 address for Gateway in IPv6 Configuration.
GatewayIPv6 confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
  • Maximum characters allowed are 45.
InterfaceStatusNo ON 
To turn interfaces on or off.
InterfaceStatus confines to:
  • Type is 'SCALAR'.
  • Only 'OFF', 'ON' are allowed.
AutoNegotiationNo 
Turns on auto-negotiation for connection parameters other than link speed and duplex.
AutoNegotiation confines to:
  • Type is 'SCALAR'.
  • Datatype is 'INTEGER'.
  • Range 0 to 1 is allowed.
FECNo off 
Forward Error Correction
FEC confines to:
  • Type is 'SCALAR'.
  • Only 'Automatic', 'Off', 'BaseR-encoding', 'RS-FEC-encoding' are allowed.
Hardware/LagInterfaceYes  
Specify a name for the LAG interface.
Hardware/LagInterface confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
  • Character not allowed: Comma (,)
  • Maximum characters allowed are 10.
  • UTF-8 character(s) are allowed.
NameNo  
Specify a descriptive name for the LAG interface.
Name confines to:
  • Type is 'SCALAR'.
  • Datatype is 'STRING'.
  • Maximum characters allowed are 58.



Operation   Status   Message
Add LAG200
Add LAG500
Add LAG502
Add LAG503
Add LAG504
Add LAG509
Add LAG510
Add LAG530
Add LAG541
Add LAG542
Add LAG543
Add LAG544
Add LAG545
Add LAG546
Add LAG547
Add LAG548
Add LAG550
Add LAG551
Edit LAG200
Edit LAG500
Edit LAG502
Edit LAG503
Edit LAG507
Edit LAG530
Edit LAG541
Edit LAG542
Edit LAG543
Edit LAG544
Edit LAG546
Edit LAG547
Edit LAG548
Edit LAG549
Edit LAG550
Edit LAG563
Edit LAG564
Edit LAG551


© Copyright Sophos Firewall Limited. All rights reserved.
Sophos Firewall is registered trademarks of Sophos Firewall Limited and Sophos Firewall Group. All other product and company names mentioned are trademarks or registered trademarks of their respective owners.
No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise unless you are either a valid licensee where the documentation can be reproduced in accordance with the license terms or you otherwise have the prior permission in writing of the copyright owner.