動態多點***(DM***)配置實例

動態多點***(DM***)配置實例


http://www.hrbnt.cn/cisco/p_w_uploads/month_0801/w2008113231858.jpg

HUB Router:


Building configuration...

Current configuration : 1469 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HUB
!
logging queue-limit 100
!
ip subnet-zero
!
!
ip cef
!
!
!
!
crypto isakmp policy 1
authentication pre-share
crypto isakmp key admin address 0.0.0.0 0.0.0.0
!
!
crypto ipsec transform-set nantian esp-des esp-md5-hmac
mode transport
!
crypto ipsec profile testconfig
set transform-set nantian
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!
!
!
!
interface Tunnel0
bandwidth 2000
ip address 10.0.0.1 255.255.255.0
no ip redirects
ip mtu 1436
ip nhrp authentication dm***key
ip nhrp map multicast dynamic
ip nhrp network-id 99
ip nhrp holdtime 300
no ip split-horizon eigrp 1
tunnel source FastEthernet0/0
tunnel mode gre multipoint
tunnel key 10000
tunnel protection ipsec profile testconfig
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex full
!
interface FastEthernet1/0
ip address 172.0.0.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
router eigrp 1
network 10.0.0.0
network 172.0.0.0
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
!
end

HUB#

Spoke-A Router:

version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Spoke-A
!
logging queue-limit 100
!
ip subnet-zero
!
!
ip cef
!
!
!
!
crypto isakmp policy 1
authentication pre-share
crypto isakmp key admin address 0.0.0.0 0.0.0.0
!
!
crypto ipsec transform-set nantian esp-des esp-md5-hmac
mode transport
!
crypto ipsec profile testconfig
set transform-set nantian
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!
!
interface Tunnel0
ip address 10.0.0.2 255.255.255.0
no ip redirects
ip nhrp authentication dm***key
ip nhrp map 10.0.0.1 192.168.0.1
ip nhrp map multicast 192.168.0.1
ip nhrp network-id 99
ip nhrp holdtime 60
ip nhrp nhs 10.0.0.1
ip tcp adjust-mss 1436
tunnel source FastEthernet0/0
tunnel destination 192.168.0.1
tunnel key 10000
tunnel protection ipsec profile testconfig
!
interface FastEthernet0/0
ip address 192.168.0.2 255.255.255.0
duplex full
!
interface FastEthernet1/0
ip address 172.0.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
router eigrp 1
network 10.0.0.0
network 172.0.0.0
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
!
end

Spoke-A#


Spoke-B Router:

version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Spoke-B
!
logging queue-limit 100
!
ip subnet-zero
!
!
ip cef
!
!
!
!
crypto isakmp policy 1
authentication pre-share
crypto isakmp key admin address 0.0.0.0 0.0.0.0
!
!
crypto ipsec transform-set nantian esp-des esp-md5-hmac
mode transport
!
crypto ipsec profile testconfig
set transform-set nantian
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!
!
!
!
interface Tunnel0
ip address 10.0.0.3 255.255.255.0
no ip redirects
ip nhrp authentication dm***key
ip nhrp map 10.0.0.1 192.168.0.1
ip nhrp map multicast 192.168.0.1
ip nhrp network-id 99
ip nhrp holdtime 60
ip nhrp nhs 10.0.0.1
ip tcp adjust-mss 1436
tunnel source FastEthernet0/0
tunnel destination 192.168.0.1
tunnel key 10000
tunnel protection ipsec profile testconfig
!
interface FastEthernet0/0
ip address 192.168.0.3 255.255.255.0
duplex full
!
interface FastEthernet1/0
ip address 172.0.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
router eigrp 1
network 10.0.0.0
network 172.0.0.0
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
!
end

Spoke-B#

 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章