• 交换机命令


    交换机命令

    记录下工作中经常用到的交换机命令

    作用命令
    查看vlan配置show vlan
    查看交换口配置show interface switchport
    查看系统正在运行的配置信息或某个接口下的配置信息show running-config [ interface interface ]
    查看设备的启动配置信息show startup-config
    显示启机配置保存的路径和文件名show boot config
    显示当前系统时间show clock
    查看线路的配置信息`show line { console line-num
    查看系统的重新启动设置show reload
    查看存储在 NVRAM(非易失性随机存取存储器)上设备的配置show startup-config
    查看系统当前模式下生效的配置信息show this
    查看一些系统的信息`show version [ devices
    显示已经建立 Telnet Client 实例的每个实例信息show sessions
    查看 Web 服务配置信息和状态show web-server status
    查看内存缓冲区中的日志报文,以及日志相关统计信息,日志信息按时间戳从旧到新的顺序显示show logging
    查看系统日志配置的参数、统计信息show logging config
    查看已插入的 USB 设备信息show usb
    显示指定接口的全部状态和配置信息Show interfaces [ interface-type interface-number ]
    显示接口的状态Show interfaces [ interface-type interface-number ] status
    显示可交换接口(非路由接口)的administrative 和 operational 状态信息Show interfaces [ interface-type interface-number ] switchport
    显示接口报文收发速率show interfaces [ interface-type interface-number ] counters rate
    显示接口带宽利用率show interfaces [ interface-type interface-number ] usage
    查看 MAC 地址表`show mac-address-table { dynamic
    查看动态地址老化时间show mac-address-table aging-time
    查看 LACP 的链路聚合状态,可指定显示特定聚合组的信息,参数 key-numebr表示 LACP 聚合组的 Idshow lacp summary [ key-numebr ]
    显示 AP 口摘要信息或流量平衡算法`show aggregateport [ ap-number ] { load-balance
    显示AP当前容量模式以及AP口容量使用情况show aggregateport capacity
    显示所有的 MAC VLAN 表项,包括静态配置和动态生成的show mac-vlan all
    显示动态生成的 MAC VLAN 表项show mac-vlan dynamic
    显示静态配置的 MAC VLAN 表项show mac-vlan static
    显示指定 VLAN 的 MAC VLAN 表项show mac-vlan vlan vlan-id
    显示指定 MAC 地址的 MAC VLAN 表项show mac-vlan mac-address mac-address [mask mac-mask]
    显示接口 IP 信息`show ip interface [interface-typeinterface-number
    显示 IP 报文统计值`show ip packet statistics [total
    显示协议栈 IP 报文收发统计信息show ip packet queue
    显示 ARP 表show ip arp[vrf vrf-name]
    显示接口上关于 IPv6 的信息show ipv6 interface[[interface-id] [ra-info] ] [brief [interface-id]]
    显示 DHCP 租约信息show dhcp lease
    显示 dhcp 用的套接字show ip dhcp socket
    显示已经分配的地址show ip dhcp binding
    显示创建的地址池show ip dhcp pool
    显示 dhcp-server 统计信息show ip dhcp server statistic
    显示 dhcp-relay 统计信息show ip dhcp relay statistic
    显示冲突地址show ip dhcp conflict
    查看 DNS 的相关参数show hosts [ host-name ]
    查看 FTP Server 配置show ftp-server
  • 相关阅读:
    100天精通Andriod逆向——第2天:Android基础知识和jadx的使用
    mybatis在springboot当中的使用
    Win11搭建 Elasticsearch 7 集群(一)
    【Ruby】怎样判断一个类是否有某个方法,一个实例是否有某个属性?
    SQLMAP插件tamper模块介绍
    SEO与社交媒体的关系
    python螺旋数字矩阵
    聊聊氮化硅(SiNx)在芯片中的重要性
    grafana展示的CPU利用率与实际不符的问题探究
    Python的web自动化学习(二)Selenium安装和环境配置
  • 原文地址:https://blog.csdn.net/cclethe/article/details/126695134