当前位置:文档之家› show命令大全

show命令大全

show命令大全
show命令大全

Show 显示运行系统信息

Show access-lists 显示当前所有ACL的内容

Show buffers 显示缓存器统计信息

Show cdp entry 显示CDP表中所列相邻设备的信息

Show cdp interface 显示打开的CDP接口信息

Show cdp neighbors 显示CDP查找进程的结果

Show dialer 显示为DDR(数字数据接受器)设置的串行接口的一般诊断信息

Show flash 显示闪存的布局和内容信息

Show frame-relay lmi 显示关于本地管理接口(LMI)的统计信息

Show frame-relay map 显示关于连接的当前映射入口和信息

Show frame-relay pvc 显示关于帧中继接口的永久虚电路(pvc)的统计信息

Show hosts 显示主机名和地址的缓存列表

Show interfaces 显示设置在路由器和访问服务器上所有接口的统计信息

Show interfaces 显示路由器上配置的所有接口的状态

Show interfaces serial 显示关于一个串口的信息

Show ip interface 列出一个接口的IP信息和状态的小结

Show ip interface 列出接口的状态和全局参数

Show ip protocols 显示活动路由协议进程的参数和当前状态

Show ip route 显示路由选择表的当前状态

Show ip router 显示IP路由表信息

Show ipx interface 显示Cisco IOS软件设置的IPX接口的状态以及每个接口中的参数Show ipx route 显示IPX路由选择表的内容

Show ipx servers 显示IPX服务器列表

Show ipx traffic 显示数据包的数量和类型

Show isdn active 显示当前呼叫的信息,包括被叫号码、建立连接前所花费的时间、在呼叫期间使用的自动化操作控制(AOC)收费单元以及是否在呼叫期间和呼叫结束时提供AOC信息

Show isdn ststus 显示所有isdn接口的状态、或者一个特定的数字信号链路(DSL)的状态或者一个特定isdn接口的状态

Show memory 显示路由器内存的大小,包括空闲内存的大小

Show processes 显示路由器的进程

Show protocols 显示设置的协议

Show protocols 显示配置的协议。这条命令显示任何配置了的第3层协议的状态Show running-config 显示RAM中的当前配置信息

Show spantree 显示关于虚拟局域网(VLAN)的生成树信息

Show stacks 监控和中断程序对堆栈的使用,并显示系统上一次重启的原因

Show startup-config 显示NVRAM中的启动配置文件

Show ststus 显示ISDN线路和两个B信道的当前状态

Show version 显示系统硬件的配置,软件的版本,配置文件的名

show interfaces:显示所有路由器端口状态,如果想要显示特定端口的状态,我们可以键入“show interfaces”后面跟上特定的网络接口和端口号即可,如:router#show interfaces serial 0/1。

show controllers serial:显示特定接口的硬件信息。

show clock:显示路由器的时间设置。

show hosts:显示主机名和地址信息。

show users:显示所有连接到路由器的用户。

show history:显示键入过的命令历史列表。

show flash:显示flash存储器信息以及存储器中的IOS映象文件。

show version:显示路由器信息和IOS信息。

show arp:显示路由器的地址解析协议列表。

show protocol:显示全局和接口的第三层协议的特定状态。

show startup-configuration:显示存储在非易失性存储器(NVRAM)的配置文件。show running-configuration:显示存储在内存中的当前正确配置文件。

1)全局命令:

show version ;显示系统硬件和软件版本、DRAM、Flash

show startup-config ;显示写入NVRAM中的配置内容

show running-config ;显示当前运行的配置内容

show buffers ;详细输出buffer的名称和尺寸

show stacks ;提供路由器进程和处理器利用率信息,用stack decode show tech-support ;显示几个show命令的输出

show access-lists ;查看访问列表配置

show memory ;用于测试内存问题

2)接口相关命令

show queueing [fair|priority|custom]

show queue e0/1 ;查看接口上队列的设置和操作

show interface e0/1 ;Cisco缺省的Ethernet封装方法是ARPA

show ip interface e0/1 ;显示指定接口的TCP/IP配置信息

3)进程相关命令

show processes cpu ;显示路由器CPU的使用率和当前的进程

show processes memory ;显示路由器当前进程的内存使用情况

4) TCP/IP协议相关命令

Show ip access-list ;显示IP访问列表(1-199)

Show ip arp ;显示路由器的ARP缓存(IP、MAC、封装类型、接口)Show ip protocols ;显示运行在路由器上的IP路由协议的信息

Show ip route ;显示IP路由表中的信息Show ip traffic ;显示IP流量统计信息

实验要求:

交换机:在交换机上配置VLAN TRUNK VTP STP FEC SPANNING-TREE PORTFAST(速端口)和UPLINKFAST(上行速链路)

路由器:在路由器上配置单臂路由实现不同VLAN之间通信,配置双向HSRP热备份组,实现负载均衡配置(按照顺序): 1.SW1配置:

