兰溪在线|lanxi.online|兰溪新闻|兰溪在线|兰溪论坛|兰溪信息|兰溪网|兰西网

 找回密码
 立即注册

微信登录

微信扫一扫,快速登录

搜索
热搜: 活动 交友 discuz

社区广播台

查看: 432|回复: 0

三层交换VLAN路由

[复制链接]

508

主题

508

帖子

1526

积分

金牌会员

Rank: 6Rank: 6

积分
1526
发表于 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
回复

使用道具 举报

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

本版积分规则

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