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

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

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

#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

    推荐阅读
  • 日式三文鱼的做法(上海妈妈三文鱼这样做)

    上海妈妈三文鱼这样做三文鱼中含有丰富的不饱和脂肪酸,具有很高的营养价值,享有“水中珍品”的美誉;今天这道简单的照烧三文鱼,煎得刚好的三文鱼,淋上浓浓的照烧汁,超级美味,而且甜甜的酱汁可去除腥味,滑顺的酱汁可使肉质吃起来带。

  • 大乘佛教和小乘佛教的区别(大乘佛教和小乘佛教的区别是什么?)

    大乘佛教和小乘佛教的区别流传地区不同大乘佛教:大乘佛教包括了中国内地,也包括了韩国、日本、越南这一带。宗旨不同大乘佛教:大乘佛教主张行菩萨道,要普渡众生。起源不同大乘佛教:大乘佛教是脱胎于小乘佛教,小乘佛教是大乘佛教的源头。

  • 崂山一日游一般几点(崂山一日游如何安排一日三餐加住宿)

    根据崂山旅游的特点,当地渔家乐民宿特意推出包吃住一体的模式,在住宿的同时安排一日三餐,这样就可以按照人头收费,小孩身高高于1.4米按照成人收费,吃得都是崂山当地鲜美的海鲜和山野菜搭配,这样吃住都就解决了,您只需要提前从网上联系当地的渔家乐民宿就可以啦!如需了解更多的崂山一日游攻略点击头像关注!

  • 发朋友圈简单的一句话说说短句子(适合发圈的简单句子)

    发朋友圈简单的一句话说说短句子?发朋友圈简单的一句话说说短句子不想一个人,可又不能随便找一个人,最后还是先一个人,就这样一个人了好久,慢慢的习惯了一个人。相遇总是猝不及防,离别都是蓄谋已久我们要习惯任何人的忽冷忽热,看淡任何人的渐行渐远。学会一个人生活,不论身边是否有人疼爱,做好自己该做的,有爱或无爱都安然对待。得到的越多想要的就越多,失去的也会越多。

  • 军统和中统有什么区别(军统和中统区别介绍)

    军统由戴笠领导,戴笠对蒋介石忠心耿耿,言听计从。中统局全称国民党中央执行委员会调查统计局,属于党的内设机构,列入政治系统,主要负责除军、宪、警等军事部门外的情报安全工作,重心是在党政机关内部。

  • 剖腹产手术真实流程(剖腹产真的那么简单么)

    16把单弯钳,密密麻麻全是手术工具,如果孕妇在生产过程中看到这些手术工具,相信很多都会不寒而栗,但是通常情况下医生是不会让你看到这么多工具的,避免了孕妈的心理压力。除了十六把单弯钳,还有其他辅助性工具和缝合的手术针等等。

  • 世界上野生动物摄影展(英国野生动物摄影奖10周年展出入选佳作欣赏)

    作为10周年纪念,英国野生动物摄影奖于2020年9月到2021年3月期间举行历届获奖摄影作品的户外展出。一起来欣赏入选这次展出的佳作。

  • 月经15天一次正常吗(月经15天一次和30天一次)

    反之,月经周期长的女性,卵泡成长的就相对慢一点。大部分的女性都是在21天到35天左右来一次月经,30天一次的人是正常的,15天一次的人则是不正常的。饮食习惯不合理,偏食挑食,使得身体内营养不均衡,也是原因之一。第一是坏的方面,月经周期变短不能排除是身体内存在炎症等因素,得不到及时调理,确实会给生育带来不小的麻烦。生活中可以多吃桂圆红枣等温补食物,以及豆腐、豆浆等能够调节激素水平的食物,以延缓衰老的到来。

  • yj是什么意思(yj是啥意思)

    接下来我们就一起去研究一下吧!yj是什么意思yj援交的意思,原指为了金钱而同意与男性约会的少女,现常指女性性工作者。yj御姐的意思,ACG文化中的一种萌属性,指性感且具有成熟美的女性。yj月经的意思,女子子宫内膜周期性地脱落并出血的现。

  • 机动车驾驶证被暂扣期间驾驶机动车的一次扣几分

    按照我国法律的规定,如果是在驾驶证暂扣期间驾驶机动车的,一般情况下会被处:一是一次扣6分的处罚;二是处200元以上2000元以下罚款;三是可以并处15日以下拘留;四是扣留车辆。行为人有前款第二项、第四项情形之一的,可以并处吊销机动车驾驶证第一项、第三项、第五项至第八项情形之一的,可以并处十五日以下拘留。