(CCSP Self-Study) Context-Based Access Control (CBAC)
(CCSP Self-Study) Context-Based Access Control (CBAC)
(CCSP Self-Study) Context-Based Access Control (CBAC)
Objective
Define the Cisco IOS Firewall
Define CBAC
Configure CBAC with dynamips virtual lab
CBAC (firewall)
Authentication proxy
Intrusion detection
Define CBAC
Packet are inspected entering the firewall by CBAC if they are not specifically denied by
an ACL
CBAC permit or denies specified TCP and UDP traffic through a firewall
A state table is maintained with session information
ACLs are dynamically created or deleted
CBAC protects against DoS attacks
Example notes:
A Client creates a telnet session with source port 2447 and destination port 23.
Access-list permits TCP port 23 from Client to Server but block random port 2447 if the
packet coming back.
You cannot create an access-list to permanent open these random port because of
Security so CBAC will have you to create a dynamic access-list.
CBAC – supported protocols
WAN Router
HQ Router Branch router
.2 30.1.1.x/24 .1 .1 30.2.2.x/24 .2
F0/0 F0/0 F0/1 F0/0
F0/1 .1
.3 Web Server
10.10.0.x/24
Simulate Topology
Start-up Configuration
BGP routing protocol between 3 routers
IP nat static webserver (10.10.0.3) to public IP (30.1.1.3) on HQ router
All username or password: cisco/cisco123
Configuration Task
Configure Access-List permit BGP protocol and Telnet from inside to outside. Deny
other traffic.