码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-06-04 16:55:54      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:单臂路由、DHCP、以太网通道 基本配置

单臂路由

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、以太网通道

标签:单臂路由、DHCP、以太网通道 基本配置

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!