忍者ブログ
ネットワークセキュリティやってます。技術よりも趣味と雑談が多めのブログです。最近はオンライン英会話にはまっています。

2024-03

カレンダー
02 2024/03 04
S M T W T F S
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
アーカイブ
カウンター
ブログ内検索
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

IEWB-SP-V2を1周してみたが、どうやらCell mode MPLSの設定答えはあるが、肝心なATM-SWの設定がない。本番ではLS1010を操作する必要がないから答え部分以外は省いた感じですね。
でもこの設定が欠けているとフルラボでの検証はできないので、仕方ないので自分で作る必要がある。

細かいこと抜きにして次のようなトポロジで考える

atm.JPG




設定に入る前にCell mode mpls over ATMに関してCisco Press様から次のようなことを言われているので、設定に当たっての基礎知識として知っておくとよい。

- In MPLS over ATM networks, routers are connected to ATM-based provider networks consisting of ATM switches that forward data base on virtual circuits (VCs) provisioned on the ATM switches.

- Cell mode MPLS uses the virtual path identifier/virtual channel identifier (VPI/VCI) fields in the ATM header as the label value.

- Aggregation of the number of virtual channels into a single pipe (virtual path) between sites that need a large number of VCs.

- ATM cell switching is done based on a table containing (port, VPI, VCI) tuplets for the input and output side of the VC.To see this table using "show atm vc" command.

OK, so let's start configuration.

■Configuration for PE routers(EX:PE1)
interface ATM1/0
 no ip address
 no atm ilmi-keepalive
!
interface ATM1/0.1 tag-switching
 ip address 1.1.1.1 255.255.255.0
 tag-switching ip
!
router ospf 1
 log-adjacency-changes
 network 1.1.1.1 0.0.0.0 area 0

■Configuration for ATM-SW
interface ATM1/0
 no ip address
 no atm ilmi-keepalive
!
interface ATM1/0.1 tag-switching
 ip address 1.1.1.2 255.255.255.0
 tag-switching ip
!
interface ATM2/0
 no ip address
 no atm ilmi-keepalive
!
interface ATM2/0.1 tag-switching
 ip address 2.2.2.2 255.255.255.0
 tag-switching ip
!
router ospf 1
 log-adjacency-changes
 network 1.1.1.2 0.0.0.0 area 0
 network 2.2.2.2 0.0.0.0 area 0

■Verifications
PE1#show mpls forwarding-table
Local  Outgoing    Prefix            Bytes tag  Outgoing   Next Hop
tag    tag or VC   or Tunnel Id      switched   interface
16     1/33        2.2.2.0/24        0          AT1/0.1    point2point

ATM-SW#show mpls atm-ldp bindings
 Destination: 2.2.2.0/24
    Tailend Router ATM1/0.1 1/33 Active, VCD=2, CoS=available
 Destination: 1.1.1.0/24
    Tailend Router ATM2/0.1 1/33 Active, VCD=2, CoS=available

ATM-SW#show mpls ldp neighbor
    Peer LDP Ident: 1.1.1.1:1; Local LDP Ident 1.1.1.2:1
        TCP connection: 1.1.1.1.646 - 1.1.1.2.20188
        State: Oper; Msgs sent/rcvd: 46/46; Downstream on demand
        Up time: 00:38:15
        LDP discovery sources:
          ATM1/0.1, Src IP addr: 1.1.1.1
    Peer LDP Ident: 2.2.2.1:1; Local LDP Ident 1.1.1.2:2
        TCP connection: 2.2.2.1.646 - 2.2.2.2.14837
        State: Oper; Msgs sent/rcvd: 46/47; Downstream on demand
        Up time: 00:37:59
        LDP discovery sources:
          ATM2/0.1, Src IP addr: 2.2.2.1

ATM-SW#show ip ospf neighbor
Neighbor ID     Pri   State           Dead Time   Address         Interface
2.2.2.1           0   FULL/  -        00:00:36    2.2.2.1         ATM2/0.1
1.1.1.1           0   FULL/  -        00:00:32    1.1.1.1         ATM1/0.1

PE1#ping 2.2.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/41/60 ms


Now you can answer any questions about Cell-Mode MPLS perfectly !



【IEWB-SP-V2の進捗 10/50】
Lab01 ★☆☆☆☆     Lab02 ★☆☆☆☆
Lab03 ★☆☆☆☆     Lab04 ★☆☆☆☆
Lab05 ★☆☆☆☆     Lab06 ★☆☆☆☆
Lab07 ★☆☆☆☆     Lab08 ★☆☆☆☆
Lab09 ★☆☆☆☆     Lab10 ★☆☆☆☆

PR
この記事にコメントする
お名前:
タイトル:
文字色:
メールアドレス:
URL:
コメント:
パスワード:   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
この記事へのトラックバック
この記事にトラックバックする:
著書




プロフィール
HN:
ぜん吉
性別:
男性
職業:
割と自由なリーマン
趣味:
海外出張
自己紹介:
2006年のCCNA合格を皮切りにCCIE-RSを含めて数々のシスコ資格をパスし、2009年に念願の海外受験(ドバイ)でCCIE-SCを取得。そして、2010年に目標だったトリプルCCIEを香港の地にて達成した。今はネットワークセキュリティやデータ分析などをやっています。

■2006年の目標
CCNA(達成)

■2007年の目標
CCNP(達成)
CCDA(達成)
CCDP(達成)
CCIP(達成)

■2008年の目標
CCSP(達成)
CCIE-RS(達成)
TOEIC700点(達成)

■2009年の目標
CCIE-Sec(達成)
TOEIC800点(達成)
JNCIA-JUNOS(達成)

■2010年の目標
JNCIA-M(達成)
CCIE-SP(達成)
JNCIS-M(達成)
JNCIA-EX(達成)
JNCIS-SEC(達成)

■2011年の目標
異動(未達成)

■2012年の目標
異動(未達成)
TOEIC850点(達成)

■2013年の目標
異動(達成)
CCIE更新(達成)

■2015年の目標
本を出す(達成)

■2017年の目標
TOEIC900(達成)
TOEIC950(達成)

■2018年の目標
英検1級(達成)

■2019年の目標
海外勤務








英会話







忍者ブログ [PR]
by 桜花素材サイト様. . . .