- Joined
- May 19, 2003
- Location
- Kingwood, TX
First, my grade does NOT depend on this item. While it is classwork, it does not reflect on my final grade (or any grade). This is something I just have to figure out because it's ****ing me off LOL
First, the requirements:
Implement the following ACL rules using ACL number 101:
1. Allow hosts on the 192.168.30.0/24 network web access to any destination
2. Allow hosts on the 192.168.30.0/24 network ping access to any destination.
3. Deny any other access originating from the network.
My solution:
For 1)
R3(config)#access-list 101 permit tcp 192.168.30.0 0.0.0.255 any eq www
For 2)
R3(config)#access-list 101 permit icmp 192.168.30.0 0.0.0.255 any
For 3)
R3(config)#access-list 101 deny ip any any
This gives me no feedback ie it's wrong. WTF. Any help is appreciated.
First, the requirements:
Implement the following ACL rules using ACL number 101:
1. Allow hosts on the 192.168.30.0/24 network web access to any destination
2. Allow hosts on the 192.168.30.0/24 network ping access to any destination.
3. Deny any other access originating from the network.
My solution:
For 1)
R3(config)#access-list 101 permit tcp 192.168.30.0 0.0.0.255 any eq www
For 2)
R3(config)#access-list 101 permit icmp 192.168.30.0 0.0.0.255 any
For 3)
R3(config)#access-list 101 deny ip any any
This gives me no feedback ie it's wrong. WTF. Any help is appreciated.