配置命令:
ar1:
sysint gigabitethernet 0/0/1
ip address 172.16.3.1 24
qint gigabitethernet 0/0/2
ip address 172.16.2.1 24
qint gigabitethernet 0/0/0
ip address 172.16.1.2 24
qip route-static 172.16.4.0 255.255.255.0 172.16.2.2
ip route-static 172.16.4.0 255.255.255.0 172.16.3.2 preference 60
qar2:
sysint gigabitethernet 0/0/0
ip address 172.16.3.2 24
qint gigabitethernet 0/0/1
ip address 172.16.2.2 24
qint gigabitethernet 0/0/2
ip address 172.16.4.2 24
qip route-static 172.16.1.0 24 172.16.3.1
ip route-static 172.16.1.0 24 172.16.2.1 preference 60
注意:1.在配置靜態路由時,要按照所要要求進行,以及優先順序的設定
2.在給主機設定ip位址的時候,要設定閘道器以外的同網段的ip位址
路由配置以及華為路由協議優先順序
路由配置以及華為路由協議優先順序 r1 gigabitethernet0 0 2 ip add 202.100.2.1 255.255.255.0 quit r1 gigabitethernet0 0 1 int lo 0 建立環迴介面 r1 loopback0 ip add 1.1.1.1 255...
華為認證 華為和Cisco路由協議預設優先順序
華為路由器規定的路由協議優先順序為 路由協議 優先順序 direct 0 ospf 10 isis 15 static 60 igrp 80 rip 100 ospfase 150 bgp 170 cisco 路由器規定的路由協議優先順序為 路由協議 優先順序 direct 0 static 1 e...
vue配置路由以及設定路徑簡寫
1 關於路徑簡寫 是乙個簡寫,指代src目錄 設定簡寫的檔案 build webpack.base.config.js 2 我們也可以自己給常用的目錄新增簡寫 3 在 src main.js 中給主頁新增index.scss樣式,使用簡寫的路徑表示 4 配置路由 src pages home ind...