Cisco06_EIGRP

>100 Views

September 04, 25

スライド概要

profile-image

実機ハンズオン秋葉原の管理人

シェア

またはPlayer版

埋め込む »CMSなどでJSが使えない場合

(ダウンロード不可)

関連スライド

各ページのテキスト
1.

【Cisco#6】初心者ネットワーク勉強会@秋葉原UDX アジェンダ 前提 1100~1105 今日出来るようになる事、自己紹介(チーム紹介) https://www.infraexpert.com/study/study31.html 1105~1115 EIGRPの構成確認、事前準備、物理結線 Cisco独自のルーティングプロトコル 1115~1130 ルーティングの有効化 EIGRPをはじめからを、一読済み 1130~1145 正常時の疎通確認 1145~1200 showコマンドで確認 今日、出来るようになる事 1200~1205 CCNA試験対策(トラブル発生)講師がいたずらします Cisco実機でEIGRPを組んだことがある 1205~1230 pingが失敗するので直してください ShowコマンドでEIGRPが確認できる 1230~1235 終わりの挨拶 CCNA試験対策のシミュレーション問題を回答できる 1235~1300 追試の時間 無断複製・転載は著作権法第21条の侵害になります。ご遠慮ください 参加いただきありがとうございます!!!!! 鈴木メモ 持ち物:スイッチ×2、PC×6、ルータ(大)×2、ルータ(小)×4 LAN線×14、シリアルケーブル×6、 FOR SE 1

2.

【Cisco】ネットワーク基礎講座 今日の構成 ラボ#6 WAN 本社4階セグメント ※RT1,2は大RTを使用します 1Gbps 192.168.16.0/24 .1 Fa0/0 PC6 192.168.60.6 RT6 .6 gi0/8 .1 gi0/0 .1 gi0/1 RT1 (大) .2 gi0/1 .2 gi0/0 データセンター セグメント(6階) 192.168.60.0/24 gi0/2 gi0/1 .4 gi0/8 SW2 RT2 (大) .1 Fa0/0 RT4 gi0/3 .1 Fa0/0/ 0 192.168.50.0/24 gi0/3 .3 Fa0/0 秋葉原UDXのシステム会社は 6階にデータセンター、4階に執務室、1階のレストラン があり、それぞれをルータで接続しています ビル内回線が利用出来ずに平日1日を無駄にしてしまったので、回線を冗長化 する事にしました PC4 192.168.40.4 本社1階セグメント .3 gi0/8 100Mbps FOR SE 192.168.40.0/24 192.168.123.0/24 RT3 gi0/1 gi0/2 SW1 .1 Fa0/0 .5 gi0/8 RT5 PC5 192.168.50.5 2

3.

【Cisco】ネットワーク基礎講座 ネットワークセグメント説明 役割 IPアドレス 備考 役割 IPアドレス 備考 支店ユーザ セグメント 192.168.60.1 RT6のFa0/0 192.168.123.2 RT2のgi0/1 192.168.60.6 PC6 本社 ルータ セグメント 192.168.123.3 RT3のgi0/8 192.168.123.4 RT4のgi0/8 IPアドレス 備考 192.168.123.5 RT5のgi0/8 役割 IPアドレス 備考 本社4階 セグメント 192.168.40.1 RT4のFa0/0 192.168.40.4 PC4 役割 IPアドレス 備考 本社1階 セグメント 192.168.50.1 RT5のFa0/0 192.168.50.5 PC5 役割 支店ルータ セグメント 192.168.16.1 RT1のgi0/1 192.168.16.6 RT6のgi0/8 役割 IPアドレス 備考 WAN メイン回線 セグメント 172.16.12.1 RT1のgi0/0 172.16.12.2 RT2のgi0/0 役割 IPアドレス 備考 WAN サブ回線 セグメント 172.16.13.1 RT1のfa0/0/0 172.16.13.3 RT3のfa0/0 FOR SE 3

