OSPF环境下的MGRE实验

OSPF环境下的MGRE实验_第1张图片

R1:

interface GigabitEthernet0/0/0
 ip address 16.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 16.2.2.1 255.255.255.0 
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack1
 ip address 192.168.1.1 255.255.255.0 
#
interface Tunnel0/0/0
 ip address 192.168.6.1 255.255.255.0 
 tunnel-protocol gre p2mp
 source 16.2.2.1
 ospf network-type broadcast
 nhrp entry multicast dynamic
 nhrp network-id 100
#
interface Tunnel0/0/1
 ip address 192.168.7.1 255.255.255.0 
 tunnel-protocol gre p2mp
 source 16.1.1.1
 ospf network-type broadcast
 nhrp entry multicast dynamic
 nhrp network-id 100
 nhrp entry 192.168.7.2 46.0.0.1 register
 nhrp entry 192.168.7.3 56.0.0.1 register
#
ospf 1 router-id 1.1.1.1 
 area 0.0.0.0 
  network 192.168.1.0 0.0.0.255 
  network 192.168.6.0 0.0.0.255 
  network 192.168.7.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 16.1.1.2
ip route-static 0.0.0.0 0.0.0.0 16.2.2.2

R2:

interface GigabitEthernet0/0/0
 ip address 26.0.0.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack1
 ip address 192.168.2.1 255.255.255.0 
#
interface Tunnel0/0/0
 ip address 192.168.6.2 255.255.255.0 
 tunnel-protocol gre p2mp
 source GigabitEthernet0/0/0
 ospf network-type broadcast
 ospf dr-priority 0
 nhrp network-id 100
 nhrp entry 192.168.6.1 16.2.2.1 register
#
ospf 1 router-id 2.2.2.2 
 area 0.0.0.0 
  network 192.168.2.0 0.0.0.255 
  network 192.168.6.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 26.0.0.2

R3:

interface GigabitEthernet0/0/0
 ip address 36.0.0.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack1
 ip address 192.168.3.1 255.255.255.0 
#
interface Tunnel0/0/0
 ip address 192.168.6.3 255.255.255.0 
 tunnel-protocol gre p2mp
 source GigabitEthernet0/0/0
 ospf network-type broadcast
 ospf dr-priority 0
 nhrp network-id 100
 nhrp entry 192.168.6.1 16.2.2.1 register
#
ospf 1 router-id 3.3.3.3 
 area 0.0.0.0 
  network 192.168.3.0 0.0.0.255 
  network 192.168.6.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 36.0.0.2

R4:

interface GigabitEthernet0/0/0
 ip address 46.0.0.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack1
 ip address 192.168.4.1 255.255.255.0 
#
interface Tunnel0/0/1
 ip address 192.168.7.2 255.255.255.0 
 tunnel-protocol gre p2mp
 source 46.0.0.1
 ospf network-type broadcast
 nhrp entry multicast dynamic
 nhrp network-id 100
 nhrp entry 192.168.7.3 56.0.0.1 register
#
ospf 1 router-id 4.4.4.4 
 area 0.0.0.0 
  network 192.168.4.0 0.0.0.255 
  network 192.168.7.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 46.0.0.2

R5:

interface GigabitEthernet0/0/0
 ip address 56.0.0.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack1
 ip address 192.168.5.1 255.255.255.0 
#
interface Tunnel0/0/1
 ip address 192.168.7.3 255.255.255.0 
 tunnel-protocol gre p2mp
 source 56.0.0.1
 ospf network-type broadcast
 nhrp entry multicast dynamic
 nhrp network-id 100
 nhrp entry 192.168.6.2 46.0.0.1 register
 nhrp entry 192.168.6.1 16.1.1.1 register
#
ospf 1 router-id 5.5.5.5 
 area 0.0.0.0 
  network 192.168.5.0 0.0.0.255 
  network 192.168.7.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 56.0.0.2

R6:

interface GigabitEthernet0/0/0
 ip address 26.0.0.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 36.0.0.2 255.255.255.0 
#
interface GigabitEthernet0/0/2
 ip address 46.0.0.2 255.255.255.0 
#
interface GigabitEthernet1/0/0
 ip address 56.0.0.2 255.255.255.0 
#
interface GigabitEthernet2/0/0
 ip address 16.1.1.2 255.255.255.0 
#
interface GigabitEthernet3/0/0
 ip address 16.2.2.2 255.255.255.0 
#
interface GigabitEthernet4/0/0
#
interface NULL0

OSPF环境下的MGRE实验_第2张图片

你可能感兴趣的:(网络,服务器,运维)