2022年2022年华为交换机路由器学习资料 .pdf

上传人:Che****ry 文档编号:27213499 上传时间:2022-07-23 格式:PDF 页数:10 大小:69.72KB
返回 下载 相关 举报
2022年2022年华为交换机路由器学习资料 .pdf_第1页
第1页 / 共10页
2022年2022年华为交换机路由器学习资料 .pdf_第2页
第2页 / 共10页
点击查看更多>>
资源描述

《2022年2022年华为交换机路由器学习资料 .pdf》由会员分享,可在线阅读,更多相关《2022年2022年华为交换机路由器学习资料 .pdf(10页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

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 ;设置网关#

2、route del default gw ;删除网关# route ;显示网关# ping ;发ECHO 包# telnet ;远程登录交换机命令 Quidwaydis cur ;显示当前配置Quidwaydisplay current-configuration ;显示当前配置Quidwaydisplay interfaces ;显示接口信息名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 10 页 - - - - - - - - - Quidwaydisplay vla

3、n all ;显示路由信息Quidwaydisplay version ;显示版本信息Quidwaysuper password ;修改特权用户密码Quidwaysysname ;交换机命名Quidwayinterface ethernet 0/1 ;进入接口视图Quidwayinterface vlan x ;进入接口视图Quidway-Vlan-interfacexip address 10.65.1.1 255.255.0.0 ;配置VLAN 的 IP 地址Quidwayip route-static 0.0.0.0 0.0.0.0 10.65.1.2 ;静态路由网关Quidwayrip

4、 ; 三层交换支持Quidwaylocal-user ftp Quidwayuser-interface vty 0 4 ;进入虚拟终端S3026-ui-vty0-4authentication-mode password ;设置口令模式S3026-ui-vty0-4set authentication-mode password simple 222 ;设置口令S3026-ui-vty0-4user privilege level 3 ;用户级别Quidwayinterface ethernet 0/1 ;进入端口模式Quidwayint e0/1 ;进入端口模式Quidway-Ethern

5、et0/1duplex half|full|auto ;配置端口工作状态Quidway-Ethernet0/1speed 10|100|auto ;配置端口工作速率Quidway-Ethernet0/1flow-control ;配置端口流控Quidway-Ethernet0/1mdi across|auto|normal ;配置端口平接扭接Quidway-Ethernet0/1port link-type trunk|access|hybrid ;设置端口工作模式Quidway-Ethernet0/1port access vlan 3 ;当前端口加入到 VLAN 名师资料总结 - - -精

6、品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 10 页 - - - - - - - - - Quidway-Ethernet0/2port trunk permit vlan ID|All ;设 trunk允许的 VLAN Quidway-Ethernet0/3port trunk pvid vlan 3 ;设置 trunk端口的 PVID Quidway-Ethernet0/1undo shutdown ;激活端口Quidway-Ethernet0/1shutdown ; 关闭端口Quidwa

7、y-Ethernet0/1quit ;返回Quidwayvlan 3 ;创建VLAN Quidway-vlan3port ethernet 0/1 ;在 VLAN中增加端口Quidway-vlan3port e0/1 ;简写方式Quidway-vlan3port ethernet 0/1 to ethernet 0/4 ;在 VLAN中增加端口Quidway-vlan3port e0/1 to e0/4 ;简写方式Quidwaymonitor-port ;指定镜像端口Quidwayport mirror ;指定被镜像端口Quidwayport mirror int_list observing

8、-port int_type int_num ;指定镜像和被镜像Quidwaydescription string ;指定VLAN 描述字符Quidwaydescription ;删除VLAN 描述字符Quidwaydisplay vlan vlan_id ;查看VLAN 设置Quidwaystp enable|disable ;设置生成树, 默认关闭Quidwaystp priority 4096 ;设置交换机的优先级Quidwaystp root primary|secondary ;设置为根或根的备份Quidway-Ethernet0/1stp cost 200 ;设置交换机端口的花费Q

9、uidwaylink-aggregation e0/1 to e0/4 ingress|both ; 端口的聚合名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 10 页 - - - - - - - - - Quidwayundo link-aggregation e0/1|all ; 始端口为通道号SwitchA-vlanxisolate-user-vlan enable ;设置主vlan SwitchAisolate-user-vlan secondary ;设置主vl

10、an 包括的子 vlan Quidway-Ethernet0/2port hybrid pvid vlan ;设置vlan 的 pvid Quidway-Ethernet0/2port hybrid pvid ;删除vlan 的 pvid Quidway-Ethernet0/2port hybrid vlan vlan_id_list untagged ;设置无标识的 vlan 如果包的 vlan id与 PVId 一致,则去掉 vlan 信息. 默认 PVID=1 。所以设置 PVID为所属 vlan id, 设置可以互通的vlan 为 untagged. 路由器命令 Quidwaydisp

11、lay version ;显示版本信息Quidwaydisplay current-configuration ;显示当前配置Quidwaydisplay interfaces ;显示接口信息Quidwaydisplay ip route ;显示路由信息Quidwaysysname aabbcc ;更改主机名Quidwaysuper passwrod 123456 ;设置口令Quidwayinterface serial0 ;进入接口Quidway-serial0ip address ;配置端口 IP 地址Quidway-serial0undo shutdown ;激活端口Quidwaylin

12、k-protocol hdlc ;绑定hdlc 协议Quidwayuser-interface vty 0 4 Quidway-ui-vty0-4authentication-mode password Quidway-ui-vty0-4set authentication-mode password simple 222 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 10 页 - - - - - - - - - Quidway-ui-vty0-4user privil

13、ege level 3 Quidway-ui-vty0-4quit Quidwaydebugging hdlc all serial0 ;显示所有信息Quidwaydebugging hdlc event serial0 ;调试事件信息Quidwaydebugging hdlc packet serial0 ;显示包的信息静态路由:Quidwayip route-static interface number|nexthopvaluereject|blackhole 例如:Quidwayip route-static 129.1.0.0 16 10.0.0.2 Quidwayip route-

14、static 129.1.0.0 255.255.0.0 10.0.0.2 Quidwayip route-static 129.1.0.0 16 Serial 2 Quidwayip route-static 0.0.0.0 0.0.0.0 10.0.0.2 动态路由:Quidwayrip ; 设置动态路由Quidwayrip work ;设置工作允许Quidwayrip input ;设置入口允许Quidwayrip output ;设置出口允许Quidway-ripnetwork 1.0.0.0 ;设置交换路由网络Quidway-ripnetwork all ;设置与所有网络交换Quid

15、way-rippeer ip-address ;Quidway-ripsummary ; 路由聚合Quidwayrip version 1 ;设置工作在版本 1 Quidwayrip version 2 multicast ;设版本2,多播方式Quidway-Ethernet0rip split-horizon ;水平分隔Quidwayrouter id A.B.C.D ;配置路由器的 ID Quidwayospf enable ;启动名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第

16、5 页,共 10 页 - - - - - - - - - OSPF 协议Quidway-ospfimport-route direct ;引入直联路由Quidway-Serial0ospf enable area ;配置OSPF 区域标准访问列表命令格式如下:acl match-order config|auto ;默认前者顺序匹配。rule normal|specialpermit|deny source source-addr source-wildcard|any 例:Quidwayacl 10 Quidway-acl-10rule normal permit source 10.0.0

17、.0 0.0.0.255 Quidway-acl-10rule normal deny source any 扩展访问控制列表配置命令配置 TCP/UDP 协议的扩展访问列表:rule normal|specialpermit|denytcp|udpsource |anydestination |any operate 配置 ICMP协议的扩展访问列表:rule normal|specialpermit|denyicmp source |anydestination |any icmp-code logging 扩展访问控制列表操作符的含义equal portnumber ;等于greater

18、-than portnumber ;大于less-than portnumber ;小于not-equal portnumber ;不等range portnumber1 portnumber2 ;区间扩展访问控制列表举例Quidwayacl 101 Quidway-acl-101rule deny souce any destination any Quidway-acl-101rule permit icmp source any destination any icmp-type echo Quidway-acl-101rule permit icmp source any destin

19、ation any icmp-type echo-reply Quidwayacl 102 Quidway-acl-102rule permit ip source 10.0.0.1 0.0.0.0 destination 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 10 页 - - - - - - - - - 202.0.0.1 0.0.0.0 Quidway-acl-102rule deny ip source any destination any Quidwa

20、yacl 103 Quidway-acl-103rule permit tcp source any destination 10.0.0.1 0.0.0.0 destination-port equal ftp Quidway-acl-103rule permit tcp source any destination 10.0.0.2 0.0.0.0 destination-port equal www Quidwayfirewall enable Quidwayfirewall default permit|deny Quidwayint e0 Quidway-Ethernet0firew

21、all packet-filter 101 inbound|outbound 地址转换配置举例Quidwayfirewall enable Quidwayfirewall default permit Quidwayacl 101 ;内部指定主机可以进入e0 Quidway-acl-101rule deny ip source any destination any Quidway-acl-101rule permit ip source 129.38.1.1 0 destination any Quidway-acl-101rule permit ip source 129.38.1.2 0

22、 destination any Quidway-acl-101rule permit ip source 129.38.1.3 0 destination any Quidway-acl-101rule permit ip source 129.38.1.4 0 destination any Quidway-acl-101quit Quidwayint e0 Quidway-Ethernet0firewall packet-filter 101 inbound Quidwayacl 102 ;外部特定主机和大于1024端口的数据包允许进入S0 Quidway-acl-102rule den

23、y ip source any destination any Quidway-acl-102rule permit tcp source 202.39.2.3 0 destination 202.38.160.1 0 Quidway-acl-102rule permit tcp source any destination 202.38.160.1 0 destination-port great-than 1024 Quidway-acl-102quit Quidwayint s0 Quidway-Serial0firewall packet-filter 102 inbound ;设20

24、2.38.160.1是路由器出口 IP。Quidway-Serial0nat outbound 101 interface ;是 Easy ip ,将 acl 101允许的 IP 从本接口出时变换源地址。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 10 页 - - - - - - - - - 内部服务器地址转换配置命令( 静态 nat) :nat server global port inside port protocol ;global_port不写时使用 ins

25、ide_port Quidway-Serial0nat server global 202.38.160.1 inside 129.38.1.1 ftp tcp Quidway-Serial0nat server global 202.38.160.1 inside 129.38.1.2 telnet tcp Quidway-Serial0nat server global 202.38.160.1 inside 129.38.1.3 www tcp 设有公网 IP:202.38.160.101202.38.160.103 可以使用。 ;对外访问 ( 原例题 ) Quidwaynat addr

26、ess-group 202.38.160.101 202.38.160.103 pool1 ;建立地址池Quidwayacl 1 Quidway-acl-1rule permit source 10.110.10.0 0.0.0.255 ;指定允许的内部网络Quidway-acl-1rule deny source any Quidway-acl-1int serial 0 Quidway-Serial0nat outbound 1 address-group pool1 ;在s0 口从地址池取出 IP 对外访问Quidway-Serial0nat server global 202.38.1

27、60.101 inside 10.110.10.1 ftp tcp Quidway-Serial0nat server global 202.38.160.102 inside 10.110.10.2 www tcp Quidway-Serial0nat server global 202.38.160.102 8080 inside 10.110.10.3 www tcp Quidway-Serial0nat server global 202.38.160.103 inside 10.110.10.4 smtp udp PPP设置:Quidway-s0link-protocol ppp ;

28、默认的协议PPP验证:主验方: pap|chap Quidwaylocal-user q2 password simple|cipher hello ;路由器1 Quidwayinterface serial 0 Quidway-serial0ppp authentication-mode pap|chap Quidway-serial0ppp chap user q1 ;pap时,没有此句名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 8 页,共 10 页 - - - - - -

29、- - - pap 被验方:Quidwayinterface serial 0 ;路由器2 Quidway-serial0ppp pap local-user q2 password simple|cipher hello chap 被验方:Quidwayinterface serial 0 ;路由器2 Quidway-serial0ppp chap user q2 ;自己路由器名Quidway-serial0local-user q1 password simple|cipher hello ;对方路由器名帧中继 frame-relay (二分册 6-61) q1fr switching q

30、1int s1 q1-Serial1ip address 192.168.34.51 255.255.255.0 q1-Serial1link-protocol fr ;封装帧中继协议q1-Serial1fr interface-type dce q1-Serial1fr dlci 100 q1-Serial1fr inarp q1-Serial1fr map ip 192.168.34.52 dlci 100 q2int s1 q2-Serial1ip address 192.168.34.52 255.255.255.0 q2-Serial1link-protocol fr q2-Seri

31、al1fr interface-type dte q2-Serial1fr dlci 100 q2-Serial1fr inarp q2-Serial1fr map ip 192.168.34.51 dlci 100 帧中继监测q1display fr lmi-infointerface type number q1display fr map q1display fr pvc-infoserial interface-numberdlci dlci-number q1display fr dlci-switch q1display fr interface q1reset fr inarp-

32、info q1debugging fr allinterface type number q1debugging fr arpinterface type number q1debugging fr eventinterface type number q1debugging fr lmiinterface type number 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 9 页,共 10 页 - - - - - - - - - 启动 ftp服务:Quidwaylocal-user ftp password simple|cipher aaa service-type ftp Quidwayftp server enable 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 10 页,共 10 页 - - - - - - - - -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