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
----------------------------------------