Identify and correct issues that prevent Layer 2 links from appearing in the topology. For more information refer to Change L2 discovery settings.
Missing Layer 2 links typically occur if L2 discovery protocols are not enabled or required device and peer configurations are incomplete. Ensuring proper discovery settings and connectivity allows accurate network topology visualization.
Procedure
|
1. |
From the main menu, go to . |
|
2. |
Under Topology, select Discovery. |
|
3. |
Enable L2 link discovery if it is disabled, then click Save. |
|
4. |
If L2 links are still not visible, perform the following checks:
-
Check PCE configuration:
-
Ensure the required PCE IP address is assigned to a loopback interface. pce
address ipv4 198.19.1.201
-
Configure the API user required for discovery. api
user cisco
password encrypted 121A0C041104
-
Configure any required sibling PCE addresses and verify they are visible. sibling ipv4 11.1.201.202
-
Verify sibling PCE connectivity: RP/0/RP0/CPU0:pce-1#show pce api sibling connection Sample output: Address: 11.1.201.202
Connected: Yes
Input buffer size: 0
Packets in output buffer: 0
-
Ensure the head-end node is a PCEP peer and correctly configured: segment-routing
traffic-eng
pcc
source-address ipv4 198.19.1.4
pce address ipv4 198.19.1.201
precedence 100
pce address ipv4 198.19.1.202
precedence 100
report-all
-
Verify PCEP sessions:
Node-4#show segment-routing traffic-eng pcc ipv4 pee Sample output: Peer address: 198.19.1.201,
Precedence: 100, (best PCE)
State up
Capabilities: Stateful, Update, Segment-Routing, Instantiation, SRv6
Peer address: 198.19.1.202,
Precedence: 100
State up
Capabilities: Stateful, Update, Segment-Routing, Instantiation, SRv6
|
|
5. |
If L2 links still do not appear, consider rebuilding your topology. For details, see Rebuild the topology. |
After completing these steps, missing Layer 2 links should be discovered and visible in the network topology view. If issues persist, rebuilding the topology may resolve configuration inconsistencies.
What to do next
Review newly discovered L2 links and confirm connectivity in the topology.