SW1#vlan database

SW1(vlan)#vlan 2

SW1(vlan)#vlan 3

SW1(vlan)#vtp server

SW1(vlan)#vtp domain sy

SW1(vlan)#vtp password cisco

SW1(vlan)#vtp pruning

SW1(vlan)#exit

SW1#conf t

SW1(config)#int rang f0/1 - 5

SW1(config-if-range)#switchport mode trunk

SW1(config-if-range)#exit

SW1(config)#int range f0/3 - 4

SW1(config-if-range)#channel-group 1 mode on

SW1(config-if-range)#end

2.SW2配置: SW2#vlan database

SW2(vlan)#vtp server

SW2(vlan)#vtp domain sy

SW2(vlan)#vtp password cisco

SW2(vlan)#exit SW2#conf t

SW2(config)#int range f0/1 - 5

SW2(config-if-range)#switchport mode trunk

SW2(config-if-range)#exit

SW2(config)#int range f0/3 - 4

SW2(config-if-range)#channel-group 1 mode on

SW2(config-if-range)#end

3.SW3配置: SW3#vlan database

SW3(vlan)#vtp client

SW3(vlan)#vtp domain sy

SW3(vlan)#vtp password cisco

SW3(vlan)#exit

SW3#conf t

SW3(config)#int rang f0/1 -2

SW3(config-if-range)#int rang f0/1 – 2

SW3(config-if-range)#switchport mode trunk

SW3(config-if-range)#end

4.SW4配置:

SW4#vlan database

SW4(vlan)#vtp client

SW4(vlan)#vtp domain sy

SW4(vlan)#vtp password cisco

SW4(vlan)#exit SW4#conf t

SW4(config)#int range f0/1 - 2

SW4(config-if-range)#switchport mode trunk

SW4(config-if-range)#end

SW4#conf t

SW4(config)#spanning-tree uplinkfast

SW4(config)#int f0/4

SW4(config-if)#spanning-tree portfast

SW4(config-if)#end

5.SW3配置:

SW3#conf t

SW3(config)#int f0/3

SW3(config-if)#spanning-tree portfast

SW3(config-if)#exit

SW3(config)#spanning-tree uplinkfast

SW3(config)#end

6.SW2配置:

SW2#conf t

SW2(config)#spanning-tree vlan 3 priority 4096

SW2(config)#end

7.SW1配置:

SW1#conf t

SW1(config)#spanning-tree vlan 2 priority 4096

SW1(config)#end

8.R1配置:

R2#conf t

R1(config)#int f0/0

R1(config-if)#no shutdown

R1(config-if)#exit

R1(config)#int f0/0.2

R1(config-subif)#encapsulation dot1q 2

R1(config-subif)#ip address 192.168.2.254 255.255.255.0 R1(config-subif)#no shutdown

R1(config-subif)#int f0/0.3

R1(config-subif)#encapsulation dot1q 3

R1(config-subif)#ip address 192.168.3.254 255.255.255.0 R1(config-subif)#no shutdown

R1(config-subif)#exit

R1(config)#int f0/0.1

R1(config-subif)#encapsulation dot1Q 1

R1(config-subif)#ip address 192.168.1.254 255.255.255.0 R1(config-subif)#no shutdown

R1(config-subif)#end

R1(config-subif)#exit

R1(config)#int f0/0.1

R1(config-subif)#standby 1 ip 192.168.1.1

R1(config-subif)#standby 1 priority 200

R1(config-subif)#standby 1 preempt

R1(config-subif)#exit

R1(config)#int f0/0.2

R1(config-subif)#standby 2 ip 192.168.2.1

R1(config-subif)#standby 2 priority 200

R1(config-subif)#standby 2 preempt

R1(config-subif)#exit

R1(config)#int f0/0.3

R1(config-subif)#standby 3 ip 192.168.3.1

9.R2配置:

R2#conf t

R2(config)#int f0/0

R2(config-if)#no shutdown

R2(config-if)#exit

R2(config)#int f0/0.2

R2(config-subif)#encapsulation dot1q 2

R2(config-subif)#ip address 192.168.2.253 255.255.255.0 R2(config-subif)#no shutdown

R2(config-subif)#int f0/0.3

R2(config-subif)#encapsulation dot1q 3

R2(config-subif)#ip address 192.168.3.253 255.255.255.0 R2(config-subif)#no shutdown

R2(config-subif)#exit

R2(config)#int f0/0.1

R2(config-subif)#encapsulation dot1Q 1

R2(config-subif)#ip address 192.168.1.253 255.255.255.0 R2(config-subif)#no shutdown

R2(config-subif)#end

R2(config-subif)#exit

R2(config)#int f0/0.1

R2(config-subif)#standby 1 ip 192.168.1.1

R2(config-subif)#exit

R2(config)#int f0/0.2

R2(config-subif)#standby 2 ip 192.168.2.1

R2(config-subif)#exit

