Receive-interface, Redistribute (ospf/static) – Enterasys Networks X-Pedition XSR CLI User Manual

Page 209

Advertising
background image

RIP Commands

XSR CLI Reference Guide 5-133

Example

This example sets F2 as a passive interface. No RIP updates will be transmitted on F2:

XSR(config-router)#passive-interface fastethernet 2

receive-interface

This command allows RIP to receive update packets on an interface. This does not affect the 
transmission of RIP updates on the specified interface.

Syntax

receive-interface type num

Syntax of the “no” Form

no receive-interface type num

Mode

Router configuration: 

XSR(config-router)#

Default

 Allows the reception of RIP updates on an interface.

Example

The following example denies the reception of RIP updates on F2:

XSR(config-router)#no receive-interface fastethernet 2

redistribute (OSPF/Static)

This command redistributes static or OSPF routes into RIP.

Syntax

redistribute {ospf | static}{match external [1 | 2]| internal} metric metricvalue

type

Interface type.

num

Physical interface number.

ospf

Imports OSPF routes.

static

Imports static routes.

match

Redistributes OSPF routes based on the OSPF type and route 
metric, ranging from 1 to 16 hops.

external

Redistributes external OSPF routes.

1/2

Redistributes external Type 1 or OSPF routes.

internal

Redistributes inter‐ and intra‐area OSPF routes.

metric metricvalue

Cost of a route being redistributed, ranging from 1 to 16 hops.

Advertising