当我显示交换机接口信息时,有line protocol和Link:
Switch-A(config-if)# show interface gigabitethernet 0/3
Gi0/3 up, line protocol is up (connected)
Bridge Port Type: Customer Bridge Port
Hardware Address is 0c:c4:7a:fd:ca:1e
MTU 1500 bytes, Full duplex, 1 Gbps, No-Negotiation
HOL Block Prevention enabled.
Input flow-control is off,output flow-control is off
Link Up/Down Trap is enabled 我想知道他们是什么?我知道一个是管理员可以关机,另一个是物理连接。
发布于 2019-05-16 03:01:07
对于这个特定的接口,线路协议是以太网。
Link Up/Down Trap is enabled消息告诉您,无论出于什么原因(管理向上/向下、插入电缆/断开连接等),当链接上升或下降时,SNMP陷阱都已启用。
发布于 2019-05-16 08:42:43
在Cisco设备上,物理接口可以具有以下状态:

https://networkengineering.stackexchange.com/questions/59178
复制相似问题