cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
486
Views
0
Helpful
2
Replies

access-list statement problem

shadowman724
Level 1
Level 1

hi,

i did a ccna prep center lab called "Named ACL e-Lab". it is at: http://forums.cisco.com/eforum/servlet/PrepCenter?page=more_labs

I did not understand "step 4" task. it is the first time I see a statement like that.

please if you have time read it and tell me what does it mean.

1 Accepted Solution

Accepted Solutions

gpulos
Level 8
Level 8

there seems to be a bit of a bug in this step:

(it requests you build an access list to allow any traffic to 192.168.12.0/24 but only accepts an ACL command to allow traffic to 12.0.X.X)

the commands you are looking for that will work for STEP 4 of Named ACL e-Lab is as follows:

RTR(config)# ip access-list extended MYACL

RTR(config-ext-nacl)# permit tcp 0.0.0.0 255.255.255.255 12.0.0.0 0.0.255.255 established

these commands define an extended access list called MYACL and then permits traffic sourced from anywhere, aka 0.0.0.0 255.255.255.255, to destination network 12.0.0.0 0.0.255.255 (aka 12.0.X.X)

View solution in original post

2 Replies 2

gpulos
Level 8
Level 8

there seems to be a bit of a bug in this step:

(it requests you build an access list to allow any traffic to 192.168.12.0/24 but only accepts an ACL command to allow traffic to 12.0.X.X)

the commands you are looking for that will work for STEP 4 of Named ACL e-Lab is as follows:

RTR(config)# ip access-list extended MYACL

RTR(config-ext-nacl)# permit tcp 0.0.0.0 255.255.255.255 12.0.0.0 0.0.255.255 established

these commands define an extended access list called MYACL and then permits traffic sourced from anywhere, aka 0.0.0.0 255.255.255.255, to destination network 12.0.0.0 0.0.255.255 (aka 12.0.X.X)

yep,

i hope cisco systems will review their e-labs to avoid confusing ccna students

Review Cisco Networking for a $25 gift card