交换机生成树协议对网络有什么作用?思科cisco 3560配置命令都是什么意思?
- AI网
- 2023-05-30 16:30:20
交换机生成树协议对网络有什么作用?
生成树协议的主要功能有两个:一是在利用生成树算法、在以太网络中,创建一个以某台交换机的某个端口为根的生成树,避免环路。二是在以太网络拓扑发生变化时,通过生成树协议达到收敛保护的目的。
生成树协议是一个二层链路管理协议,作用就是保证网络中没有回路的基础上,允许在第二层链路中提供冗余路径,保证网络的可靠和稳定的运行。
思科cisco 3560配置命令都是什么意思?
一、配置交换机vlan模式;有两种方式
第一种:
config#vlan ID 这里的ID是需要你个人给要划分的vlan起的编号
config-if#name 名字
switch#show vlan brief 查看vlan 用来检验是否配置成功
第二种:
switch#vlan database 交换机的vlan配置状态
switch(vlan)#vlan ID name 名字 配置vlan 并且分配相应的名字
二、3560上开启路由功能配置
switch(config)#ip routing
switch(config)#ip route ipaddress net-hop 配置路由(静态)
switch(config)#ip default-gateway ipaddress 配置网关
三、开启聚合链路配置
#conf t
SW(config)#interface range f1/1 -2
SW(config-if)#channel-group 1 mode desirable/on
SW(config-if)#swithport
SW(config-if)#switchport mode trunk
SW(config-if)#switchport trunk encap dot1q
四、启动telnet管理模式
switch(config)#line vty 0 4
switch(config-line)#password 密码
switch(config-line)#login
五、开启cisco日志功能
switch(config)#logging on
switch(config)#logging trap 信息
switch(config)#logging host 你的IP地址
switch(config)#logging facility 你选着的信息
配置3550作为dhcp服务器
六、配置cisco启动dhcp功能
配置地址池
switch(config)ip dhcp pool 名字
switch(config-pool)network mask
switch(config-pool)dns-server
switch(config-pool)default-router 网关
设置dhcp保留不分配的地址
switch(config)ip dhcp excluded-address 地址 地址