eNSP-BGP综合实验

news2024/11/30 6:41:32

目录

实验要求

子网划分

配置IP地址

AS2内使用ospf协议配置全网通

配置

查看建邻情况

配置BGP协议

配置

测试

配置BGP反射器

宣告网段达成全网通

宣告

测试

 构建VPN隧道

配置

测试


实验要求

 1、AS 1中存在两个环回,一个地址为192.168.1.0/24,该地址不能在任何协议中宣告;
AS 3中存在两个环回,一个地址为192.168.2.0/24,该地址不能在任何协议中宣告,最终要求这两个环回可以ping通
2、整个AS 2的IP地址为172.16.0.0/16,请合理划分;并且其内部配置OSPF协议;
3、AS间的骨干链路IP地址随意定制;
4、使用BGP协议让整个网络所有设备的环回可以互相访问;
5、减少路由条目数量,避免环踏出现;

子网划分

在172.16.0.0/16网段进行子网的划分。

我们将骨干链路划分在一个网段,建邻地址划分在一个网段。需要两个网段。

业务网段各给一个网段。需要5个网段

直接将其划分到24位的掩码,需要7个网段:

172.16.0000 0000.0000 0000:

        172.16.0000 0001.0 --- 建邻网段:172.16.1.0/24

                建邻网段只需要一个IP,故直接使用30位掩码

                172.16.1.0000 0000 --- 172.16.0.0/30:R1

                172.16.1.0000 0100 --- 172.16.0.4/30:R2

                172.16.1.0000 1000 --- 172.16.0.8/30:R3

                172.16.1.0000 1100 --- 172.16.0.12/30:R4

                172.16.1.0001 0000 --- 172.16.0.16/30:R5

                172.16.1.0001 0100 --- 172.16.0.20/30:R6

                172.16.1.0001 1000 --- 172.16.0.24/30:R7

                172.16.1.0001 1100 --- 172.16.0.28/30:R8

        172.16.0000 00010.0 --- 骨干链路:172.16.2.0/24

                骨干链路也仅需要2个IP,故试用版30位的 掩码。

                172.16.2.0000 0000 --- 172.16.2.0/30

                172.16.2.0000 0100 --- 172.16.2.4/30:R2-R3

                172.16.2.0000 1000 --- 172.16.2.8/30:R3-R4

                172.16.2.0000 1100 --- 172.16.2.12/30:R2-R5

                172.16.2.0001 0000 --- 172.16.2.16/30:R5-R6

                172.16.2.0001 0100 --- 172.16.2.20/30:R6-R7

                172.16.2.0001 1000 --- 172.16.2.24/30:R7-R8

        172.16.0000 0011.0 --- R3业务网段:172.16.3.0/24

        172.16.0000 0100.0 --- R4业务网段:172.16.4.0/24

        172.16.0000 0101.0 --- R5业务网段:172.16.5.0/24

        172.16.0000 0110.0 --- R6业务网段:172.16.6.0/24

        172.16.0000 0111.0 --- R7业务网段:172.16.7.0/24

综上:

配置IP地址

R1:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R1
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ip add 12.1.1.1 24
[R1-GigabitEthernet0/0/0]
May 12 2024 16:52:28-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R1-GigabitEthernet0/0/0]int l0
[R1-LoopBack0]ip add 172.16.0.1 30
[R1-LoopBack0]int l1
[R1-LoopBack1]ip add 192.168.1.1 24
[R1-LoopBack1]q
[R1]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 2

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              12.1.1.1/24          up         up        
GigabitEthernet0/0/1              unassigned           down       down      
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.1/30        up         up(s)     
LoopBack1                         192.168.1.1/24       up         up(s)     
NULL0                             unassigned           up         up(s)     
[R1]

R2:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R2
[R2]int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 12.1.1.2 24
May 12 2024 16:54:46-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R2-GigabitEthernet0/0/0]int g0/0/1
[R2-GigabitEthernet0/0/1]ip add 172.16.2.5 30
May 12 2024 16:55:09-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R2-GigabitEthernet0/0/1]int l0
[R2-LoopBack0]ip add 172.16.0.5 30
[R2-LoopBack0]q
[R2]int g 0/0/2
[R2-GigabitEthernet0/0/2]ip add 172.16.2.13 30
May 12 2024 17:47:19-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/2 has entered the UP state. 
[R2-GigabitEthernet0/0/2]q
[R2]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 0

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              12.1.1.2/24          up         up        
GigabitEthernet0/0/1              172.16.2.5/30        up         up        
GigabitEthernet0/0/2              172.16.2.13/30       up         up        
LoopBack0                         172.16.0.5/30        up         up(s)     
NULL0                             unassigned           up         up(s)     
[R2]