R2(config)#int f0/0.3

R2(config-subif)#standby 3 ip 192.168.3.1

R2(config-subif)#standby 3 priority 200

R2(config-subif)#standby 3

10.客户机配置: PC1:

IP:192.168.2.2/24 GW:192.168.2.1 PC3:

IP:192.168.3.3/24 GW:192.168.3.1

第一步,生成一个key

ciscoasa (config)# crypto key generate rsa

第二步,允许ssh从outside接口登录

ciscoasa (config)# ssh 0.0.0.0 0.0.0.0 outside 指定外部需要访问PIX的主机

第三步,登录密码

默认情况下,用户名是pix,密码为passwd的密码,可通过ciscoasa (config)# passwd ***修改

燕秀工具快捷键

M L C K,*Y X_M L C K ;环境设置 NA,*YX_NEWALL新建全部 NL,*YX_LAY_NEWALL新建常用图层 NS,*YX_NEWSTYLE新建常用文字样式 ND,*YX_NEWDIMSTY新建YanXiu标注样式 KDTA,*YX_LAY_DIMTMPALL ;设置当前图层 AI_MOLC,*YX_AI_MOLC LC,*YX_LAY_SET_CENTER中心线层 LCO,*YX_LAY_SET_COOL水路层 LCR,*YX_LAY_SET_CORE模仁层 LD,*YX_LAY_SET_DIM标注层 LDT,*YX_LAY_SET_DIM_TEMP临时标注层

LE,*YX_LAY_SET_EPIN顶针层LFR,*YX_LAY_SET_FROMAT产品层LH,*YX_LAY_SET_HATCH填充层LI,*YX_LAY_SET_INSERT镶件层LA,*YX_LAY_SET_LIFE斜顶层LM,*YX_LAY_SET_MOLDBASE模胚层LP,*YX_LAY_SET_PART产品层LR,*YX_LAY_SET_RUNNER流道层LS,*YX_LAY_SET_SCREW螺丝层 STS,*YX_STS样条曲线去除相切LN,*YX_LN计算多线条的总长度DFX,*YX_DFX等分线条 BN,*YX_BREAK重复打断于点OL,*YX_OL直线交点打断 HH,*YX_HH垂直构造线 VV,*YX_VV水平构造线 XC,*YX_XC直线转构造线

;圆工具 AC,*YX_AC圆弧转圆 CTY,*YX_CTY圆坐标列表 CTU,*YX_CTU圆数量统计 ER,*YX_EDR批量修改圆,圆弧半径;块工具 EB,*YX_EB编辑块 BG,*YX_BG替换块 BF,*YX_BF块旋转还原 CE1,*YX_CE1旋转复制+1度 CR1,*YX_CR1旋转复制-1度 CE2,*YX_CE2旋转复制+2度 CR2,*YX_CR2旋转复制-2度 CE3,*YX_CE3旋转复制+3度 CR3,*YX_CR3旋转复制-3度 CE45,*YX_CE45旋转复制+45度CR45,*YX_CR45旋转复制-45度

CISCO命令全集

CISCO命令全集-思科命令汇总 视图模式介绍: 普通视图router> 特权视图router# /在普通模式下输入enable 全局视图router(config)# /在特权模式下输入config t 接口视图router(config-if)# /在全局模式下输入int 接口名称例如int s0或int e0 路由协议视图router(config-route)# /在全局模式下输入router 动态路由协议名称 1、基本配置: router>enable /进入特权模式 router#conf t /进入全局配置模式 router(config)# hostname xxx /设置设备名称就好像给我们的计算机起个名字 router(config)#enable password /设置特权口令 router(config)#no ip domain lookup /不允许路由器缺省使用DNS解析命令 router(config)# Service password-encrypt /对所有在路由器上输入的口令进行暗文加密 router(config)#line vty 0 4 /进入设置telnet服务模式 router(config-line)#password xxx /设置telnet的密码 router(config-line)#login /使能可以登陆 router(config)#line con 0 /进入控制口的服务模式 router(config-line)#password xxx /要设置console的密码 router(config-line)#login /使能可以登陆 2、接口配置: router(config)#int s0 /进入接口配置模式serial 0 端口配置(如果是模块化的路由器前面加上槽位编号,例如serial0/0 代表这个路由器的0槽位上的第一个接口) router(config-if)#ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx /添加ip 地址和掩码

锐捷基本命令大全

