実験

BGPの構築

ネットワーク図 ※AS番号にはプライベートAS番号(64512〜65534)を使う BGPの設定 R1# conf t R1(config)# router bgp 65001 R1(config-router)# neighbor 172.20.13.3 remote-as 65003 R1(config-router)# redistribute ospf(OSPFの情報を再配布 R3# conf …

OSPF実験(ASBRで経路集約編)

ネットワーク図 172.20.56.0/24〜172.20.58.0/24を経路集約する 10進表記 2進表記 172.20.56.0 10101100.0010100.001110 00.00000000 172.20.57.0 10101100.0010100.001110 01.00000000 172.20.58.0 10101100.0010100.001110 10.00000000 ということで172.20…

OSPF実験(ASBRとスタブエリア編)

ネットワーク図 RIPネットワークを外部ネットワークとして作る RIP情報をR3からOSPFネットワークに流し込む(再配布 R3# conf t R3(config)# router ospf R3(config-router)# redistribute rip R3(config-router)# redistribute connected (connectedの情報…

OSPF実験(エリア分割編)

エリア設計 ルーティングテーブルの変化 エリア分割前 R1# sh ip ospf ro ============ OSPF network routing table ============ N 172.20.12.0/24 [10] area: 0.0.0.0 directly attached to eth1 N 172.20.13.0/24 [10] area: 0.0.0.0 directly attached t…

OSPF実験(コスト編)

ネットワーク図 R4からR5へping $ ping 172.20.35.5 -R PING 172.20.35.5 (172.20.35.5) 56(124) bytes of data. 64 bytes from 172.20.35.5: icmp_seq=1 ttl=62 time=1.83 ms RR: 172.20.24.4 172.20.23.2 172.20.35.3 172.20.35.5 172.20.35.5 172.20.23.3…

RIPの実験

RIPを実際に動かしたかったので実験. 非常に見にくい… 実験ネットワークの構成図 定常状態@router1 Network Next Hop Metric From .12.0/24 0.0.0.0 1 self .13.0/24 0.0.0.0 1 self .23.0/24 .12.2 2 .12.2 .24.0/24 .12.2 2 .12.2 .34.0/24 .13.3 2 .13.3…