Configuring Tail UNI-C for a GMPLS Tunnel: Example
This example shows the minimal tail UNI-C configuration require to establish a GMPLS tunnel:
The controller must be specified under the GMPLS UNI submode to inform TE that incoming GMPLS
path messages are to be accepted and processed.
Note
rsvp
controller dwdm 0/1/0/1
signalling refresh out-of-band interval 3600
signalling refresh out-of-band missed 24
!
!
mpls traffic-eng
gmpls optical-uni
controller dwdm 0/1/0/1
!
!
!
lmp
gmpls optical-uni
router-id 100.20.20.20
neighbor nbr_B
ipcc routed
neighbor router-id ipv4 unicast 100.19.19.19
!
controller dwdm 0/1/0/1
neighbor nbr_B
link-id ipv4 unicast 192.168.103.2
neighbor link-id ipv4 unicast 192.168.103.1
neighbor interface-id unnumbered 22
!
!
!
Configuring LSP Diversity: Example
This example shows the configuration for two diverse LSPs:
mpls traffic-eng
attribute-set xro exclude-tun1
exclude best-effort lsp source 88.0.0.8 destination 10.0.0.2 tunnel-id 1
extended-tunnel-id 88.0.0.8
!
attribute-set xro exclude-tun2
exclude strict lsp source 88.0.0.8 destination 10.0.1.2 tunnel-id 2 extended-tunnel-id
88.0.0.8 lsp-id 2
!
gmpls optical-uni
controller dwdm 0/1/0/0
tunnel-properties
logging events lsp-status state
tunnel-id 1
destination ipv4 unicast 10.0.0.2
path-option 10 no-ero xro-attribute-set exclude-tun2
!
!
controller dwdm 0/1/0/1
tunnel-properties
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
391
Implementing GMPLS UNI
Configuring Tail UNI-C for a GMPLS Tunnel: Example