logging to cisco switch via mac-address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2022 08:05 AM
hi every one ,
i wondering is there any way to logging to cisco switch (with default config) via mac-address ?
for more explanation :
i logged to my cisco switch and when do command
show cdp neighbors details
i have found that new cisco switch with no configuration connected to interface .
can i log to this switch without using console ?
- Labels:
-
Catalyst 2000
-
Catalyst 3000
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2022 08:46 AM
- You can not log in to a switch via mac-address (only)
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2022 09:34 AM
thanks for replying
is there any way to log expect mac and console ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2022 09:06 AM - edited 01-08-2022 09:07 AM
Hello
@marce1000 wrote:
- You can not log in to a switch via mac-address (only)
M.
Generally I would agree however "depending" how old the switches are (catalyst especially) and if they are all manageable devices it is a possibility to do so
Pre-stackwise there was a feature called clustering which allowed remote management of set of interconnected switches
Enabling a switch as cluster master, then adding cluster members would allow you connect via mac-address to nay physically attached switches
However, I doubt the cluster feature would be applicable, it was depreciated a long time ago..
example:
conf t
cluster enable MYCLUSTER
do sh cluster candidates
cluster member 10 mac-address <xxxx.xxxx.xxxx> (remote switch mac addresss)
sh cluster members
Log into switch
rcommand 10
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2022 10:11 AM
Hello
@MohammadSalih wrote:is there any way to log expect mac and console ?
Yes , you could send mac traps to a syslog server
switch#
conf t
mac address-table notifcation
snmp-server host x.x.x. traps xxx <community string>
snmp-server enable traps mac-notifcation
int x/x
snmp trap mac-notifcation add
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
