IPルーティングアーカイブの最新記事

MPLS-VPNのトラブル その1 【CCIEレベル】

(所属カテゴリー:IPルーティング | シスコ---投稿日時:2010年3月12日)

ネットワーク構成

下記のネットワーク構成で、MPLS-VPNを通じてR4とR5間の通信ができるようにしたいと考えています。

mpls04.jpg
図 MPLS-VPN ネットワーク構成

ルータの役割は、次の通りです。

PEルータ:R1、R3
Pルータ :R2
CEルータ:R4、R5

PEルータであるR1、R3ではともにVRFとして次のように定義します。

VRF名:VPN
RD:100:100
Import RT:100:100
Export RT:100:100

設定概要

各ルータで行われているMPLS-VPNでの通信に関連する設定は次の通りです。

R1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ip vrf VPN
 rd 100:100
 route-target export 100:100
 route-target import 100:100
!
interface Loopback0
 ip address 192.168.0.1 255.255.255.255
!
interface FastEthernet0/0
 ip vrf forwarding VPN
 ip address 10.14.14.1 255.255.255.0
!
interface Serial1/0
 ip address 192.168.12.1 255.255.255.0
 encapsulation ppp
 mpls ip
 no peer neighbor-route
!
router ospf 14 vrf VPN
 log-adjacency-changes
 redistribute bgp 100 subnets
 network 10.14.14.1 0.0.0.0 area 0
!
router ospf 1
 log-adjacency-changes
 network 192.168.0.0 0.0.255.255 area 0
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 neighbor 192.168.0.3 remote-as 100
 neighbor 192.168.0.3 update-source Loopback0
 no auto-summary
 !
 address-family vpnv4
  neighbor 192.168.0.3 activate
  neighbor 192.168.0.3 send-community extended
 exit-address-family
 !
 address-family ipv4 vrf VPN
  redistribute ospf 14 vrf VPN
  no synchronization
 exit-address-family
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Loopback0
 ip address 192.168.0.2 255.255.255.255
!
interface Serial1/0
 ip address 192.168.12.2 255.255.255.0
 encapsulation ppp
 no peer neighbor-route
!
interface Serial1/1
 ip address 192.168.23.2 255.255.255.0
 encapsulation ppp
 mpls ip
 no peer neighbor-route
!
router ospf 1
 log-adjacency-changes
 network 192.168.0.0 0.0.255.255 area 0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R3
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ip vrf VPN
 rd 100:100
 route-target export 100:100
 route-target import 100:100
!
interface Loopback0
 ip address 192.168.0.3 255.255.255.255
!
interface FastEthernet0/0
 ip vrf forwarding VPN
 ip address 10.35.35.3 255.255.255.0
 duplex auto
 speed auto
!
interface Serial1/0
 ip address 192.168.23.3 255.255.255.0
 encapsulation ppp
 mpls ip
 no peer neighbor-route
!
router ospf 35 vrf VPN
 log-adjacency-changes
 redistribute bgp 100 subnets
 network 10.35.35.3 0.0.0.0 area 0
!
router ospf 1
 log-adjacency-changes
 network 192.168.0.0 0.0.255.255 area 0
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 neighbor 192.168.0.1 remote-as 100
 neighbor 192.168.0.1 update-source Loopback0
 no auto-summary
 !
 address-family vpnv4
  neighbor 192.168.0.1 activate
  neighbor 192.168.0.1 send-community extended
 exit-address-family
 !
 address-family ipv4 vrf VPN
  redistribute ospf 35 vrf VPN
  no synchronization
 exit-address-family
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R4
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Loopback0
 ip address 172.16.4.4 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/0
 ip address 10.14.14.4 255.255.255.0
!
router ospf 1
 log-adjacency-changes
 network 10.14.14.4 0.0.0.0 area 0
 network 172.16.4.4 0.0.0.0 area 0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R5
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Loopback0
 ip address 172.16.5.5 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/0
 ip address 10.35.35.5 255.255.255.0
!
router ospf 1
 log-adjacency-changes
 network 10.35.35.5 0.0.0.0 area 0
 network 172.16.5.5 0.0.0.0 area 0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

トラブルの症状

R4、R5のルーティングテーブルを見ると、お互いのルートを確認できます。

R4 show ip route
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R4#show ip route
~省略~

Gateway of last resort is not set

     172.16.0.0/24 is subnetted, 2 subnets