4.

【Cisco】ラボ#6 ルータの設定 手順1 ルータは起動に時間がかかります セットアップモードが起動したら、noと入力、もしくはcttl+c --- System Configuration Dialog --Would you like to enter the initial configuration dialog? [yes/no]:no 手順2 メッセージが表示され、Enterキーを押します。Router>のプロンプトが表示されます Press RETURN to get started! Router> 手順3 手順5 telnetで他のルータにログイン出来るようにします Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line vty 0 4 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#exit Router(config)#enable password cisco Router(config)#end RT-10# 特権モードに移行します。Router#のプロンプトが表示されます Router>enable Router# 手順4 グローバルコンフィグレーションモードに移行し,ホスト名を変更します。 Router(config)#が表示されます Router#enable Router#configure terminal Router(config)#hostname RT1 Router(config)#no ip domain lookup Router(config)#line console 0 Router(config-line)#logging synchronous Router(config-line)#exec-timeout 60 0 Router(config-line)#end FOR SE 4

5.

【Cisco】ネットワーク基礎講座 今日の構成 ラボ#6-1 手順1-1 インターフェースを設定する。 手順3 RT1 疎通確認を実施する。直接接続されているルータ間は疎通する。 RT1←→RT2(172.16.12.2) RT1←→RT3(172.16.13.3) RT1←→RT6(192.168.16.6) 担当 ※RT1,2は大RTを使用します RT1# RT1#configure terminal RT1(config)#interface loopback0 RT1(config-if)#ip address 10.1.1.1 255.255.255.255 RT1(config-if)#exit RT1(config)#interface gigabitEthernet 0/1 RT1(config-if)#ip address 192.168.16.1 255.255.255.0 RT1(config-if)#no shutdown RT1(config-if)#exit RT1(config)#interface gigabitEthernet 0/0 RT1(config-if)#ip address 172.16.12.1 255.255.255.0 RT1(config-if)#no shutdown RT1(config-if)#exit RT1(config)#interface fastEthernet 0/0/0 RT1(config-if)#ip address 172.16.13.1 255.255.255.0 RT1(config-if)#no shutdown RT1(config-if)#end RT1#ping 192.168.16.6 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.16.6, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/1 ms RT1# RT1#ping 172.16.12.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.2, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms RT1#ping 172.16.13.3 手順2 物理結線を実施する Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.13.3, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/1 ms RT1# FOR SE 5

6.

【Cisco】ネットワーク基礎講座 手順1-2 RT2 担当 ※RT1,2は大RTを使用します RT2# RT2#configure terminal RT2(config)#interface loopback0 RT2(config-if)#ip address 10.2.2.2 255.255.255.255 RT2(config-if)#exit RT2(config)#interface gigabitEthernet 0/1 RT2(config-if)#ip address 192.168.123.2 255.255.255.0 RT2(config-if)#no shutdown RT2(config-if)#exit RT2(config)#interface gigabitEthernet 0/0 RT2(config-if)#ip address 172.16.12.2 255.255.255.0 RT2(config-if)#no shutdown RT2(config-if)#exit 今日の構成 ラボ#6-2 手順3 疎通確認を実施する。直接接続されているルータ間は疎通する。 RT2←→RT1(172.16.12.1)RT2←→RT3(192.168.123.3) RT2←→RT4(192.168.123.4)RT2←→RT5(192.168.123.5) RT2#ping 172.16.12.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms RT2#ping 192.168.123.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/2/8 ms RT2#ping 192.168.123.4 手順2 物理結線を実施する Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.4, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms RT2#ping 192.168.123.5 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.5, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms FOR SE 6

7.

