Command Reference RIP Commands
address of the interface within the IP address range to join RIP running.
Without the wildcard parameter, RGOS make the interface IP address within the classful address
range join the RIP running.
Only when the IP address of an interface is in the network list defined by RIP, RIP route update
packets can be received and sent on the interface.
The following example defines two network numbers associated with RIP and allows the interface IP
address between 192.168.12.0/24 and 172.16.0.0/24 to join RIP running.
Ruijie (config)# router rip
Ruijie (config-router)# network 192.168.12.0
Ruijie(config-router)# network 172.16.0.0 0.0.0.255
Use this command to increase the metric value of received or sent RIP routes. Use the no form of this
command to restore the default setting.
offset-list { access-list-number | name } { in | out } offset [ interface-type interface-number ]
no offset-list { access-list-number | name { in | out } offset [ interface-type interface-number ]
access-list-number | name
Modifies the metric of the received routes using the ACL.
Modifies the metric of the sent routes using the ACL.
Indicates the offset of changed metric values. The value is in the
range from 0 to16.
Applies the ACL to a specified interface.
Specifies the interface number.
No offset is specified by default.
Routing process configuration mode
If a RIP route matches against both the offset-list of the specified interface and the global offset-list, it
will increase the metric value of the offset-list of the specified interface.