Command Reference RIP Commands
Defines the IP address of the neighbor of RIP.
Enables the source address authentication of
the RIP route update message.
1.19 ip rip summary-address
Use this command to configure port-level convergence through an interface. Use the no form of this
command to disable this function.
ip rip summary-address ip-address ip-network-mask
no ip rip summary-address ip-address ip-network-mask
Indicates the IP addresses to be converged.
Indicates the subnet mask of the specified IP address for route
convergence.
The RIP routes are automatically converged to the classful network edge by default.
Interface configuration mode
The ip rip summary-address command converges an IP address or a subnet on a specified port.
RIP routes are automatically converged to the classful network edge. The classful subnet can be
configured through only port convergence.
The summary range configured by this command cannot be a super class network, that is, the
configured mask length is greater than or equal to the natural mask length of the network.
The following example disables the automatic route convergence function of RIPv2. Interface
convergence is configured so that fastEthernet 0/1 advertises the converged route 172.16.0.0/16.
Ruijie (config)# interface fastEthernet 0/1
Ruijie (config-if-FastEthernet 0/1)# ip rip summary-address 172.16.0.0
255.255.0.0
Ruijie (config-if-FastEthernet 0/1)# ip address 172.16.1.1 255.255.255.0
Ruijie (config)# router rip
Ruijie (config-router)# network 172.16.0.0
Ruijie (config-router)# version 2