配置PC的IP地址

计算机网络 之 配置主机IP、交换机的信息

改变端口速率

Switch(config-if)# speed 10

配置端口速率为10M,可配参数为100、10、auto(自适应,为默认值)

双工模式

Switch(config-if)# duplex half

配置端口为半双工模式,可配参数为full、half、auto(默认值)

配置静态IP地址,并显示MAC地址信息

Switch(config)# mac-address-table static 00d0.f800.073c vlan 1 interface FastEthernet0/3

Switch# show mac-address-table

计算机之间的连通

https://blog.csdn.net/qq_44824148/article/details/109728025

相关文章:

  • 2021-04-27
  • 2021-09-04
  • 2021-07-13
  • 2022-12-23
  • 2021-09-14
  • 2021-04-03
  • 2021-11-20
  • 2022-02-07
猜你喜欢
  • 2021-04-25
  • 2021-06-22
  • 2021-05-14
  • 2022-01-19
  • 2021-06-30
  • 2021-12-12
  • 2021-06-20
相关资源
相似解决方案