C       172.16.4.0 is directly connected, Loopback0
O E2    172.16.5.0 [110/2] via 10.14.14.1, 00:20:00, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
O E2    10.35.35.0 [110/1] via 10.14.14.1, 00:20:00, FastEthernet0/0
C       10.14.14.0 is directly connected, FastEthernet0/0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R5 show ip route
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R5#show ip route
~省略~

Gateway of last resort is not set

     172.16.0.0/24 is subnetted, 2 subnets
O E2    172.16.4.0 [110/2] via 10.35.35.3, 00:23:01, FastEthernet0/0
C       172.16.5.0 is directly connected, Loopback0
     10.0.0.0/24 is subnetted, 2 subnets
C       10.35.35.0 is directly connected, FastEthernet0/0
O E2    10.14.14.0 [110/1] via 10.35.35.3, 00:23:01, FastEthernet0/0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ところが、実際には通信ができません。R4から172.16.5.5へPingすると失敗します。

R4から172.16.5.5へPing
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R4#ping 172.16.5.5 source loopback 0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.5.5, timeout is 2 seconds:
Packet sent with a source address of 172.16.4.4
.....
Success rate is 0 percent (0/5)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

CEルータであるR4、R5でお互いのルートが確認できているので、R4とR5には設定ミスがないことが明らかです。そこで、MPLS-VPNバックボーンを構成するR1、R2、R3でそれぞれ次のshowコマンドで原因の切り分けを行いました。

R1
show mpls interface
show mpls ldp neighbor
show ip bgp summary
show ip bgp vpnv4 all
show ip route vrf VPN
show ip cef vrf VPN 172.16.5.0

R2
show mpls interface
show mpls ldp neighbor
show mpls forwarding-table

R3
show mpls interface
show mpls ldp neighbor
show ip bgp summary
show ip bgp vpnv4 all
show ip route vrf VPN
show ip cef vrf VPN 172.16.4.0
R1 showコマンドの結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R1#show mpls interface
Interface              IP            Tunnel   Operational
Serial1/0              Yes (ldp)     No       Yes
R1#show mpls ldp neighbor

R1#show ip bgp summary
BGP router identifier 192.168.0.1, local AS number 100
BGP table version is 1, main routing table version 1

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
192.168.0.3     4   100      43      43        1    0    0 00:33:52        0
R1#show ip bgp vpnv4 all
BGP table version is 9, local router ID is 192.168.0.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 100:100 (default for vrf VPN)
*> 10.14.14.0/24    0.0.0.0                  0         32768 ?
*>i10.35.35.0/24    192.168.0.3              0    100      0 ?
*> 172.16.4.0/24    10.14.14.4               2         32768 ?
*>i172.16.5.0/24    192.168.0.3              2    100      0 ?
R1#show ip route vrf VPN

Routing Table: VPN
Codes: 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
       i - IS-IS, su - IS-IS summary, 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

     172.16.0.0/24 is subnetted, 2 subnets
O       172.16.4.0 [110/2] via 10.14.14.4, 00:35:16, FastEthernet0/0
B       172.16.5.0 [200/2] via 192.168.0.3, 00:33:31
     10.0.0.0/24 is subnetted, 2 subnets
B       10.35.35.0 [200/0] via 192.168.0.3, 00:33:31
C       10.14.14.0 is directly connected, FastEthernet0/0
R1#show ip cef vrf VPN 172.16.5.0
172.16.5.0/24, version 14, epoch 0, cached adjacency to Serial1/0
0 packets, 0 bytes
  tag information set
    local tag: VPN-route-head
    fast tag rewrite with
        Recursive rewrite via 192.168.0.3/32, tags imposed {21}
  via 192.168.0.3, 0 dependencies, recursive
    next hop 192.168.12.2, Serial1/0 via 192.168.0.3/32
    valid cached adjacency
    tag rewrite with
        Recursive rewrite via 192.168.0.3/32, tags imposed {21}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R2 showコマンドの結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R2#show mpls interface
Interface              IP            Tunnel   Operational
Serial1/1              Yes (ldp)     No       Yes
R2#show mpls ldp neighbor
    Peer LDP Ident: 192.168.0.3:0; Local LDP Ident 192.168.0.2:0
        TCP connection: 192.168.0.3.48691 - 192.168.0.2.646
        State: Oper; Msgs sent/rcvd: 89/90; Downstream
        Up time: 01:12:09
        LDP discovery sources:
          Serial1/1, Src IP addr: 192.168.23.3
        Addresses bound to peer LDP Ident:
          192.168.23.3    192.168.0.3
