科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道路由交换三层交换VLAN路由配置技巧解析

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

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

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

来源:比特网 2010年11月27日

关键字: 三层交换 路由交换 交换机

  • 评论
  • 分享微博
  • 分享邮件

  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 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

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章