Redistribute - Zte ZXR10 8900 Series Command Reference Manual

10 gigabit routing switch
Hide thumbs Also See for ZXR10 8900 Series:
Table of Contents

Advertisement

Syntax
Description
Defaults
Instructions
Example
Purpose
Command Modes
Syntax
Syntax
Description
Defaults
Instructions
Example
no output-delay
<packets>
<delay>
The interval among 5 packets is 100 milliseconds .
If a high-speed router sends packets to a low-speed router at a
high speed, the low-speed router cannot receive the packets at
the high speed at all. In that case, it is considerable to use this
command to prevent the routing table losing information.
This example sets the configuration of interval among 580 packets
to 10 milliseconds.
ZXR10(config)#router rip
ZXR10(config-router)#output-delay 580 10

redistribute

Use this command to redistribute routes from one route domain
to the RIP route domain. Cancel redistributing the route with the
no form of this command.
Router configuration and address family configuration
redistribute <protocol>[metric <metric-value>][route-map
<map-tag>]
no redistribute <protocol>[metric][route-map]
<protocol>
metric <metric-val
ue>
route-map
<map-tag>
This command is disabled by default.
The redistribute command introduces routes of other protocol
with a certain metric value. The RIP regards the introduced routed
as a part of its own routes and uses a specified metric to send
them together. This command greatly improves the capability of
obtaining routes of RIP, and thus improves the behavior of RIP.
This example sets the default metric and introduces the OSPF ex-
ternal route with the default route.
ZXR10(config)#router rip
ZXR10(config-router)#default-metric 5
ZXR10(config-router)#redistribute ospf-ext
Confidential and Proprietary Information of ZTE CORPORATION
Number of packets, 1~4294967295
Delay among multiple packets RIP update
sends. unit: milliseconds, range: 0~100
Source route protocol of route redistribution,
keywords of protocols as follows: OSPF-ext,
OSPF-int, static, BGP-ext, BGP-int, connected,
IS-IS-1, IS-IS-2, and IS-IS-1-2
Specifies the value of route metric to introduce
the route. If not specified, the route metric
will use the default-metric. range: 0~16
The name of the route map for redistribution,
1~16 characters
Chapter 2 RIP Protocol
23

Advertisement

Table of Contents
loading

Table of Contents