Presentation is loading. Please wait.

Presentation is loading. Please wait.

交换 Cisco三层模型 交换机基本配置 VLAN VTP.

Similar presentations


Presentation on theme: "交换 Cisco三层模型 交换机基本配置 VLAN VTP."— Presentation transcript:

1 交换 Cisco三层模型 交换机基本配置 VLAN VTP

2 Cisco三层模型

3 Cisco三层模型 接入层 分布层 核心层 Layer 2 Switching,最终用户被许可接入网络的点
Layer 2/Layer 3 Switching 高速交换背板,不进行任何过滤,因为会影响转发速度。

4 核心层的两种设计 全互联

5 核心层的两种设计 星形设计

6 交换机基本配置 选择接口 设定端口速率 interface {module/number}
interface range {type} {module/number} [,{type} {module/number}] interface range {type} {module/first-number – last-number } 设定端口速率 speed {10 | 100 | 1000 | auto}

7 交换机基本配置 端口模式 设置IP地址 duplext {half | full | auto} int vlan 1
ip address {ip_address} {netmask} Vlan 1是默认管理Vlan

8 VLAN 概述 设置VLAN的作用 广播包控制 安全 地理位置无关性 划分VLAN的方法 静态 动态

9 VLAN Trunk

10 VLAN 两种tag类型 ISL 802.1Q

11 VLAN 实现VLAN 的2 个步骤: 两种VLAN 的定义 创建VLAN 把交换机端口分配给VLAN active VLAN
transit VLAN

12 VLAN 创建VLAN 为交换机端口分配VLAN 察看VLAN信息 vlan database
vlan [vlan_id] name [VLAN_name] 为交换机端口分配VLAN interface [module/port] switchport mode access switchport access vlan [vlan_id] 察看VLAN信息 show vlan show vlan brief

13 VTP 起因

14 VTP VTP 的3 种模式 VTP Pruning 服务器模式(server mode) 客户模式(client mode)
透明模式(transparent mode) VTP Pruning

15 VTP 配置VTP管理域 配置VTP模式 配置VTP口令 vtp domain [domain_name]
vtp [server | client | transparent] 配置VTP口令 vtp password [password]

16 VTP 设置Trunk 察看VTP信息 int [module/port] switchport mode trunk
switchport trunk encapsulation [isl | dot1q] 察看VTP信息 show vtp status show interface trunk show interface switchport

17 VTP VTP Pruning 在VTP Server上: vtp pruning 在VTP Client上:
interface type mod/num switchport trunk pruning vlan {add | except | none | remove} vlan-list

18 VLAN间路由选择 外部路由处理器 内部路由处理器 也叫单臂路由(One-Armed Routing) 或Router on a Stick
配有RSM(路由交换模块)的Catalyst 5000系列交换机 配有MSM(多层交换模块)或MSFC(多层交换特性卡)的Catalyst 6000/6500系列交换机

19 单臂路由 Cisco 4500 interface f0.10 interface f0.20 encap dot1q 10
ip add interface f0.20 encap dot1q 20 ip add

20 内部路由处理器 3层接口配置 SVI接口配置 interface [module/port] Switched Virtual Lans
no switchport ip address [ip_address] [mask] SVI接口配置 Switched Virtual Lans interface vlan [vlan_id] no shutdown

21 单臂路由实例 拓朴 VLAN 1:管理VLAN VLAN 2:PC 2 VLAN 3:PC 3、PC 4、PC 5
VLAN 2:PC 2 VLAN 3:PC 3、PC 4、PC 5 3550-1:VTP Server

22 单臂路由实例 4500 interface f0/0 interface f0/0.1 interface f0/0.2
no shutdown interface f0/0.1 encap dot1q 1 ip add interface f0/0.2 encap dot1q 2 ip add interface f0/0.3 encap dot1q 3 ip add

23 单臂路由实例 3550-1 vlan database int f0/1 vtp server vtp domain bit
vtp password cisco vlan 2 name Tea vlan 3 name Stu int f0/1 switchport mode access switchport access vlan 2

24 单臂路由实例 3550-1 int f0/2 int f0/12 switchport mode access
switchport access vlan 3 int f0/12 switchport mode trunk switchport trunk encap dot1q

25 单臂路由实例 3550-2 int f0/12 int f0/1 int f0/2 switchport mode trunk
switchport trunk encap dot1q int f0/1 switchport mode access switchport access vlan 3 int f0/2

26 带RSM模块的Catalyst 5500配置实例 拓朴 VLAN Cat 1:原Vlan 1,改为Vlan 2

27 带RSM模块的Catalyst 5500配置实例 Cat 1 show running显示现有配置,地址172.16.100.51
ping (Cat2的地址) 修改sc0的地址为 show module session <n>:进入RSM模块 exit port:返回到Cat 1

28 带RSM模块的Catalyst 5500配置实例 RSM interface Vlan 1
ip address no shut interface Vlan 2 ip address

29 带RSM模块的Catalyst 5500配置实例 Cat1 show ip route clear ip route all
set ip route ping


Download ppt "交换 Cisco三层模型 交换机基本配置 VLAN VTP."

Similar presentations


Ads by Google