ensp吧 关注:3,609贴子:15,786
  • 34回复贴,共1

作业问题 求指教

只看楼主收藏回复

PC1ping不到PC3 4 AR2的路由表好像不行


1楼2017-12-23 17:41回复
    说实话,光靠签到升级太慢了。
    所以我就复制了这段话
    遇贴就回一次最少也得15经验值
    而且还能保证你的帖子不沉
    最重要的是可以和楼主混个眼熟


    来自iPhone客户端2楼2017-12-23 21:40
    回复
      2025-08-12 06:45:38
      广告
      不感兴趣
      开通SVIP免广告
      ospf和rip互相引入


      来自iPhone客户端3楼2017-12-23 21:42
      回复
        在ospf里面引入rip,在rip里面引入ospf正常情况都可以通


        来自iPhone客户端4楼2017-12-23 21:43
        收起回复
          sysname SW2
          #
          vlan batch 10 20
          #
          interface GigabitEthernet0/0/1
          port link-type trunk
          port trunk allow-pass vlan 10 20
          #
          interface GigabitEthernet0/0/2
          port link-type access
          port default vlan 10
          #
          interface GigabitEthernet0/0/3
          port link-type access
          port default vlan 20
          #


          5楼2017-12-24 14:17
          回复
            [R2]dis cu
            [V200R003C00]
            #
            sysname R2
            #
            interface GigabitEthernet0/0/0
            ip address 200.2.1.2 255.255.255.0
            #
            interface GigabitEthernet0/0/1
            #
            interface GigabitEthernet0/0/1.10
            dot1q termination vid 10
            ip address 20.2.1.1 255.255.255.0
            arp broadcast enable
            #
            interface GigabitEthernet0/0/1.20
            dot1q termination vid 20
            ip address 20.2.2.1 255.255.255.0
            arp broadcast enable
            #
            interface NULL0
            #
            rip 1
            version 2
            network 200.2.1.0
            network 20.0.0.0
            #
            return


            6楼2017-12-24 14:18
            回复
              在AR2上面配单臂


              来自iPhone客户端7楼2017-12-24 14:18
              回复
                粗看没毛病


                来自iPhone客户端8楼2017-12-24 14:20
                收起回复
                  2025-08-12 06:39:38
                  广告
                  不感兴趣
                  开通SVIP免广告
                  两台pc分别ping到R2呢


                  来自iPhone客户端9楼2017-12-24 14:21
                  收起回复



                    10楼2017-12-24 14:25
                    收起回复
                      先修改R2


                      来自iPhone客户端11楼2017-12-24 14:28
                      回复
                        #
                        interface GigabitEthernet0/0/1
                        #
                        interface GigabitEthernet0/0/1.10
                        dot1q termination vid 10
                        ip address 20.2.1.254 255.255.255.0
                        arp broadcast enable
                        #
                        interface GigabitEthernet0/0/1.20
                        dot1q termination vid 20
                        ip address 20.2.2.254 255.255.255.0
                        arp broadcast enable
                        #


                        来自iPhone客户端12楼2017-12-24 14:28
                        回复
                          pc3的网关20.2.1.254
                          pc4的网关20.2.2.254


                          来自iPhone客户端13楼2017-12-24 14:29
                          收起回复


                            来自iPhone客户端14楼2017-12-24 15:20
                            收起回复