Link to home
Start Free TrialLog in
Avatar of sean-keys
sean-keys

asked on

Assign a MAC to a specific VLAN Cisco IOS

Hi,
     I have a catalyst 4507R and I need to assign a MAC address to a different VLAN.  How can I do that?


Thanks,
Sean
Avatar of GizmoKid
GizmoKid

to create vlans based on mac address of the network devices followin command can bve used on cisco switches


(config)# mac-address-table static MAC_address vlan VLAN_#
interface type module/port_#

Besides specifying the MAC address of the device, and the interface where the device is located, you must also specify the VLAN that the device is located in.

Avatar of sean-keys

ASKER

Can I assign by MAC only, that way if the device gets plugged into a different port it will still be part of the same vlan?
ASKER CERTIFIED SOLUTION
Avatar of GizmoKid
GizmoKid

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial