User Tools

Site Tools


cisco_interfaces_in_use

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cisco_interfaces_in_use [2024/01/12 20:28] – [Interface Status] walkeradmincisco_interfaces_in_use [2024/01/12 20:34] – [Show the Mac Address Table] walkeradmin
Line 125: Line 125:
       a4bf.016a.d0e9    DYNAMIC     Gi0/45       a4bf.016a.d0e9    DYNAMIC     Gi0/45
 </file> </file>
 +\\ 
 +I want to look at this specific interface:
 +<file>
 +Vlan    Mac Address       Type        Ports
 +2       a4bf.0169.b7af    DYNAMIC     Gi0/5
 +</file>
 +It can be seen that this is interface 5 on our Cisco, that is in VLAN2 and there is a device connected to it with the MAC Address <color #ed1c24>a4-bf-01-69-b7-af</color>.
 +\\ 
 +\\ 
 +I have logged in to the server that I know is connected to this interface (the servers eno3 is connected) and if I run the command (Linux):
 +\\ 
 +<file>
 +ip a show eno3
 +
 +5: eno3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master data-out state UP group default qlen 1000
 +    link/ether a4:bf:01:69:b7:af brd ff:ff:ff:ff:ff:ff
 +    altname enp61s0f2
 +</file>
 +We can see that the link/ether address is listed as: a4:bf:01:69:b7:af
 +\\ 
 +\\ 
  
  
cisco_interfaces_in_use.txt · Last modified: 2024/01/12 20:37 by walkeradmin