Re: 再配送

この質問の投稿一覧へ

なし Re: 再配送

msg# 1.1
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2016-7-8 8:39
arashi1977  長老 居住地: 広島  投稿数: 1715
引用:
prefix-listではうまくいき、標準ACLではうまくいきません。
どううまくいかないのか、どう検証したのかも教えてもらえるとありがたいです。

rec12345 さんが提示されたコンフィグを元に、以下のように2台のルータを用意しました。「R1 Fa0/0-Fa0/0 R2」という接続です。
■R1
interface Loopback0
 ip address 10.0.0.1 255.255.255.0
interface FastEthernet0/0
 ip address 192.168.12.1 255.255.255.0
router eigrp 100
 redistribute connected route-map Lo0_ACL
 network 192.168.12.0
 no auto-summary
access-list 1 permit 10.0.0.0 0.0.0.255
route-map Lo0_ACL permit 10
 match ip address 1
 
■R2
interface FastEthernet0/0
 ip address 192.168.12.2 255.255.255.0
router eigrp 100
 network 192.168.12.0
 no auto-summary
で、R2をみるとR1で再配送した10.0.0.0/24は再配送(EIGRP外部ルート)としてちゃんと見えてます。
R2#show ip route eigrp
     10.0.0.0/24 is subnetted, 1 subnets
D EX    10.0.0.0 [170/409600] via 192.168.12.1, 00:03:43, FastEthernet0/0
R2#show ip route 10.0.0.0 255.255.255.0
Routing entry for 10.0.0.0/24
  Known via "eigrp 100", distance 170, metric 409600, type external
  Redistributing via eigrp 100
  Last update from 192.168.12.1 on FastEthernet0/0, 00:04:35 ago
  Routing Descriptor Blocks:
  * 192.168.12.1, from 192.168.12.1, 00:04:35 ago, via FastEthernet0/0
      Route metric is 409600, traffic share count is 1
      Total delay is 6000 microseconds, minimum bandwidth is 10000 Kbit
      Reliability 255/255, minimum MTU 1500 bytes
      Loading 1/255, Hops 1
うーん、何か構成違いますかね?

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.