RIP
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
*RIP [#m541f80a]
-起動
host#conf t
host#ip routing
host(config)#router rip
host(router-config)#network [自分が管理しているNIP]
host(router-config)#end
-制御
host#conf t
host(config)#router rip
host(router-config)#passive-interface [interface名] //...
-RIPのトラブルシューティング
host#show ip route //ルーティ...
host#show ip route rip //RIPによ...
host#debug ip rip [database events trigger] //RIPの各...
host#undebug all //すべての...
-その他
--デフォルトゲートウェイの設定
host#conf t
host(config)#ip route 0.0.0.0 0.0.0.0 [Interface名か、そ...
--debug の表示の改善
host#conf t
host#(config)#line console 0
host(config-line)#logging synchronous
[[:ルーティング技術関連]]
終了行:
*RIP [#m541f80a]
-起動
host#conf t
host#ip routing
host(config)#router rip
host(router-config)#network [自分が管理しているNIP]
host(router-config)#end
-制御
host#conf t
host(config)#router rip
host(router-config)#passive-interface [interface名] //...
-RIPのトラブルシューティング
host#show ip route //ルーティ...
host#show ip route rip //RIPによ...
host#debug ip rip [database events trigger] //RIPの各...
host#undebug all //すべての...
-その他
--デフォルトゲートウェイの設定
host#conf t
host(config)#ip route 0.0.0.0 0.0.0.0 [Interface名か、そ...
--debug の表示の改善
host#conf t
host#(config)#line console 0
host(config-line)#logging synchronous
[[:ルーティング技術関連]]
ページ名: