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.
Hi AllThe following is the setupC3750 Switchinterface GigabitEthernet1/0/1 description Connect to D-Link DI-808HV no switchport ip address 192.168.8.2 255.255.255.252VLAN 2172.20.0.1/24...Couple of ports are assigned to VLAN 2D-Link DI-808HVLan: 192....
Hi All,For security reason, better not use VLAN1 as management VLAN, but a dedicated VLAN instead. How to set it up? Can I use VLAN1 first and then change it over? When change over, what is the impact to the network?Switches are all c3750.When doing ...
Hi All,did the following:Switch(config)# ip routing Switch(config)# vlan 2 Switch(config-vlan)# name vlan2 Switch(config)# vlan 3 Switch(config-vlan)# name vlan3 Switch(config)# int vlan 2 Switch(config-if)# ip address 192.168.2.1 255.255.250.0 Switc...
Hi All,I have a VLANs set up as the attached diagram. And the VLAN setup command as follow.Switch(config)# ip routing Switch(config)# vlan 2 Switch(config-vlan)# name vlan2 Switch(config)# vlan 3 Switch(config-vlan)# name vlan3 Switch(config)# vlan 4...
Hi All,I am new with VLAN, and need help. I have read previous post but cannot solve all my needs, so here is the question. The network diagram is as attached. VLAN 1 will be those Windows 2003 DC and DHCP, DNS.VLAN 2, and 3 are workstations.All work...
Hi Guys,It is actually an routing issue. After I put the Static Route entry in to route back to the vlans, the ping problem disapeared. I remember Jon said something about it on another thread, and tried it, and it is working now.Thank you very much ...
the last rule should allow anything from Lan to WAN. Isn't it?Allow Internal_VLANs LAN,172.20.0.1-172.20.0.255 WAN,* *,*Allow Ping WAN port WAN,* WAN,* ICMP,*Deny Default *,* LAN,* *,*Allow Default LAN,* *,* *,*
Hi Vaibhav,Yes, you are right, tried Switch#ping x.x.x.x source VLAN 2 and it failed.Looks like it is not a Cisco issue, but I will try here anyway. Is there a way to change the NAT behaviour on the D-Link box, so that 172.20.0.0/24 will be natted as...