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

华为路由器设置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

    推荐阅读
  • 翡翠a货b货是什么意思(什么是a货翡翠什么是b货翡翠)

    在玉石市场上,a货翡翠代表着翡翠是真的,b货则是假货的意思。网上翡翠鉴定的热度丝毫不减,就是怕买到b货。此种,a货翡翠显然价格更高,也具有一定的投资价值。

  • 成都最贵的十七种东西(广州这11样最贵的东西)

    作为同是香港新世界集团成员的广州K11,负责运营其购物中心及写字楼。租金方面,K11写字楼以最高400元/平方米的租金刷新广州写字楼纪录,每平方米租金在200至400元之间。当然,具体租金还要视商户资质及租用面积等情况而言。16家高中国际班2015年的学费显示,有6家高中国际班每年的学费已超过10万元。可谓刷爆广州有史以来的记录。据了解,最高的39000元球票被标示为“VVIP”,只限量发售10张。持有者将得到全程专车接送以及参加晚宴的待遇。

  • 以木匠的名义在TATA木门质量上向“一米宽一万米深”方向倔强前行

    “立于天地之间的顽强,行于寰宇之内的倔强,终将不负时光”。又到一年12月22日,备受业内关注的2021年TATA木门第九届新品发布会如约而至。14点00分,新品发布会在万众期待中拉开帷幕,TATA木门董事长纵瑞原走上舞台中央,以演讲的形式开启今天的新品发布盛典。不放过每一处细节设计在微小中发现*美学随着演说内容的层层递进,纵瑞原在现场嘉宾的见证下,隆重推出了TATA木门2021年新品——极简静音门。

  • 爱情三部曲是哪三部曲(爱情三部曲都是哪三部曲)

    双方互有好感,但周如水却没有勇气表白。陈真告诉张若兰真相,鼓励她主动向周表白并帮助他摆脱家庭束缚。周如水此时接到父亲来信,说其母病想见他,并要求他回去当官,软弱的周如水拒绝了张若兰的爱情,但也没有勇气回家。但很快,革命事业遭到沉重打击,不断有成员被捕被杀,他们中的一员敏无法忍受失去同志的悲愤,走上了暗杀的道路,但暗杀没有成功,他自己却遇难。

  • 指甲上的月牙少是健康出了问题吗(惊指甲上月牙少)

    指甲上的月白越多越好、指甲上有竖条代表身体不健康……因此,越白的「月牙」其实就是越新的指甲。至于它为什么是月牙形,因为指甲中间的生产速度比两边快,所以,无论是「甲半月」还是指甲,都是月牙一样的弧形。一般情况,每个人的「月牙」大小和数量是恒定的,不要依靠这个来判定自己的健康状况。图片来源:123rf.com.cn正版图片库真相:「竖条纹」没事儿,不用管。出现竖条纹,既不是肠胃弱,也不是体质差,只是……

  • 小车里的雨刮器怎么用(车上的雨刮器你真的会用吗)

    雨天开车不比平常,我们要更加注意行车的安全,而雨天行车安全第一重要的就是保证良好的视野。所以,正确合理的使用雨刮器就显得尤为重要。那么,今天就和大家来讲一讲雨刮器的各项功能及如何使用。将雨刮器拨杆从off位置向下拨动到X1位置后雨刮器刮动一次,然后拨杆会自动回到off位置。

  • 东北插班生两位父亲的友情(湖南63岁继父靠种地把三个继女送上名校)

    李小玲三姐妹一、父母的爱情故事直到李小玲成年之后,才陆续得知父母的爱情故事。家里一个残疾哥哥,两儿两女四个孩子,全靠李享知夫妇养活。李享知非但没因妻子生病而抱怨半句,还尽心尽力照顾她。孩子多,不免发生争执。李享知不仅在花钱方面对孩子大度,还在生活中极尽所能关爱每一个孩子。李享知丢下手里的农活,硬是走上半个小时为孩子们送伞。由于极端天气,县城客车停运了,李享知没多想,当即雇了一辆小车开到郴州。

  • 怎样鉴别茉莉花茶的好坏(有什么判断的方法)

    怎样鉴别茉莉花茶的好坏观其形。选购茉莉花茶,最直观的莫属看了。一般上等茉莉花茶所选用毛茶嫩度教好,以嫩芽者为佳,以福建花茶为例:条形长而饱满、白毫多、无叶者上,次之为一芽一叶、二叶或嫩芽多,芽毫显露。购买时如若条件允许,可坐下来品尝一下,通过冲泡能使茉莉花茶的品质得以充分展示,毕竟其作为商品的最主要用途是饮用。

  • 三星堆的纬度(关于三星堆的纬度)

    下面希望有你要的答案,我们一起来看看吧!这是一个神秘的纬度,这个纬度上有金字塔狮身人面像、撒哈拉火神火种壁画、古巴比伦空中花园、玛雅文明遗址、死海、珠穆朗玛峰、百慕大三角,这个纬度也是飞机轮船失事、陆地旅人失踪的谜一样的漩涡区。北纬30度线被称为地球的脐带,在这个纬度上,磁场紊乱,指南针失灵。

  • 快手跟房产中介对比(快手回应建立房产业务中心)

    5月7日,有媒体报道称“快手成立了房产业务中心,探索大宗线下交易业务”。其中,沈阳成交17套,交易额超1700万元。从贝壳财报可以发现,2021年该公司盈利能力在下降,营业成本上升,亏损也再次出现。2021年贝壳净亏损5.25亿元,营业成本同比增长21.1%至649亿元,毛利同比下降6.2%至158亿元。也就是说,目前快手的房产业务仍旧是借助流量优势,与开发商和主播达成合作,再促进线下交易。