Sunday, April 5, 2020

MPLS Tunnel is down, create hoplist ip addr is unknown. Not really sure what configuration I have missed.

Topology, first image is how it looks in GNS3

PE1#show mpls traffic tunnels tunnel 1 Name: PE1_t1 (Tunnel1) Destination: 30.30.30.30 Status: Admin: up Oper: down Path: not valid Signalling: Down path option 1, type explicit PE1toPE2 Config Parameters: Bandwidth: 100 kbps (Global) Priority: 2 2 Affinity: 0x0/0xFFFF Metric Type: TE (default) AutoRoute: enabled LockDown: disabled Loadshare: 100 bw-based auto-bw: disabled Shortest Unconstrained Path Info: Path Weight: 64 (TE) Explicit Route: 172.16.30.3 30.30.30.30 History: Tunnel: Time since created: 3 hours, 7 minutes Number of LSP IDs (Tun_Instances) used: 283 Path Option 1: Last Error: PCALC:: Can't use link 172.16.10.2 on node 20.20.20.20 

and output of my debug mpls traff-eng path lookup shows static path verify failed and create_path_hoplist:ip addr 172.16.20.2 unknown.

> *Apr 5 23:02:29.327: TE-PCALC_VERIFY: path-option: > *Apr 5 23:02:29.331: TE-PCALC_VERIFY: 172.16.10.2 > *Apr 5 23:02:29.331: TE-PCALC_VERIFY: 172.16.20.3 > *Apr 5 23:02:29.331: TE-PCALC_VERIFY: 30.30.30.30 > *Apr 5 23:02:29.335: TE-PCALC_VERIFY: Verify: > TE-PCALC_VERIFY: 10.10.10.10, 10.10.10.10 points to > TE-PCALC_VERIFY: 20.20.20.20, 172.16.10.2 > *Apr 5 23:02:29.335: TE-PCALC_VERIFY: Verify: > TE-PCALC_VERIFY: 20.20.20.20, 172.16.10.2 points to > TE-PCALC_VERIFY: 30.30.30.30, 172.16.20.3 > *Apr 5 23:02:29.335: TE-PCALC_VERIFY: 0 interfaces link between > 20.20.20.20 and > 30.30.30.30. > *Apr 5 23:02:29.335: TE-PCALC_VERIFY: (rrr_pcalc_static_path) Verify Failed > *Apr 5 23:02:29.335: TE-PCALC_PATH: free_path_setup: 0x68D4301C > > *Apr 5 23:02:29.343: TE-PCALC: Tunnel1000 Path Setup [20.20.20.20] 20.20.20.20: FULL_PATH (ospf 1 area 0) > *Apr 5 23:02:29.343: TE-PCALC: bw 0, min_bw 0, metric: 0 > *Apr 5 23:02:29.343: TE-PCALC: setup_pri 7, hold_pri 7 > *Apr 5 23:02:29.343: TE-PCALC: affinity_bits 0x0, affinity_mask 0xFFFF > *Apr 5 23:02:29.343: TE-PCALC path type unidirectional > *Apr 5 23:02:29.343: TE-PCALC endpoint switching capability psc1, link encoding packet > *Apr 5 23:02:29.343: TE-PCALC transit switching capability psc1, link encoding packet > *Apr 5 23:02:29.343: T > PE1(config-router)#E-PCALC_PATH: create_path_hoplist:ip addr 172.16.20.2 unknown. > > PE1#show mpls traffic-eng topology igp-id ospf 20.20.20.20 > > IGP Id: 20.20.20.20, MPLS TE Id:20.20.20.20 Router Node (ospf 1 area 0) id 1 > link[0]: Point-to-Point, Nbr IGP Id: 10.10.10.10, nbr_node_id:3, gen:1 > frag_id 5, Intf Address:172.16.10.2, Nbr Intf Address:172.16.10.1 > TE metric:64, IGP metric:64, attribute flags:0x0 > SRLGs: None > physical_bw: 1544 (kbps), max_reservable_bw_global: 1000 (kbps) > max_reservable_bw_sub: 0 (kbps) > 

Also the tunnel to my 30.30.30.30 destination is failed.

> PE1#show mpls tr tun t1 brief > Signalling Summary: > LSP Tunnels Process: running > Passive LSP Listener: running > RSVP Process: running > Forwarding: enabled > Periodic reoptimization: every 3600 seconds, next in 2792 seconds > Periodic FRR Promotion: Not Running > Periodic auto-bw collection: every 300 seconds, next in 92 seconds > TUNNEL NAME DESTINATION UP IF DOWN IF STATE/PROT > PE1_t1 30.30.30.30 - unknown up/down > > 

Edit: Fixed (I think) with the following

PE2:

Router ospf 1 mpls ldp autoconfig

int s3/0 ip rsvp bandwidth 1000

P:

int s3/1 ip rsvp bandwidth 1000



No comments:

Post a Comment