Options

Question about access-list

NawaketteNawakette Member Posts: 33 ■■□□□□□□□□
Hello everybody !

I'm back with my questions icon_lol.gif

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

  • Options
    EdTheLadEdTheLad Member Posts: 2,111 ■■■■□□□□□□
    Nawakette wrote:
    Hello everybody !

    I'm back with my questions icon_lol.gif

    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 echo
    Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
Sign In or Register to comment.