05-07-2007 02:02 AM - edited 03-03-2019 04:51 PM
Hi,
I need to setup 2 VLANs on the 877 Router and there is a need to ACL the 2 VLANs I create on the router.
How would I go about doing that?
05-07-2007 02:26 AM
1st: Verify you have "advanced services" software to supports VLANs
2nd. Configure ACL for permity/deny. Apply ACL to interface with "ip access-group XX input"
Hope this helps, please rate post if it does!
05-07-2007 03:30 AM
Could you give me an example of an ACL I can use please?
05-07-2007 03:46 AM
CCO is your friend:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080100548.shtml
Hope this helps, please rate post using the scrollbox below!
05-07-2007 05:08 AM
Thanks this info did help.
Lets take this a bit further.
I have 2 VLAN's
VLAN 1 = 192.168.10.x (Fast Ethernet0 is on VLAN 1)
VLAN 2 = 192.168.100.x (Fast Ethernet0 is on VLAN 2)
Both Vlans have domain controllers and the 100.x vlan has a Terminal server configured that both need access to. I want to allow access to these resources ONLY.
Basically no other traffic should pass through these 2 vlans except this.
Would the access list look something like this:access-list 111 permit ip 192.168.10.0 0.0.0.255 192.168.100.0 0.0.0.255
access list 111 permit ip 192.168.10.0 0.0.0.255 host 192.168.100.x 255.255.255.255
Which interface(s) would I apply this to?
Thanks
05-07-2007 06:52 AM
Hi,
the first line allow unlimited communication between the two vlan's
The second one allows 192.168.100.0 to access one host only on the other vlan, note the 255.255.255.255 is not necessary because you have specified host.
In any case the the ACL goes on the VLAN that you are limiting, one only is enough.
Hope this helps, please rate post if it does!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide