Passive-interface, Redistribute, Passive-interface 1463 redistribute 1463 – LevelOne GTL-2691 User Manual

Page 1463: Ospf, Redistribute (1463)

Advertising
background image

C

HAPTER

49

| IP Routing Commands

Routing Information Protocol (RIP)

– 1463 –

passive-interface

This command stops RIP from sending routing updates on the specified

interface. Use the no form to disable this feature.

S

YNTAX

[no] passive-interface vlan vlan-id

vlan-id - VLAN ID. (Range: 1-4093)

D

EFAULT

S

ETTING

Disabled

C

OMMAND

M

ODE

Router Configuration

C

OMMAND

U

SAGE

If this command is used to stop sending routing updates on an

interface, the attached subnet will still continue to be advertised to

other interfaces, and updates from other routers on that interface will

continue to be received and processed.

Use this command in conjunction with the

neighbor

command to

control the routing updates sent to specific neighbors.

E

XAMPLE

Console(config-router)#passive-interface vlan1

Console(config-router)#

R

ELATED

C

OMMANDS

neighbor (1461)

redistribute

This command imports external routing information from other routing

domains (that is, directly connected routes, protocols, or static routes) into

the autonomous system. Use the no form to disable this feature.

S

YNTAX

[no] redistribute (connected | ospf | static} [metric metric-value]

connected - Imports routes that are established automatically just

by enabling IP on an interface.
ospf - External routes will be imported from the Open Shortest Path

First (OSPF) protocol into this routing domain.
static - Static routes will be imported into this routing domain.
metric-value - Metric value assigned to all external routes for the

specified protocol. (Range: 1-16)

D

EFAULT

S

ETTING

redistribution - none

metric-value - set by the

default-metric

command

Advertising