cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1483
Views
5
Helpful
2
Replies

MPLS Problem

carlos.rubioc
Level 1
Level 1

Hi everybody.

I need help with MPLS configuration. I configured MPLS + RSVP to create Tunnels MPLS to realize somethings tests. 

But, when I use the commands 

#conft
#mpls ldp router-id l0
#router ospf 1
#mpls ldp autoconfig area 0 
#end

I see the net message: 

%PARSE_RC-3-PRC_INVALID_BLOCK_PTR:

what's the problem?

Please Help!!!!

Thanks, Carlos 

2 Replies 2

wiktor1117
Level 1
Level 1

int lo0
ip add 2.2.2.2 255.255.255.255
int f0/0
ip add 10.0.1.2 255.255.255.0
mpls ldp igp autoconfig
mpls ip
no sh

 

router ospf 1
network 10.0.1.0 0.0.0.255 area 0
network 2.2.2.2 0.0.0.0 area 0
mpls ldp sync

 

ip cef
mpls ip
mpls label protocol ldp
mpls label range 200 299
mpls ldp router-id Loopback0

Karrar_Arkawazi
Level 1
Level 1

need to enable "mpls ip" under the physical interface