【Cisco】ネットワーク基礎講座 手順1-3 RT3 担当 RT3# RT3#configure terminal RT3(config)#interface loopback0 RT3(config-if)#ip address 10.3.3.3 255.255.255.255 RT3(config-if)#exit RT3(config)#interface gigabitEthernet 8 RT3(config-if)#ip address 192.168.123.3 255.255.255.0 RT3(config-if)#no shutdown RT3(config-if)#exit RT3(config)#interface fastEthernet 0 RT3(config-if)#ip address 172.16.13.3 255.255.255.0 RT3(config-if)#no shutdown RT3(config-if)#exit 今日の構成 ラボ#6-3 手順3 疎通確認を実施する。直接接続されているルータ間は疎通する。 RT3←→RT1(172.16.13.1)RT3←→RT2(192.168.123.2) RT3←→RT4(192.168.123.4)RT3←→RT5(192.168.123.5) RT3>ping 172.16.13.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.13.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms RT3>ping 192.168.123.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms RT3>ping 192.168.123.4 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.4, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/2 ms RT3>ping 192.168.123.5 手順2 物理結線を実施する FOR SE Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.5, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/2 ms 7

8.

【Cisco】ネットワーク基礎講座 手順1-4 RT4 担当 RT4# RT4#configure terminal RT4(config)#interface loopback0 RT4(config-if)#ip address 10.4.4.4 255.255.255.255 RT4(config-if)#exit RT4(config)#interface gigabitEthernet 8 RT4(config-if)#ip address 192.168.123.4 255.255.255.0 RT4(config-if)#no shutdown RT4(config-if)#exit RT4(config)#interface fastEthernet 0 RT4(config-if)#ip address 192.168.40.1 255.255.255.0 RT4(config-if)#no shutdown RT4(config-if)#exit 今日の構成 ラボ#6-4 手順3 疎通確認を実施する。直接接続されているルータ・PC間は疎通する。 RT4←→RT2(192.168.123.2)RT4←→RT3(192.168.123.3) RT4←→RT5(192.168.123.5)RT4←→PC4(192.168.40.4) RT4#ping 192.168.123.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms RT4#ping 192.168.123.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms RT4#ping 192.168.123.5 手順2 物理結線を実施する PCを設定する IP 192.168.40.4 サブネット 255.255.255.0 デフォルトゲートウェイ 192.168.40.1 FOR SE Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.5, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms RT4#ping 192.168.40.4 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.40.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms 8

9.

【Cisco】ネットワーク基礎講座 手順1-5 RT5 担当 RT5# RT5#configure terminal RT5(config)#interface loopback0 RT5(config-if)#ip address 10.5.5.5 255.255.255.255 RT5(config-if)#exit RT5(config)#interface gigabitEthernet 8 RT5(config-if)#ip address 192.168.123.5 255.255.255.0 RT5(config-if)#no shutdown RT5(config-if)#exit RT5(config)#interface fastEthernet 0 RT5(config-if)#ip address 192.168.50.1 255.255.255.0 RT5(config-if)#no shutdown RT5(config-if)#exit 今日の構成 ラボ#6-5 手順3 疎通確認を実施する。直接接続されているルータ・PC間は疎通する。 RT5←→RT2(192.168.123.2)RT5←→RT3(192.168.123.3) RT5←→RT4(192.168.123.4)RT5←→PC5(192.168.50.5) RT5#ping 192.168.123.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms RT5#ping 192.168.123.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms RT5#ping 192.168.123.4 手順2 物理結線を実施する PCを設定する IP 192.168.50.5 サブネット 255.255.255.0 デフォルトゲートウェイ 192.168.50.1 FOR SE Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.4, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms RT5#ping 192.168.50.5 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.50.5, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms 9

10.

