首页 > 其他 > 详细

单臂路由、DHCP、以太网通道

时间:2018-06-04 16:14:11      阅读:162      评论:0      收藏:0      [点我收藏+]
单臂路由

1.作用:不同网段、不同VLAN通信

单臂配置命令

1)Route(config)# int fx/x

2)Route(config-if)# nosh

3)Route(config)# int fx/x.y

4)Route(config-if)# encapsulation dot1q VLAN-10

5)Route(config-if)# ip addr IP 子网掩码

6)Route# show ip int b

注:交换机与路由器相连接口必须配置为Trunk链路

DHCP

1.作用:自动下发IP地址信息

2.DHCP配置

1)Route(config)# ip dhcp pool 名称

2)Route(config-if)# network 网段 子网掩码

3)Route(config-if)# default-router 网关地址

4)Route(config)# ip dhcp excluded-addrss 起始保留地址 结束保留地址

以太网通道

1.作用:通过将多根网线捆绑为一根逻辑网线,可实现带宽成倍提升

注:最多可捆绑8根网线,并且必须接口连续

以太网通道配置

1)Switch(config)# int range fx/x - x

2)Switch(config-if)# channel-group x mode on

3)Switch# show interfaces etherchannel

单臂路由、DHCP、以太网通道

原文:http://blog.51cto.com/13770300/2124581

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!