>Enable 进入特权模式 #Exit 返回上一级操作模式 #End 返回到特权模式 #write memory 或copy running-config startup-config 保存配置文件 #del flash:config.text 删除配置文件(交换机及1700系列路由器) #erase startup-config 删除配置文件(2500系列路由器) #del flash:vlan.dat 删除Vlan配置信息(交换机) #Configure terminal 进入全局配置模式 (config)# hostname switchA配置设备名称为switchA (config)#banner motd & 配置每日提示信息&为终止符 (config)#enable secret level 1 0 star 配置远程登陆密码为star (config)#enable secret level 15 0 star 配置特权密码为star Level 1为普通用户级别,可选为1~15,15为最高权限级别;0表示密码不加密 (config)#enable services web-server 开启交换机WEB管理功能 Services 可选以下:web-server(WEB管理)、telnet-server(远程登陆)等 查看信息 #show running-config 查看当前生效的配置信息 #show interface fastethernet 0/3 查看F0/3端口信息 #show interface serial 1/2 查看S1/2端口信息 #show interface 查看所有端口信息 #show ip interface brief 以简洁方式汇总查看所有端口信息 #show ip interface 查看所有端口信息 #show version 查看版本信息 #show mac-address-table 查看交换机当前MAC地址表信息 #show running-config 查看当前生效的配置信息 #show vlan 查看所有VLAN信息 #show vlan id 10 查看某一VLAN (如VLAN10)的信息 #show interface fastethernet 0/1 switchport 查看某一端口模式(如F 0/1) #show aggregateport 1 summary 查看聚合端口AG1的信息 #show spanning-tree 查看生成树配置信息 #show spanning-tree interface fastethernet 0/1 查看该端口的生成树状态 #show port-security 查看交换机的端口安全配置信息 #show port-security address 查看地址安全绑定配置信息 #show ip access-lists listname 查看名为listname的列表的配置信息 #show access-lists 端口的基本配置 (config)#Interface fastethernet 0/3 进入F0/3的端口配置模式 (config)#interface range fa 0/1-2,0/5,0/7-9 进入F0/1、F0/2、F0/5、F0/7、F0/8、F0/9的端口配置模式 (config-if)#speed 10 配置端口速率为10M,可选10,100,auto (config-if)#duplex full 配置端口为全双工模式,可选full(全双工),half(半双式),auto(自适应)

AutoCAD 燕秀工具箱命令大全

Autocad快捷键说明: * 命令参考---------------------------yx_mlck * 选项-------------------------------yx_zdy * 新建全部---------------------------yx_newall 新建图层---------------------------yx_lay_newall 新建文字样式-----------------------yx_newstyle 新建标注样式-----------------------yx_newdimsty 设置当前线型为公制-----------------yx_stm CAD中毒修复------------------------yx_bdxf 打开燕秀工具箱目录-----------------yx_yxml * 隐藏对象---------------------------yx_hide 取消全部隐藏-----------------------yx_show 隐藏同名块-------------------------yx_sb 取消块隐藏-------------------------yx_ub 隐藏对象到A组----------------------yx_hidea 取消A组隐藏------------------------yx_showa 隐藏对象到B组----------------------yx_hideb 取消B组隐藏------------------------yx_showb * 浏览图层---------------------------yx_bl 关闭选取图层-----------------------yx_lay_offsel 关闭选取外图层---------------------yx_lay_offselo 反向关闭图层-----------------------yx_lay_offp 打开全部图层-----------------------yx_lay_allon 锁定选取图层-----------------------yx_lay_locksel 锁定选取外图层---------------------yx_lay_locksell 反向锁定图层-----------------------yx_lay_lockp 解锁选取图层-----------------------yx_lay_unlocksel 解锁全部图层-----------------------yx_lay_allunlock 冻结选取图层-----------------------yx_lay_Freezesel 冻结选取外图层---------------------yx_lay_Freezeself 反向冻结图层-----------------------yx_lay_Freezep 解冻全部图层-----------------------yx_lay_allthaw 解冻,解锁,打开全部图层-------------yx_lay_alltuo 将所有标注改变为dim层--------------yx_lay_dimall 将所有标注改变为dim_temp层---------yx_lay_dimtmpall * 将对象的图层置为当前---------------yx_ai_molc 设置当前图层为center层-------------yx_lay_set_center 设置当前图层为cool层---------------yx_lay_set_cool 设置当前图层为core层---------------yx_lay_set_core 设置当前图层为dim层----------------yx_lay_set_dim 设置当前图层为dim_temp层-----------yx_lay_set_dim_temp 设置当前图层为epin层---------------yx_lay_set_epin 设置当前图层为from层---------------yx_lay_set_from 设置当前图层为hatch层--------------yx_lay_set_hatch 设置当前图层为insert层-------------yx_lay_set_insert 设置当前图层为lift层---------------yx_lay_set_lift 设置当前图层为moldbase层-----------yx_lay_set_moldbase 设置当前图层为part层---------------yx_lay_set_part 设置当前图层为runner层-------------yx_lay_set_runner 设置当前图层为screw层--------------yx_lay_set_screw 设置当前图层为slide层--------------yx_lay_set_slide 设置当前图层为sp层-----------------yx_lay_set_sp 设置当前图层为spring层-------------yx_lay_set_spring 设置当前图层为std层----------------yx_lay_set_std 设置当前图层为temp层---------------yx_lay_set_temp 设置当前图层为text层---------------yx_lay_set_text * 智能中心线-------------------------yx_cen 删除重复线-------------------------yx_scf 自动调整线型比例-------------------yx_axs 画剖面线---------------------------yx_sec 画截断线---------------------------yx_sx 画折断线---------------------------yx_kl 画圆柱断面线-----------------------yx_hl 画线修剪---------------------------yx_tt 直线修剪---------------------------yx_ty 连接线段---------------------------yx_ff 智能连接---------------------------yx_fd 检查线段是否断开-------------------yx_chl 样条曲线转圆弧(标注用)-------------yx_as 样条曲线转圆弧(线割用)-------------yx_sl 直样条曲线转直线(UG图)-------------yx_zs 双边偏移---------------------------yx_ou 动态拉长---------------------------yx_yl 合并线段---------------------------yx_lm 直线两端延长-----------------------yx_yt 样条曲线去除相切-------------------yx_sts 计算多线条的总长度-----------------yx_ln 等分线条---------------------------yx_dfx 重复打断于点-----------------------yx_break 直线交点打断-----------------------yx_ol 水平构造线-------------------------yx_hh 垂直构造线-------------------------yx_vv 直线转构造线-----------------------yx_xc * 圆弧转圆---------------------------yx_ac 圆数量统计-------------------------yx_ctu 圆坐标列表-------------------------yx_cty 圆坐标值零数转整数-----------------yx_ec 批量修改圆,圆弧半径----------------yx_edr * 编辑块-----------------------------yx_eb 替换块-----------------------------yx_bg 块旋转还原-------------------------yx_bf 统计块的数量-----------------------yx_bs 块坐标值零数转整数-----------------yx_ec 统一块内对象图层-------------------yx_baa 统一块内对象颜色-------------------yx_bac 复制块内图元-----------------------yx_bc 分解含属性的块保持属性值-----------yx_ebt 修改图块名-------------------------yx_bre 建立匿名块-------------------------yx_nb 匿名块转有名块---------------------yx_bun 有名块转匿名块---------------------yx_bnu

