解决ipsec无法支持多播的问题
int tunnel 0
tunnel source 接口
tunnel des 目的ip地址
ip add
tunnel mode gre ip
isakmp策略
crypto isakmp policy 10
enc 3des 加密算法
hash md5 散列算法
auth pre 预共享
group 2 组20
预共享密码
crypto isakmp key 0 ruijie address 目的ip
转换集
crypto ips transform—set myset esp—3des esp—md5—hmac
加密图
crypto map mymap 10 ipsec—isakmp
set transform—set myset
set peer 目的IP地址
match address 感兴趣流量
ip access—list ex 103
permit gre host 源IP地址 host 目的IP地址
int g0/0
crypto map mymap 接口应用