cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
582
Views
0
Helpful
4
Replies

Cisco 891F two Vlans which should not see each other

farzaneh64
Level 1
Level 1

Hi, 

I have a Cisco 891F router, I created two vlan1, vlan2.

vlan1: 192.168.0.1 255.255.255.0

vlan2: 192.168.100.1 255.255.255.0

vlan1 is used for the office workstations and it should be private and vlan2 is used for public wireless. These two vlans should not see or access each other.

i did setup the router, and it is working fine but from vlan2 i can ping vlan1. So for now i set the public wireless off.

please let me know how i can do this.

Thanks

1 Accepted Solution

Accepted Solutions

Please marked this as correct answer and rate the post. This will helpful to other which having same issues.

View solution in original post

4 Replies 4

Pawan Raut
Level 4
Level 4

create acl that vlan 2 can't commnicate with vlan 1.

access-list 110 deny ip any 192.168.0.0 0.0.0.255 log

access-list 110 permit ip any any

!

int vlan 2

ip access-group  110 in

!

Please rate for useful post

Hi Pawan,

It worked, thanks so much

Please marked this as correct answer and rate the post. This will helpful to other which having same issues.

e.ciollaro
Level 4
Level 4

Hi,

I think that 891 series routers supports VRf-Lite, this could be another option to consider. 

For example, one benefit could be to avoid spoofing. Using ACL, an host spoofing its IP address could send traffic to the other VLAN

Bye,

e

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card