思科交换机命令大全

思科交换机常用命令大全 1.1 用户模式与特权模式 用户模式:可以使用一些基本的查询命令 特权模式:可以对交换机进行相关的配置 进入特权模式命令:Switch>enable 退出特权模式命令:Switch#exit 启用命令查询:? 时间设置:Switch#clock set 时间(自选参数,参数必须符合交换机要求) 显示信息命令:Switch#show 可选参数 注意:可以用TAB键补齐命令,自选参数为用户自定义参数,可选参数为交换机设定参数 查看交换机配置: Switch#show running-config 保存交换机配置:Switch#copy running-config startup-config Switch#wr 查看端口信息:Switch#show interface 查看MAC地址表:Switch#show mac-address-table 查看交换机CPU的状态信息:Switch#show processes 1.2 全局配置模式 进入全局配置模式:Switch#configure terminal

主机名修改:Switch(config)#hostname 主机名(自选参数) 特权模式进入密码: Switch(config)#enable secret 密码(自选参数) 取消特权模式密码:Switch(config)#no enable secret 取消主机名设置: Switch(config)#no hostname 退出配置模式: Switch(config)#exit 需要特别注意的是在配置模式中无法使用show命令,如果要使用 的话show前必须加do和空格,例如:do show * 指定根交换机命令:Switch(config)#spanning-tree vlan 自选参数(VLAN号)root primary 例如: Switch(config)#spanning-tree vlan 1 root primary 需要注意的是:设置根交换机是基于VLAN的 关闭生成树协议命令:Switch(config)#no spanning-tree vlan 自选参数(VLAN 号) 例如: Switch(config)#no spanning-tree vlan 1 1.3 接口配置模式 进入接口配置模式:Switch(config)#interface 端口名称(可选参数) 启用端口:Switch(config-if)#no shutdown 停用端口:Switch(config-if)#shutdown 进入同种类型多端口配置:Switch(config)# interface range fastethernet 0/1-5 进入不同类型多端口配置:Switch(config)#interface range fastethernet 0/1-5,gigabitethernet 0/1-2

迈普路由器常用show命令

