route-mapの設定について
chibi_cory
投稿数: 3
ciscoルータのroute-mapの設定について質問です。
以下のような設定になっているとき、”no access-list 2”でaccess-listを削除した場合、route-mapはどのような動作になるのでしょうか?
(シーケンス30まで動く?それともシーケンス20で止まってしまう?)
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 permit 192.168.2.0 0.0.0.255
access-list 3 permit 192.168.3.0 0.0.0.255
route-map aaaa permit 10
match ip address 1
set ip next-hop 10.0.0.1
route-map aaaa permit 20
match ip address 2
set ip next-hop 10.0.0.2
route-map aaaa permit 30
match ip address 3
set ip next-hop 10.0.0.3
以下のような設定になっているとき、”no access-list 2”でaccess-listを削除した場合、route-mapはどのような動作になるのでしょうか?
(シーケンス30まで動く?それともシーケンス20で止まってしまう?)
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 permit 192.168.2.0 0.0.0.255
access-list 3 permit 192.168.3.0 0.0.0.255
route-map aaaa permit 10
match ip address 1
set ip next-hop 10.0.0.1
route-map aaaa permit 20
match ip address 2
set ip next-hop 10.0.0.2
route-map aaaa permit 30
match ip address 3
set ip next-hop 10.0.0.3
投稿ツリー
-
route-mapの設定について
(chibi_cory, 2010-9-29 5:50)
- Re: route-mapの設定について (coolandbeauty, 2010-10-2 18:00)
- Re: route-mapの設定について (yasha159, 2010-10-3 8:00)
-
Re: route-mapの設定について
(coolandbeauty, 2010-10-3 9:14)
- Re: route-mapの設定について (chibi_cory, 2010-10-4 6:25)