当 Supervisor 上运行 Cisco IOS 时,可使用 show interfaces card-type {slot/port} counters 命令。 注意:Cisco IOSshow interfaces counters errors命令中有一个Out-Discard计数器,如表1中所述。 Router#show interfaces fas 6/1 countersPort InOctets InUcastPkts InMcastPkts InBcastPkts Fa6/1 47856076 23 ...
1,show interfaces [int] 查看的是某个interface的物理层和数据链路层的信息。它给出了硬件地址,逻辑地址和封装方式的信息。注意第一行的分析:1)Serial 0 is administratively down, line protocol is down。 这种情况,第一个参数涉及物理层,如果它接受到载波检测信号是,该interface就是激活的。2) 如果这是一个D...
show interfaces card-type{slot/port} 指令是 Supervisor 上的 Cisco IOS 用來顯示錯誤計數器和統計資料的指令。此命令的替代命令(對於Catalyst 6000、4000、3550、2970、2950/2955和3750系列交換機)是show interfacescard-type <slot/port> counters errors命令,該命令僅顯示介面錯誤計數器。 有關錯誤計數器輸出的說...
ShowIPinterfaceshowswhichinterfaceshaveaccesstotheIP accesslist,showstheroutingprotocolconfiguredonthe routerandthetimersassociatedwitheachroutingprotocol TheshowiproutedisplaystheIProutingtable TheshowIPXaccess-listdisplaystheIPXaccesslist configuredontherouter Trunkonsetsaportasapermanentrelaymode Usemamenamepassword...
统计接口流量的信息,对应接口Pkts in :进入端口的数据包 Chars in :进入端口的字节 Pkts Out :端口发出的数据包 Chars Out:端口发出的字节数 Processor CPU中的数据 Route Cache: 缓冲中的数据 Hardwar 转发模块中的数据
百度试题 结果1 题目CisCo路由器配置中,下面哪一条命令显示接口状态的总结信息( )。 A. show interfACes B. show running-Config C. show ip route D. show ip interfACe Breif 相关知识点: 试题来源: 解析 D 反馈 收藏
4000>(enable) clear config all 删除NVRAM中的配置信息 4000>(enable) erase all 删除FLASH中的内容 4000>(enable) show flash 显示FLASH中的内容 4000>(enable) show cam [count] dynamic|static|permanent|system [vlan_#] 显示CAM表 VLAN 1900(config)# vtp domain VTP_domain_name 定义交换机域名 ...
S> show interface [type slot_#/port_#] 查看所有或指定接口的信息 S> show ip 显示交换机的IP配置(只在1900系列上可用) S> show version 查看设备信息 S# show ip interface brief 验证IP配置 S(config-if)# speed 10|100|auto 设置接口速率 ...
// 各个interface的信息, ip地址, 查看子网掩码等 (以及vty, console的密码等) show running-config // 管道 show run | include mask show run | begin mask // 查看是否使能每个interfaces, no shutdown show ip…
您可以使用 show interfaces 命令来验证接口是否为“up, line protocol is up (connected)”。 第一个“up”指接口的物理层状态。 “line protocol up”消息显示接口的数据链路层状态,可以此验证端口是否处于连接或非连接状态,或是处于其他可能导致连接失败的状态,例如禁用状态或 disable 状态。