
本帖最后由 宅男女神 于 2015-9-10 10:55 编辑
课程介绍:
DMVPN配置大全_ROUTER DMVPN OSPF配置模型和命令
课程目录及截图:(超清原画品质哦)
center#sh run
Building configuration...
Current configuration : 1425 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname center
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto isakmp policy 10
encr aes
authentication pre-share
crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0
!
!
crypto ipsec transform-set set-10 esp-aes esp-sha-hmac
mode transport
!
crypto ipsec profile dmvpnprofile
set transform-set set-10
!
!
!
!
!
interface Loopback0
ip address 192.168.0.1 255.255.255.0
!
interface Tunnel0
bandwidth 1000
ip address 172.16.1.1 255.255.255.0
no ip redirects
ip mtu 1440
ip nhrp authentication cisco123
ip nhrp map multicast dynamic
ip nhrp network-id 100000
ip ospf network broadcast
ip ospf priority 10
tunnel source FastEthernet0/0
tunnel mode gre multipoint
tunnel key 100000
tunnel protection ipsec profile dmvpnprofile
!
interface FastEthernet0/0
ip address 202.100.1.1 255.255.255.0
duplex auto
speed auto
!
router ospf 10
log-adjacency-changes
network 172.16.1.1 0.0.0.0 area 0
network 192.168.0.1 0.0.0.0 area 0
!
ip http server
no ip http secure-server
!
ip forward-protocol nd
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
end
center#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 202.100.1.1 YES manual up up
Loopback0 192.168.0.1 YES manual up up
Tunnel0 172.16.1.1 YES manual up up
center#sh ip route ospf
192.168.1.0/32 is subnetted, 1 subnets
O 192.168.1.1 [110/101] via 172.16.1.2, 00:01:42, Tunnel0
192.168.2.0/32 is subnetted, 1 subnets
O 192.168.2.1 [110/101] via 172.16.1.3, 00:01:42, Tunnel0
center#sh ip ospf nei
center#sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
192.168.2.1 0 FULL/DROTHER 00:00:37 172.16.1.3 Tunnel0
202.100.1.2 0 FULL/DROTHER 00:00:38 172.16.1.2 Tunnel0
center#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 176/198/240 ms
center#ping 192.168.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 164/212/260 ms
=======================
下载链接:
免回复? 免金币? 批量下载? 精品资料? 加入论坛VIP学习组会员
--->点这里一次轻松下载该视频的所有分集
免费订阅论坛新帖邮件推送,最新资料早知道~~
批量下载/精品资料--->请关注VIP专区
攻城狮论坛最新IT技术视频学习教程汇总(大于5000G+每天更新)
金币不够用?来这里看看吧~~10种方法轻松拿金币~~~
论坛快捷链接:最新视频发布?--->点这里 | 最全网络书籍下载?--->点这里 | 下载链接失效?--->点这里 | 关注微信/微博?---> 点这里 | 官方考试报名?--->点这里 | 求工作/接私活?--->点这里 | 附件批量免费下?---> 点这里 | 论坛金币免费领?---> 点这里 |
能帮助您和更多的人找到自己想要的资料并取得更大进步,是我们最大的愿望。 |
|
|