赞
踩
实验目的:通过配置HSRP,为pc机提供不间断的网关服务
R1
配置ip地址
conf t
int f0/o
ip add 10.0.0.2 255.255.255.0
no sh
exit
int f1/o
ip add 10.0.1.2 255.255.255.0
no sh
exit
int f2/0
ip add 200.0.0.1 255.255.255.0
no sh
ip routing
router rip
rip 宣告网段
network 10.0.0.0
network 200.0.0.0
sw1配置:
vlan database //进入VLAN数据库模式
vlan2//创建VLAN
exit
conf t
int f0/13
no sw
ip add 10.0.0.1255.255.255.0
no sh
exit
int r f0/14 - 15//开启trunk
sw mo tr
no sh
exit
ip routing//开启路由功能
r
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。