Saturday 13 April 2019

MPLS AUTO TUNNEL MANUAL IOS

interface Auto-Template400
 ip unnumbered Loopback0
 tunnel mode mpls traffic-eng
 tunnel destination access-list 10
 tunnel mpls traffic-eng autoroute destination
 tunnel mpls traffic-eng path-option 10 dynamic


router ospf 1
 router-id 2.0.0.122
 passive-interface Loopback0
 mpls traffic-eng router-id Loopback0
 mpls traffic-eng area 0
 mpls ldp sync

MPLS MANUAL AUTO TUNNELS IOS XR


router ospf 1
 router-id 2.0.0.131
 area 0
  mpls traffic-eng
  interface Loopback0
   passive enable
  !
  interface GigabitEthernet0/0/0/0
   network point-to-point
  !
  interface GigabitEthernet0/0/0/3
   network point-to-point
  !
 !
 mpls traffic-eng router-id Loopback0
!


mpls traffic-eng
 interface GigabitEthernet0/0/0/0
 !
 interface GigabitEthernet0/0/0/3
 !
 auto-tunnel mesh
  group 500
   attribute-set AUTO-MPLS
   destination-list MPLS-AUTO
  !
  tunnel-id min 400 max 499
 !
 attribute-set auto-mesh AUTO-MPLS
  autoroute announce
 !
!

rsvp
 interface GigabitEthernet0/0/0/0
 !
 interface GigabitEthernet0/0/0/3
 !
!
ipv4 prefix-list MPLS-AUTO
 10 permit 2.0.0.102/32 (1 match)
 20 permit 2.0.0.101/32 (1 match)
 30 permit 2.0.0.111/32 (1 match)
 40 permit 2.0.0.112/32
 50 permit 2.0.0.122/32 (1 match)
 60 permit 2.0.0.121/32 (1 match)
 70 permit 2.0.0.131/32
 80 permit 2.0.0.132/32 (1 match)
.

ipv4 unnumbered mpls traffic-eng Loopback0

1.1 Switched campus 1.1.a Switch administration 1.1.a i Managing MAC address table Show Commands: Switch#show mac address-table ?   address ...