1.查看配置命令:sh run 作用:查看路由器的配置 2.查看路由表ship route 作用查看路由器的路由表,如下 WANGHUA_DANDONGLU#ship route Codes: C - connected, S - static, R - RIP, O - OSPF, OE-OSPF External, M - Management D - Redirect, E - IRMP, EX - IRMP external, o - SNSP, B - BGP Gateway of last resort is 0.0.0.0 to network 0.0.0.0 S 0.0.0.0/0 [1/78125] is directly connected, 1138:18:02, serial0/0 C 21.38.249.4/30 is directly connected, 1138:18:02, serial0/0 C 21.38.250.32/28 is directly connected, 1138:18:36, fastethernet0 C 21.38.250.56/30 is directly connected, 1138:18:37, loopback0 C 22.38.250.32/28 is directly connected, 1138:18:36, fastethernet0 C 22.38.250.56/30 is directly connected, 1138:18:37, loopback1 C 127.0.0.0/8 is directly connected, 1138:18:46, lo0 C 21.38.249.5/32 is directly connected, 1138:18:02, serial0/0 3.简明接口信息查询ship interface brif 作用:查看各个接口的状态,这里可以看到接口的对应的ip,以及接口状态,up表示接口在使用并且链路正常。 LNFS2_WN_AR_01#sh ip interface brief Interface IP-Address Status Description gigaethernet0 21.0.225.10 UP LINK TO RG5750 lo0 127.0.0.1 UP gigaethernet2 unassigned DOWN gigaethernet3 unassigned DOWN switchethernet5/0 21.0.227.21 UP switchethernet5/2 21.0.227.25 UP serial4/0 21.0.224.34 DOWN TO ShenYang serial4/1 21.0.229.45 DOWN qingyuan serial4/2 21.0.229.49 DOWN to Xinbin serial4/3 unassigned DOWN null0 unassigned UP 4.查看内存使用情况:sh memory,会出现很多信息,重点查看总使用率如下总使用率为 20.32% STATISTICS ---------- Used bytes Free bytes Total bytes Used percent ---------- ---------- ----------- ------------ 54544868 213885452 268430320 20.32% 5.查看cpu使用率分为三步,第一打开监控cpu命令:spy cpu。第二步查看cpu情况命令: shcpu。第三步,查看完毕后关闭监控:no spy cpu。如下cpu空闲为100%

燕秀工具箱快捷键

新建全部NA 新建图层NL 新建文字样式NS 新建标注样式ND 设置当前线型为公制STM CAD中毒修复XF 打开燕秀工具箱目录YM * 隐藏对象HY 取消全部隐藏HU 隐藏同名块HB 取消块隐藏UB 隐藏对象到A组H 取消A组隐藏U6 隐藏对象到B组H7 取消B组隐藏U7 * 浏览图层BL 关闭选取图层LO 关闭选取外图层LOO 反向关闭图层LOP 打开全部图层LUO

锁定选取图层LK 锁定选取外图层LKK 反向锁定图层LKP 解锁选取图层LKU 解锁全部图层LUL 冻结选取图层LF 冻结选取外图层LFF 反向冻结图层LFP 解冻全部图层LUF 解冻,解锁,打开全部图层LUU 将所有标注改变为dim层KDA 将所有标注改变为dim_temp层KDTA * 将对象的图层置为当前AI 设置当前图层为center层LC 设置当前图层为cool层- LCO 设置当前图层为core层LCR 设置当前图层为dim层LD 设置当前图层为dim_temp层LDT 设置当前图层为epin层LE 设置当前图层为from层LFR 设置当前图层为hatch层LH

设置当前图层为insert层LI 设置当前图层为lift层LA 设置当前图层为moldbase层LM 设置当前图层为part层LP 设置当前图层为runner层LR 设置当前图层为screw层LS 设置当前图层为slide层LSL 设置当前图层为sp层LSP 设置当前图层为spring层LST 设置当前图层为std层LSR 设置当前图层为temp层LTE 设置当前图层为text层LT * 智能中心线CE 删除重复线SCF 自动调整线型比例AXS 整数直线LL 画剖面线SEC 画截断线SX 画折断线KL 画圆柱断面线HL 画线修剪TT

Cisco的命令大全

Cisco的命令大全 序号/类别基于ios的交换机命令基于CLI的交换机命令 1.设置主机名/系统名 switch(config)# hostname "hostname" switch(enable) set sys tem name name-string 2.设置登录口令 switch(config)# enable password level 1 password switch(enable) set password switch(enable) set enalbepass 3.设置远程访问 switch(config)# inte***ce vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gateway ip-address switch(enable) set inte***ce s c0 ip-address netmask broadcast-address switch(enable) set inte***ce sc0 vlan switch(enable) set ip route default gateway 4.启用和浏览CDP信息 switch(config-if)# cdp enable switch(config-if)# no cdp enable switch(enable) set cdp {enable|disable} module /port 5.查看Cisco邻接设备的CDP通告 switch# show cdp inte***ce [type modle/port] switch# show cdp neighbors [type module/port] [detail] switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail] 6.端口描述 switch(config-if)#description escription-string switch(enable)set p ort name module/number description-string 7.设置端口速度 switch(config-if)# speed{10|100|auto} switch(enable) set port s peed moudle/number {10|100|auto} switch(enable) set port speed moudle/number {4|16|auto} 8.设置以太网的链路模式 switch(config-if)# duplex {auto|full|half} switch(enabl e) set port duplex module/number {full|half 9.配置静态VLAN switch# vlan database switch(vlan)# vlan vlan-num name vla switch(vlan)# exit switch# configure teriminal switch(config)#inte***ce inte***ce module/number switch(config-if)# switchport mode access switch(config-if)# switchport access vlan vlan-num switch(config-if)# end switch(enable) set vlan vlan-num [name name] switch(enable) set vlan vlan-num mod-num/port-list 10.配置VLAN中继线 switch(config)# inte***ce inte***ce mod/port

