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

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

    推荐阅读
  • 执行后多久会终本(知到执行)

    只有在执行过程中,即在执行案件立案之后被执行人注销的,才能追加相应主体。

  • 如果淮南来台风了怎么办?(淮南台风预警)

    台风天气应对措施:一、注意收听、收看、了解台风最新信息。船只回港或就近避风。六、幼儿园、托儿所等临时停课。停止各种露天集体活动。

  • 老火车站模型(石家庄牛人耗费400小时DIY新火车站模型)

    近日,衡井公路栾城路段下穿新元高速地道桥改造工程现已完工。经交警、路政、养护等部门对现场安全设施进行验收,断交的新元高速公路已具备通车条件,决定于8月28日10时恢复通车。其中石家庄北人集团以3280115万元的营业收入名列500强第392位。

  • 常年的花和一年一种的花怎么区别(继续教你分清那些花)

    浆果,圆球形,成熟为深绿色或黑蓝色。再科普一下,种植罂粟违法,500棵以下拘留罚款,500棵以上入刑。叶面翠绿有白斑,新叶不相互包裹,刺为半肉质,叶子折断后无丝,并流出黏性汁液,肉质部分是晶莹透明的。其品种多数有毒,可食用品种为木立芦荟、中华芦荟及其他库拉索及其变种。偶数羽状复叶排成倒人字形,顶两枚小叶常不全裂,呈燕尾状,小叶叶脉下陷明显。种子极小黑色亮泽。总状花序顶生,有柔毛;花钟形,白至紫色,花下垂。

  • 五台山的基本概况(原创五台山概况)

    五台山位于山西省忻州市五台县,环基五百余里,海拔3058米,因“岁积坚冰,夏仍飞雪,曾无炎暑,”故亦称“清凉山”。它是中国四大佛教名山之首,也是山西省十佳旅游景点之首。其中又以北台叶斗峰为最高峰,被称为“华北屋脊”,海拔为3058米,而且台顶终年有冰,夏季凉爽怡人。就是这样雄伟壮丽的五台山得到了人们的偏爱,让游客们慕名而来,成为了游客避暑和朝拜的圣地,充满了神秘和美丽。

  • 迷你世界动物简笔画大全简单(迷你世界最漂亮简笔画)

    迷你世界动物大全简单简笔画你会画吗?迷你世界妮妮怎么画简笔画简笔画图片大全蒲城教育,下面来看看有没有你喜欢的迷你世界动物简笔画大全简单?接下来我们一起去欣赏以下简笔画作品吧!

  • 扬州工伤保险中的“三工”是什么 扬州市工伤保险实施细则

    什么是“三工”?这是工伤最基本的一种情形。上述三种情况,统称为“三工”。

  • 今年流行什么男士包包(大双G系列的男士包包之前有很多小姐姐让我推荐小包系列这都来啦)

    大双G系列的男士包包之前有很多小姐姐让我推荐小包系列这都来啦,。

  • 天使之战怎么修改手机号

    5、当死之国女王赫尔攻破天庭壁垒的时候,必须紧握手中的剑,所有的大天使将围绕在身旁同你并肩作战,这场阻止末日浩劫的伟大战役,因为的加入,必定将出现全新的结局。

  • 演员柳彬身高(太太万岁完美收官)

    近期热播的《太太万岁》、《小别离》、《中国式关系》,都是反映生活、贴近现实、制作精良的当代现实主义题材典型作品。作为热播剧《太太万岁》的制片人,柳彬在谈他的创作理念时表示:现实主义题材永远是影视作品中关注度最高的题材类型。《太太万岁》中许亚军饰演闫妮的丈夫赵坦,并发生了一段办公室恋情导致婚姻出现危机。对于此,柳彬坦言:婚姻生活本不是人们意念中情感圣殿,而是实实在在的柴米油盐、锅碗瓢盆。