Tuesday, 17 February 2015

Block local traffic in LAN on Router Fast Eth0/1 local port


To block local inbound and Outbound traffic in LAN on Router Fast Eth0/1 local port (router local ip : 192.168.50.50)




access-list 1 permit 192.168.50.5
access-list 1 permit 192.168.50.11
access-list 1 permit 192.168.50.13
access-list 1 deny 192.168.50.0 0.0.0.255

int fa0/1
ip access-group 1 in


by these command whole LAN inbound/Outbound will be traffic blocked.

By Gajendra Dubey

0 comments:

Post a Comment

Copyright © 2014 Network Support Solution | Designed With By Blogger Templates
Scroll To Top