自己診断にトライ!
制限時間はありません。研修内では実機を用いた実践的なトラブルシューティングを行います。十分な理解のために、前提として各分野とも70点以上の取得が出来ている事が目安です。
【 システムトラブルシュート研修 事前自己診断テスト (ネットワーク) (全10問 / 合格ライン 70点) 】
ip route 10.10.10.0 255.255.255.0 192.168.10.1
ip route 20.20.20.0 255.255.255.0 192.168.20.1
ip route 0.0.0.0 0.0.0.0 172.16.1.1
route-map PBR 10
match ip address 101
set ip next-hop 1.1.1.1
route-map PBR 20
match ip address 102
set ip default next-hop 2.2.2.2
route-map PBR 30
match ip address 103
access-list 101 permit ip any 10.10.10.0 0.0.0.255
access-list 102 permit ip any 20.20.20.0 0.0.0.255
access-list 103 permit ip any 30.30.30.0 0.0.0.255
inteface serial 0/0
ip policy route-map PBR