show命令

show advanced-copy-license - Display the Extended Advanced Copy license status. show advanced-copy-parameters - Display the Advanced Copy parameters. show advanced-copy-policy - Display the currently registered Advance Copy policy. show advanced-copy-sessions - Display the list of Advance Copy sessions. show affinity-groups - Display a list of affinity groups or display the details of a specified affinity group. This command is deprecated. It has been superceded by "show lun-groups". show ais-connect - Display the AIS Connect Parameters. show audit - Display settings of the audit log. show backup-rec-path-information - Display a summary of the REC path information contained in the backup copy. show bad-data-info - Display bad data information of which either all of volumes or specified volume. show balancing-thin-pro-volumes - Display a list and the status of thin-pro-volumes that are undergoing balance. show boxid - Display the BOX-ID. show btu-date - Display the date of the replacement battery units. show ca-reset-group - Display the list of host interface ports that are in each reset group. show cache-parameters - Display the cache data control parameters of all volumes. show community-profile - Display a list of all existing SNMP communities. show config-information - Displays a list of configuration information that is stored in the system. show date - Display the date and time parameters. show diagnosis - Display the results of disks or RAID groups diagnosis. show disk-error - Display the disk error information. show disks - Display the details and the status of the disks. show eco-mode - Display the current ECO mode status. show eco-raid-group - Display a list of RAID groups that have an ECO schedule assigned.

yanxiu 工具箱 快捷键

燕秀工具箱快捷键 MLCK, *YX_MLCK 命令参考 ;选项 ZDY, *YX_ZDY 命令参考 ;环境设置 NA, *YX_NEWALL 新建全部 NL, *YX_LAY_NEWALL 新建常用图层 NS, *YX_NEWSTYLE 新建常用文字样式 ND, *YX_NEWDIMSTY 新建YanXiu标注样式 STM, *YX_STM 置当前线型为公制 XF, *YX_BDXF CAD中毒修复 YM, *YX_YXML 打开燕秀工具箱目录 ;隐藏工具 HY, *YX_HIDE 隐藏对象 HU, *YX_SHOW 取消全部隐藏 HB, *YX_HB 隐藏同名块 UB, *YX_UB 取消块隐藏 H6, *YX_HIDEA 隐藏对象到 A 组 U6, *YX_SHOWA 取消 A 组隐藏 H7, *YX_HIDEB 隐藏对象到 B 组 U7, *YX_SHOWB 取消 B 组隐藏 ;图层工具 BL, *YX_BL 浏览图层 LO, *YX_LAY_OFFSEL 关闭选取图层 LOO, *YX_LAY_OFFSELO 关闭选取以外的图层 LOP, *YX_LAY_OFFP 反向关闭图层 LUO, *YX_LAY_ALLON 打开全部图层 Lk, *YX_LAY_LOCKSEL 锁定选取图层 Lkk, *YX_LAY_LOCKSELL 锁定选取以外的图层 LkP, *YX_LAY_LOCKP 反向锁定图层 LkU, *YX_LAY_UNLOCKSEL 解锁选取图层 LUL, *YX_LAY_ALLUNLOCK 解锁全部图层 LF, *YX_LAY_FREEZESEL 冻结选取图层 LFF, *YX_LAY_FREEZESELF 冻结选取以外的图层 LFP, *YX_LAY_FREEZEP 反向冻结图层 LUF, *YX_LAY_ALLTHAW 解冻全部图层 LUU, *YX_LAY_ALLTUO 解冻解锁打开全部图层 KDA, *YX_LAY_DIMALL 将所有标注改为DIM层 KDTA, *YX_LAY_DIMTMPALL 将所有标注改为DIM_TEMP层;设置当前图层 AI_MOLC, *YX_AI_MOLC 将对象的图层置为当前

思科交换机路由器命令大全

思科交换机路由器命令 大全 YUKI was compiled on the morning of December 16, 2020

1. 交换机支持的命令:交换机基本状态: 交换机口令设置: switch>enable ;进入特权模式switch#config terminal ;进入全局配置模式 switch(config)#hostname ;设置交换机的主机名 switch(config)#enable secret xxx ;设置特权加密口 令switch(config)#enable password xxa ;设置特权非 密口令switch(config)#line console 0 ;进入控制台 口switch(config-line)#line vty 0 4 ;进入虚拟终端 switch(config-line)#login ;允许登录 switch(config-line)#password xx ;设置登录口令 xxswitch#exit ;返回命令 交换机VLAN设置:

