2-68
Catalyst 6500 Series Switch Command Reference—Release7.6
78-15328-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands
clear pbf-map
clear pbf-map
To clear PBF map information, use the clear pbf-map command.
clear pbf-map {vlan vlan} | all | {ip_addr_1} {mac_addr_1} {vlan_1} {ip_addr_2}
{mac_addr_2} {vlan_2}
Syntax Description
Defaults This command has no default settings.
Command Types Switch command.
Command Modes Privileged.
Usage Guidelines When you enter clear pbf-map {ip_addr_1} {mac_addr_1} {vlan_1} {ip_addr_2} {mac_addr_2}
{vlan_2}, all ACEs that were created by entering the set pbf-map command are cleared, e x ce pt permit
ip any any. This command removes entries that enable traffic between hosts with ip_addr_1 and
ip_addr_2 on the two specified VLANs.
Use the clear pbf-map command to delete the redirect-to-adjacency ACEs and adjacency information
contained in the PBF_MAP_ACL_(VLAN_ID) ACL.
Use the clear security acl command to clear all other ACE types that are part of the
PBF_MAP_ACL_(VLAN_ID) ACL.
If entries were already deleted by using the clear security acl command, a message displays stating that
the specified entries were already cleared.
Examples This example shows how to clear the ACL with the name PBF_MAP_ACL_11:
Console> (enable) clear pbf-map vlan 11
ACL 'PBF_MAP_ACL_11' successfully deleted.
Console> (enable) Commit operation successfull.
Console> (enable)
vlan vlan Clears the ACL with the name PBF_MAP_ACL_vlan and the adjacency
table used by this ACL.
all Clears all adjacency information and ACLs that were created by entering
the set pbf-map command.
ip_addr_1 IP address of host 1.
mac_addr_1 MAC address of host 1.
vlan_1 Number of the first VLAN.
ip_addr_2 IP address of host 2.
mac_addr_2 MAC address of host 2.
vlan_2 Number of the second VLAN.