Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Restricting access on network through MAC filtering?

Reply
Thread Tools

Restricting access on network through MAC filtering?

 
 
Douglas McIver
Guest
Posts: n/a
 
      05-26-2005
Is there a way in a cisco 2950 to restrict access to the network by creating
a list of permitted MAC addresses? Can the same be done on a PIX 506 or 501
to restrict VPN access by MAC address?

Thank you very much,
-Douglas


 
Reply With Quote
 
 
 
 
harish
Guest
Posts: n/a
 
      05-26-2005
Yes douglas,
You can filter traffic by Mac id based. for that u simply do the
following steaps.

config t
mac access-list extended <ur_access_list_name>
permit host xxxx.xxxx.xxxx any
permit host xxxx.xxxx.xxxx any

ctrl+z
write

config t
int fas0/0 or ser0/0 where u want to put it
mac access-group <ur maclistname> in
ctrl+z

write

thats all

harish

 
Reply With Quote
 
 
 
 
Douglas
Guest
Posts: n/a
 
      05-26-2005
Thank you Harish!

-Douglas
"harish" <> wrote in message
news: oups.com...
> Yes douglas,
> You can filter traffic by Mac id based. for that u simply do the
> following steaps.
>
> config t
> mac access-list extended <ur_access_list_name>
> permit host xxxx.xxxx.xxxx any
> permit host xxxx.xxxx.xxxx any
>
> ctrl+z
> write
>
> config t
> int fas0/0 or ser0/0 where u want to put it
> mac access-group <ur maclistname> in
> ctrl+z
>
> write
>
> thats all
>
> harish
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Restricting file sharing on a home network Watcher of the Skies Computer Support 2 03-25-2009 04:02 PM
Restricting access on a wifi network Andrew Wireless Networking 6 12-12-2008 10:23 PM
home network but restricting childrens access to the web =?Utf-8?B?YW5keSBi?= Wireless Networking 4 07-26-2005 12:31 PM
Restricting User access to Router with TACACS Freeware Frank Beider Cisco 3 10-20-2003 04:39 AM
Restricting access for PPTP users to specific protocols Rik Bain Cisco 1 10-18-2003 11:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57