本文共 1097 字,大约阅读时间需要 3 分钟。
一.概述: 动态路由协议,除了rip v1不能配置认证之外,其他的路由协议都能配置认证,认证方式有两种,一种是明文方式的认证,一种是MD5认证,
参考链接: ----包括路由和路由器,路由器和防火墙,明文认证和MD5认证 interface Ethernet0
nameif Outside
security-level 0
ip address 202.100.1.1 255.255.255.0
no shut
interface Ethernet1
nameif Inside
security-level 100
ip address 192.168.1.1 255.255.255.0 interface Loopback0
ip address 2.2.2.2 255.255.255.0
interface FastEthernet0/0 ip address 192.168.1.2 255.255.255.0
interface FastEthernet0/1
ip address 10.1.1.2 255.255.255.0 interface Loopback0
ip address 3.3.3.3 255.255.255.0
interface FastEthernet0/0
ip address 10.1.1.3 255.255.255.0
key chain ripkey
key 1
key-string cisco
key 2
key-string CISCO router rip
version 2
network 2.0.0.0
network 10.0.0.0
no auto-summary key chain ripkey
key 1
key-string CISCO router rip
version 2
network 3.0.0.0
network 10.0.0.0
no auto-summary
③抓包:
本文转自 碧云天 51CTO博客,原文链接:http://blog.51cto.com/333234/1300280,如需转载请自行联系原作者