R2#show mpls forwarding-table
Local  Outgoing    Prefix            Bytes tag  Outgoing   Next Hop
tag    tag or VC   or Tunnel Id      switched   interface
16     Untagged    192.168.0.1/32    3317       Se1/0      point2point
17     Pop tag     192.168.0.3/32    2809       Se1/1      point2point
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R3 showコマンドの結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
R3#show mpls interface
Interface              IP            Tunnel   Operational
Serial1/0              Yes (ldp)     No       Yes
R3#show mpls ldp neighbor
    Peer LDP Ident: 192.168.0.2:0; Local LDP Ident 192.168.0.3:0
        TCP connection: 192.168.0.2.646 - 192.168.0.3.48691
        State: Oper; Msgs sent/rcvd: 90/90; Downstream
        Up time: 01:12:51
        LDP discovery sources:
          Serial1/0, Src IP addr: 192.168.23.2
        Addresses bound to peer LDP Ident:
          192.168.12.2    192.168.23.2    192.168.0.2
R3#show ip bgp summary
BGP router identifier 192.168.0.3, local AS number 100
BGP table version is 1, main routing table version 1

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
192.168.0.1     4   100      45      45        1    0    0 00:35:25        0
R3#show ip bgp vpnv4 all
BGP table version is 9, local router ID is 192.168.0.3
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 100:100 (default for vrf VPN)
*>i10.14.14.0/24    192.168.0.1              0    100      0 ?
*> 10.35.35.0/24    0.0.0.0                  0         32768 ?
*>i172.16.4.0/24    192.168.0.1              2    100      0 ?
*> 172.16.5.0/24    10.35.35.5               2         32768 ?
R3#show ip route vrf VPN

Routing Table: VPN
Codes: 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
       i - IS-IS, su - IS-IS summary, 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

     172.16.0.0/24 is subnetted, 2 subnets
B       172.16.4.0 [200/2] via 192.168.0.1, 00:35:09
O       172.16.5.0 [110/2] via 10.35.35.5, 00:36:41, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
C       10.35.35.0 is directly connected, FastEthernet0/0
B       10.14.14.0 [200/0] via 192.168.0.1, 00:35:09
R3#show ip cef vrf VPN 172.16.4.0
172.16.4.0/24, version 14, epoch 0, cached adjacency to Serial1/0
0 packets, 0 bytes
  tag information set
    local tag: VPN-route-head
    fast tag rewrite with Se1/0, point2point, tags imposed: {16 22}
  via 192.168.0.1, 0 dependencies, recursive
    next hop 192.168.23.2, Serial1/0 via 192.168.0.1/32
    valid cached adjacency
    tag rewrite with Se1/0, point2point, tags imposed: {16 22}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R1~R3のshowコマンドによって設定ミスがわかったので修正すると、正常にMPLS-VPNを通じてR4-R5間の通信ができるようになりました。

問題

  • R4、R5ではお互いのルートを学習できているのになぜ通信できないのですか?
  • MPLS-VPN経由でR4-R5間の通信ができるようにするためには、どのように設定を修正すればよいですか?

IPルーティングアーカイブのその他の記事一覧

MPLSのトラブル その2 解答と解説 【CCIEレベル】 (2010年3月 3日)

MPLSのトラブル その2 【CCIEレベル】 (2010年3月 3日)

MPLSのトラブル 解答と解説【CCIEレベル】 (2010年3月 3日)

MPLSのトラブル 【CCIEレベル】 (2010年2月12日)

OSPFのトラブル 解答と解説 【CCNP~CCIEレベル】 (2009年12月18日)

OSPFのトラブル 【CCNP~CCIEレベル】 (2009年12月11日)

BGPのトラブル【CCNPレベル】解答と解説 (2009年12月 4日)

BGPのトラブル 【CCNPレベル】 (2009年11月27日)

EIGRPのトラブル 解答と解説【CCNPレベル】 (2009年11月20日)

EIGRPのトラブル【CCNPレベル】 (2009年11月13日)

OSPFのトラブル 解答と解説【CCNP~CCIEレベル】 (2009年11月 6日)

