三层交换机基本配置
现有1台三层交换机,要求你进行测试,该交换机的三层功能是否工作正常。
设备:交换机35601台,PC1台,直通线,配置线。
操作方法
- 01
计算机PC0配置: IP地址:192.168.1.2 子网掩码:255.255.255.0
- 02
PC0桌面上的终端配置交换机过程1.
- 03
PC0桌面上的终端配置交换机过程2.
- 04
PC0桌面上的终端配置交换机过程3.
- 05
通过终端配置交换机。 Switch>en Switch#conf t Switch(config)#hostname s3 给交换机改名 s3(config)#ip routing开启路由功能 s3(config)#int fa0/5 s3(config-if)#no switchport该端口启用三层路由功能 s3(config-if)#ip address 192.168.5.1 255.255.255.0配置IP地址 s3(config-if)#no shutdown开启端口 s3(config-if)#end s3#
- 06
三层交换机:
赞 (0)