Re: show ip routeについて
antares01
投稿数: 690
自IFのアドレスが乗ることは無いと思いますが、まさかのバージョン依存とか・・・。
staticルートの設定で自IFのアドレス入れたら怒られました。
R4(config)#do show ip int b | inc up
Serial0/0 192.168.5.9 YES manual up up
FastEthernet1/0 192.168.5.193 YES manual up up
R4(config)#
R4(config)#ip route 192.168.5.64 255.255.255.192 192.168.5.9 ★
%Invalid next hop address (it's this router)
R4(config)#ip route 192.168.5.64 255.255.255.192 s0/0
R4(config)#
R4(config)#ip route 192.168.5.64 255.255.255.192 192.168.5.193 ★
%Invalid next hop address (it's this router)
R4(config)#ip route 192.168.5.64 255.255.255.192 fa1/0
R4(config)#
R4(config)#do show ip route
192.168.5.0/24 is variably subnetted, 3 subnets, 2 masks
S 192.168.5.64/26 is directly connected, Serial0/0
is directly connected, FastEthernet1/0
C 192.168.5.8/30 is directly connected, Serial0/0
C 192.168.5.192/26 is directly connected, FastEthernet1/0
※イーサの場合は設定は入ってしまいますが普通はアドレスで指定します。
staticルートの設定で自IFのアドレス入れたら怒られました。
R4(config)#do show ip int b | inc up
Serial0/0 192.168.5.9 YES manual up up
FastEthernet1/0 192.168.5.193 YES manual up up
R4(config)#
R4(config)#ip route 192.168.5.64 255.255.255.192 192.168.5.9 ★
%Invalid next hop address (it's this router)
R4(config)#ip route 192.168.5.64 255.255.255.192 s0/0
R4(config)#
R4(config)#ip route 192.168.5.64 255.255.255.192 192.168.5.193 ★
%Invalid next hop address (it's this router)
R4(config)#ip route 192.168.5.64 255.255.255.192 fa1/0
R4(config)#
R4(config)#do show ip route
192.168.5.0/24 is variably subnetted, 3 subnets, 2 masks
S 192.168.5.64/26 is directly connected, Serial0/0
is directly connected, FastEthernet1/0
C 192.168.5.8/30 is directly connected, Serial0/0
C 192.168.5.192/26 is directly connected, FastEthernet1/0
※イーサの場合は設定は入ってしまいますが普通はアドレスで指定します。
投稿ツリー
-
show ip routeについて
(hgyub, 2014-6-17 19:49)
- Re: show ip routeについて (arashi1977, 2014-6-18 8:46)
-
Re: show ip routeについて
(antares01, 2014-6-18 8:59)
- Re: show ip routeについて (antares01, 2014-6-18 20:28)
- Re: show ip routeについて (hgyub, 2014-6-21 10:17)
- Re: show ip routeについて (antares01, 2014-6-24 7:15)