Posted: . At: 2:01 PM. This was 9 years ago. Post ID: 8216
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

How to set a MAC address on a Cisco 3700 router.

This command in interface configuration mode will change the MAC address for a specific interface on the router.

R1(config-if)#mac-address DE.AD.BE

And this is what I get when I use the show run command and view the properties of the interface.

interface FastEthernet0/0
 mac-address 00de.00ad.00be
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip nat enable
 ip virtual-reassembly
 duplex auto
 speed auto

The MAC address is shown this way. I am not sure why it is entered this way, but that is Cisco`s way of doing things.

And this is why you are more careful when assigning an IP address.

oberyn(config-if)#ip address 192.168.0.1 255.255.255.0
% 192.168.0.0 overlaps with FastEthernet0/0

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.