Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Access Control Lists (ACL) Explained @VLAN Y ACL I am using packet tracer version 8.0.1.0064 to build a network. I am trying to configure ACLs to manage vlan communication on the cisco 3650 switch. I want vlan 10 to be able to reach vlan 20, but I do...
VACL design question Vlan Access map I have a primary switch connected with 2 secondary switches. They contain vlans 10,20,30,40,50, and 60. I need vlan 10 to be able to communicate with all the other vlans. I need vlan 20 to be able to communicate ...
VLANS trunks doesn't work I created Vlans 10,20,30,40 on switch1. I am trying to trunk them to switch2.I used the following commands to add vlans to trunk interface on switch1: Switch(config)#int g1/0/2 Siwtch(config-if)#switchport trunk allo...
I tried it. It didn't like something in the "permit any any" line, so Iadded tcp... should I have added something else? I exchanged "20.20.20.0"for "10.10.20.0," which is my subnet for vlan 20. Below is the code I typedin. When I try to ping vlan 20 ...
Thanks Bandara, I would take TCP or anything at this point just as a proofof concept. When I type it it it doesn't seem to like "ack" or "syn",which, reading down in the thread of the link you sent, it looks likepacket tracer might not support that.t...
I grateful for the help. I’d be embarrassed to say how long I’ve beenstruggling trying to figure all this out. here’s the output for SW1#vlan ?….I tried that earlier but didn’t know what to do with the options itpresented. Below that is the sh ver.##...
I changed the mode, now I'm getting an invalid input error with the carrotunder the 'a' in access-map.SW1>enSW1#conf tEnter configuration commands, one per line. End with CNTL/Z.SW1(config)#vlan access-map VACL_ALLOW ^% Inv...
Thank you all for the replies... I must have done something wrong when I originally created the same vlans on both switches.... but I re-did it and it worked! so thank you all again!