2-204
Catalyst 6500 Series Switch Command Reference—Release7.6
78-15328-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands
set aclmerge algo
set aclmerge algo
To select the ACL merge algorithm, use the set aclmerge algo command.
set aclmerge algo {bdd | odm}
Syntax Description
Defaults The merge algorithm is ODM.
Command Types Switch command.
Command Modes Privileged.
Usage Guidelines If BDD is disabled, the merge algorithm can only be ODM. When BDD is enabled, you can choose either
the BDD algorithm or the ODM algorithm. Use the set ac lmerge b dd command to enable or disable
BDD.
The ACL merge algorithm that you select is in effect for all new ACL merges. The ACLs already
configured are not modified, and they use the ACL merge algorithm tha t wa s en abl ed wh en the ACLs
were merged.
Examples This example shows how to select ODM as the ACL merge algorithm:
Console> (enable) set aclmerge algo odm
Acl merge algorithm set to odm.
Console> (enable)
Related Commands set aclmerge bdd
show aclmerge
bdd Specifies the ACL merge function based on binary decision diagram (BDD).
odm Specifies the ACL merge function based on order dependent merge (ODM).