R3:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R3
[R3]int g0/0/0
[R3-GigabitEthernet0/0/0]ip add 172.16.2.6 30
[R3-GigabitEthernet0/0/0]
May 12 2024 16:56:57-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R3-GigabitEthernet0/0/0]int g0/0/1
[R3-GigabitEthernet0/0/1]ip add 172.16.2.9 30
May 12 2024 16:57:16-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R3-GigabitEthernet0/0/1]int l0
[R3-LoopBack0]ip add 172.16.0.9 30
[R3-LoopBack0]int l1
[R3-LoopBack1]ip add 172.16.3.3 24
[R3-LoopBack1]q
[R3]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              172.16.2.6/30        up         up        
GigabitEthernet0/0/1              172.16.2.9/30        up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.9/30        up         up(s)     
LoopBack1                         172.16.3.3/24        up         up(s)     
NULL0                             unassigned           up         up(s)     
[R3]

R4:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R4
[R4]int g0/0/0
[R4-GigabitEthernet0/0/0]ip add 172.16.2.10 30
[R4-GigabitEthernet0/0/0]
May 12 2024 16:59:17-08:00 R4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R4-GigabitEthernet0/0/0]int g0/0/1
[R4-GigabitEthernet0/0/1]ip add 172.16.2.25 30
May 12 2024 16:59:37-08:00 R4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R4-GigabitEthernet0/0/1]int l0
[R4-LoopBack0]ip add 172.16.0.13 30
[R4-LoopBack0]int l1
[R4-LoopBack1]ip add 172.16.4.4 24
[R4-LoopBack1]q
[R4]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              172.16.2.10/30       up         up        
GigabitEthernet0/0/1              172.16.2.25/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.13/30       up         up(s)     
LoopBack1                         172.16.4.4/24        up         up(s)     
NULL0                             unassigned           up         up(s)     
[R4]

R5:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname 
May 12 2024 17:41:54-08:00 Huawei %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEt
hernet0/0/0 has turned into UP state.
[Huawei]sysname R5
[R5]int g0/0/0
[R5-GigabitEthernet0/0/0]ip add 172.16.2.14 30
[R5-GigabitEthernet0/0/0]
May 12 2024 17:42:31-08:00 R5 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R5-GigabitEthernet0/0/0]int g0/0/1
[R5-GigabitEthernet0/0/1]ip add 172.16.2.17 30
May 12 2024 17:42:49-08:00 R5 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R5-GigabitEthernet0/0/1]int l0
[R5-LoopBack0]ip add 172.16.0.17 30
[R5-LoopBack0]int l1
[R5-LoopBack1]ip add 172.16.5.5 24
[R5-LoopBack1]q
[R5]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              172.16.2.14/30       up         up        
GigabitEthernet0/0/1              172.16.2.17/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.17/30       up         up(s)     
LoopBack1                         172.16.5.5/24        up         up(s)     
NULL0                             unassigned           up         up(s)     
[R5]

R6:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R6
[R6]int g0/0/0
[R6-GigabitEthernet0/0/0]ip add 172.16.2.18 30
May 12 2024 17:44:36-08:00 R6 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R6-GigabitEthernet0/0/0]int g0/0/1
[R6-GigabitEthernet0/0/1]ip add 172.16.2.21 30
May 12 2024 17:44:59-08:00 R6 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R6-GigabitEthernet0/0/1]int l0
[R6-LoopBack0]ip add 172.16.0.21 30
[R6-LoopBack0]int l1
[R6-LoopBack1]ip add 172.16.6.6 24
[R6-LoopBack1]q
[R6]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              172.16.2.18/30       up         up        
GigabitEthernet0/0/1              172.16.2.21/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.21/30       up         up(s)     
LoopBack1                         172.16.6.6/24        up         up(s)     
NULL0                             unassigned           up         up(s)     
[R6]

