Commands available under lag once it is deployed, Configuring acl-based mirroring, Disabling ports within a lag – Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual
Page 156
![background image](/manuals/361635/156/background.png)
126
Multi-Service IronWare Switching Configuration Guide
53-1003036-02
Deploying a LAG
5
Commands available under LAG once it is deployed
Once a LAG has been deployed, the following configurations can be performed on the deployed
LAG:
•
Configuring ACL-based Mirroring
•
Disabling Ports within a LAG
•
Enabling Ports within a LAG
•
Monitoring and Individual LAG Port
•
Assigning a name to a port within a LAG
•
Enabling sFlow Forwarding on a port within a LAG
•
Setting the sFlow Sampling Rate for a port within a LAG
•
Configuring LACP BPDU Forwarding
Configuring ACL-based mirroring
To configure ACL-based mirroring for all ports in a LAG, configure it on the primary port of the LAG at
the interface configuration level (see Configuring IP Chapter). ACL-based mirroring can be
configured for an individual member port within a LAG by using the acl-mirror-port command, as
shown in the following.
Brocade(config)# lag blue static
Brocade(config-lag-blue)# deploy
Brocade(config-lag-blue)# acl-mirror-port ethe-port-monitored 3/1 ethernet 3/2
In this example, traffic on Ethernet port 3/1 (a member port of LAG “blue”) will be mirrored to
Ethernet port 3/2.
Syntax: [no] acl-mirror-port { ethe-port-monitored slot/port | named-port-monitored name}
ethernet slot/port
Use the ethe-port-monitored option with the appropriate slot/port variable to specify an Ethernet
port for which you want to provide ACL mirroring.
Use the named-port-monitored option with the appropriate slot/port variable to specify a named
port for which you want to provide ACL mirroring.
The ethernet keyword precedes the slot/port variable identifying the port which will receive the
mirrored packets.
NOTE
A port with ACL-based mirroring already configured on it cannot be added to a LAG, and a LAG cannot
be deployed if any of its member ports has ACL-based mirroring. To use ACL-based mirroring on a
LAG member port, deploy the LAG, then configure mirroring on the member port. If a port is removed
from a LAG, ACL-based mirroring will be removed from that port, and if a LAG is deleted mirroring will
be removed from all member ports.
Disabling ports within a LAG
You can disable an individual port within a LAG using the disable command within the LAG
configuration as shown in the following.