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

Provide internet access with MAC ID

madhumohanraju
Level 1
Level 1

Provide full internet access with MAC ID.

1 Reply 1

rus-admin
Level 1
Level 1

 NAT is a layer 3/4 of  OSI. MAC ID is an address of layer 2. These will not work together. You can associate fixed  IP address and MAC in ARP table and use as usually NAT:

 

arp 192.168.0.254 1234.1234.1234 arpa

ip access list extended NAT_SRC

 permit ip host 192.168.0.254 any

ip nat inside source list NAT_SRC interface GigabitEthernet0/0 overload

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: