路由计谋实验

打印 上一主题 下一主题

主题 789|帖子 789|积分 2377

实验拓扑

实验要求:路由选路最佳
1.如图配置IP地点
R1:
interface GigabitEthernet0/0/0
ip address 12.1.1.1 255.255.255.0 
interface GigabitEthernet0/0/1
ip address 15.1.1.2 255.255.255.0
interface LoopBack0
ip address 1.1.1.1 255.255.255.0 
R2:
interface GigabitEthernet0/0/0
ip address 12.1.1.2 255.255.255.0 
interface GigabitEthernet0/0/1
ip address 13.1.1.1 255.255.255.0
interface LoopBack0
ip address 2.2.2.2 255.255.255.0
R3:
interface GigabitEthernet0/0/0
ip address 14.1.1.2 255.255.255.0 
interface GigabitEthernet0/0/1
ip address 15.1.1.1 255.255.255.0
interface LoopBack0
ip address 3.3.3.3 255.255.255.0
R4:
interface GigabitEthernet0/0/0
ip address 13.1.1.2 255.255.255.0 
interface GigabitEthernet0/0/1
ip address 14.1.1.1 255.255.255.0 
interface LoopBack0
ip address 4.4.4.4 255.255.255.0 
 2、抓取定向流量并在接口下执行计谋
R1:
ip ip-prefix gl2 index 10 permit 3.3.3.0 24
ip ip-prefix gl2 index 30 permit 14.1.1.0 24
ip ip-prefix gl2 index 40 permit 4.4.4.4 32
ip ip-prefix gl3 index 10 permit 2.2.2.0 24
ip ip-prefix gl3 index 20 permit 13.1.1.0 24
interface GigabitEthernet0/0/0
rip metricin ip-prefix gl2 10    ——————执行名为gl2的计谋,并把开销值改为10
interface GigabitEthernet0/0/1
rip metricin ip-prefix gl3 10    ——————执行名为gl3的计谋,并把开销值改为10
R2:
ip ip-prefix gl index 20 deny 3.3.3.0 24
ip ip-prefix gl index 30 deny 15.1.1.0 24
ip ip-prefix gl index 40 permit 0.0.0.0 0 less-equal 32 ————前缀列表末尾隐含一条拒绝全部,在匹配前要放通全部
rip 1                       
filter-policy ip-prefix gl import GigabitEthernet0/0/0 —————在协议中调用,注意方向
R3:
ip ip-prefix gl index 20 deny 2.2.2.0 24
ip ip-prefix gl index 30 deny 12.1.1.0 24
ip ip-prefix gl index 40 deny 1.1.1.0 24
ip ip-prefix gl index 50 permit 0.0.0.0 0 less-equal 32 ————前缀列表末尾隐含一条拒绝全部,在匹配前要放通全部
rip 1                       
filter-policy ip-prefix gl import GigabitEthernet0/0/1 —————在协议中调用,注意方向

4、观察R1,R4的路由表


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

来自云龙湖轮廓分明的月亮

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表