三层交换机基本配置

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

三层交换机基本配置

【实验名称】

三层交换机端口配置

【实验目的】

配置开启三层交换机的三层功能,实现路由作用。

【背景描述】

为了隔离广播域而划分了VLAN,但不同的VLAN之间需要通信,本实验将实现这一功能。即同一VLAN里的计算机能跨交换机通信,不同VLAN里的计算机系统也能互相通信。

【技术原理】

三层交换机是在二层交换的基础上实现了三层的路由功能。三层交换机基于“一次路由,多次交换”的特性,在局域网环境中转发性能远远高于路由器。而且三层交换机同时具备二层的功能,能和二层交换机进行很好的数据转发。三层交换机的以太网接口要比一般的路由器多很多,更加适合多个局域网段之间的互联。

三层交换机本身默认开启了路由功能,可利用IP Routing命令进行控制。

【实验设备】

S3350(一台),PC机(两台)。

【实验拓扑】

注意:先连线,在进行配置,注意连接线缆的接口编号。S3350为三层交换机。

【实验步骤】

步骤一

开启三层交换机的路由功能:

Switch>enable //进程特权模式

Switch #configure terminal //进入全局模式

Switch (config)#hostname s3350-24

S3350-24 (config)#ip routing //开启三层交换机的路由功能

步骤二

配置三层交换机端口的路由功能:

S3350-24>enable //进入特权模式

S3350-24#configure terminal //进入全局模式

S3350-241 (config)#interface fastethernet 0/2 //进入fa0/2端口

S3350-24 (config-if)#no switchport //开启端口的三层路由功能

S3350-24 (config-if)#ip address 192.168.5.254 255.255.255.0 //配置ip地址S3350-24 (config-if)#no shutdown //启用端口,使其转发数据

s3350-24 (config-if)#exit

步骤三

验证与测试:

s3350-24#show in fastEthernet 0/2 //查看fa0/2端口状态FastEthernet0/2 is up, line protocol is up (connected)

Hardware is Lance, address is 0001.4201.8e02 (bia 0001.4201.8e02) MTU 1500 bytes, BW 100000 Kbit, DLY 1000 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation ARPA, loopback not set

Keepalive set (10 sec)

Full-duplex, 100Mb/s

input flow-control is off, output flow-control is off

ARP type: ARPA, ARP Timeout 04:00:00

Last input 00:00:08, output 00:00:05, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo

Output queue :0/40 (size/max)

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

956 packets input, 193351 bytes, 0 no buffer

Received 956 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

0 watchdog, 0 multicast, 0 pause input

0 input packets with dribble condition detected

2357 packets output, 263570 bytes, 0 underruns

0 output errors, 0 collisions, 10 interface resets

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier

0 output buffer failures, 0 output buffers swapped out

【注意事项】

1、三层交换机必须输入IP routing才能具有路由器的功能。

2、配置端口IP必须输入no switchport命令

【参考配置】

S3350-24# Switch#show running-config //查看全部配置信息Building configuration...

hostname s3350-24

ip routing

interface FastEthernet0/2

no switchport

ip address 192.168.5.254 255.255.255.0

相关文档
最新文档