Question about access-list
Nawakette
Member Posts: 33 ■■□□□□□□□□
in CCNA & CCENT
Hello everybody !
I'm back with my questions
I'd like to solve an exercise found in a book and I don't know how to do it...
The goal is to avoid ping requests from hosts with a odd numbers and accept requests from hosts with even numbers.
I have to use an access-list to do it.
Could you please help me ?
I'm back with my questions
I'd like to solve an exercise found in a book and I don't know how to do it...
The goal is to avoid ping requests from hosts with a odd numbers and accept requests from hosts with even numbers.
I have to use an access-list to do it.
Could you please help me ?
Comments
-
EdTheLad Member Posts: 2,111 ■■■■□□□□□□Nawakette wrote:Hello everybody !
I'm back with my questions
I'd like to solve an exercise found in a book and I don't know how to do it...
The goal is to avoid ping requests from hosts with a odd numbers and accept requests from hosts with even numbers.
I have to use an access-list to do it.
Could you please help me ?
access-list 100 permit icmp 192.168.1.0 0.0.0.254 any echo
access-list 100 deny icmp 192.168.1.0 0.0.0.255 any echoNetworking, sometimes i love it, mostly i hate it.Its all about the $$$$