Layer 2 Switching connectivity question
Hello Everyone,
It was my understanding that when a device is "up up" the first up is for layer 1 and the 2nd is layer 2. Well I've come upon some devices where they show up/up status but do not communicate and show no mac address. How is this possible? From what I understood the device should be in an up/down status. I'm trying to get a clear picture on exactly what denotes up/up status, a signal? an unbroken cable plugged into something turned on even if its not communicating?
Some command output below lines edited for brevity.
Switch#sh mac add int gi0/12
Mac Address Table
Switch#sh ip int b
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/12 unassigned YES unset up up
Switch#clear counters gi0/12
Clear "show interface" counters on this interface [confirm]
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int gi0/12
Switch(config-if)#shut
Switch(config-if)#no shut
Switch(config-if)#end
Switch#sh int gi0/12
GigabitEthernet0/12 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 40f4.ec4c.f70c (bia 40f4.ec4c.f70c)
Description: DEVICE
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 10Mb/s, media type is 10/100/1000BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:01, output hang never
Last clearing of "show interface" counters 00:00:49
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
46 packets output, 4024 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
Switch#sh mac add int gi0/12
Mac Address Table
Switch#sh ip int b
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/12 unassigned YES unset up up
Thanks for your interest!