L2Param¶
The following operations can be performed on "L2Param":
set L2Param¶
Set Layer 2 related global settings on the Citrix ADC
Synopsis¶
set L2Param [-mbfPeermacUpdate <positive_integer>] [-maxBridgeCollision <positive_integer>] [-bdggrpProxyArp ( ENABLED | DISABLED )] [-bdgSetting ( ENABLED | DISABLED )] [-garpOnVridIntf ( ENABLED | DISABLED )] [-macModeFwdMyPkt ( ENABLED | DISABLED )] [-useMyMAC ( ENABLED | DISABLED )] [-proxyArp ( ENABLED | DISABLED )] [-garpReply ( ENABLED | DISABLED )] [-mbfInstLearning ( ENABLED | DISABLED )] [-rstIntfOnHaFo ( ENABLED | DISABLED )] [-skipProxyingBsdTraffic ( ENABLED | DISABLED )] [-returnToEthernetSender ( ENABLED | DISABLED )] [-stopMacMoveUpdate ( ENABLED | DISABLED )] [-bridgeAgeTimeout <positive_integer>]
Arguments¶
mbfPeermacUpdate
When mbf_instant_learning is enabled, learn any changes in peer's MAC after this time interval, which is in 10ms ticks. Default value: 10 Minimum value: 0
maxBridgeCollision
Maximum bridge collision for loop detection Default value: 20 Minimum value: 0
bdggrpProxyArp
Set/reset proxy ARP in bridge group deployment
Possible values: ENABLED, DISABLED Default value: ENABLED
bdgSetting
Bridging settings for C2C behavior. If enabled, each PE will learn MAC entries independently. Otherwise, when L2 mode is ON, learned MAC entries on a PE will be broadcasted to all other PEs.
Possible values: ENABLED, DISABLED Default value: DISABLED
garpOnVridIntf
Send GARP messagess on VRID-configured interfaces upon failover
Possible values: ENABLED, DISABLED Default value: ENABLED
macModeFwdMyPkt
Allows MAC mode vserver to pick and forward the packets even if it is destined to Citrix ADC owned VIP.
Possible values: ENABLED, DISABLED Default value: DISABLED
useMyMAC
Use Citrix ADC MAC for all outgoing packets.
Possible values: ENABLED, DISABLED Default value: DISABLED
proxyArp
Proxies the ARP as Citrix ADC MAC for FreeBSD.
Possible values: ENABLED, DISABLED Default value: ENABLED
garpReply
Set/reset REPLY form of GARP
Possible values: ENABLED, DISABLED Default value: DISABLED
mbfInstLearning
Enable instant learning of MAC changes in MBF mode.
Possible values: ENABLED, DISABLED Default value: DISABLED
rstIntfOnHaFo
Enable the reset interface upon HA failover.
Possible values: ENABLED, DISABLED Default value: DISABLED
skipProxyingBsdTraffic
Control source parameters (IP and Port) for FreeBSD initiated traffic. If Enabled, source parameters are retained. Else proxy the source parameters based on next hop.
Possible values: ENABLED, DISABLED Default value: DISABLED
returnToEthernetSender
Return to ethernet sender.
Possible values: ENABLED, DISABLED Default value: DISABLED
stopMacMoveUpdate
Stop Update of server mac change to NAT sessions.
Possible values: ENABLED, DISABLED Default value: DISABLED
bridgeAgeTimeout
Time-out value for the bridge table entries, in seconds. The new value applies only to the entries that are dynamically learned after the new value is set. Previously existing bridge table entries expire after the previously configured time-out value. Default value: 300 Minimum value: 60 Maximum value: 300
Related Commands¶
unset L2Param¶
Use this command to remove L2Param settings.Refer to the set L2Param command for meanings of the arguments.
Synopsis¶
unset L2Param [-mbfPeermacUpdate] [-maxBridgeCollision] [-bdggrpProxyArp] [-bdgSetting] [-garpOnVridIntf] [-macModeFwdMyPkt] [-useMyMAC] [-proxyArp] [-garpReply] [-mbfInstLearning] [-rstIntfOnHaFo] [-skipProxyingBsdTraffic] [-returnToEthernetSender] [-stopMacMoveUpdate] [-bridgeAgeTimeout]
show L2Param¶
Displays the settings of global Layer 2 parameters on the Citrix ADC.
Synopsis¶
show L2Param
Arguments¶
Output¶
maxBridgeCollision
Maximum bridge collision for loop detection
linkMTU
this MTU is used for Ready logo purpose, changing the Interface MTU at soft layer level.
mbfPeermacUpdate
When mbf_instant_learning is enabled, learn any changes in peer's MAC after this time interval, which is in 10ms ticks.
bdggrpProxyArp
Set/reset proxy ARP in bridge group deployment
bdgSetting
Bridging settings for C2C behavior. If enabled, each PE will learn MAC entries independently. Otherwise, when L2 mode is ON, learned MAC entries on a PE will be broadcasted to all other PEs.
garpOnVridIntf
Send GARP messagess on VRID-configured interfaces upon failover
macModeFwdMyPkt
Allows MAC mode vserver to pick and forward the packets even if it is destined to Citrix ADC owned VIP.
useMyMAC
Use Citrix ADC MAC for all outgoing packets.
proxyArp
Proxies the ARP as Citrix ADC MAC for FreeBSD.
garpReply
Set/reset REPLY form of GARP
mbfInstLearning
Enable instant learning of MAC changes in MBF mode.
rstIntfOnHaFo
Enable the reset interface upon HA failover.
skipProxyingBsdTraffic
Control source parameters (IP and Port) for FreeBSD initiated traffic. If Enabled, source parameters are retained. Else proxy the source parameters based on next hop.
returnToEthernetSender
Return to ethernet sender.
stopMacMoveUpdate
Stop Update of server mac change to NAT sessions.
bridgeAgeTimeout
Time-out value for the bridge table entries, in seconds. The new value applies only to the entries that are dynamically learned after the new value is set. Previously existing bridge table entries expire after the previously configured time-out value.