その他

DMVPN Phase2 (Hub)

Hub:
conf t
!
interface ethernet 0/0
ip address 192.168.10.1 255.255.255.0
no shutdown
!
interface loopback 0
ip address 10.10.10.10 255.255.255.255
!
router ospf 100
router-id 10.10.10.10
network 192.168.10.1 0.0.0.0 area 0
!
end