CSPF: Could Not Determine Self Event
LSP Event
CSPF: could not determine self
Sample Output 1
user@host#run show ted database extensiveTED database: 10 ISIS nodes9 INET nodes NodeID: HongKong.00(192.168.16.1)Type: ---, Age: 148 secs, LinkIn: 1, LinkOut: 0Sample Output 2
user@R1#run show ted database detailTED database: 6 ISIS nodes 6 INET nodesNodeID: R1.00(10.0.0.1)Type: ---, Age: 654 secs, LinkIn: 3, LinkOut: 0NodeID: R2.00(10.0.0.2)Type: Rtr, Age: 642 secs, LinkIn: 3, LinkOut: 4Protocol: IS-IS(2)Sample Output 3
user@host>show mpls lsp extensive[...Output truncated...]192.168.32.1From: 0.0.0.0, State: Dn, ActiveRoute: 0, LSPname: HK->AMActivePath: (none)FastReroute desiredLoadBalance: RandomEncoding type: Packet, Switching type: Packet, GPID: IPv4Primary use-TOKYO State: Dn, No-decrement-ttlWill be enqueued for recomputation in 22 second(s).1 Sep 19 00:16:22CSPF: could not determine self[...Output truncated...]What It Means
This LSP event indicates that the traffic engineering database cannot determine the address of the local router. Sample Outputs 1 and 2 show the entry in the traffic engineering database where the node entry
Type: ---does not indicate a type of router (Rtr) or pseudonode (Net) address. Since the node does not know what type it is, it cannot know its own address.Cause
This LSP event can be caused by several factors. Traffic engineering might not be configured for OSPF, the loopback (
lo0) interface might not have the family ISO or an ISO address configured, or the loopback interface might not be included at the[edit interfaces]hierarchy level.Note that in Sample Output 3, the source address of the LSP is
0.0.0.0since the node does not know its own address. When theFromaddress is0.0.0.0,it can indicate that interfaces are not included at the[edit protocols mpls]or the[edit protocols isis]hierarchy level.Action
Take the corrective action appropriate to the situation: enable traffic engineering, configure the
family isostatement oraddressstatement, or include interfaces at the [edit interfaces],[edit protocols mpls], or[edit protocols isis]hierarchy level.