OSPFのトラブル 【CCNP~CCIEレベル】 (2009年10月30日)

ルート制御の問題 その2 解答と解説【CCIEレベル】 (2009年10月21日)

ルート制御の問題 その2 【CCIEレベル】 (2009年10月16日)

ルート制御の問題 ルートマップの利用【CCIEレベル】 (2009年10月 8日)

ルート制御の問題 オフセットリストの利用【CCIEレベル】 (2009年10月 2日)

ルート制御の問題 解答と解説【CCIEレベル】 (2009年9月25日)

ルート制御の問題【CCIEレベル】 (2009年9月18日)

OSPFのルートフィルタ その14 For CCIE R&S ラボ試験 (2009年8月26日)

OSPFのルートフィルタ その13 For CCIE R&S ラボ試験 (2009年8月19日)

OSPFのルートフィルタ その12 For CCIE R&S ラボ試験 (2009年8月12日)

OSPFのルートフィルタ その11 For CCIE R&S ラボ試験 (2009年8月 7日)

OSPFのルートフィルタ その10 For CCIE R&S ラボ試験 (2009年7月31日)

OSPFのルートフィルタ その9 For CCIE R&S ラボ試験 (2009年7月24日)

OSPFのルートフィルタ その8 For CCIE R&S ラボ試験 (2009年7月13日)

OSPFのルートフィルタ その7 For CCIE R&S ラボ試験 (2009年7月 6日)

OSPFのルートフィルタ その6 For CCIE R&S ラボ試験 (2009年6月29日)

OSPFのルートフィルタ その5 For CCIE R&S ラボ試験 (2009年6月22日)

OSPFのルートフィルタ その4 For CCIE R&S ラボ試験 (2009年6月19日)

OSPFのルートフィルタ その3 For CCIE R&S ラボ試験 (2009年6月 8日)

ルーティングテーブルの解釈 (2009年6月 1日)

OSPFのルートフィルタ その2 For CCIE R&S ラボ試験 (2009年5月25日)

OSPFのルートフィルタ その1 For CCIE R&S ラボ試験 (2009年5月17日)

BGP local-asの機能 (2008年12月 3日)

VRRP(Virtual Router Redundancy Protocol)の概要 (2008年8月31日)

BGP COMMUNITYの使い方 その4 (2008年8月15日)

BGP COMMUNITYの使い方 その3 (2008年8月 8日)

BGP COMMUNITYの使い方 その2 (2008年8月 1日)

BGP COMMUNITYの使い方 その1 (2008年7月24日)

IPルーティング 再び その10 (2008年3月28日)

IPルーティング 再び その9 (2008年3月21日)

IPルーティング 再び その8 (2008年3月 7日)

IPルーティング 再び その7 (2008年2月29日)

IPルーティング 再び その6 (2008年2月27日)

IPルーティング 再び その5 (2008年2月25日)

IPルーティング 再び その4 (2008年2月22日)

IPルーティング 再び その3 (2008年2月15日)

IPルーティング 再び その2 (2008年2月 8日)

IPルーティング 再び その1 (2008年2月 1日)

