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,I understand how BVI works and uasage. This is scenario when you want to have router's routed interface bridge two interfaces on the same broadcast domain as Layer 2 switchports. So if there is a Cisco router model like C881 or C892 that comes wit...
Hi,
I have ASA5515 and assigned by ISP first IPs block with multiple NATs on 'outside' interface. Now I am given secondary IP block (completely different set of IP subnet) by the same ISP. I want to use new IP block to create NAT. I have configured I...
Hi everyone,
I want to know if this is Cisco default privilege behavior when logging as user with privilege 15 local account, the prompt always giving me > level until I have to type enable to get #:
How do I login user with privilege 15 in aaa to ge...
Hi:
I am troubleshooting DMVPN for one of my clients and I need to get advise from here. Does spoke router has to be matched policy # created in Hub router, or policy# is local significantly?
if spoke router:
crypto isakmp policy 10 encr aes 256 aut...
Hi,VPN client PC --> 881w router --> Internet --> PPTP server
How do I configure router to pass thru PPTP? I have already permit in ACL: permit gre any any permit tcp any any eq 1723 permit esp any any permit ip any any
If I connect VPN server via...
Thanks for your information. This works when using the same outside interface on firewall.
However, My client wants to use separate firewall interface to allow NAT outgoing/incoming via IP Block2.What should ISP do on their device to make route chang...
Here is NAT configured:
ip nat inside source route-map NONAT interface FastEthernet4 overload
ip access-list extended ACL-NONAT deny ip 10.250.217.0 0.0.0.255 10.0.0.0 0.255.255.255 deny ip 10.250.217.0 0.0.0.255 192.168.0.0 0.0.255.255 permit ip 10....