手机
当前位置:查字典教程网 >软件教程 >网络通讯 >三层交换VLAN路由配置技巧解析
三层交换VLAN路由配置技巧解析
摘要:PC1配置:NoiproutinginterfaceFastEthernet0/0ipaddress172.16.20.254255.255...

PC1配置:

No ip routing

interface FastEthernet0/0

ip address 172.16.20.254 255.255.255.0

No shutdown

PC2配置:

No ip routing

interface FastEthernet0/0

ip address 172.16.30.254 255.255.255.0

No shutdown

三层交换VLAN路由配置技巧解析1

Switch配置:

Ip routing

interface FastEthernet0/1

switchport access VLAN 20

no ip address

!

interface FastEthernet0/2

switchport access VLAN 30

no ip address

!

VLAN database

VLAN 20

VLAN 30

Exit

!

interface VLAN20

ip address 172.16.20.1 255.255.255.0

No shutdown

!

interface VLAN30

ip address 172.16.30.1 255.255.255.0

No shutdown

===========================

验证:

PC1#ping 172.16.30.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.30.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 44/100/196 ms

PC2#ping 172.16.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.20.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/80/120 ms

【三层交换VLAN路由配置技巧解析】相关文章:

两条思科交换机的设置与技巧

网吧主页服务器的配置详解(图文分析)

如何上网高效率 宽带路由优化技巧放送

netcore(磊科)宽带路由器设置图解

专线路由器的一般配置

路由器CE1/PRI接口配置命令详解

D-link 500 路由设置方法与应用技巧

交换技术攻略:网络交换机配置技巧介绍

华为路由器IPX配置命令实例详解

思科Cisco交换机VLAN的配置技巧

精品推荐
分类导航