浅塘在线--儿时的记忆,老家村门口一口浅塘,是儿童时光差不多全部美好时光的记忆,游泳嬉水、抓鱼钓鱼、捞螺丝、漂石仗、淘硬币、以及生活中各种洗洗涮涮~·

 找回密码
 立即注册

微信登录

微信扫一扫,快速登录

搜索
热搜: 活动 交友 discuz

社区广播台

查看: 100|回复: 0

三层交换VLAN路由

[复制链接]

4万

主题

4万

帖子

13万

积分

版主

Rank: 7Rank: 7Rank: 7

积分
134973
发表于 2019-4-12 10:35:59 | 显示全部楼层 |阅读模式

  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
  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 eape 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 eape 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
  本文出自 “Attack_Sp_CC
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 微信登录

本版积分规则

快速回复 返回顶部 返回列表