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 Vijay,If you want two vlans not to communicate with each other and you have SVIs created on the switch.you can filter the traffic between these two vlans.Vlan 50 - 192.168.10.0/24VLan 60- 192.168.20.0/24Assume vlan 50 60 should not commucate with ...
Hi Jason,I made a little mistake in cofiguration....See the correct one below.ip nat inside source static tcp 192.168.12.6 21 x.x.x.x 990when u will ftp at x.x.x.x ip address port 990, it should divert the traffic to ip 192.168.12.6 port 21.Rev...
can u try thisip nat inside source static tcp 192.168.12.6 23 x.x.x.x 990when u will ftp at x.x.x.x ip address port 990, it should divert the traffic to ip 192.168.12.6 port 23.
Hi,To translate 192.168.10.0/24 to 10.1.20.0/24 the following configuration can help.Site Aint fa0/0ip nat insideint ser0/0ip nat outsideaccess-list 111 permit ip 192.168.10.0 0.0.0.255 anyip nat pool TRANSLATION 10.1.20.1 10.1.20.254 netmask 2...