I have a customer link, I only want machine on the following network to access the customer and vise versa;
192.168.26.16 255.255.255.240
If I enter the following on the 3640;
access-list 180 permit ip 192.168.26.16 255.255.255.240 any log
access-list 181 permit ip any 192.168.26.16 255.255.255.240 log
It changes to;
access-list 180 permit ip 0.0.0.0 255.255.255.240 any log
access-list 181 permit ip any 0.0.0.0 255.255.255.240 log
What I am doing wrong?
192.168.26.16 255.255.255.240
If I enter the following on the 3640;
access-list 180 permit ip 192.168.26.16 255.255.255.240 any log
access-list 181 permit ip any 192.168.26.16 255.255.255.240 log
It changes to;
access-list 180 permit ip 0.0.0.0 255.255.255.240 any log
access-list 181 permit ip any 0.0.0.0 255.255.255.240 log
What I am doing wrong?