logo资料库

思科模拟器命令大全.doc

第1页 / 共9页
第2页 / 共9页
第3页 / 共9页
第4页 / 共9页
第5页 / 共9页
第6页 / 共9页
第7页 / 共9页
第8页 / 共9页
资料共9页,剩余部分请下载后查看
操作说明 命令要在一行内打完,窗体可以自动拉大。Aux 口这个版本暂不支持。 支持三级 Switch 网络,需要路由时支持两级 Switch。 设置的主机名中不要含有空格。F2、F3 键 清屏(为了方便而加) Ctrl+P 历史命令,建议使用方向键。 Ctrl+z 回根, 建议使用 end 命令 Ctrl+Break 路由器进入 ROM 监控状态。交换机清除特权密码。 双击设备进入终端操作 单击设备的接口可以实现画线 单击画有线的接口可以删除连线 在指定的设备按下鼠标右键可以删除设备。 在指定的设备按下鼠标左键可以实现移动。 按 Tab 键,可以得到命令全称。 键入"?"可以得到当前状态下的命令帮助。 接收的作业名固定为当前目录下的 sim.txt。 系统的配置文件是:sim.ini。 计算测验得分中,ping PCA->PCB;5 表示 ping 通得 5 分, SWAf6=2;5 表示交换机 SwitchA 的 f0/6 在 vlan 2 时得 5 分。 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. 计算机命令: PCA login: root ;使用 root 用户 password: linux ;口令是 linux # shutdown -h now init 0 关机 # logout # login # ifconfig ;同 ;显示 IP 地址 # ifconfig eth0 netmask ;设置 IP 地址 # ifconfig eht0 netmask down ; 删除 IP 地址 # route add 0.0.0.0 gw # route del 0.0.0.0 gw # route add default gw
; 设置网关 # route del default gw 删除网关 # route ;显示网关 # ping # telnet 2. 交换机支持的命令: 交换机基本状态: switch: rommon> hostname> hostname# ;交换机的 ROM 状态 ;路由器的 ROM 状态 ;用户模式 ;特权模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置: 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 xx switch#exit ;返回命令 交换机 VLAN 设置: switch#vlan database ;进入 VLAN 设置 ;建 ;删 vlan 2 ;进入端口 1 switch(vlan)#vlan 2 VLAN 2 switch(vlan)#no vlan 2 switch(config)#int f0/1 switch(config-if)#switchport access vlan 2 vlan 2 switch(config-if)#switchport mode trunk ;设置为干线 switch(config-if)#switchport trunk allowed vlan 1,2 ;设置允许的 vlan switch(config-if)#switchport trunk encap dot1q ;设置 vlan 中继 switch(config)#vtp domain switch(config)#vtp password 置发 vtp 密码 switch(config)#vtp mode server 设置发 vtp 模式 switch(config)#vtp mode client 设置发 vtp 模式 ;设置发 vtp 域名 ;当前端口加入 ;设 ; ; 交换机设置 IP 地址: switch(config)#interface vlan 1 switch(config-if)#ip address 地址 switch(config)#ip default-gateway 置默认网关 switch#dir flash: 查看闪存 交换机显示命令: switch#write switch#show vtp ;保存配置信息 ;进入 vlan 1 ;设置 IP ;设 ;
;查看 vtp 配置信息 switch#show run ;查看当前配置信息 switch#show vlan ;查看 vlan 配置信息 switch#show interface 端口信息 switch#show int f0/0 查看指定端口信息 3. 路由器支持的命令: 路由器显示命令: router#show run ;显示配置信息 router#show interface 接口信息 router#show ip route 显示路由信息 router#show cdp nei 示邻居信息 router#reload ;重新起动 路由器口令设置: router>enable ;进入特权模式 router#config terminal 全局配置模式 router(config)#hostname 置交换机的主机名 router(config)#enable secret xxx router(config)#enable password xxb ;设置特权加密口令 ;查看 ; ;显示 ; ;显 ;进入 ;设 ;设
置特权非密口令 router(config)#line console 0 入控制台口 router(config-line)#line vty 0 4 router(config-line)#login ;要求口令验证 router(config-line)#password xx router(config)#(Ctrl+z) ; 返回特权模式 router#exit ;返回命令 ;进 ;进入虚拟终端 ;设置登录口令 xx ;进入 Serail 接口 ;激 ;设 ;设置 IP 地 ;设置第二个 IP 路由器配置: router(config)#int s0/0 router(config-if)#no shutdown 活当前接口 router(config-if)#clock rate 64000 置同步时钟 router(config-if)#ip address 址 router(config-if)#ip address second router(config-if)#int f0/0.1 router(config-subif.1)#ip address ;设置子接口 IP router(config-subif.1)#encapsulation dot1q 议 router(config)#config-register 0x2142 配置文件 router(config)#config-register 0x2102 使用配置文件 router#reload ;进入子接口 ;绑定 vlan 中继协 ;跳过 ;正常 ;重新引导 路由器文件操作: router#copy running-config startup-config router#copy running-config tftp router#copy startup-config tftp router#copy tftp flash: ;保存配置 ;保存配置到 tftp ;开机配置存到 tftp ;下传文件到
flash router#copy tftp startup-config ROM 状态: Ctrl+Break rommon>confreg 0x2142 置文件 rommon>confreg 0x2102 置文件 rommon>reset ;重新引导 rommon>copy xmodem: flash: 传输文件 rommon>IP_ADDRESS=10.65.1.2 ;设置路由器 IP rommon>IP_SUBNET_MASK=255.255.0.0 路由器掩码 rommon>TFTP_SERVER=10.65.1.1 ;指定 TFTP 服务器 IP rommon>TFTP_FILE=c2600.bin ;指定下载的文件 rommon>tftpdnld ;从 tftp 下载 rommon>dir flash: 查看闪存内容 rommon>boot ;引导 IOS ;下载配置文件 ;进入 ROM 监控状态 ;跳过配 ;恢复配 ;从 console ;设置 ; 静态路由: ip route router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默认路由举例 ;命令格式 ;静态路由举例 动态路由: router(config)#ip routing 发 router(config)#router rip ;启动路由转 ;启动 RIP 路由协
议。 router(config-router)#network 发布路由 router(config-router)#negihbor 中继用。 帧中继命令: router(config)#frame-relay switching 中继交换 router(config-s0)#encapsulation frame-relay router(config-s0)#fram-relay lmi-type cisco 型 router(config-s0)#frame-relay intf-type DCE router(config-s0)#frame-relay dlci 16 router(config-s0)#frame-relay local-dlci 20 号 router(config-s0)#frame-relay interface-dlci 16 ; router(config)#log-adjacency-changes 接变化 router(config)#int s0/0.1 point-to-point 口点对点 router#show frame pvc 电路 router#show frame map ;设置 ;点对点帧 ;使能帧 ;使能帧中继 ;设置管理类 ;设置为 DCE ; ;设置虚电路 ;记录邻 ;设置子接 ;显示永久虚 ;显示映射 基本访问控制列表: router(config)#access-list permit|deny router(config)#interface default:deny any router(config-if)#ip access-group in|out ;defaultut ; 例 1: router(config)#access-list 1 deny host 10.65.1.1 router(config)#access-list 1 permit any router(config)#int f0/0 router(config-if)#ip access-group 4 in 例 2: router(config)#access-list 4 permit 10.8.1.1 router(config)#access-list 4 deny 10.8.1.0 0.0.0.255 router(config)#access-list 4 permit 10.8.0.0 0.0.255.255 router(config)#access-list 4 deny 10.0.0.0 0.255.255.255 router(config)#access-list 4 permit any
router(config)#int f0/1 router(config-if)#ip access-group 4 in 扩展访问控制列表: access-list permit|deny icmp [type] access-list permit|deny tcp [port] 例 1: router(config)#access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echo router(config)#access-list 101 permit ip any any router(config)#int s0/0 router(config-if)#ip access-group 101 in 例 2: router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80 router(config)#access-list 102 permit ip any any router(config)#interface s0/1 router(config-if)#ip access-group 102 out 删除访问控制例表: router(config)#no access-list 102 router(config-if)#no ip access-group 101 in ;当前接口 ;当前接口指 路由器的 nat 配置 Router(config-if)#ip nat inside 定为内部接口 Router(config-if)#ip nat outside 指定为外部接口 Router(config)#ip nat inside source static [p] <私有 IP><公网 IP> [port] Router(config)#ip nat inside source static 10.65.1.2 60.1.1.1 Router(config)#ip nat inside source static tcp 10.65.1.3 80 60.1.1.1 80 Router(config)#ip nat pool p1 60.1.1.1 60.1.1.20 255.255.255.0 Router(config)#ip nat inside source list 1 pool p1 Router(config)#ip nat inside destination list 2 pool p2 Router(config)#ip nat inside source list 2 interface s0/0 overload Router(config)#ip nat pool p2 10.65.1.2 10.65.1.4 255.255.255.0 type rotary Router#show ip nat translation rotary 参数是轮流的意思,地址池中的 IP 轮流与 NAT 分配的地址匹配。 overload 参数用于 PAT 将内部 IP 映射到一个公网 IP 不同的端口上。 外部网关协议配置 routerA(config)#router bgp 100 routerA(config-router)#network 19.0.0.0 routerA(config-router)#neighbor 8.1.1.2 remote-as 200
分享到:
收藏