cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3328
Views
5
Helpful
4
Replies

logging to cisco switch via mac-address

MohammadSalih
Level 1
Level 1

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 ? 

4 Replies 4

marce1000
VIP
VIP

 

 - 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! '

thanks for replying 

is there any way to log expect mac and console ?

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

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
Review Cisco Networking for a $25 gift card