cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
259
Views
0
Helpful
1
Replies

configure cisco 877w policies

mustafa_chapal
Level 1
Level 1

is there anyway to assign specific ip addresses to specific mac addresses in dhcp and how can we block internet access on specific mac or ip addresses

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Mustafa

Yes you can assign a specific IP address to a specific mac-address. See this attached link for details:

http://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpsv.html#wp1074511

Once you have done this you can then use an access-list to block specific IP addresses ie. lets say you want to block host 192.168.5.10

access-list 101 deny ip host 192.168.5.10 any

access-list 101 permit ip any any

You can modify the above acl to be more specific ie. TCP ports if needed.

You then apply the acl inbound on the LAN interface of your 877

int fa0/1

ip access-group 101 in

Jon

View solution in original post

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Mustafa

Yes you can assign a specific IP address to a specific mac-address. See this attached link for details:

http://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpsv.html#wp1074511

Once you have done this you can then use an access-list to block specific IP addresses ie. lets say you want to block host 192.168.5.10

access-list 101 deny ip host 192.168.5.10 any

access-list 101 permit ip any any

You can modify the above acl to be more specific ie. TCP ports if needed.

You then apply the acl inbound on the LAN interface of your 877

int fa0/1

ip access-group 101 in

Jon

Review Cisco Networking products for a $25 gift card