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.
I have a question on how this works.switch(config)#vlan access-map CISCO<----- This sets the map name to Ciscoswitch(config-access-map)#match ip address dog<------ This sets the map to match the ACL named dogswitch(config-access-map)#action forward...
I erased the config and the vlan.dat file and I'm now configuring the switch and it keeps trying to tftp and pickup a conifg from somewhere else. How do I stop it from doing this and why is it doing this?I have saved the config and reloaded it and y...
I'm frustrated and thought I understood this.I have a 3550 EMI switch in my home lab and I'm just trying to get simple DHCP to work with ip helper address for multiple vlans. I have 3 VLANs on the 3550. VLAN 1 - No AddressVLAN 69 - 192.168.69.11/24VL...
I have the outside interface setup for DHCP that connects to comcast.My inside interface is 192.168.69.1 and is setup to provide DHCP for my internal LAN. I have never logged into a firewall before and as I quickly found out the commands are not lik...
I'm studying for the CCNP BCMSN exam and have a question regarding the use of Etherchannel.I understand what PAgP and LACP do but why would you use them to setup an etherchannel link?I mean you still have to configure each side to use PAgP or LACP so...
So if I have traffic in Vlan 9 that is trying to connect to a host in vlan 10 it will have to match the vlan map in order to be forwarded into vlan 10?And if I have traffic in vlan 10 that is trying to get to vlan 9 it will be forwarded if it matches...
Fixed! I posted too soon. The problem was on the Microsoft DHCP server. I ASSumed that a superscope was to create multiple scopes for different networks. Its not... I deleted it and created "normal" scopes and now it works as intended.I'll becom...