文档库 最新最全的文档下载
当前位置:文档库 › 思科H3C命令对照表

思科H3C命令对照表

思科H3C命令对照表
思科H3C命令对照表

Cisco_H3C命令对照

思科Cisco 华为3COM 功能

enable system-view 进入特权模式

configure terminal \ 进入配置状态

show display 显示

show running-config display current 显示目前的运行配置show version disp version 显示版本

show start disp saved 显示已保存的配置

show tech-support disp base-information 显示全面的信息no undo 取消(删除)hostname sysname 更改机器名

\ lang chinese 进入中文状态

user local-user 新建修改用户

end return 退回到系统视图

exit quit 返回上级视图

exit logout telnet退出

router rip rip r ip动态路由

router ospf ospf ospf路由

router bgp bgp bgp路由

write save 保存配置

erase delete 删除配置

0 simple 明文

7 cipher 密文

access-list acl 控制访问列表

host ip host host和ip名字对应

logging info-center 日志信息

encap link-protocol 封闭链路层协议

no debug all ctrl+d 取消所有debug命令

vlan database vlan 进入vlan的配置

vtp trunk trunk 设置成为骨干端口

mode \ 模式

trunk 相同主干线

switchport port 接口控制

access 相同访问

ip dhcp dhcp 设置dhcp服务器功能

思科华为命令对照表

思科华为

show display

show version disp version

no undo

show run disp current-configuration username local-user

end return

show start disp saved-configuration exit quit

exit logout

ctrl+z quit

router rip rip

router ospf ospf

router bgp bgp

hostname sysname

access-list acl

write save

erase delete

0 simple

7 cipher

logging info-center encapsulation link-protocol

思科交换机命令大全

