Switch的“CPU接口”是什么?

网络工程 思科 转变 MAC地址
2022-02-19 16:43:29

CPU InterfaceSwitch是什么?

2960-24TT Switch里面有一个CPU接口。

Switch#show interfaces | begin CPU
  Hardware is CPU Interface, address is 0002.1669.5897 (bia 0002.1669.5897)
  MTU 1500 bytes, BW 100000 Kbit, DLY 1000000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 21:40:21, output never, output hang never
  Last clearing of "show interface" counters never
  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
     1682 packets input, 530955 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicast)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     563859 packets output, 0 bytes, 0 underruns
     0 output errors, 23 interface resets
     0 output buffer failures, 0 output buffers swapped out

我有两个问题:

  1. CPU接口是什么?
  2. 那里有什么bia意义?
1个回答

这正是它听起来的样子:连接 CPU 的网络接口。它很少是真正的基于 phy 的 NIC;最常见的是到交换芯片的 PCI 总线接口。这就是托管功能的工作方式——管理 UI、生成树、以太通道、路由协议、CDP/LLDP/等。