• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Lab mô hình ATOM MPLS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lab mô hình ATOM MPLS

    Click image for larger version

Name:	Atom.jpg
Views:	1
Size:	22.3 KB
ID:	208022
    Mình thực hiện bài lab về ATOM.
    trên PE1 vs PE2# show mpls l2transport vc đều up

    PE1#show mpls l2transport vc

    Local intf Local circuit Dest address VC ID Status
    ------------- -------------------------- --------------- ---------- ----------
    Fa0/0 Ethernet 10.10.10.102 100 UP
    PE1#



    PE2# show mpls l2transport vc

    Local intf Local circuit Dest address VC ID Status
    ------------- -------------------------- -------------- ---------- ----------
    Fa0/0.1 Eth VLAN 100 10.10.10.101 100 UP
    PE2#

    Nhưng đứng từ router khách hàng đặt IP không thể ping thông? Giúp mình với !!!!

    cau hinh PE1---------------------------------------

    PE1#show running-config
    Building configuration...

    Current configuration : 1215 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname PE1
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    memory-size iomem 5
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    !
    !
    pseudowire-class ETH-VLAN
    encapsulation mpls
    interworking ethernet
    !
    !
    !
    !
    !
    interface Loopback0
    ip address 10.10.10.101 255.255.255.255
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    xconnect 10.10.10.102 100 pw-class ETH-VLAN
    !
    interface Serial0/0
    ip address 10.10.10.1 255.255.255.252
    mpls label protocol ldp
    mpls ip
    clock rate 2000000
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/1
    no ip address
    shutdown
    clock rate 2000000
    !
    router ospf 1
    log-adjacency-changes
    network 10.10.10.0 0.0.0.255 area 0
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    !
    !
    !
    !
    !
    mpls ldp router-id Loopback0
    !
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    gatekeeper
    shutdown
    !
    !
    line con 0
    exec-timeout 0 0
    logging synchronous
    line aux 0
    line vty 0 4
    !
    !
    end

    --------------------------------------------

    cau hinh PE2...........................


    PE2#show running-config
    Building configuration...

    Current configuration : 1270 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname PE2
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    memory-size iomem 5
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    !
    !
    pseudowire-class VLAN-ETH
    encapsulation mpls
    interworking ethernet
    !
    !
    !
    !
    !
    interface Loopback0
    ip address 10.10.10.102 255.255.255.252
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    !
    interface FastEthernet0/0.1
    encapsulation dot1Q 100
    xconnect 10.10.10.101 100 pw-class VLAN-ETH
    !
    interface Serial0/0
    ip address 10.10.10.5 255.255.255.252
    mpls label protocol ldp
    mpls ip
    clock rate 2000000
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/1
    no ip address
    shutdown
    clock rate 2000000
    !
    router ospf 1
    log-adjacency-changes
    network 10.10.10.0 0.0.0.255 area 0
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    !
    !
    !
    !
    !
    mpls ldp router-id Loopback0
    !
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    gatekeeper
    shutdown
    !
    !
    line con 0
    exec-timeout 0 0
    logging synchronous
    line aux 0
    line vty 0 4
    !
    !
    end

    -------------------------------------------
    Cấu hình R1
    interface FastEthernet0/0
    ip address 172.16.1.1 255.255.255.252
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    !
    ---------------------------

    cau hinh R5
    interface FastEthernet0/0.1
    encapsulation dot1Q 100
    ip address 172.16.1.2 255.255.255.252
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    ip forward-protocol nd

    ----------------------------------------
Working...
X