思科交换机命令大全集团文件发布号:(9816-UATWW-MWUB-WUNN-INNUL-DQQTY-

思科交换机常用命令大全 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

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 地址和掩码

cisco交换机配置口令大全

cisco交换机配置口令大全 1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gateway ip-address 在基于CLI的交换机上设置远程访问: switch(enable) set interface sc0 ip-address netmask broadcast-address switch(enable) set interface sc0 vlan switch(enable) set ip route default gateway 4.在基于IOS的交换机上启用和浏览CDP信息: switch(config-if)# cdp enable switch(config-if)# no cdp enable 为了查看Cisco邻接设备的CDP通告信息: switch# show cdp interface [type modle/port] switch# show cdp neighbors [type module/port] [detail] 在基于CLI的交换机上启用和浏览CDP信息: switch(enable) set cdp {enable|disable} module/port 为了查看Cisco邻接设备的CDP通告信息: switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail] 5.基于IOS的交换机的端口描述: switch(config-if)# description description-string 基于CLI的交换机的端口描述: switch(enable)set port name module/number description-string 6.在基于IOS的交换机上设置端口速度: switch(config-if)# speed{10|100|auto} 在基于CLI的交换机上设置端口速度: switch(enable) set port speed moudle/number {10|100|auto} switch(enable) set port speed moudle/number {4|16|auto} 7.在基于IOS的交换机上设置以太网的链路模式: switch(config-if)# duplex {auto|full|half}

犀牛grasshopper命令大全

Params: 参数 Geometry: 几何体Box: xxBRep: xx形式Circle: 圆Circular Arc: 圆弧Curve: 曲线Geometry: 几何Line: 线Mesh: 网格面Plane: 平面Point: 点Surface: 表面Twisted box: 扭曲的xxVector: 矢量 Primitive: 数据元素Boolean: xx型Colour: ARGB色彩Data:

数据 Data Path: 数据分支Integer: 整型Interval: 区间Interval2:二维区间Number: 双精度型浮点数Shader: 着色器String: 字符串型Time: 日期型 Special: 专门的Bar Graph: 条形统计图Boolean Toggle: 布尔值切换器Colour Swatch: 色卡Custom Preview: 预览自定义Gradient: 多色彩渐变Graph Mapper: Number Slider: 数字滑动条Panel: 数据显示面板 Param Viewer: 参数结构查看器Receiver:

数据接收器Logic 逻辑 Boolean: xxGate And: 并集 Gate And Ternary: 三元并集Gate Majority: Gate Nand: Gate Nor: Gate Not: Gate Or: Gate Or Ternary: Gate Xnor: Gate Xor: List: 列表 Dispatch: 分配(把一个列表中的项目分派到两个目标列表中)List Item: 清单项 List Length: 列表长度(计算列表的长度)Null Item: 空值(测试一个数据项是否无效)Reverse List:

思科交换机命令大全

思科交换机常用命令大全 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

思科华为命令对照表

Cisco_H3C命令对照 思科Cisco 华为3COM 功能 enable system-view 进入特权模式configure terminal \ 进入配置状态 show display 显示 show running-config display current 显示目前的运行配置show version disp version 显示版本 show start disp saved 显示已保存的配置 show tech-support disp base-information 显示全面的信息no undo 取消(删除) hostname sysname 更改机器名 \ lang chinese 进入中文状态 user local-user 新建修改用户 end return 退回到系统视图 exit quit 返回上级视图 exit logout telnet退出 router rip rip rip动态路由 router ospf ospf ospf路由 router bgp bgp bgp路由 write save 保存配置 erase delete 删除配置 0 simple 明文 7 cipher 密文 access-list acl 控制访问列表 host ip host host和ip名字对应 logging info-center 日志信息 encap link-protocol 封闭链路层协议 no debug all ctrl+d 取消所有debug命令 vlan database vlan 进入vlan的配置 vtp trunk trunk 设置成为骨干端口 mode \ 模式 trunk 相同主干线 switchport port 接口控制 access 相同访问 ip dhcp dhcp 设置dhcp服务器功能 思科华为命令对照表 思科华为 show display show version disp version no undo

犀牛常用命令

. 通用DocumentProperties 设置Hide 隐藏 Invert _Hide 反选隐藏 Show 全部显示 Lock 锁定 Unlock 解锁UnlockSelected 选择解锁Group 编组 Ungroup 解组 Zoom _Extents 场景最大化显示Zoom _All _Extents 场景最大化显示(4窗) Zoom _All _Selected 选择物体最大化显示(4窗) SelAll 全选 SelDup 选择重复 SelCrv 选择曲线 SelLast 选择最后物体SelBrush 笔刷选择SelectionFilter 过滤选择 创建 点 Points 点 线 Polyline 多段线 Curve 控制点曲线 InterpCrv 经过点曲线InterpcrvOnSrf 曲面上画曲线Circle 圆 Ellipse 椭圆 Rectangle 矩形 曲面 ExtrudeCrv 线挤出ExtrudeCrvAlongCrv 线路径挤出ExtrudeCrvToPoint 线挤出到点ExtrudeSrf 面挤出 SrfPt 4点成面 PlanarSrf 封闭平面曲线成面 Loft 多线放样 EdgeSrf 2,3,4边线成面 Patch 补丁面 Sweep1 1轨扫

. Sweep2 2轨扫 Revolve 剖线旋转面 实体 Box 六面体 Cylinder 圆柱 Sphere 球体 Ellipsoid 椭球 Pipe 圆管 编辑 通用 PointsOn or (F10) 打开控制点Join 组合 Explode 炸开 Trim 裁剪 Untrim 裁剪修复 Split 分裂 Rebuild 重建 变形 Delete 删除 Copy 复制 Move 移动Rotate 旋转 Scale1d 1维缩放 Scale2d 2维缩放 Scale 3维缩放 Mirror 镜像 Array 阵列 SetPt 坐标对齐 Orient 对齐 Orient3Pt 缩放对齐 Twist 扭曲 CageEdit 框架变形 Flow 曲线放样FlowAlongSrf 曲面放样曲线提取 Project 投影 DupBorder 拾取曲面边缘DupEdge 拾取选择边线Contour 等高线 Make2D 打印成曲线ExtractIsocurve 结构线提取曲线 Offset 偏移

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

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

思科交换机路由器命令 大全 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地址: 交换机显示命令:

思科交换机配置维护手册

思科交换机配置维护手册

目录

一、端口配置 1.1 配置一组端口 当使用interface range命令时有如下的规则: ?有效的组范围: o vlan从1 到4094 o fastethernet槽位/{first port} - {last port}, 槽位为0 o gigabitethernet槽位/{first port} - {last port},槽位为0 o port-channel port-channel-number - port-channel-number, port-channel号从1到64 ?端口号之间需要加入空格,如:interface range fastethernet 0/1 – 5是有效的,而interface range fastethernet 0/1-5是无效的. ?interface range命令只能配置已经存在的interface vlan ?所有在同一组的端口必须是相同类别的。

见以下例子: Switch# configure terminal Switch(config)# interface range fastethernet0/1 - 5 Switch(config-if-range)# no shutdown 以下的例子显示使用句号来配置不同类型端口的组: Switch# configure terminal Switch(config)# interface range fastethernet0/1 - 3, gigabitethernet0/1 - 2 Switch(config-if-range)# no shutdown 1.2 配置二层端口 1.2.1 配置端口速率及双工模式

思科路由器命令大全详解

一 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

M大 传授犀牛详细设置及经验

Daniel’s Rhino3D Shanghai Day one:一些基础的犀牛设置和命令设置,原理 1. 一般工业设计建模的图纸选用为:,公差值为 0.001。公差值的设定在Option-units 2. 在建模开始前要设定好图层,将不同的物件随时分类。M大的一般分类为: 红色-curves,白-backup,其它图层放置实体。 3. Shift+右键=编辑“命令”。Ctrl+左键=复制“命令”。Shift+左键=在工具列中 移动“命令”。 4. 鼠标中键的设定:先T ools-T oolbar layout-File-Open,再选择要导入的工具 列。然后Option-mouse,在如图选择 (我会分享给大家M 大的中键工具列,非常好用) 5. 点击“命令”后再按F1,可以查看该“命令”的帮助。这个大家要经常用, 因为碰到一些不是很懂的“命令”,F1完全可以解释清楚。(我会分享帮助的中文版。系统自带的是英文的) 6. Option-General的设置一般如图:

7. Snap设置一般如图(颜色可根据自己的喜欢设置): 8. 在绘图时,按住“Alt”,可以暂时关闭Snap 9. 标准圆为4条圆弧,曲线圆为一条曲线。因为标准圆为有理曲线,所以一般 建模作圆时,选用曲线圆。 10. 画一段弧线时,超出90度,自动变成2段,超出180度,变成3段。同理 11. “Join”会影响物体的属性。 12. 按一下“T ab”,在画线时锁定斜率。(这个在画与其它线保持连续性时很有 用)。 13. 最精简曲线:Degree=3,4个控制点。同理。每增加一个控制点,就多一个 节点。 14. 2条曲线在连接处的各自2个控制点,影响G1。3个控制点,影响G2。

思科基本配置命令详解

思科交换机基本配置实例讲解

目录 1、基本概念介绍............................................... 2、密码、登陆等基本配置....................................... 3、CISCO设备端口配置详解...................................... 4、VLAN的规划及配置........................................... 4.1核心交换机的相关配置..................................... 4.2接入交换机的相关配置..................................... 5、配置交换机的路由功能....................................... 6、配置交换机的DHCP功能...................................... 7、常用排错命令...............................................

1、基本概念介绍 IOS: 互联网操作系统,也就是交换机和路由器中用的操作系统VLAN: 虚拟lan VTP: VLAN TRUNK PROTOCOL DHCP: 动态主机配置协议 ACL:访问控制列表 三层交换机:具有三层路由转发能力的交换机 本教程中“#”后的蓝色文字为注释内容。 2、密码、登陆等基本配置 本节介绍的内容为cisco路由器或者交换机的基本配置,在目前版本的cisco交换机或路由器上的这些命令是通用的。本教程用的是cisco的模拟器做的介绍,一些具体的端口显示或许与你们实际的设备不符,但这并不影响基本配置命令的执行。 Cisco 3640 (R4700) processor (revision 0xFF) with 124928K/6144K bytes of memory. Processor board ID 00000000 R4700 CPU at 100MHz, Implementation 33, Rev 1.2

思科2960交换机配置命令

思科2960交换机配置命令 交换机的端口工作模式一般可以分为三种:Access(普通模式),Multi(多vlan模式),Trunk(中继模式)。1、允许多个vlan的是multi模式,而不是trunk 模式。2、两个都设为trunk模式:一:如果在同一交换机上,则决不会在同一vlan;二:如果是两个交换机上,且两端口物理连接的话,共享vlan信息。但是这两个端口已经被使用,所以只能说,使用与这两个端口相同vlan的端口的计算机是同一虚拟局域网。3、access和multi模式下,端口用于计算机;trunk 模式下,端口用于交换机间连接。所以access和trunk没有可比性。 交换机基本状态: switch ;ROM状态,路由器是rommon hostname ;用户模式 hostname# ;特权模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置: switchenable ;进入特权模式 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 ;设置登录口令xx switch#exit ;返回命令

思科交换机配置命令大全

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

(完整版)RHINO犀牛快捷键大全

RHINO犀牛快捷键大全 RHINO 快捷键 【简介】Ctrl+N 新建一个文档 Ctrl+O 打开一个文件 Ctrl+S 保存文件 Ctrl+P 打印设置 Ctrl+Z 取消 Ctrl+Y 重复 Ctrl+A 选择全部物体 Ctrl+X 剪贴 Ctrl+C 拷贝到剪贴板 Ctrl+V 粘贴 Delete 删除 Shift+按住鼠标右 Shift+按住鼠标右键拖动(在 透视窗里)在正脚视窗里,按 住鼠标右键拖动平移 pageup 向前平移 pagedown 向后平移 ctrl+按住鼠标右键向上拖动放大 ctrl+按住鼠标右键向下拖动缩小 HOME 取消最近一次缩放 END 重做最后一次缩放 ctrl+shift+按住鼠标右键拖 动,在透视窗里,按住鼠标右 键拖动。旋转 down arrow 向下旋转 left arrow 向左旋转 right arrow 向右旋转 up arrow 向上旋转 ctrl+shift+pageup 向左倾斜 ctrl+shift+pagedown 向右倾斜 shift+pageup shift+pagedown(透视视窗)调节镜头长度 F1 帮助 F2 显示命令历史 F7 隐藏显示栅格线 F8 正交

F9 捕捉栅格点 F10 打开CV点 F11 关闭CV点 ctrl+F1 最大化TOP视图 ctrl+F2 最大化FRONT视图 ctrl+F3 最大化RIGHT视图 ctrl+F4 最大化PERSPECTIVE视图 1.界面篇 下面我们从Rhino2.0的界面开始学习如何用Rhino2.0制作3D模型。Rhino2.0的主界面由菜单栏、工具栏、工具箱、视图区、命令行和状态栏几部分组成(图1)。

思科路由器命令大全(完整版)

思科交换机路由器命令大全 交换机命令: switch> 用户模式 1:进入特权模式 enable switch> enable switch# 2:进入全局配置模式 configure terminal switch> enable switch#configure terminal switch(conf)# 3:交换机命名 hostname aptech2950 以aptech2950为例 switch> enable switch#configure terminal switch(conf)#hostname aptch-2950 aptech2950(conf)# 4:配置使能口令 enable password cisco 以cisco为例 switch> enable switch#configure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# enable password cisco 5:配置使能密码 enable secret ciscolab 以cicsolab为例--设置禁用IP地址解析特性,设置启用消息同步特性 switch> enable switch#configure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# enable secret ciscolab aptech2950(conf)#no ip domain-lookup -----设置禁用IP 地址解析特性 aptech2950(conf)#logging synchronous -----设置启用消息同步特性 aptech2950(conf)#interface range fastethernet0/1-20

犀牛(Rhino)命令表

rhino3.0命令详解 1.点 sqq/s11选取所有的点selpt qq多点_Points 2.线 s22选取所有的线selcrv s2q选取所有的短线SelShortCrv s2w选取所有的开放的线SelOpenCrv s2e选取所有的封闭的线SelClosedCrv s2r选取所有的复合线SelPolyline 3.圆 cdd通过已知直径来画圆_Circle_Diameter cd3通过已知三点来画圆_Circle_3Point 4.椭圆 edd画椭圆,有各种参数可选,_Ellipse 5.四方形 rec画四方形(长/正方形),有各种参数可选,_Rectangle req画多边形,有各种参数可选,_Polygon 6.面 s33选取所有的面selsrf s3w选取所有的开放的面SelOpenSrf s3e选取所有的封闭的面SelClosedSrf 7.复合面 s44选取所有的复合面SelPolySrf s4w选取所有的开放的复合面SelOpenPolySrf s4e选取所有的封闭复合面SelClosedPolySrf 8.网格面 s55选取所有的网格面SelMesh s5w选取所有的开放的网格面SelOpenMesh s5e选取所有的封闭的网格面SelClosedMesh 9.层 er打开层面板layer aw打开所的层AllLayersOn 10.窗口 v3切换到三个视图_3View v4切换到四个视图_4View vtF1顶视'_SetMaximizedViewportTop vfF2前视'_SetMaximizedViewportFront vrF3右视'_SetMaximizedViewportRight vqF4三视'_SetMaximizedViewportPerspective Z放大'_Zoom ze全屏显示,物件放中间'_Zoom_Extents zea'_Zoom_All_Extents zs全屏显示,被选取的物件放中间'_Zoom_Selected

(完整版)cisco命令大全解释、注释

cisco命令大全解释、注释 Dynamips作为一款十分优秀的Cisco路由器模拟软件,实验模拟效果远比Boson NetSim更加真实可信。Boson NetSim是对IOS命令行的模拟,而Dynamips是通过在计算机中构建运行IOS的虚拟机来真正运行IOS实现对Cisco路由器的模拟。 收录最常用的Cisco命令分类如下: cisco命令大全 1. switch配置命令 (1)模式转换命令 用户模式----特权模式,使用命令"enable" 特权模式----全局配置模式,使用命令"config t" 全局配置模式----接口模式,使用命令"interface+接口类型+接口号" 全局配置模式----线控模式,使用命令"line+接口类型+接口号" 注: 用户模式:查看初始化的信息. 特权模式:查看所有信息、调试、保存配置信息 全局模式:配置所有信息、针对整个路由器或交换机的所有接口 接口模式:针对某一个接口的配置 线控模式:对路由器进行控制的接口配置 (2)配置命令 show running config 显示所有的配置 show versin 显示版本号和寄存器值 shut down 关闭接口 no shutdown 打开接口 ip add +ip地址配置IP地址 secondary+IP地址为接口配置第二个IP地址 show interface+接口类型+接口号查看接口管理性 show controllers interface 查看接口是否有DCE电缆 show history 查看历史记录

show terminal 查看终端记录大小 hostname+主机名配置路由器或交换机的标识 config memory 修改保存在NVRAM中的启动配置 exec timeout 0 0 设置控制台会话超时为0 service password-encryptin 手工加密所有密码 enable password +密码配置明文密码 ena sec +密码配置密文密码 line vty 0 4/15 进入telnet接口 password +密码配置telnet密码 line aux 0 进入AUX接口 password +密码配置密码 line con 0 进入CON接口 password +密码配置密码 bandwidth+数字配置带宽 no ip address 删除已配置的IP地址 show startup config 查看NVRAM中的配置信息 copy run-config atartup config 保存信息到NVRAM write 保存信息到NVRAM erase startup-config 清除NVRAM中的配置信息 show ip interface brief 查看接口的谪要信息 banner motd # +信息+ # 配置路由器或交换机的描素信息description+信息配置接口听描素信息 vlan database 进入VLAN数据库模式 vlan +vlan号+ 名称创建VLAN switchport access vlan +vlan号为VLAN为配接口interface vlan +vlan号进入VLAN接口模式 ip add +ip地址为VLAN配置管理IP地址 vtp+service/tracsparent/client 配置SW的VTP工作模式vtp +domain+域名配置SW的VTP域名 vtp +password +密码配置SW的密码

相关文档