R7:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R7
[R7]int g0/0/0
[R7-GigabitEthernet0/0/0]ip add 172.16.2.22 30
[R7-GigabitEthernet0/0/0]
May 12 2024 17:49:46-08:00 R7 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R7-GigabitEthernet0/0/0]int g0/0/1
[R7-GigabitEthernet0/0/1]ip add 172.16.2.26 30
May 12 2024 17:50:07-08:00 R7 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R7-GigabitEthernet0/0/1]int g0/0/2
[R7-GigabitEthernet0/0/2]ip add 34.1.1.7 24
May 12 2024 17:50:29-08:00 R7 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/2 has entered the UP state. 
[R7-GigabitEthernet0/0/2]int l0
[R7-LoopBack0]ip add 172.16.0.25 30
[R7-LoopBack0]int l1
[R7-LoopBack1]ip add 172.16.7.7 24
[R7-LoopBack1]q
[R7]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 6
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 6
The number of interface that is DOWN in Protocol is 0

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              172.16.2.22/30       up         up        
GigabitEthernet0/0/1              172.16.2.26/30       up         up        
GigabitEthernet0/0/2              34.1.1.7/24          up         up        
LoopBack0                         172.16.0.25/30       up         up(s)     
LoopBack1                         172.16.7.7/24        up         up(s)     
NULL0                             unassigned           up         up(s)     
[R7]

R8:

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R8
[R8]int g0/0/0
[R8-GigabitEthernet0/0/0]ip add 34.1.1.8 24
May 12 2024 17:52:36-08:00 R8 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R8-GigabitEthernet0/0/0]int l0
[R8-LoopBack0]ip add 172.16.0.29 30
[R8-LoopBack0]int l1
[R8-LoopBack1]ip add 192.168.2.8 24
[R8-LoopBack1]q
[R8]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 2

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              34.1.1.8/24          up         up        
GigabitEthernet0/0/1              unassigned           down       down      
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.29/30       up         up(s)     
LoopBack1                         192.168.2.8/24       up         up(s)     
NULL0                             unassigned           up         up(s)     
[R8]

AS2内使用ospf协议配置全网通

因为该区域内网段全为172.16.0.0/16网段内的,且与AS1和AS3间没有该网段内的网段连接,故直接使用172.16.0.0/16网段宣告即可。

配置

R2:

<R2>sys
Enter system view, return user view with Ctrl+Z.
[R2]ospf 1 router-id 2.2.2.2
[R2-ospf-1]a 0
[R2-ospf-1-area-0.0.0.0]net 172.16.0.0 0.0.255.255

R3:

<R3>sys
Enter system view, return user view with Ctrl+Z.
[R3]ospf 1 router-id 3.3.3.3
[R3-ospf-1]a 0
[R3-ospf-1-area-0.0.0.0]net 172.16.0.0 0.0.255.255

R4:

<R4>sys
Enter system view, return user view with Ctrl+Z.
[R4]ospf 1 router-id 4.4.4.4
[R4-ospf-1]a 0
[R4-ospf-1-area-0.0.0.0]net 172.16.0.0 0.0.255.255

R5:

<R5>sys
Enter system view, return user view with Ctrl+Z.
[R5]ospf 1 router-id 5.5.5.5
[R5-ospf-1]a 0
[R5-ospf-1-area-0.0.0.0]net 172.16.0.0 0.0.255.255

R6:

<R6>sys
Enter system view, return user view with Ctrl+Z.
[R6]ospf 1 router-id 6.6.6.6
[R6-ospf-1]a 0
[R6-ospf-1-area-0.0.0.0]net 172.16.0.0 0.0.255.255

R7:

<R7>sys
Enter system view, return user view with Ctrl+Z.
[R7]ospf 1 router-id 7.7.7.7
[R7-ospf-1]a 0
[R7-ospf-1-area-0.0.0.0]net 172.16.0.0 0.0.255.255

查看建邻情况

R2:

R3:

R4:

R5:

R6:

R7:

 查看R2路由表:

查看R7路由表:

可以判定ospf内部通了。

配置BGP协议

配置

R1:

[R1]bgp 1	
[R1-bgp]peer 12.1.1.2 as-number 2

R2:

[R2]bgp 64512
[R2-bgp]confederation id 2
[R2-bgp]confederation peer-as 64513
[R2-bgp]peer 12.1.1.1 as 1
[R2-bgp]peer 172.16.0.9 as-number 64512	
[R2-bgp]peer 172.16.0.9 connect-interface l0
[R2-bgp]peer 172.16.0.9 next-hop-local
[R2-bgp]peer 172.16.2.14 as 64513
[R2-bgp]peer 172.16.2.14 next-hop-local

R3:

