Cisco Cisco IOS Software Release 12.4(9)T

Page de 16
Access List-Based RBSCP
  ip rbscp ack-split
14
Cisco IOS Release 12.4(9)T
If you configure this feature but it refers to a nonexistent access list, this is interpreted as having an 
access list that denies all traffic from being processed by the Access List-Based RBSCP feature, so the 
feature is essentially disabled and the traffic goes through the normal switching path.
Examples
In the following example, the access list performs TCP ACK splitting on packets going out Ethernet 
interface 0 from a source at 172.22.18.5 to a destination at 172.33.27.4:
ip access-list extended satellite
permit tcp 172.22.18.5 172.33.27.4
exit
interface ethernet 0
ip rbscp ack-split 6 satellite out
Related Commands
Command 
Description
debug ip rbscp
Displays general error messages about access list-based RBSCP.
debug ip rbscp ack-split
Displays information about TCP ACK splitting done in conjunction 
with RBSCP.