No relevant resource is found in the selected language.
Your browser version is too early. Some functions of the website may be unavailable. To obtain better user experience, upgrade the browser to the latest version.
CloudEngine 12800 and 12800E V200R005C10 Configuration Guide - IP Unicast Routing
This document describes the configurations of IP Unicast Routing, including IP Routing, Static Route, RIP, RIPng, OSPF, OSPFv3, IPv4 IS-IS, IPv6 IS-IS, BGP, Routing Policy, and PBR.
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
Disabling an Interface from Sending Update Packets
Disabling an Interface from Sending Update Packets
Context
Routing loops can be avoided by disabling interfaces from sending Update packets.
There are two ways to prevent interfaces from sending Update packets:
Suppress an interface in the RIP process view.
Disable an interface from sending RIP packets in the interface view.
The configuration in the RIP process view has a higher priority than the configuration in the interface view.
Procedure
Configuration in a RIP process view
Run system-view
The system view is displayed.
Run rip [ process-id ]
The RIP view is displayed.
Run one of the following commands depending on the site requirements:
To disable all interfaces from sending Update packets, run silent-interfaceall
To disable an interface from sending Update packets, run silent-interfaceinterface-typeinterface-number
You can set an interface to silent so that it only receives Update packets to update its routing table. The silent-interface command takes precedence over the undo rip output command in the interface view.
By default, an interface can receive and send Update packets.
If you want a small number of interfaces to send RIP packets in either broadcast or multicast mode, you can run the silent-interfaceall command first to prevent all interfaces from sending RIP packets in either broadcast or multicast mode and then run the silent-interfacedisableinterface-typeinterface-number command to restore the capability to send RIP packets in either broadcast or multicast mode for the small number of interfaces.
Run commit
The configuration is committed.
Configuration in the interface view
Run system-view
The system view is displayed.
Run interfaceinterface-typeinterface-number
The interface view is displayed.
On an Ethernet interface, run undo portswitch
The interface is switched to Layer 3 mode.
By default, an Ethernet interface works in Layer 2 mode.
The mode switching function takes effect when the interface only has attribute configurations (for example, shutdown and description configurations). Alternatively, if configuration information supported by both Layer 2 and Layer 3 interfaces exists (for example, mode lacp and lacp system-id configurations), no configuration that is not supported after the working mode of the interface is switched can exist. If unsupported configurations exist on the interface, delete the configurations first and then run the undo portswitch command.
If many Ethernet interfaces need to be switched to Layer 3 mode, run the undo portswitch batchinterface-type { interface-number1 [ tointerface-number2 ] } &<1-10> command in the system view to switch these interfaces to Layer 3 mode in batches.
Run undo rip output
The interface is disabled from sending RIP Update packets.
By running this command, you can specify whether to send RIP Update packets on an interface. The silent-interface command takes precedence over the undo rip output command. By default, an interface is allowed to send RIP Update packets.