BGP Well Known Mandatory アトリビュート (2007年11月11日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.96~No.100 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.91~No.95 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.86~No.90 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.81~No.85 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.76~No.80 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.71~No.75 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.66~No.70 (2006年6月 5日)

CCNP BSCI 旧バージョン(640-901J)の模擬問題 No.61~No.65 (2006年6月 4日)

CiscoルータでのBGPの集約 選択型集約Vol.3【For CCIE】 (2006年5月12日)

CiscoルータでのBGPの集約 選択型集約Vol.2【For CCIE】 (2006年4月30日)

CiscoルータでのBGPの集約 選択型集約Vol.1【For CCIE】 (2006年4月23日)

CiscoルータでのBGPの集約 advertise-map【For CCIE】 (2006年4月16日)

CiscoルータでのBGPの集約 as-set【For CCIE】 (2006年4月12日)

CiscoルータでのBGPの集約 attribute-map【For CCIE】 (2006年4月 2日)

CiscoルータでのBGPの集約 summary-only【For CCIE】 (2006年3月27日)

CiscoルータでのBGPの集約 【For CCIE】 (2006年3月18日)

OSPFのルート集約と設定 (2006年3月14日)

フレームリレーでのサブインタフェース 【For CCNA】 (2006年1月27日)

フレームリレー上でのルーティングプロトコル 【For CCNA】 (2006年1月24日)

マルチエリアOSPF CiscoルータでのNSSAエリアの設定 (2005年11月22日)

マルチエリアOSPF Ciscoルータでのトータリースタブエリアの設定 (2005年11月22日)

マルチエリアOSPF Ciscoルータでのスタブエリアの設定 (2005年10月31日)

マルチエリアOSPF ABR、ASBRの設定 (2005年10月24日)

マルチエリアOSPF エリアの種類 (2005年10月 7日)

マルチエリアOSPF LSAの種類 (2005年9月23日)

マルチエリアOSPF ルータの種類 (2005年9月17日)

バーチャルリンクが存在するときのエリア0認証とバーチャルリンク上のネイバー認証 【For CCIE OSPF】 (2005年9月12日)

マルチエリアOSPF エリアとは (2005年9月 9日)

マルチエリアOSPF 大規模なOSPFネットワークの問題点 (2005年9月 9日)

ip default-networkについて (2005年6月17日)

リンクステート型ルーティングプロトコルの特徴 (2005年4月23日)

Cisco OSPFプライオリティの変更とDR/BDRの確認 (2005年3月18日)

Cisco OSPF Hello/Deadインターバルの変更と確認 (2005年3月10日)

Cisco OSPFコストの変更と確認 (2005年3月 4日)

OSPFのdebugコマンド (2005年2月17日)

OSPFの基本設定のルーティングテーブルを確認 (2005年2月11日)

show ip ospf neighborコマンド (2005年2月 4日)

show ip ospf interfaceコマンドの見方 (2005年1月28日)

BGPピア (2005年1月20日)

show ip protocolsコマンドの見方(OSPF) (2005年1月14日)

OSPFのshowコマンド概要編 (2005年1月14日)

CiscoルータでのOSPF基本設定 (2005年1月 7日)

OSPF Helloパケット (2004年12月31日)

OSPFルータIDって何? (2004年12月24日)

BGPのnetworkコマンドの使い方 (2004年12月 5日)

ルートマップ(Route-map) (2004年10月24日)

BGPベストパス選定アルゴリズム (2004年10月17日)

BGPってこんな感じ (2004年10月17日)

OSPFバーチャルリンク(Virtual Link) (2004年10月 3日)

OSPFのネイバー認証 (2004年10月 3日)

OSPFのパケットタイプ (2004年10月 3日)

OSPFのエリアってどんなの? (2004年10月 3日)

OSPFってどんなの? (2004年9月26日)

RIPv2 (2004年3月21日)

RIPのパケットフォーマット (2004年3月14日)

ルーティングループの防止(ルートポイズニング、ホールドダウン) (2004年3月 7日)

スプリットホライズンの問題点 (2004年2月29日)

ルーティングループの防止 (2004年2月23日)

ルーティングループ (2004年2月15日)

RIPの制限 (2004年2月 8日)

RIPのタイマー (2004年2月 1日)

RIPでルーティングテーブルにルートを載せる規則 (2004年1月25日)

RIPは伝言ゲーム? (2004年1月18日)

RIPの動作 (2003年12月29日)

RIP(Routing Information Protocol)ってなに? (2003年12月14日)

デフォルトルート (2003年11月30日)

経路集約ってなに? (2003年11月30日)

階層型IPアドレッシング (2003年11月 9日)

FLSMとVLSMその2 (2003年11月 2日)

FLSMとVLSMその1 (2003年10月26日)

クラスフルとクラスレスその4 (2003年10月19日)

クラスフルとクラスレスその3 (2003年10月13日)

クラスフルとクラスレスその2 (2003年10月 5日)

クラスフルとクラスレスその1 (2003年9月28日)

ルーティングプロトコルのコンバージェンス (2003年9月21日)

ルーティングプロトコルの分類その2 (2003年9月14日)

ルーティングプロトコルの分類その1 (2003年9月 7日)

Google
Web n-study.com

各コンテンツの最新記事

有料コンテンツライブラリ(ITエンジニア教育資料)

ネットワーク技術雑誌レビュー

ベンダ資格受験記

オススメ!ネットワーク技術雑誌・書籍

MindMapでおべんきょ

結果を出せるコーチング

Geneのつぶやき

The Power of Words

スポンサードリンク

スポンサードリンク