[R3]bgp 64512
[R3-bgp]confederation id 2	
[R3-bgp]confederation peer-as 64513
[R3-bgp]peer 172.16.0.5 as 64512
[R3-bgp]peer 172.16.0.5 connect-interface l0
[R3-bgp]peer 172.16.0.13 as 64512	
[R3-bgp]peer 172.16.0.13 connect-interface l0

R4:

[R4]bgp 64512
[R4-bgp]confederation id 2
[R4-bgp]confederation peer-as 64513
[R4-bgp]peer 172.16.0.9 as 64512
[R4-bgp]peer 172.16.0.9 connect-interface l0
[R4-bgp]peer 172.16.0.9 next-hop-local

R5:

[R5]bgp 64513
[R5-bgp]confederation id 2
[R5-bgp]confederation peer-as 64512
[R5-bgp]peer 172.16.2.13 as 64512
[R5-bgp]peer 172.16.2.13 next-hop-local
[R5-bgp]peer 172.16.0.21 as 64513	
[R5-bgp]peer 172.16.0.21 connect-interface l0
[R5-bgp]peer 172.16.0.21 next-hop-local

R6:

[R6]bgp 64513
[R6-bgp]confederation id 2
[R6-bgp]confederation peer-as 64512
[R6-bgp]peer 172.16.0.17 as 64513
[R6-bgp]peer 172.16.0.17 connect-interface l0
[R6-bgp]peer 172.16.0.25 as 64513
[R6-bgp]peer 172.16.0.25 connect-interface l0

R7:

[R7]bgp 64513
[R7-bgp]confederation id 2
[R7-bgp]confederation peer-as 64512
[R7-bgp]peer 172.16.0.21 as 64513	
[R7-bgp]peer 172.16.0.21 connect-interface l0
[R7-bgp]peer 172.16.0.21 next-hop-local
[R7-bgp]peer 34.1.1.8 as 3

R8:

[R8]bgp 3
[R8-bgp]peer 34.1.1.7 as 2

查看建邻情况:

R1:

R2:

R3:

R4:

R5:

R6:

R7:

R8:

测试

将R1中的172.16.0.0/30网段宣告进入bgp协议中,看其他路由器能否收到该条路由:

R3:

R6:

R4:

经测试,R4、R7、R8接收不到该条路由,这是由于bgp水平分割造成的。故接下来配置bgp反射器。

配置BGP反射器

经分析,在R3和R6上面进行反射器的配置:

R3:

[R3]bgp 64512
[R3-bgp]peer 172.16.0.13 reflect-client

R6:

[R6]bgp 64513
[R6-bgp]peer 172.16.0.25 reflect-client 

再次查看:

R4:

R7:

R8:

由此达成bgp配置

宣告网段达成全网通

宣告

由题意知R1和R8上的业务网段不宣告进入协议中。

R1:

[R1]bgp 1
[R1-bgp]net 172.16.0.0 30

R2:

[R2]ip route-static 172.16.0.0 16 NULL 0
[R2]bgp 64512
[R2-bgp]net 172.16.0.0 16

R7:

[R7]ip route-static 172.16.0.0 16 NULL 0
[R7]bgp 64513
[R7-bgp]net 172.16.0.0 16

R8:

[R8]bgp 3
[R8-bgp]net 172.16.0.28 30

 直接使用这个IP可以实现路由聚合的功能,简单易行。

测试

R1pingR4业务:

R1pingR8:

R8pingR3业务:

达成全网通。

 构建VPN隧道

因为需要让R1的业务网段仅能与R8的业务网段沟通,故构建一条VPN隧道。

这里使用10.1.1.0/24网段来给隧道IP:

配置

R1:

[R1]int Tunnel 0/0/0
[R1-Tunnel0/0/0]ip add 10.1.1.1 24
[R1-Tunnel0/0/0]dis ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              12.1.1.1/24          up         up        
GigabitEthernet0/0/1              unassigned           down       down      
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.1/30        up         up(s)     
LoopBack1                         192.168.1.1/24       up         up(s)     
NULL0                             unassigned           up         up(s)     
Tunnel0/0/0                       10.1.1.1/24          up         down      
[R1-Tunnel0/0/0]tunnel-protocol gre 
[R1-Tunnel0/0/0]source 172.16.0.1
[R1-Tunnel0/0/0]destination 172.16.0.29
[R1-Tunnel0/0/0]q
[R1]ip route-static 192.168.2.0 24 Tunnel0/0/0

R8:

