After all this is not so hard.
Going to describe only ATM realted stuff here:
R1a---CellModeATM--R2a
!
ip cef
mpls label protocol ldp
!
!
!
interface Loopback0
ip address 150.1.1.11 255.255.255.255
no ip directed-broadcast
!
interface FastEthernet0/0
ip address 150.1.11.11 255.255.255.0
no ip directed-broadcast
tag-switching ip
!
!
interface ATM3/0
no ip address
no ip directed-broadcast
no atm enable-ilmi-trap
no atm ilmi-keepalive
!
interface ATM3/0.12 tag-switching
ip address 150.1.119.11 255.255.255.0
no ip directed-broadcast
no atm enable-ilmi-trap
mpls label protocol tdp
tag-switching atm control-vc 1 64
tag-switching ip
!
!
router ospf 100
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
R2a
!
ip cef
mpls label protocol ldp
!
!
!
interface Loopback0
ip address 150.1.1.12 255.255.255.255
no ip directed-broadcast
!
interface FastEthernet0/0
ip address 150.1.25.12 255.255.255.0
no ip directed-broadcast
tag-switching ip
!
!
interface ATM3/0
no ip address
no ip directed-broadcast
no atm enable-ilmi-trap
no atm ilmi-keepalive
!
interface ATM3/0.12 tag-switching
ip address 150.1.219.12 255.255.255.0
no ip directed-broadcast
no atm enable-ilmi-trap
mpls label protocol tdp
tag-switching ip
!
!
router ospf 100
log-adjacency-changes
passive-interface Loopback0
network 0.0.0.0 255.255.255.255 area 0
!
CellModeATM
!
ip cef
!
!
!
interface Loopback0
ip address 150.1.1.99 255.255.255.255
no ip directed-broadcast
!
!
interface ATM1/0.12 tag-switching
ip address 150.1.119.99 255.255.255.0
no ip directed-broadcast
no atm enable-ilmi-trap
mpls label protocol tdp
tag-switching atm control-vc 1 64
tag-switching ip
!
!
interface ATM2/0.12 tag-switching
ip address 150.1.219.99 255.255.255.0
no ip directed-broadcast
no atm enable-ilmi-trap
mpls label protocol tdp
tag-switching ip
!
!
router ospf 100
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
Main issues:
1. ip routing information
2. control pvc (used to exchange ldp/tdp information, igp adjancencies)
3. label distribution protocol (tdp/ldp) - defined globaly, can by changes per interface basis
4. ip cef (cometimes c7200 looses it - on dynamips probably)
5. mpls forwarding table (atm uses PVCs insted of mpls tags)
R1a#sho mpls for
Local Outgoing Prefix Bytes tag Outgoing Next Hop
tag tag or VC or Tunnel Id switched interface
16 Pop tag 150.1.1.1/32 10457 Fa0/0 150.1.11.1
17 18 150.1.1.3/32 14294 Fa0/0 150.1.11.1
18 Pop tag 150.1.13.0/24 0 Fa0/0 150.1.11.1
19 1/33 150.1.25.0/24 0 AT3/0.12 point2point
20 1/34 150.1.56.0/24 0 AT3/0.12 point2point
21 1/35 150.1.1.5/32 0 AT3/0.12 point2point
22 1/36 150.1.1.6/32 21059 AT3/0.12 point2point
23 1/37 150.1.1.12/32 0 AT3/0.12 point2point
24 1/38 150.1.1.99/32 0 AT3/0.12 point2point
25 1/39 150.1.15.0/24 0 AT3/0.12 point2point
26 1/40 150.1.219.0/24 0 AT3/0.12 point2point
R1a#
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment