beautypg.com

Redistribute connected – Allied Telesis AT-S83 User Manual

Page 295

background image

AT-S83 Management Software Command Line Interface User’s Guide

295

REDISTRIBUTE CONNECTED

Syntax

redistribute connected|isis|kernel|ospf|static| METRIC
<0-16> ROUTEMAP

no redistribute connected|isis|kernel|ospf|static|
METRIC <0-16> ROUTEMAP

Parameters

connected

Specifies redistribute information from connected routes.

isis

Specifies redistribute information from IS-IS.

kernel

Specifies redistribute information from kernel routes.

ospf

Specifies redistribute information from OSFP.

static

Specifies redistribute information from static routes.

METRIC

Specifies a metric value to be used in redistributing
information. Choose a value between 0 and 16.

ROUTEMAP Specifies a route map that is used to redistribute

information. Choose an alphanumeric name that is a
pointer to route-map entries.

Description

Use the REDISTRIBUTE CONNECTED command to redistribute
information from other routing protocols. Use the no form of this command
to disable this function.

Command Mode

Router mode

Example

Use the following commands to redistribute information from kernel routes
using a metric of 8 and a route-map called “IPI”:

switch# configure terminal

switch(config)# router rip

switch(config-router)# redistribute connected kernel
metric 8 route-map ipi