Command Reference RIPng Commands
The following example shows how to create the RIPng process and enter routing process
configuration mode:
Ruijie(config)# ipv6 router rip
Enables the RIPng on the specified interface.
Use this command to disable the interface to send update packets. Use the no form of this command
to enable the interface to send update packets.
passive-interface { default | interface-type interface-num }
no passive-interface { default | interface-type interface-num }
Enables the passive mode on all interfaces.
interface-type interface-num
Interface type and interface number.
No passive interface is configured by default.
Routing process configuration mode.
You can use the passive-interface default command to enable the passive mode on all interfaces.
Then ,use the no passive-interface interface-type interface-num command to remove the specified
interface from the passive mode.
The following example shows how to enable the passive mode on all interfaces and remove interface
ethernet 0/0 from the passive mode:
Ruijie(config-router)# passive-interface default
Ruijie(config-router)# no passive-interface ethernet 0/0