■GNS3でOSPF(ネットワークタイプ:ブロードキャスト)の検証環境を構築してみる。 $ echo "[R1],[R2] -- [R3] -- [R4] -- [R5],[R6]" | \ graph-easy --dot | \ sed -e 's/^}/ {rank=same;R1;R2}\n {rank=same;R5;R6}\n&/' | \ dot -T png -o ospf_sample.png ■最初と最後はいつもと同じ !start enable configure terminal !end end write memory ■インターフェイスの設定 ! R1 hostname R1 int s0/0 ip address 192.168.1.1 255.255.255.0 no shut exit int lo0 ip address 1.1.1.1 255.255