Configuring Resilient Ethernet Protocol for IE 4000, IE 4010, and IE 5000 Switches
Bias-Free Language
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
Displays REP configuration and status for an interface or for all interfaces.
show rep topology [ segment segment_id] [archive] [detail]
Displays REP topology information for a segment or for all segments, including the primary and secondary edge ports in the
segment.
copy running-config startup config
Saves your entries in the switch startup configuration file.
Investigating Broken Links
This section explains how to interpret show rep topology output if a link failure occurs.
Here is an example of a REP closed ring:
SWITCHA#sh rep topology
REP Segment 1
BridgeName PortName Edge Role
-------------------------------- ---------- ---- ----
SWITCHA Gi1/2 Pri Open
SWITCHB Gi1/25 Open
SWITCHB Gi1/26 Open
SWITCHC Gi1/26 Open
SWITCHC Gi1/6 Open
SWITCHA Gi1/3 Sec Alt
Here is an example where the connection between SwitchB and SwitchC is down:
SWITCHA#sh rep topology
REP Segment 1
Warning: REP detects a segment failure, topology may be incomplete
BridgeName PortName Edge Role
-------------------------------- ---------- ---- ----
SWITCHA Gi1/2 Sec Open
SWITCHB Gi1/25 Open
SWITCHB Gi1/26 Fail
The show rep topology output relies on a database built using Edge Port Advertisement (EPA) packets. Each node in the ring is expected to receive
two EPA packets, one each from the Primary and Secondary edge ports. Each port adds its own topology information to the topology
information that it received.
If a failure in the topology occurs, depending on where the link failure is in relation to a node's position, the node will
have a limited view of the topology starting from the connected edge port up to the node (as shown in the example show rep topology output above where a failure has occurred). In this case the node fails to transmit the EPA packets, resulting in each node
showing different topology information in the show rep topology output.
Note
This behavior is limited to the show rep topology command output only. The data path is not affected.
Displaying REP ZTP Status
Use the show command to identify the state of REP ZTP on an interface. In the following example, the feature is disabled on interface
GigabitEthernet 1/1 and it is enabled on interface GigabitEthernet 1/2. The status of pnp_startup_vlan is "Blocked".
Use the show command again to display the status of pnp_startup_vlan.
When the downstream device is booted up, it sends notification to the connected upstream switch interface to unblock the pnp_startup_vlan for it to get the DHCP IP address and further establish communication with the PNP server or DNAC. The show command indicates
the status as "Unblocked".
The following syslogs on the upstream switch notify you about FWD and BLK of ports. There are no syslogs in the downstream
switch as PnP takes control of the console and no syslogs can be printed on the console.
REP-6-ZTPPORTFWD: Interface GigabitEthernet1/2 moved to forwarding on ZTP notification
REP-6-ZTPPORTBLK: Interface GigabitEthernet1/2 moved to blocking on ZTP notification
(Optional) Use the following debug commands to troubleshoot REP ZTP:
debug rep lslsm: This command helps you understand LSL state machine events in the NO_NEIGHBOR state.
debug rep packet: Use this command to dump LSL packets with the REP ZTP LSL TLV to check the PnP status on the peer client node.
View REP Segment ID Autodiscovery Status
You can use the show interfaces rep detail CLI command to check the status of REP Segment-ID Autodiscovery on the segment.
Procedure
Enter show interfaces rep detail to confirm that REP Segment-ID Autodiscovery is globally enabled on the switch and to see whether the segment ID on the interface
is configured automatically or manually.