Hi,
I just completed Lab 5 of IEWB volume 2, but I completed task 8.1 and 8.2 differently than what is shown in the Solutions Guide.
For Task 8.1, I configured CBAC as follows:
ip inspect name TASK8.1 tcp router-traffic
ip inspect name TASK8.1 udp
ip inspect name TASK8.1 icmp router-traffic
interface Ethernet0/0
ip address 204.12.1.4 255.255.255.0
ip access-group TASK8.1 in
ip inspect TASK8.1 out
Rack1R4#sh ip access-lists
Extended IP access list TASK8.1
10 permit udp any eq rip any eq rip (3975 matches)
20 permit tcp any eq bgp any
30 permit tcp any any eq bgp
And for Task 8.2, I configured a port ACL on SW2 instead of a VLAN ACL as in the solutions guide:
SW2:
ip access-list extended TASK8.2
deny icmp 205.90.31.0 0.0.0.255 any echo
permit ip any any
interface f1/24
ip access-group TASK8.2 in
Do you think those two are possible solutions for the tasks? I don't think I've broken any of the requirements and the solution seems to accompish the ultimate goal of the task, no? I would really appreciate some comments here.
Regards,
Pavel