From: Melwani, Manoj J (melwanim@citigroup.com)
Date: Sat Mar 25 2006 - 15:57:58 GMT-3
Can someone please explain me this?
Task 7.3 IPv6 Filtering
Configure R4 so that hosts running IPv6 in VLAN 38 do not have access to IPv6 enabled hosts in VLAN 4. Do not use a prefix-list to accomplish this.
Solution
interface Serial0/0
ipv6 traffice-filter DENY_FROM_VLAN38 in
interface Serial0/1
ipv6 traffice-filter DENY_FROM_VLAN38 in
ipv6 access-list DENY_FROM_VLAN38
deny ipv6 FEC0:CC1E:38::/64 any
permit ipv6 any any
The question says we only need to deny access from VLAN 38 to VLAN 4 why are we putting the traffic-filter command under S0/0 and S0/1 instead of E0/1?
Here's what I came up with:
interface Ethernet0/1
ipv6 traffice-filter DENY_FROM_VLAN38 out
ipv6 access-list DENY_FROM_VLAN38
deny ipv6 FEC0:CC1E:38::/64 any
permit ipv6 any any
Can someone pls explain.
This archive was generated by hypermail 2.1.4 : Sat Apr 01 2006 - 10:07:40 GMT-3