[R8]int Tunnel 0/0/0
[R8-Tunnel0/0/0]ip add 10.1.1.8 24
[R8-Tunnel0/0/0]dis ip int b 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              34.1.1.8/24          up         up        
GigabitEthernet0/0/1              unassigned           down       down      
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         172.16.0.29/30       up         up(s)     
LoopBack1                         192.168.2.8/24       up         up(s)     
NULL0                             unassigned           up         up(s)     
Tunnel0/0/0                       10.1.1.8/24          up         down      	
[R8-Tunnel0/0/0]tunnel-protocol gre 
[R8-Tunnel0/0/0]source 172.16.0.29
[R8-Tunnel0/0/0]destination 172.16.0.1
[R8-Tunnel0/0/0]q	
[R8]ip route-static 192.168.1.0 24 Tunnel0/0/0

测试

R1业务pingR8业务:

R8业务pingR1业务:

 

至此,配置完成 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1667846.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

MF自定义控件方法

在MFC中&#xff0c;您可以通过自定义控件来实现特定的用户界面元素或功能&#xff0c;以满足您的应用程序需求。自定义控件通常是从CWnd类派生的子类&#xff0c;您可以在其中重写绘制、处理事件等方法&#xff0c;以实现您想要的功能和外观。以下是一般步骤&#xff1a; 创建…

【荣耀笔试题汇总】2024-05-11-荣耀春招笔试题-三语言题解(CPP/Python/Java)

&#x1f36d; 大家好这里是清隆学长 &#xff0c;一枚热爱算法的程序员 ✨ 本系列打算持续跟新小米近期的春秋招笔试题汇总&#xff5e; &#x1f4bb; ACM银牌&#x1f948;| 多次AK大厂笔试 &#xff5c; 编程一对一辅导 &#x1f44f; 感谢大家的订阅➕ 和 喜欢&#x1f49…

repo跟git的关系

关于repo 大都讲的太复杂了,大多是从定义角度跟命令角度去讲解,其实从现实项目使用角度而言repo很好理解. 我们都知道git是用来管理项目的,多人开发过程中git功能很好用.现在我们知道一个项目会用一个git仓库去管理,项目的开发过程中会使用git创建分支之类的来更好的维护项目代…

正方形中的最多点数

代码实现&#xff1a; 方法一&#xff1a;遍历——超时 int maxPointsInsideSquare(int **points, int pointsSize, int *pointsColSize, char *s) {int a 0;int flag 1;int num, pre_num 0;while (flag) {num pre_num;pre_num 0;int hash[26] {0};for (int i 0; i <…

fastjson2使用

说明&#xff1a;fastjson2是一个性能极致并且简单易用的Java JSON库&#xff08;官方语&#xff09;&#xff0c;本文介绍在Spring Boot项目中如何使用fastjson2。 创建项目 首先&#xff0c;创建一个Maven项目&#xff0c;引入fastjson2依赖&#xff0c;如下&#xff1a; …

Windows使用cowaxess(goaccess)分析Nginx日志

原文网址&#xff1a;Windows使用cowaxess(goaccess)分析Nginx日志_IT利刃出鞘的博客-CSDN博客 简介 本文介绍Windows安装cowaxess来分析Nginx的access.log日志的方法。 cowaxess是goaccess的Windows版本&#xff0c;cowaxess底层会调用goaccess。 GoAccess 是一个专门用来…

使用迭代器进行遍历时不能进行元素的任何修改

记录一下 使用迭代器进行遍历时不能进行元素的任何修改 ArrayList<String> list new ArrayList<>();list.add("一");list.add("二");list.add("光");list.add("华"); // 遍历器Iterator<String> iterator …

如何使用活字格批量导入照片到数据表

活字格是一款功能强大的电子表格软件&#xff0c;除了基本的表格计算功能之外&#xff0c;还提供了丰富的扩展功能&#xff0c;可以用来实现各种自动化操作。例如&#xff0c;我们可以使用活字格来批量导入照片到数据表中。 以下是具体的操作步骤&#xff1a; 在活字格工作表…

rust开发web服务器框架,github排名对比

Rocket Star最多的框架 github仓库地址&#xff1a;GitHub - rwf2/Rocket: A web framework for Rust. Rocket 是一个针对 Rust 的异步 Web 框架&#xff0c;重点关注可用性、安全性、可扩展性和速度。 Axum 异步运行时 githuh仓库地址&#xff1a;GitHub - tokio-rs/axum: …

C++入门系列-拷贝构造函数

