- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2018 11:21 PM - edited 03-08-2019 01:42 PM
3750 switch
SW1#show mac add
SW1#show mac address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
All 0100.0ccc.cccc STATIC CPU
All 0100.0ccc.cccd STATIC CPU
All 0180.c200.0000 STATIC CPU
All 0180.c200.0001 STATIC CPU
All 0180.c200.0002 STATIC CPU
All 0180.c200.0003 STATIC CPU
All 0180.c200.0004 STATIC CPU
All 0180.c200.0005 STATIC CPU
All 0180.c200.0006 STATIC CPU
All 0180.c200.0007 STATIC CPU
All 0180.c200.0008 STATIC CPU
All 0180.c200.0009 STATIC CPU
All 0180.c200.000a STATIC CPU
All 0180.c200.000b STATIC CPU
All 0180.c200.000c STATIC CPU
All 0180.c200.000d STATIC CPU
All 0180.c200.000e STATIC CPU
All 0180.c200.000f STATIC CPU
All 0180.c200.0010 STATIC CPU
All ffff.ffff.ffff STATIC CPU
1 001f.bc0f.073d DYNAMIC Fa1/0/1
Total Mac Addresses for this criterion: 21
SW1#clear mac
SW1#clear mac add
SW1#clear mac address-table
% Incomplete command.
SW1#
it keeps telling me incomplete command am i missing something?
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2018 12:49 AM
To clear dynamic learned MAC's use clear mac-address table dynamic
If these static mac's are learned by Port security you cannot remove directly.
Use #clear port-security all interface and remove mac's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2018 12:49 AM
To clear dynamic learned MAC's use clear mac-address table dynamic
If these static mac's are learned by Port security you cannot remove directly.
Use #clear port-security all interface and remove mac's
