We’re in the topic of MPLS forwarding…
My goal is to get the LFIB to report an IP prefix as Aggregate. My topology has OSPF and MPLS running. The network is completely converged between the two protocols.
R2 is an ABR and possess the ‘area 0 range 192.168.0.0 255.255.248.0′ command.
R1′s routing table:
Gateway of last resort is not set
1.0.0.0/32 is subnetted, 1 subnets
C 1.1.1.1 is directly connected, Loopback99
2.0.0.0/32 is subnetted, 1 subnets
O IA 2.2.2.2 [110/1563] via 13.0.0.2, 00:14:39, Serial0/0
3.0.0.0/32 is subnetted, 1 subnets
O IA 3.3.3.3 [110/3125] via 13.0.0.2, 00:14:17, Serial0/0
4.0.0.0/32 is subnetted, 1 subnets
O IA 4.4.4.4 [110/3125] via 13.0.0.2, 00:13:58, Serial0/0
13.0.0.0/30 is subnetted, 3 subnets
O IA 13.0.0.8 [110/3124] via 13.0.0.2, 00:15:06, Serial0/0
O IA 13.0.0.4 [110/3124] via 13.0.0.2, 00:15:06, Serial0/0
C 13.0.0.0 is directly connected, Serial0/0
O IA 192.168.0.0/21 [110/3125] via 13.0.0.2, 00:15:06, Serial0/0
R1#
R1′s LFIB:
R1#show mpls forwarding-table
Local Outgoing Prefix Bytes tag Outgoing Next Hop
tag tag or VC or Tunnel Id switched interface
16 Pop tag 2.2.2.2/32 0 Se0/0 point2point
17 25 3.3.3.3/32 0 Se0/0 point2point
18 26 4.4.4.4/32 0 Se0/0 point2point
19 Pop tag 13.0.0.8/30 0 Se0/0 point2point
20 Pop tag 13.0.0.4/30 0 Se0/0 point2point
21 Pop tag 192.168.0.0/21 0 Se0/0 point2point
R1#show mpls forwarding-table 192.168.0.0 detail
Local Outgoing Prefix Bytes tag Outgoing Next Hop
tag tag or VC or Tunnel Id switched interface
21 Pop tag 192.168.0.0/21 0 Se0/0 point2point
MAC/Encaps=4/4, MRU=1504, Tag Stack{}
0F008847
No output feature configured
Per-packet load-sharing
R1#
I expected Aggregate, not ‘Pop Tag’. How can I get LDP to report this as being an Aggregate tag?
Thanks,
Mike