&#x1f308;个人主页&#xff1a;羽晨同学 &#x1f4ab;个人格言:“成为自己未来的主人~” 拷贝构造函数 概念 在创建对象的时候&#xff0c;能不能创建一个和已知已存在的对象一模一样的对象呢&#xff1f; 拷贝构造函数&#xff1a;只有单个形参&#xff0c;该形参…

飞书API(8):MySQL 入库定制版本

一、引入 通用版能解决百分之八九十的任务&#xff0c;剩下的部分任务需要进行定制。 先说明通用版本和定制版本有什么不同&#xff0c;通用版本就是只管大的数据类型&#xff0c;将数据处理为对应的类型入库&#xff0c;而定制版本会考虑局部列的数据类型&#xff0c;。举个…

Linux i2c工具——i2c_tools

1 简介 i2c-tools是一个用于处理I2C&#xff08;Inter-Integrated Circuit&#xff09;总线的工具集&#xff0c;它在Linux环境中广泛使用。这个工具集包含了一系列命令行工具&#xff0c;用于在I2C总线上执行各种操作&#xff0c;例如扫描设备、读取/写入寄存器、检测设备等。…

Copilot for Microsoft 365 扩充新增 16 种语言

最近&#xff0c;微软公司发布公告&#xff0c;进一步扩大 Copilot for Microsoft 365 语言支持&#xff0c;新增 16 种&#xff0c;支持的语言总数达到 25 种。 新支持的语言如下&#xff1a; 阿拉伯语 捷克语 丹麦语 荷兰语 芬兰语 希伯来语 匈牙利语 韩语 挪威语&am…

LLama3大模型本地部署 仅需6步完成对话模型本地安装部署。附赠ui配置、第三方微调模型、中文模型下载地址

本篇分为三部分 一&#xff1a;6步完成llama3大模型本地部署 二&#xff1a;8步完成llama3可视化对话界面安装 三&#xff1a;微调模型、中文模型下载资源分享 一、LLama3 大模型本地部署安装 首先去mata官网下载ollama客户端 Ollama 选择合适的操作系统平台后点击dowload按钮…

车规级低功耗汽车用晶振SG-9101CGA

车规级晶振SG-9101CGA属于爱普生9101系列&#xff0c;是一款可编程晶振。SG-9101CGA车规级晶振采用2.5x2.0mm封装&#xff0c;利用PLL技术生产&#xff0c;此款振荡器的频率范围从0.67M~170MHZ任一频点可选&#xff0c;步进1ppm&#xff0c;采用标准CMOS输出&#xff0c;最大输…

你知道C++多少——默认成员函数

&#x1f308;个人主页&#xff1a;小新_- &#x1f388;个人座右铭&#xff1a;“成功者不是从不失败的人&#xff0c;而是从不放弃的人&#xff01;”&#x1f388; &#x1f381;欢迎各位→点赞&#x1f44d; 收藏⭐️ 留言&#x1f4dd; &#x1f3c6;所属专栏&#xff1…

临时邮箱API发送邮件的安全性?如何保障?

临时邮箱API发送邮件的步骤有哪些&#xff1f;设置邮箱API方法&#xff1f; 电子邮件作为一种重要的通信方式&#xff0c;而临时邮箱API作为一种新兴的邮件发送技术&#xff0c;其安全性更是成为大家关注的焦点。那么&#xff0c;临时邮箱API发送邮件的安全性究竟如何呢&#…

本地vite启动的vue项目使用nginx代理

前提&#xff1a; 必须在同一网段或者相同的局域网&#xff01;&#xff01;&#xff01; nginx下载通道&#xff1a; https://nginx.org/en/download.html 步骤&#xff1a; 1、最好下载稳定版本&#xff1a; 2、下载后直接解压&#xff08;注意&#xff1a;解压后不要放…

【代码随想录37期】 第一周总结

周末再写一遍 【代码随想录37期】Day01 二分查找 移除元素 【代码随想录37期】Day02 有序数组的平方、长度最小的子数组、螺旋矩阵Ⅱ 【代码随想录37期】Day03 移除链表元素、设计链表、反转链表 【代码随想录37期】Day04 两两交换链表中的节点、删除链表的倒数第N个节点、链…

Baidu Comate智能编码助手:AI编程时代提升效率的好帮手

目录 写在前面一、如何安装二、如何使用场景需求体验步骤 三、AI 编程实战指令功能插件功能知识库功能 四、问题建议五、体验总结&#x1f680;写在最后 写在前面 Baidu Comate 是基于文心大模型的 AI编程工具&#xff0c;它结合百度积累多年的编程现场大数据和外部优秀开源数据…