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,Is this possible to have telnet access on ASA 5510 on outside interface of ASA?I need to access it over the internet more like the telnet access on router.Reg,Sushil
Hi,I created vlans on L3(3560) and is able to route the all vlans to internet using a router.internet...>router(natting)...>Switch(L3 3560 with 5 vlans).All seems to working fine where i want to use different vlans and access internet.Now 5 vlans cre...
Hi,I need created vlan2(192.168.1.1/24),vlan3(192.168.2.1/24),vlan4(192.168.3.1/24),vlan5(192.168.4.1) on my 3560 L3 switch.I placed a network printer in my Vlan6(192.168.6.1).I want all the vlans to able to access the printer.But except Vlan6 none o...
Hi,I am using a internet router and it is patted to private IP as 192.168.0.1/24.Now on my L3 3560 switch I created some 10 Vlans.like 192.168.1.1/24,192.168.2.1/24 and so on......I don't want vlans to communicate with each other but just allow all t...
Hi,Need some config help on the ASA.I got Lease line link on ethernet to my premises with following WAN IP.i.e 122.x.x.114/30 and gateway 122.x.x.113.DNS server are 202.56.215.54 and 202.56.215.55.Moreover I have pool of 16 ip adresses starting from ...
Hi,On each Vlan you need to block traffice from subnet to Vlan 10.Say you have Vlan 40 with ip address 192.168.5.0/24.use acl as follows:acl-list 105 deny ip 192.168.5.0 0.0.0.255 192.168.1.0 0.0.0.255 (the Vlan to which you want to block access.Same...
Thanks for the info.I am just using entry level L3 switch.Here is the config for the same.Forget about communciation about vlans.router(config)#interface ehternet0/0ip address 122.x.x.114/30 ip nat outside interface ethernet0/110.0.0.1/8 ip nat i...
Thanks Suresh for the info.Does this ok run like this.I never did it before as I used to get the link terminated on router and then used any of the IP out of the pool to PAT on firewall.Well seems as patting on router (with overload) and here with gl...