高考考试网
当前位置: 首页 高考资讯

华为路由器设置routeid(静态路由器设置详细1)

时间:2023-06-03 作者: 小编 阅读量: 2 栏目名: 高考资讯

#2021年终职场盘点#静态拓扑图在华为模拟器中练习静态路由设置实际工作中,静态路由和OSPF协议是使用最多的两个设置。朋友们,欢迎大家跟我一起学习华为交换机的设置,只有进步才能让自己成长。2021年已经过去,不能改变,但2022年充满着不确定性,你是决定躺平还是奋发图强的行动起来成长起来。日拱一卒让自己成为更好的自己。有命令详情需要的朋友可以发微信给我留下邮箱。命令有三个日志文件。

#2021年终职场盘点#

静态拓扑图

在华为模拟器中练习静态路由设置实际工作中,静态路由和OSPF协议是使用最多的两个设置。

朋友们,欢迎大家跟我一起学习华为交换机的设置,只有进步才能让自己成长。

2021年已经过去,不能改变,但2022年充满着不确定性,你是决定躺平还是奋发图强的行动起来成长起来。日拱一卒让自己成为更好的自己。有命令详情需要的朋友可以发微信给我留下邮箱。命令有三个日志文件。

以下是路由器1的详细设置。

The device is running!<Huawei>sysEnter system view, return user view with Ctrl Z.[Huawei]sys R1[R1]int g [R1]int GigabitEthernet 0/0/1[R1-GigabitEthernet0/0/1]ip ad [R1-GigabitEthernet0/0/1]ip address 192.168.10.1 [R1-GigabitEthernet0/0/1]ip address 192.168.10.1 24Feb 14 2022 08:57:27-08:00 R1 %IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [R1-GigabitEthernet0/0/1]q[R1]int s [R1]int Serial 1/0/0[R1-Serial1/0/0]ip ad [R1-Serial1/0/0]ip address 10.0.12.1 24[R1-Serial1/0/0]disp htis ^Error: Wrong parameter found at '^' position.[R1-Serial1/0/0]disp this[V200R003C00]#interface Serial1/0/0 link-protocol ppp ip address 10.0.12.1 255.255.255.0 #return[R1-Serial1/0/0]q[R1]Feb 14 2022 08:58:23-08:00 R1 %IFNET/4/LINK_STATE(l)[1]:The line protocol PPP IPCP on the interface Serial1/0/0 has entered the UP state. [R1][R1][R1]ping 192.168.10.10 PING 192.168.10.10: 56 data bytes, press CTRL_C to break Reply from 192.168.10.10: bytes=56 Sequence=1 ttl=128 time=50 ms Reply from 192.168.10.10: bytes=56 Sequence=2 ttl=128 time=40 ms Reply from 192.168.10.10: bytes=56 Sequence=3 ttl=128 time=10 ms Reply from 192.168.10.10: bytes=56 Sequence=4 ttl=128 time=20 ms Reply from 192.168.10.10: bytes=56 Sequence=5 ttl=128 time=20 ms --- 192.168.10.10 ping statistics --- 5 packet(s) transmitted 5 packet(s) received 0.00% packet loss round-trip min/avg/max = 10/28/50 ms[R1]ping -c 1 192.168.10.10 PING 192.168.10.10: 56 data bytes, press CTRL_C to break Reply from 192.168.10.10: bytes=56 Sequence=1 ttl=128 time=10 ms --- 192.168.10.10 ping statistics --- 1 packet(s) transmitted 1 packet(s) received 0.00% packet loss round-trip min/avg/max = 10/10/10 ms[R1]disp ip rou [R1]disp ip routing-table Route Flags: R - relay, D - download to fib------------------------------------------------------------------------------Routing Tables: Public Destinations : 11 Routes : 11 Destination/Mask Proto Pre Cost Flags NextHop Interface 10.0.12.0/24 Direct 0 0 D 10.0.12.1 Serial1/0/0 10.0.12.1/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 10.0.12.2/32 Direct 0 0 D 10.0.12.2 Serial1/0/0 10.0.12.255/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0 127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0127.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0 192.168.10.0/24 Direct 0 0 D 192.168.10.1 GigabitEthernet0/0/1 192.168.10.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1 192.168.10.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0[R1] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log on<R1><R1><R1>syst <R1>system-view Enter system view, return user view with Ctrl Z.[R1]ip rou [R1]ip route[R1]ip route-static[R1]ip route[R1]ip route-static 192.168.20.0 255.255.255.0 10.0.12.2[R1]disp ip rou [R1]disp ip routing-table Route Flags: R - relay, D - download to fib------------------------------------------------------------------------------Routing Tables: Public Destinations : 12 Routes : 12 Destination/Mask Proto Pre Cost Flags NextHop Interface 10.0.12.0/24 Direct 0 0 D 10.0.12.1 Serial1/0/0 10.0.12.1/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 10.0.12.2/32 Direct 0 0 D 10.0.12.2 Serial1/0/0 10.0.12.255/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0 127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0127.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0 192.168.10.0/24 Direct 0 0 D 192.168.10.1 GigabitEthernet0/0/1 192.168.10.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1 192.168.10.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1 192.168.20.0/24 Static 60 0 RD 10.0.12.2 Serial1/0/0255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0[R1] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log on<R1>sysEnter system view, return user view with Ctrl Z.[R1]ip rou [R1]ip route[R1]ip route-static 10.0.23.0 24 10.0.12.2[R1] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log on<R1>save The current configuration will be written to the device. Are you sure to continue? (y/n)[n]:y It will take several minutes to save configuration file, please wait....... Configuration file had been saved successfully Note: The configuration file will take effect after being activatedThe device is running!<Huawei>sysEnter system view, return user view with Ctrl Z.[Huawei]sys R1[R1]int g [R1]int GigabitEthernet 0/0/1[R1-GigabitEthernet0/0/1]ip ad [R1-GigabitEthernet0/0/1]ip address 192.168.10.1 [R1-GigabitEthernet0/0/1]ip address 192.168.10.1 24Feb 14 2022 08:57:27-08:00 R1 %IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [R1-GigabitEthernet0/0/1]q[R1]int s [R1]int Serial 1/0/0[R1-Serial1/0/0]ip ad [R1-Serial1/0/0]ip address 10.0.12.1 24[R1-Serial1/0/0]disp htis ^Error: Wrong parameter found at '^' position.[R1-Serial1/0/0]disp this[V200R003C00]#interface Serial1/0/0 link-protocol ppp ip address 10.0.12.1 255.255.255.0 #return[R1-Serial1/0/0]q[R1]Feb 14 2022 08:58:23-08:00 R1 %IFNET/4/LINK_STATE(l)[1]:The line protocol PPP IPCP on the interface Serial1/0/0 has entered the UP state. [R1][R1][R1]ping 192.168.10.10 PING 192.168.10.10: 56 data bytes, press CTRL_C to break Reply from 192.168.10.10: bytes=56 Sequence=1 ttl=128 time=50 ms Reply from 192.168.10.10: bytes=56 Sequence=2 ttl=128 time=40 ms Reply from 192.168.10.10: bytes=56 Sequence=3 ttl=128 time=10 ms Reply from 192.168.10.10: bytes=56 Sequence=4 ttl=128 time=20 ms Reply from 192.168.10.10: bytes=56 Sequence=5 ttl=128 time=20 ms --- 192.168.10.10 ping statistics --- 5 packet(s) transmitted 5 packet(s) received 0.00% packet loss round-trip min/avg/max = 10/28/50 ms[R1]ping -c 1 192.168.10.10 PING 192.168.10.10: 56 data bytes, press CTRL_C to break Reply from 192.168.10.10: bytes=56 Sequence=1 ttl=128 time=10 ms --- 192.168.10.10 ping statistics --- 1 packet(s) transmitted 1 packet(s) received 0.00% packet loss round-trip min/avg/max = 10/10/10 ms[R1]disp ip rou [R1]disp ip routing-table Route Flags: R - relay, D - download to fib------------------------------------------------------------------------------Routing Tables: Public Destinations : 11 Routes : 11 Destination/Mask Proto Pre Cost Flags NextHop Interface 10.0.12.0/24 Direct 0 0 D 10.0.12.1 Serial1/0/0 10.0.12.1/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 10.0.12.2/32 Direct 0 0 D 10.0.12.2 Serial1/0/0 10.0.12.255/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0 127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0127.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0 192.168.10.0/24 Direct 0 0 D 192.168.10.1 GigabitEthernet0/0/1 192.168.10.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1 192.168.10.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0[R1] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log on<R1><R1><R1>syst <R1>system-view Enter system view, return user view with Ctrl Z.[R1]ip rou [R1]ip route[R1]ip route-static[R1]ip route[R1]ip route-static 192.168.20.0 255.255.255.0 10.0.12.2[R1]disp ip rou [R1]disp ip routing-table Route Flags: R - relay, D - download to fib------------------------------------------------------------------------------Routing Tables: Public Destinations : 12 Routes : 12 Destination/Mask Proto Pre Cost Flags NextHop Interface 10.0.12.0/24 Direct 0 0 D 10.0.12.1 Serial1/0/0 10.0.12.1/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 10.0.12.2/32 Direct 0 0 D 10.0.12.2 Serial1/0/0 10.0.12.255/32 Direct 0 0 D 127.0.0.1 Serial1/0/0 127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0 127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0127.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0 192.168.10.0/24 Direct 0 0 D 192.168.10.1 GigabitEthernet0/0/1 192.168.10.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1 192.168.10.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet0/0/1 192.168.20.0/24 Static 60 0 RD 10.0.12.2 Serial1/0/0255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0[R1] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log on<R1>sysEnter system view, return user view with Ctrl Z.[R1]ip rou [R1]ip route[R1]ip route-static 10.0.23.0 24 10.0.12.2[R1] Please check whether system data has been changed, and save data in time Configuration console time out, please press any key to log on<R1>save The current configuration will be written to the device. Are you sure to continue? (y/n)[n]:y It will take several minutes to save configuration file, please wait....... Configuration file had been saved successfully Note: The configuration file will take effect after being activated

    推荐阅读
  • 河北邢台广宗爱心公益活动(保定华仁启动第五季)

    河北邢台广宗爱心公益活动河北新闻网讯(杨永林)据悉,从4月3日起,保定市华仁皮肤病医院携手北大博导专家团联合开展“爱心橡皮擦”疤痕公益援助行动第五季,面向河北省招募疤痕患者进行援助治疗。保定市华仁皮肤病医院工作人员将对报名患者进行初步审核,筛选符合条件患者,并通知到院进行一对一面诊;患者来院可带好身份证、户口等身份资料建档,确定治疗方案和治疗时间。

  • 关于报复陷害行为规定定罪量刑档次是什么样

    国家机关工作人员滥用职权、假公济私,对控告人、申诉人、批评人、举报人实行报复陷害的,处二年以下有期徒刑或者拘役;情节严重的,处二年以上七年以下有期徒刑。

  • 订单状态锁定会退款吗 京东订单状态锁定会退款吗

    以京东为例,订单状态锁定不会退款。京东是中国的一家自营式网络零售企业,于1998年6月18日由刘强东在北京中关村创立。京东公司由刘强东于1998年7月创立,其零售平台于2004年上线。该公司于2007年6月将其域名更改为360buy.com,然后于2013年更改为京东。与此同时,JD.com宣布了其新标识和吉祥物。京东是世界领先的无人机自动化技术和机器人高科技和人工智能交付公司,拥有世界上最大的无人机交付系统,基础设施和能力。

  • 东北大学石油学院(东北大学加油)

    今天和大家分享我对东北大学,在全国各省录取走势的分析!先吐槽一下吉林省,吉林是全国唯一一个及时公布投档线数据的省份,真牛!河北是喇叭口走势,与辽宁是相同的!以上除吉林省、黑龙江省,其他各省都是新高考省份,从走势来看,基本上是低分专业录取位次越来越低,高分专业录取分数越来越高。而在下面的几个省,东北大学的录取位次,也出现了下跌!

  • 奇异果和猕猴桃有什么区别知乎(奇异果和猕猴桃是同一种水果吗)

    奇异果和猕猴桃是同一种水果吗4月13日蚂蚁庄园每日一题的答案是什么?猕猴桃是一种原产于我国的水果,后来它被新西兰人带出国,并培育为一种家喻户晓的水果。在销售时,为了拓展销路,销售商用新西兰几维鸟的名字给它起名“kiwifruit”,音译过来就是“奇异果”了。

  • 最经典的梅花诗句(梅花诗意美景名花之首)

    梅花,梅树开的花。梅花是中国十大名花之首,与兰花、竹子、菊花一起列为“四君子”,与松、竹并称“岁寒三友”。诗句通过梅花和雪的对比,表达了作者对梅花的热爱和赞美。此句好似一幅写意画,采用侧面烘托手法,渲染梅花清绝高洁的风骨,极为传神。梅花的飘香来自它经过寒冷的冬天,喻凡事须经艰苦锻炼,不断磨砺,才能取得成功。用梅花喻革命战士,不管在如何艰苦的情况下,都会坚持斗争,任何压力都不能使他们屈服。

  • id激活锁强制删除(苹果iOS怎么强制删除ID锁)

    下面希望有你要的答案,我们一起来看看吧!id激活锁强制删除登录苹果官网可以解除,以iphoneX为例,步骤如下:在百度浏览器搜索进入苹果官网,然后点击进入技术支持选项。搜索完成后,点击如果您的appleid被锁定或停用的信息一栏。然后根据提示看到要发送到电子邮件的信息,点击继续。打开邮箱邮件信息,点击重设密码或解锁appleid。然后进入页面,点击解锁appleid即可。

  • 长征五号火箭文昌发射(长征七号遥六火箭运抵文昌发射场)

    之后,长征七号遥六运载火箭将与先期已运抵的天舟五号货运飞船一起按计划开展发射场区总装和测试工作。当前,空间站建造已进入收官阶段,按计划,年底前将实施梦天实验舱、天舟五号、神舟十五号飞行和神舟十四号返回等4次任务,完成空间站建造。

  • 做胃镜需要注意的事项是什么(做胃镜要注意什么)

    胃镜是一种在平时较为常见的检查胃部情况的方式,在生活中有很多人在出现胃部不适的时候都会被医生建议进行胃镜检查。而有一些人对于胃镜检查并不是特别的了解,可能有一些人知道进行胃镜检查需要空腹,却不知道检查前需要空腹多久,一般来说,胃镜检查需要空腹6个小时。

  • 粗布凉席怎么挑选 粗布凉席怎么挑选尺寸

    2、粗布凉席质量好的具有很时尚新颖的款式,图案的色泽是均匀亮丽的,看起来十分舒适,而质量一般的粗布凉席,花色和样式都是十分普通的,美观装饰的效果远不及质量高档的产品。