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 cannot understand why ACL does't match packets from PCs 192.168.8.2 or 192.168.8.3, but it matches 192.168.8.1(fa0/1).In Wiresahrk I see source 192.168.8.2 when I run ping 192.168.176.58 from 192.168.8.2. However, it must be 213.70.2.2By the w...
Hi,I have stuck with formula how to calculate hosts and subnets.For instance, I use formulas:Host = (2^(32-P))-2, where 32 are all bits for network, /P - is prefixSubnets = 2^(/P-N), where /P is prefix and N - is network part of class A,B or C if I h...
thanks!However, I managed to do this in this way:ip nat pool pool213 213.70.2.2 213.70.2.2 prefix-length 30ip nat inside source route-map isp1 pool pool213 overloadaccess-list 101 permit ip 192.168.8.0 0.0.0.255 anyroute-map isp1 permit 10 match ip a...