Powered by SmartDoc

Sample of Forwarding Table (2004/10/22)
Ver. 1.0

2004年10月22日
栗野 俊一
kurino@math.cst.nihon-u.ac.jp
http://edu-gw2.math.cst.nihon-u.ac.jp/~kurino/2004/ccna/routing/routing.html
RoutingForwarding Table の Sample

目次

Forwarding Table の Sample

Network 図

方針

Samlpeのnetworkは次のようになっているとする。

  1. 例えば、Network N2のNetwork Addressは、172.16.2.0となる。
  2. 以下の例では、i = 8, j = 3, k = 6と仮定する。
  3. つまり、Interface Number ( 0, 1の二つある)の小さい方が、小さいNetwork NumberのNetworkに接続するようにしている。
  4. InterfaceのNumberが0つまり、小さい方なので、Network番号の小さい、N3の方に接続されている。

    この場合の具体的なIP Addressは、172.16.3.8となる。

  5. Network Maskは、当然、接続しているNetworkのNetwork Maskと同じものにる。今回の例では、全て/24になっているので、どれも/24である。
  6. InterfaceのNumberが1つまり、大きい方なので、Network番号の大きい、N6の方に接続されている。

    この場合の具体的なIP Addressは、172.16.6.8となる。

Network 図

Networkの接続図は以下の通り。


            N1        N2
       >--+---<  >--+---<
          |         |
          R1        R2
          |         |           N3
       >--+---+-----+---------+---<
              |               |
              R3              R4
              |       N4      |      N5
       >--+---+-----+---< >---+---+----<
          |         |             |
          R5        R6            R7
          | N6      |    N7       |  N8
       >--+---<  >--+---+--<  >---+----<
                        |         |
                        R8        R9
                        |         |  N9
                     >--+-----+---+----<
                              |
                              R10
                              |   N10
                           >--+-----<

具体的な情報

名前 Network Address Network Mask 所属Router
N1 172.16.1.0 /24 (255.255.255.0) R1
N2 172.16.2.0 /24 (255.255.255.0) R2
N3 172.16.3.0 /24 (255.255.255.0) R1,R2,R4,R4
N4 172.16.4.0 /24 (255.255.255.0) R3,R5,R6
N5 172.16.5.0 /24 (255.255.255.0) R4,R7
N6 172.16.6.0 /24 (255.255.255.0) R5
N7 172.16.7.0 /24 (255.255.255.0) R6,R8
N8 172.16.8.0 /24 (255.255.255.0) R7,R9
N9 172.16.9.0 /24 (255.255.255.0) R9,R10
N10 172.16.10.0 /24 (255.255.255.0) R10
名前 I/F IP Address Network Mask 接続Network
R1 eth0 172.16.1.1 /24 (255.255.255.0) N1
eth1 172.16.3.1 /24 (255.255.255.0) N3
R2 eth0 172.16.2.2 /24 (255.255.255.0) N2
eth1 172.16.3.2 /24 (255.255.255.0) N3
R3 eth0 172.16.3.3 /24 (255.255.255.0) N3
eth1 172.16.4.3 /24 (255.255.255.0) N4
R4 eth0 172.16.3.4 /24 (255.255.255.0) N3
eth1 172.16.5.4 /24 (255.255.255.0) N5
R5 eth0 172.16.4.5 /24 (255.255.255.0) N4
eth1 172.16.6.5 /24 (255.255.255.0) N6
R6 eth0 172.16.4.6 /24 (255.255.255.0) N4
eth1 172.16.7.6 /24 (255.255.255.0) N7
R7 eth0 172.16.5.7 /24 (255.255.255.0) N5
eth1 172.16.8.7 /24 (255.255.255.0) N8
R8 eth0 172.16.7.8 /24 (255.255.255.0) N7
eth1 172.16.9.8 /24 (255.255.255.0) N9
R9 eth0 172.16.8.9 /24 (255.255.255.0) N8
eth1 172.16.9.9 /24 (255.255.255.0) N9
R10 eth0 172.16.9.10 /24 (255.255.255.0) N9
eth1 172.16.10.10 /24 (255.255.255.0) N10

Routing Table