【Cisco】ネットワーク基礎講座 手順1-6 RT6 担当 RT6# RT6#configure terminal RT6(config)#interface loopback0 RT6(config-if)#ip address 10.6.6.6 255.255.255.255 RT6(config-if)#exit RT6(config)#interface gigabitEthernet 8 RT6(config-if)#ip address 192.168.16.6 255.255.255.0 RT6(config-if)#no shutdown RT6(config-if)#exit RT6(config)#interface fastEthernet 0 RT6(config-if)#ip address 192.168.60.1 255.255.255.0 RT6(config-if)#no shutdown RT6(config-if)#exit 今日の構成 ラボ#6-6 手順3 疎通確認を実施する。直接接続されているルータ・PC間は疎通する。 RT6←→RT1(192.168.16.1) RT5←→PC5(192.168.60.6) RT6#ping 192.168.16.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.16.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms RT6#ping 192.168.60.6 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.60.6, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms 手順2 物理結線を実施する PCを設定する IP 192.168.60.6 サブネット 255.255.255.0 デフォルトゲートウェイ 192.168.60.1 FOR SE 10

11.

【Cisco】ネットワーク基礎講座 手順4-1 RT1 EIGRPルーティングを有効化します。AS番号は414を使用します RT1(config)#router eigrp 414 RT1(config-router)#network 172.16.12.0 RT1(config-router)#network 172.16.13.0 RT1(config-router)#network 192.168.16.0 RT1(config-router)#network 10.1.1.1 RT1(config-router)#no auto-summary 手順4-2 RT2 EIGRPルーティングを有効化します。AS番号は414を使用します RT2(config)#router eigrp 414 RT2(config-router)#network 172.16.12.0 RT2(config-router)#network 192.168.123.0 RT2(config-router)#network 10.2.2.2 RT2(config-router)#no auto-summary 手順4-3 RT3 EIGRPルーティングを有効化します。AS番号は414を使用します RT3(config)#router eigrp 414 RT3(config-router)#network 172.16.13.0 RT3(config-router)#network 192.168.123.0 RT3(config-router)#network 10.3.3.3 RT3(config-router)#no auto-summary FOR SE 今日の構成 ラボ#6 手順4-4 RT4 EIGRPルーティングを有効化します。AS番号は414を使用します RT4(config)#router eigrp 414 RT4(config-router)#network 192.168.123.0 RT4(config-router)#network 192.168.40.0 RT4(config-router)#network 10.4.4.4 RT4(config-router)#no auto-summary RT4(config-router)#passive-interface fastEthernet 0 手順4-5 RT5 EIGRPルーティングを有効化します。AS番号は414を使用します RT5(config)#router eigrp 414 RT5(config-router)#network 192.168.123.0 RT5(config-router)#network 192.168.50.0 RT5(config-router)#network 10.5.5.5 RT5(config-router)#no auto-summary RT5(config-router)#passive-interface fastEthernet 0 手順4-6 RT6 EIGRPルーティングを有効化します。AS番号は414を使用します RT6(config)#router eigrp 414 RT6(config-router)#network 192.168.16.0 RT6(config-router)#network 192.168.60.0 RT6(config-router)#network 10.6.6.6 RT6(config-router)#no auto-summary RT6(config-router)#passive-interface fastEthernet 0 11

12.

【Cisco】ラボ#6 手順5 結果を確認します EIGRPのルーティングプロトコルの設定を確認します。 RT1#show ip protocols Routing Protocol is “eigrp 414 ” ← AS番号確認 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates Redistributing: eigrp 414 EIGRP-IPv4 Protocol for AS(414) Metric weight K1=1, K2=0, K3=1, K4=0, K5=0 NSF-aware route hold timer is 240 Router-ID: 10.1.1.1 Topology : 0 (base) Active Timer: 3 min Distance: internal 90 external 170 Maximum path: 4 Maximum hopcount 100 Maximum metric variance 1 手順6 show ip eigrp neighborsにて、ネイバーテーブルを確認します RT1#show ip eigrp neighbors IP-EIGRP neighbors for process 414 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.16.6 Gig0/0 13 01:50:39 40 1000 0 55 ← 1 172.16.13.3 Vlan 11 01:50:39 40 1000 0 95 2 172.16.12.2 Vlan 11 01:50:39 40 1000 0 107 Automatic Summarization: disabled Automatic address summarization: Maximum path: 4 Routing for Networks: 192.168.16.0 ←ネットワーク確認 172.16.12.0 172.16.13.0 10.0.0.0 Routing Information Sources: Gateway Distance Last Update 192.168.16.6 90 21020548 172.16.13.3 90 21020583 172.16.12.2 90 21020650 Distance: internal 90 external 170 FOR SE 12

