以前的学习笔记整理:第二层交换和生成树协议(STP)

简介:  Talen Hao LINUX 学习笔记系列■■■■■ 第8章 第二层交换和生成树协议(STP) 系统:cisco 一:打开cisco交换机管理功能(即管理VLAN) 进...

 Talen Hao LINUX 学习笔记系列■■■■■

8

第二层交换和生成树协议(STP

系统:cisco


一:打开cisco交换机管理功能(即管理VLAN


进入接口模式vlan 1

Switch>enable

Switch#config t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#interface vlan 1

Switch(config-if)#ip address 192.168.0.1 255.255.255.0

Switch(config-if)#no shutdown


Switch(config-if)#

%LINK-5-CHANGED: Interface Vlan1, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up

退出到全局模式,设置默认网关:

Switch(config)#ip default-network 192.168.0.254


二:端口安全


Switch#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

为端口设置静态MAC

Switch(config)#interface range f0/1-13

Switch(config-if-range)#switchport port-security maximum 1

Switch(config-if-range)#switchport port-security mac-address sticky

Switch(config-if-range)#switchport port-security violation shutdown


STP扩展特性:

portfast: switch(config-if-range)#spanning-tree portfast

BPDUGuard(禁用启用了portfast的接入层端口):(二选一)

switch(config-if-range)#spanning-tree bpduguard enable

BPDUGuard(收到BPDU的端口禁用portfast)

switch(config-if-range)#spanning-tree bpdufilter enable

uplinkfast: switch(config)#spanning-tree uplinkfast(全局命令)

backbonefast: switch(config)#spanning-tree backbonefast


启用带上面所有特性的802.1w RSTP

switch(config)#spanning-tree mode rapid-pvst

Talen Hao LINUX 学习笔记系列■■■■■

目录
相关文章
|
5月前
|
运维 负载均衡 算法
|
7月前
|
网络虚拟化 网络架构
网络技术基础(11)—— 生成树STP简单学习
【3月更文挑战第1天】网络基础笔记(加班了几天,中途耽搁了,预计推迟6天),这篇借鉴了之前师兄的笔记,边听边记笔记实在是太慢了。
|
7月前
|
安全 数据库 网络虚拟化
计算机网络:思科实验【4-生成树协议STP及虚拟局域网VLAN】
计算机网络:思科实验【4-生成树协议STP及虚拟局域网VLAN】
|
7月前
|
网络虚拟化
网络之路26:STP生成树协议
网络之路26:STP生成树协议
|
网络架构
交换机与路由器技术-16-生成树协议STP
交换机与路由器技术-16-生成树协议STP
61 0
|
网络架构
交换机与路由器技术-17-生成树协议配置
交换机与路由器技术-17-生成树协议配置
64 0
|
Python
一篇文章让你明白STP生成树协议
一篇文章让你明白STP生成树协议
235 0
一篇文章让你明白STP生成树协议
|
算法 网络协议 网络虚拟化
二层交换机和三层交换机到底区别在哪?
二层交换机和三层交换机到底区别在哪?
175 0
|
网络协议 Shell 网络虚拟化
三层-生成树-ospf-速端口思科练习实验
三层-生成树-ospf-速端口思科练习实验
126 0
三层-生成树-ospf-速端口思科练习实验
|
网络协议 网络架构
【网络篇】第二篇——IP协议与MAC地址详解(二)
【网络篇】第二篇——IP协议与MAC地址详解
【网络篇】第二篇——IP协议与MAC地址详解(二)