switch(vlan)#vlan 2 ;建VLAN 2switch(vlan)#no vlan 2 ;删vlan 2switch(config)#int f0/1 ;进入端 口1switch(config-if)#switchport access vlan 2 ; 当前端口加入vlan 2switch(config-if)#switchport mode trunk ;设置为干线switch(config- if)#switchport trunk allowed vlan 1,2 ;设置允许 的vlanswitch(config-if)#switchport trunk encap dot1q ;设置vlan 中继switch(config)#vtp domain ;设置发vtp域名switch(config)#vtp password ;设置发vtp密码switch(config)#vtp mode server ;设置发vtp模式switch(config)#vtp mode client ;设置发vtp模式 交换机设置IP地址: 交换机显示命令:

交换机维护常用show命令

1.查看交换机的版本信息 通过show ver命令可以查看交换机具体型号、软件版本、硬件版本、交换机序列号等信息 2.查看交换机CPU利用率 通过show cpu进行查看,可以查看5分钟、1分钟、5秒钟的CPU利用率。

说明:健康状态下,“CPU utilization in five minutes”应该维持在30%以下;承载业务的压力越大,CPU会越高,也属正常现象,但超出60%时就务必引起注意 3.查看交换机内存利用率 通过show memory进行查看,可以查看总的内存大小,可用内存大小及当前内存利用率 4.查看交换机的电源信息 通过show power命令可以查看交换机的电源供电状态 5.查看交换机的风扇信息 通过show fan命令可以查看交换机的风扇是否正常

6.查看交换机的温度 通过show tem命令可以查看交换机的温度 7.查看交换机时间命令 在特权模式下使用showclock命令查看交换机的时间,如下:Ruijie#show clock ------>查看交换机的时间18:01:03 beijing Tue, Dec 3, 2013 8.查看交换机的log信息: 在特权模式下使用show log命令查看日志信息

2)通过more flash:xxx来查看保存到flash中的log信息 说明:需要用命令Ruijie(config)#logging file flash:syslog 131072来将缓存区的log保存到flash 9.查看交换机FLASH空间大小及文件 通过dir命令进行查看,可以查看主程序文件、配置文件、总FLASH空间大小及当前空闲的FLASH空间大小

思科路由器命令大全详解

一 switch> 用户模式 1:进入特权模式enable switch> enable switch# 2:进入全局配置模式configure terminal switch> enable switch#c onfigure terminal switch(conf)# 3:交换机命名hostname aptech2950 以aptech2950为例 switch> enable switch#c onfigure terminal switch(conf)#hostname aptch-2950 aptech2950(conf)# 4:配置使能口令enable password cisco 以cisco为例 switch> enable switch#c onfigure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# enable password cisco 5:配置使能密码enable secret ciscolab 以cicsolab为例 switch> enable switch#c onfigure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# enable secret ciscolab 6:设置虚拟局域网vlan 1 interface vlan 1 switch> enable switch#c onfigure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# interface vlan 1 aptech2950(conf-if)#ip address 配置交换机端口ip和子网掩码 aptech2950(conf-if)#no shut 是配置处于运行中aptech2950(conf-if)#exit aptech2950(conf)#ip default-gateway 设置网关地址 7:进入交换机某一端口interface fastehernet 0/17 以17端口为例switch> enable switch#c onfigure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# interface fastehernet 0/17 aptech2950(conf-if)# 8:查看命令show switch> enable

show命令

ter leng 0 sh ver sh run sh start sh proc cpu sh proc cpu his sh proc mem sh rsp chassis-info sh diag sh ip int bri sh int des sh int | in CRC sh ip access-list sh policy-map sh atm pvc sh cdp nei sh cdp nei detail sh ip route sh ip route summ sh ip protocol sh ip ospf sh ip ospf nei sh ip ospf summary-address sh ip route ospf sh ip ospf data sh ip eigrp nei sh ip eigrp int sh ip route rip sh ip rip data sh log sh context sh alignment dir /all sh flash sh bootflash: sh bootvar sh clock sh environment all sh tec ter no leng 0

1.通用测试、诊断命令 (1)ping x.x.x.x 标准ping命令。用于测试设备间的物理连通性。 (2)ping x.x.x.x 扩展ping命令。用于测试设备间的物理连通性。扩展ping命令还支持灵活定义ping参数,如ping数据包的大小,发送包的个数,等待响应数据包的超时时间等。 (3)traceroute x.x.x.x 命令traceroute用于跟踪、显示路由信息。 (4)show running-config 命令show running-config用于显示路由器、交换机运行配置文件的内容。 (5)show startup-config 命令show startup-config用于显示路由器、交换机启动配置文件的内容。 (6)show sessions 命令show sessions用于显示从当前设备发出的所有呼出Telnet会话。 (7)disconnect 命令disconnect用于断开与远程目标主机的Telnet会话。 (8)show users 命令show users用于查看呼入Telnet会话情况。 (9)clear line 命令clear line用于断开远程主机的呼入Telnet连接。 (10)shutdown 命令shutdown用于临时将某个接口关闭。 (11)no shutdown

相关主题
文本预览
相关文档 最新文档