13.

【Cisco】ラボ#6 手順7 show ip eigrp topologyにて、トポロジーテーブルを確認します RT1#show ip eigrp topology IP-EIGRP Topology Table for AS 414/ID(10.1.1.1) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P 10.1.1.1/32, 1 successors, FD is 128256 via Connected, Loopback0 P 10.5.5.5/32, 2 successors, FD is 25753856 via 192.168.12.2 (25753856/130816), Vlan312 ←ルートを確認 via 192.168.13.3 (25753856/130816), Vlan313 P 10.5.5.55/32, 2 successors, FD is 25753856 via 192.168.12.2 (25753856/130816), Vlan312 via 192.168.13.3 (25753856/130816), Vlan313 P 10.6.6.6/32, 1 successors, FD is 130816 via 192.168.16.6 (130816/128256), GigabitEthernet0/0 P 192.168.12.0/24, 1 successors, FD is 25625600 via Connected, Vlan312 P 192.168.13.0/24, 1 successors, FD is 25625600 via Connected, Vlan313 P 192.168.16.0/24, 1 successors, FD is 2816 via Connected, GigabitEthernet0/0 P 192.168.40.0/24, 2 successors, FD is 25628416 via 192.168.12.2 (25628416/5376), Vlan312 via 192.168.13.3 (25628416/5376), Vlan313 P 192.168.50.0/24, 2 successors, FD is 25628416 via 192.168.12.2 (25628416/5376), Vlan312 via 192.168.13.3 (25628416/5376), Vlan313 P 192.168.60.0/24, 1 successors, FD is 5376 via 192.168.16.6 (5376/5120), GigabitEthernet0/0 P 192.168.123.0/24, 2 successors, FD is 25625856 via 192.168.12.2 (25625856/2816), Vlan312 via 192.168.13.3 (25625856/2816), Vlan313 FOR SE 手順8 show ip routeでルーティングテーブルを確認します。PCがあるセグ メントへの経路がある事 RT1#show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/32 is subnetted, 4 subnets C 10.1.1.1/32 is directly connected, Loopback0 D 10.5.5.5/32 [90/25753856] via 192.168.12.2, 00:04:26, Vlan312 [90/25753856] via 192.168.13.3, 00:04:24, Vlan313 D 10.5.5.55/32 [90/25753856] via 192.168.12.2, 00:04:26, Vlan312 [90/25753856] via 192.168.13.3, 00:04:24, Vlan313 D 10.6.6.6/32 [90/130816] via 192.168.16.6, 00:04:57, GigabitEthernet0/0 192.168.12.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.12.0/24 is directly connected, Vlan312 L 192.168.12.1/32 is directly connected, Vlan312 192.168.13.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.13.0/24 is directly connected, Vlan313 L 192.168.13.1/32 is directly connected, Vlan313 192.168.16.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.16.0/24 is directly connected, GigabitEthernet0/0 L 192.168.16.1/32 is directly connected, GigabitEthernet0/0 D 192.168.40.0/24 [90/25628416] via 192.168.12.2, 00:04:26, Vlan312 [90/25628416] via 192.168.13.3, 00:04:24, Vlan313 D 192.168.50.0/24 [90/25628416] via 192.168.12.2, 00:04:25, Vlan312 [90/25628416] via 192.168.13.3, 00:04:24, Vlan313 D 192.168.60.0/24 [90/5376] via 192.168.16.6, 00:04:57, GigabitEthernet0/0 D 192.168.123.0/24 [90/25625856] via 192.168.12.2, 00:04:26, Vlan312 [90/25625856] via 192.168.13.3, 00:04:25, Vlan313 13

