单臂路由
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