show ip inspect interface – show interface configuration with inspection rule and access-list show ip inspect session – display the current session that have been established

debug ip inspect events – display the information about CBAC events

debug ip inspect object-creation– display the message about object that create by CBAC. debug ip inspect object-deletion– display the message about object being delete by CBAC debug ip inspect protocol – display the information about protocol eg http, tcp, ftp…etc

Configuration Example

Building configuration...

service password-encryption service timestamps debug

!

hostname router

!

enable password 7 Pl2cGlY8liD4

!

interface fastethernet 0/0

ip address 192.168.98.63 255.255.255.0

!

interface serial 0/0 encapsulation ppp

ip address 10.0.0.2 255.255.255.192 ip access-group 100 inip inspect test out

!

interface async 0/0

!

router rip network 10.0.0.0 network 192.168.98.0

!

line vty 0 5 login

password 7 tF4VZx7eRx5VcC

!

65