14.

【Cisco】ラボ#6 EIGRP冗長化試験項目 番号 内容 準備(前提条件) 手順 想定結果 試験1 PC4,5,6がそれぞれ疎通でき ることを確認する 冗長化設定完了 結線完了 1.PCにログイン 2.コマンドプロンプトにて、 「ping 192.168.40.4」 PC同士が疎通できる 試験2 どの通信経路を通っているか を確認する 冗長化設定完了 結線完了 接続ポートを確認 1.PCにログイン 2.コマンドプロンプトにて、 「tracert 192.168.40.4」 通信経路を確認する (第4オクテットが帯域の広い2の ルーターを通っていること) 試験3 メイン回線を一本抜いても通 信できることを確認する 冗長化設定完了 結線完了 接続ポートを確認 アクティブ、スタンバイを確認 1.PCにログイン 2.コマンドプロンプトにて 「ping 192.168.40.4 -t」 3.RT1-RT2間のLAN線を抜く パケットが数個落ちた後、再度復 旧することを確認する。 アクティブ、スタンバイが変更された ことを確認する 試験4 通信経路を確認する 片系障害中 1.PCにログイン 2.コマンドプロンプトにて、 「tracert 192.168.40.4」 通信経路を確認する (第4オクテットが3のルーターを 通っていること) ※手順の項目は全てPC6からPC4 FOR SE 14

15.

【Cisco】初心者ネットワーク勉強会@秋葉原UDX さいごに おねがい 週末の貴重なお時間をありがとうございます 会社設立して1年経ちました。 90分、みなさまの期待を超えれていたら嬉しいです 前世の会社で取引のあった顧客5社の案件を複数こなしました。 ping-tの法人契約をしました。 顧客が疑い半分だった当社に慣れ、全ての顧客から案件引合を頂いております 。がシステムエンジニアが足りず断っている状況が辛いです。 3か月間3000円でプレミアムコンテンツを販売いたします 参考価格:個人契約でのプレミアムコンテンツ3か月、3800円 もし、みなさまの周りで、スタートアップ企業でインフラエンジニアをやって みたい、変り者がいらっしゃいましたら、まずは勉強会から参加して頂けると 嬉しいです 高校2年生で、高校卒業後にIT企業に就職を検討をしている方がいらっしゃれ ば紹介をお願いします。 2021年4月からの当社でのインターン経験をお願いしたいと思ってます。 FOR SE 15

16.

• 以下は印刷しない 16

17.

【Cisco】真実はいつも1つ! トラブルシューティング1 AS値を間違える。 RT2(config)#no router eigrp 414 RT2(config)#router eigrp 114 RT2(config-router)#network 172.16.12.0 RT2(config-router)#network 192.168.123.0 RT2(config-router)#network 10.2.2.2 RT2(config-router)#no auto-summary RT6(config)#router eigrp 414 RT6(config-router)#network 192.168.16.0 RT6(config-router)#network 192.168.60.0 RT6(config-router)#network 10.6.6.6 RT6(config-router)#no auto-summary RT6(config-router)#no passive-interface fastEthernet 0/0 RT6(config-router)#passive-interface gigabitEthernet 0/0 トラブルシューティング2 アドバタイズするネットワークを間違える RT5(config)#router eigrp 414 RT5(config-router)#network 192.168.123.0 RT5(config-router)#no network 192.168.50.0 RT5(config-router)#network 172.16.50.0 RT5(config-router)#network 10.5.5.5 RT5(config-router)#network 10.5.5.55 RT5(config-router)#no auto-summary トラブルシューティング3 パッシブインターフェースを間違える FOR SE 17